@charset "UTF-8";
/* CSS Document */



@import url("common.css");
@import url("font.css");
/* Font-size Adjustment--------------------------
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

-----------------------------------------------	*/




/* Top
-----------------------------------------------	*/
body {
	height:100%;
	text-align:center;
	background:#FFF url(../img/bg_main.gif) top repeat-X;
	color:#666;
}

#contentswrap {
	margin-bottom: 50px;
}

#mainflash {
	margin-bottom:20px;
}

#leftnavi {
	float:left;
	width:200px;
	margin-right: 20px;
}

#main {
	float:left;
	width:510px;
	margin-right: 20px;
}

#rightnavi {
	float:left;
	width:200px;
}

#rightnavi .cp {
	margin-bottom:38px;
}

#rightnavi .btm {
	margin-bottom:10px;
}


div.topics {
	height:25px;
	position:relative;
	background:url(../img/title_bg01.gif) no-repeat;
	clear:both;
}

div.topics h3 {
	position:absolute;
	left:15px;
}

div.topics p {
	position:absolute;
	top:5px;
	right:8px;
}

div.sidebox {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-bottom: 10px;
	padding: 9px;
}

div.sidebox p {
	padding:9px;
}

div.sidebox li.top {
	padding-bottom: 9px;
}

div.sidebox li.btm {
	padding-bottom: 9px;
}

#mainblock01 {
	margin:0 0 10px 0;
}

#mainblock02 {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding: 9px;
	margin-bottom: 10px;
}

#mainblock02 li {
	float:left;
	margin-right: 10px;
}

#mainblock02 li.right {
	float:left;
	margin-right: 0;
}

#mainblock03 {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding: 9px;
}

#mainblock03 dl {
	border-bottom:#aaa 1px dotted;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#mainblock03 dl.listbtm {
	border:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#mainblock03 dt {
	font-size:92%;
	float: left;
	width: 130px;
}

#mainblock03 dd {
	font-size:92%;
	padding-left: 155px;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 135px 1px;
}

#mainblock03 img {
	margin-right: 5px;
	margin-bottom: 3px;
}
