@charset "utf-8";
@import "base.css";

body{
	line-height:1.3;
	letter-spacing:1px;
	font-size:70%;
	color:#000;
	background-color:#bfd4e6;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}

#container{
	width:auto;
}
#inner{
	margin:0 auto;
	width:880px;
}

#header{
	height:30px;
}

#contents{
	width:100%;
}
#cont-head{
	height:18px;
	background-image:url(../../media/mypage/common/cont_head_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#39c;
	padding:3px 0 0 5px;
}
#cont-body{
	background-color:#fff;
	background-image:url(../../media/mypage/common/cont_body_bg.gif);
	background-repeat:repeat-y;
	background-position:right top;
	overflow:hidden;
}

#cont-left{
	float:left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	width:200px;
	background-color:#39c;
}
#menu-head{
	height:115px;
	text-align:center;
	background-image:url(../../media/mypage/common/cont_left_h_bg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
#menu-head img{
	margin-top:5px;
}
.point-box{
	padding-top:4px;
	margin-left:22px;
	text-align:left;
	color:#fff;
}
#menu-body{
	padding:10px 0 30px 13px;
	height:100%;
}
ul.menu-list{
	color:#fff;
}
li.arrow-b{
	padding-left:10px;
	margin-top:3px;
	background-image:url(../../media/mypage/common/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
li.arrow-w{
	padding-left:10px;
	margin-top:3px;
	background-image:url(../../media/mypage/common/arrow_white.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#cont-center{
	float:left;
	width:430px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
#cont-right{
	float:right;
	width:230px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	font-size:85%;
}
.right-topic{
	margin-top:20px;
	width:185px;
}
.right-topic img.topic-title{
	margin:5px 0;
}
.right-topic dl dt{
	color:#509ec0;
}
.right-topic dl dd{
	margin-bottom:10px;
}

#cont-foot{
	height:46px;
	background-image:url(../../media/mypage/common/cont_foot_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding-left:10px;
}

#footer{
	margin:10px 0 20px 0;
}
.copyright{
	text-align:center;
	color:#004452;
}

