@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   /*font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
   color:#33000;
}

body {
   margin: 0 auto;

   padding: 0;
   font-size: 12px;
   line-height: 1.6;
   letter-spacig: 0.1em;
}

/* ========TEMPLATE LAYOUT======== */



#container{
   margin: 0 auto;
	padding-top:30px;
   width:507px;
   overflow: auto;

}







#footer {
   margin: 0 auto;
   padding:40px 0 0 0;
}




.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}
/*---------------------------------------------------------*/



br {
   letter-spacing:normal;
   
}


p {
   margin:0 0px;
   font-size: 13px;
   letter-spacing:0.07em;
   line-height:1.6em;
}





.clear_both {
	clear: both;
	}
	



/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:11px;
   color:#FFF;
   line-height:3.0;
   text-align:center;
}

