@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :hirasawa(admin)
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header{
padding:0 0 0 60px;
}
#header h1{
margin:5px 0 0 0;
float:left;
}
#header ul{
margin:0 0 0 60px;
float:left;
}

#header li{
display:inline;
}

#header .space{
padding:0 10px 0 0px;
background: url(../images/bg_spaca.gif) no-repeat right center;
}

* html #header .space{
padding:0 10px 0 0px;
background: url(../images/bg_spaca.gif) no-repeat right 40px;
}



/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer{
padding:20px 0 10px 60px;
background:url(../images/bg_footer.gif) repeat-x top;
}
#footer p{
float:left;
}
#footer ul {
margin:0 0 10px 30px;
float:left;
}

#footer ul li {
	display: inline;
    margin:0 15px 0 0;
}

#footer ul li.firstChild,
#footer ul li:first-child {
}

#footer .copyright {
	text-align: center;
}

/* -----------------------------------------------------------
	#font
		フォント
----------------------------------------------------------- */
.style1{
font-family: "小塚明朝 Pro H","ＭＳ Ｐ明朝","Times New Roman", "Times", "Georgia" ,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:22px;
color:#f1458f;
}
/* safari only \*/  
html[xmlns*=""]  .style1{
font-family: "Times New Roman", "Times", "Georgia", serif;
}


.style2{
font-family: arial,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:14px;
font-weight:bold;
color:#f13e8b;
}
.style3{
font-family: arial,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:12px;
font-weight:bold;
color:#f13e8b;

}
.style4{
font-family: arial,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:12px;
font-weight:bold;
color:#f782b4;
padding:0 5px  0 5px ;
}
.style5{
font-size:12px;
color:#31b7da;
border-bottom:1px dotted #31b7da;
}
.style6{
font-size:12px;
color:#f1458f;
letter-spacing: 0.1em;

}