@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";
	/*text-shadow: 0px 0px 1px #FFFFFF;*/
}
body {
	background-color: #FFFFFF;
	text-align: center;
	overflow-x: hidden;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
img {
	display: block;
	border: none;
}
p,li {
	font-size: 90%;
	line-height: 1.5em;
	color : #353535;
}
li {
	list-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: 18px;
	color : #232323;
}
h2 {
	font-size: 16px;
	color : #232323;
}
h3 {
	font-size: 14px;
	color : #232323;
}
hr {
	border-style: solid;
	border-color: #999999;
}
a {
	text-decoration: none;
}
a:active {
	color: #353535;
}
a:link {
	color: #353535;
}
a:visited {
	color: #353535;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/