@charset "utf-8";
/*
--------------------
  Naming rules
--------------------
全体コンテナ					#wrapper (body要素の直下)
全体コンテナ					#container (wrapper要素の直下)
ヘッダー							#header (ヘッダー)
フッター							#footer (フッター)
コンテンツ						#contents (コンテンツ) 
左メニュー						#sub-navi



*/


/*
--------------------
  top
--------------------
*/


/*
--------------------
  contents
--------------------
*/
div#contents {
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div#contents-in {
	margin:0 0 0 0;
	background-image:none;
}

div#main-visual {
	width:740px;
	height:300px;
	padding-bottom:30px;
}
* html div#main-visual { /* Hack for IE6 */
	width:740px;
	height:100px;
	padding:0 0 0 0;
	margin:1px 0 30px 0;
}


div#section {
	padding:10px 9px 10px 9px;
}

div#section1 {
	border-right:1px dotted #96A2A7;
	text-align:center;
	float:left;
	width:240px;
}
div#section2 {
	text-align:center;
	float:left;
	width:240px;
}
div#section3 {
	border-left:1px dotted #96A2A7;
	text-align:center;
	float:left;
	width:240px;
}

p.docs {
	margin:5px 14px;
	font-size:90%;
}

