@import "common.css";


/*
 :contributor [
 	:name "Yahoo";
	:title "YUI Fonts CSS";
	:description "ブラウザ間のフォントサイズを揃えるライブラリ";
	:revisiton "2.5.0";
	:homepage <http://developer.yahoo.com/yui/fonts/>;
	:license <http://developer.yahoo.com/yui/license.txt>;
	:note "
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
			"
	] .
*/




#mainBox{
	width:600px;
	background:#fff5e9;
	font-size:14px;
	padding-left:0px;
	margin-left:15px;
	float:left;
	background:url(../images/system_back.jpg) repeat-y;
	overflow:auto;
}
#systemBox{
	overflow:auto;
	height:100%;
	position:relative;
	z-index:5;
	overflow-x:hidden;
	width:590px;
}
#systemMainBox{
	background:url(../images/system_head.jpg) no-repeat;
	color:#23622e;
	line-height:20px;
	height:100%;
	overflow:auto;

}

h4{
	padding-left:8px;
	color:#c07a00;
	font-size:16px;
	margin:0 auto;
	text-align:center;
	width:220px;
	display:inline;
}
#left{
	float:left;
	width:370px;
	padding-left:20px;
	padding-top:30px;
	text-align:center;
	font-size:14px;
	line-height:18px;
	margin:0 auto;
}
#age{
	padding-top:20px;
	padding-bottom:20px;
}
h5{
	font-weight:bold;
	padding-bottom:10px;
	font-size:18px;

}
#left p{
	padding-left:20px;
}
#right{
	float:left;
	padding-left:5px;
	padding-top:30px;
}
#left ul{
	background:transparent;
}

#right p{
	padding-left:20px;
	padding-top:30px;
	float:left;
}
.clear{
	clear:both;
	margin-top:-25px;
	position:absolute;
	overflow:hidden;
	width:590px;

}