@charset "UTF-8";/* #1 基本レイアウト===========================================================================*//*  sub 180px - main 770px---------------------------------------------------------------------------*/h2#title {	margin-top: 40px;}div#main {	float: right;	width: 770px;	margin-top: 40px;	margin-bottom: 40px;	overflow: hidden;	background: url(/2009/_img/vertical.gif) repeat-y left;}div#sub {	float: left;	width: 180px;	margin: 40px 0px;	overflow: hidden;}div#main div.inner {	padding-left: 30px;	padding-right: 0px;}div#sub div.inner {	padding: 30px;	padding-top: 20px;	padding-left: 0px;}div.inner {	overflow: hidden;}/* #2 main内===========================================================================*/div#main div.section {	margin-bottom: 20px;	padding: 20px;	background: url(/2009/_img/section_bg.gif) no-repeat;}div#main div.section h3,div.sectionW h3 {	margin-bottom: 30px;	padding: 5px;	padding-left: 10px;	border-left: 5px solid #099bde;	border-bottom: 1px dotted #099bde;	font-weight: bold;}div#main div.section h4,div.sectionW h4 {	margin-top: 15px;	margin-bottom: 15px;}div#main div.section p,div#main div.section div.para,div#main div.section ul,div#main div.section ol,div#main div.section dl,div#main div.section table,div.sectionW p,div.sectionW div.para,div.sectionW ul,div.sectionW ol,div.sectionW dl, div.sectionW table {	font-size: 120%;	text-align: justify;}div#main div.section hr.dot,div.sectionW hr.dot {	margin: 30px 0; 	height: 0px;	line-height: 0px;	border: none;	border-bottom: 1px dotted #099bde;}/* #3 sub内===========================================================================*//* sub-menu---------------------------------------------------------------------------*/ul.submenu {	padding: 0px;	list-style-type: none;}ul.submenu li {	margin-bottom: 28px;	text-align: center;	font-size: 130%;}ul.submenu li a {	text-decoration: none !important;}/* #4 カラム分けしない場合===========================================================================*/div.sectionW {	min-height: 200px;	margin-top: 20px;	margin-bottom: 20px;	padding: 20px;	background: url(/2009/_img/sectionW_bg.gif) no-repeat;}