@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:15px;
	float:left;
}
#linkBox{
	background:url(../images/system_back.jpg) repeat-y;
	overflow:auto;
	height:100%
}
#linkMainBox{
	background:url(../images/system_head.jpg) no-repeat;
	color:#23622e;
	line-height:20px;
	height:100%;
	overflow:auto;
}

#left{
	float:left;
	padding-left:35px;
	margin-top:55px;
}
#left p{
	border-top: 1px dashed #f4e6c9;
	width:512px;
	font-size:12px;
	padding-top:10px;
	text-align:center;
	clear:left;

}

#left ul {
	background:#fffaf5;
	list-style:none;
	padding-left:0px;
	width:512px;
	padding-bottom:20px;
	overflow:auto;
}
#left li {
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:12px;
}
#left dl{
	float:left;
	padding-left:40px;
	padding-right:0px;
}
.clear{
	clear:both;
}
#ban{
	padding-left:50px;
	padding-top:15px;
}

