/* standard elements ===========================*/
*,h1,h2,h3{
	margin: 0;
	padding: 0;
}
a,a:link,a:visited{
	text-decoration:none;
	border-bottom:1px dotted #F34976;
	color:#b53355;
}
a:hover,a:active {color:#F34976;}
a img{border:0;}

body {
	color: #777;
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	line-height:130%;
}

/* font-size adjustment ========================== */
body {
	font-size: 13px; /* for modern browser */
	*font-size: 81.25%; /* for IE6,IE7 */
}
#container{
	font-size:78%; /* 10px相当 */
}
#footer{
	font-size:78%; /* 10px相当 */	
}

/* structure and background===================================== */
body{background:#6a6555;}
#container{
	background:#fff url(img/profile/b.jpg) repeat-x;
}
#container #main{
	width:880px;
	margin:0 auto;
}

#container #main #header{
	background:url(img/profile/header_b.jpg) top center no-repeat;
	height:230px;
	text-align:center;
}
#container #main #content{
	background:#fff;
	width:850px;
	margin:0 auto;
}
#container #main #content #contentc{
	padding:0 30px 20px 30px;
}
#footer{
	border:0px solid #f00;
	background:#6a6555 url(img/index/footer_b.jpg) repeat-x top;
	height:100px;
}


/* detalis shared==================== */

/* フッター */
#footer .menu{
	width:650px;
	height:60px;
	margin:0 auto;
	padding-top:30px;
	list-style-type:none;
}
#footer .menu li a,#footer .menu li a:link,#footer .menu li a:visited{
	color:#fff;
	border:0;
	font-weight:bold;
}
#footer .menu li a:hover,#footer .menu li a:active{
	color:#FFFC69;
	border-bottom:1px dotted #fff;
}
#footer .menu li a .en{color:#ccc;}

#footer .menu li{
	float:left;
	width:80px;
	text-align:center;
	line-height:140%;
}

#footer .copyright{
	clear:both;
	height:80px;
	margin:0 auto;
	color:#ddd;
	font-size:90%;
	line-height:1.4em;
}
#footer .copyright td{
	padding:0 5px 0 5px;
	vertical-align:top;
}


