@charset "utf-8";

/*//////////////////// 基本設定(S) ////////////////////*/
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.5;
	/*\*/
	letter-spacing:0.1em;
	/**/
	color:#666; 
	text-align:center;
}
#wrapper {
	width:500px;
	margin:0 auto 0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
}
li {list-style:none;}
img {
	border:none;
	vertical-align:top;
}
a img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight:normal;
}
table {border-collapse:collapse;}
th,td {
	font-weight:normal;
	border:1px solid #999;
	padding:5px;
}
th {background:#f6f6f6;}
a:link,a:active,a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
.m_box {width:130px;}
.m_btn {width:40px;}
.bold {font-weight:bold;}
.red {color:#E60000}
.mtopm1em {margin-top:-1em;}
.mtop1em {margin-top:1em;}
.pleft5px {padding-left:5px;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.r_txt {text-align:right;}
.center {text-align:center;}
.bdotb {border-bottom:1px dotted #999;}


/*//////////////////// 基本設定(E) ////////////////////*/

