/* -------------------------

全ページ共通共通

------------------------- */



/* ----------リセット系---------- */

*{ margin:0px; padding:0px;}
img{ border-width: 0px; vertical-align:bottom;}
html,body{ height:100%; }

body{
	background-color:#cc0033;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
}

li,dl{ font-size:60%; color:#666666 }
li   { list-style:none; }


h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt {
	display:block;
	line-height:1;
	text-align:left;
}



/* clearfix */
.clearfix:after {
	content: url(../images/pixel.gif);
	display: block; 
	clear: both; 
	height: 0; 
	line-height: 0;
}





/* ----------部分指定---------- */

.f_left { float:left;}
.f_right{ float:right;}
.clear  { clear:both; }
.center { text-align:center; }

.mgnT5 { margin-top:5px !important; }
.mgnT10{ margin-top:10px !important; }
.mgnT15{ margin-top:15px !important; }





/* ----------共通枠---------- */

#wrapper{
	width:960px;
	margin:0px auto;
	padding:30px 0;
	text-align:left;
}

#content{
	width:960px;
	background:url("../images/bg.gif") repeat-y;
	position:relative;
	text-align:center;
}

#footer{
	font-size:60%;
	color:#ffffff !important;
	padding:0 0 0 5px;
}.content {
	font-family: "MS Gothic", "MS PGothic";
	font-size: 12px;
}
