@charset "utf-8";

* { margin: 0; padding: 0; font-size: 1em; font-style: normal;}

body {
	text-align: center;
	color: #000;
	cursor: auto;
	font: normal normal 62.5%/1.75em Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing:0.1em;
	background:url(../img/common/bk.jpg) top center scroll repeat-y #191E19;
}

a,a:hover,a:visited{color:#CCB800; outline:none;}

img{border:none;}

hr{display:none;}

/******************************************************************** Float containers fix
===================================================================== a.k.a. clearfix */

/******************** exp IE
*/
#footer:after,
#container:after,
#sec-01:after,
#sec-02:after,
#sec-03:after,
#sec-04:after,
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/******************** for IE
Level 2.1*/
#footer,
#container,
#sec-01,
#sec-02,
#sec-03,
#sec-04,
.clearfix { display: inline-block;}  

/* Holly Hack Targets IE Win only \*/
* html #footer,
* html #container,
* html #sec-01,
* html #sec-02,
* html #sec-03,
* html #sec-04,
* html .clearfix { height: 1%;}
#footer,
#container,
#sec-01,
#sec-02,
#sec-03,
#sec-04,
.clearfix { display: block;}
/* End Holly Hack */


/******************************************************************** universal
*/

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL { float: left;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}

/******************************************************************** print styles
*/
 
@media print{
	body { font: normal normal 62.5%/1.75em "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
/*
	#col-a { width: 100%; float: none;}
	#col-b { display: none;} 
*/
}


