@charset "utf-8";

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.clearfix:after {



    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*===================== all base =====================*/
* { 
	margin: 0; padding: 0; 
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
body{
	padding:20px 0; 
	background:#FFF;
	text-align:center;
	font-size:62.5%;
}

/*-------------- flame --------------*/
#container{
	width: 690px;
	margin:0 auto;
	text-align:left;
}
#headerArea{
	margin-bottom: 20px; 
}
#footerArea{
	padding: 30px 0; 
}
#mainArea{
	width: 690px;
}

/*-------------- header --------------*/
.closeH{
	margin-top:25px;
}		

/*-------------- footer --------------*/
.pagetopF{
	width: 690px;
	margin:0 auto;
	text-align:right;
	padding-bottom:10px;
}
.footBG{
	margin-top:5px;
	background: url(../img/foot_bg.gif) repeat-x 0 0;
	text-align:left;
}
.footer{
	width: 690px;
	margin:0 auto;
	padding-top:20px;
}


/*===================== other =====================*/
/*---- float ----*/
.left{
	float:left;
}
.right{
	float:right;
}

/*---- font ----*/
p , td , th {
	font-size:1.3em;
	color:#333;
	line-height:1.5;
}
td p, td td, td th{
	font-size:100%;
}

.bold{
	font-weight:bold;
}
.fcolor01{
	color:#AC9D88;
}
.fcolor02{
	color:#F873B4;
}
.fcolor03{
	color:#FF5694;
}

span.text_out {
	position:absolute;
	top:-5000px;
	left:-999px;
}
/*IEのみ*/
* html span.text_out{
	position:static;
	visibility: hidden;
}

/*---- link ----*/
a:link,
a:visited{
	color:#F774B3;
	text-decoration: none;
}
a.line:link,
a.line:visited{
	color:#F774B3;
	text-decoration: underline;
}
a.gray:link,
a.gray:visited{
	color:#333;
	text-decoration: underline;
}
a:hover,
a:active ,
a.line:hover,
a.line:active,
a.gray:hover,
a.gray:active{
	color:#FBBAD9;
	text-decoration: underline;
}

/*---- pagetop ----*/
.pagetop{
	text-align:right;
}

/*---- dotline ----*/
.dotline10{
	margin:10px 0;
}
.dotline20{
	margin:20px 0;
}
.dotline30{
	margin:30px 0;
}



