/*コンテンツ*/
#content{
	margin-top:1px;
	padding:0px;
	background: #fff url(../images/all/bg_content.gif) top repeat-x;
	border-bottom:1px solid #eee;
	float: left;
	width: 760px;
	height: auto;
}


/*--- // sabu メニュー // ---*/
#content #submenu {
	width:175px;
	font-size:80%;
	letter-spacing:.1em;
	font-family: "ＭＳ Ｐゴシック", "Arial",Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	float: left;
	margin-top: 5px;
}
#content #submenu h2#menu_title {
	margin:0;
	padding:12px 0px 0px 12px;
	width:166px;
	color:#000;
	font-size:140%;
	font-weight:normal;
	background:url(../images/titiles/title.jpg) no-repeat;
	line-height:1em;
}
#content #submenu ul {
	line-height:140%;
	margin:0;
	padding:0;
}
#content #submenu ul li {
	list-style-type:none;
	background:#FFF;
}
#content #submenu ul li a {
	color: #666666;
	text-decoration: none;
	padding: 6px 0 5px 30px;
	border-bottom: 1px dashed #CCCCCC;
	width: 145px;
	background: url(../images/titiles/list.jpg) no-repeat left top;
	display: block;
}
#content #submenu ul li a:hover {
	background:url(../images/titiles/list.jpg) no-repeat right top;
	color: #000000;
}
#content #submenu ul li a:hover,#submenu ul li a:active{
	color: #000000;
	text-decoration: none;
}
/* main = right */

#main{
	background: #FFFFFF;
	float: right;
	height: auto;
	width: 555px;
	margin-top: 5px;
	margin-left: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-right: 10px;
}
/* main title */

#main h2 {
	color:#FF6600;
	font-size: 14px;
	margin: 3px 5px;
	padding: 3px 0px 3px 5px;
	height: 18px;
	border-bottom: 1px dotted #999999;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-left: 5px solid #FF6600;
	width: 500px;
}
#main h3{
	margin: 0px;
	padding-left: 5px;
}

#main p{
	padding:5px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
}
ol li{
	margin-left: 3em;
	padding: 0 0 0.5em 0;
	list-style: decimal outside;
	color: #666666;
	}
.disc li {
	margin-left: 4em;
	padding: 0 0 0.5em 0;
	list-style: disc outside;
	}
ol li ul.disc li {
	margin-left: 2em;
	padding: 0 0 0.5em 0;
	list-style: disc outside;
	}
p.bt{
	color: #333333;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #999999;
	height: 1em;
	width: 6em;
	background-color: #FFFFCC;
	}
p.bt a{
	font-weight: bold;
	text-decoration: none;
	}
table.exe {
	width: 98%;
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	font-size: 100%;
	color: #666666;
	}
table.exe td{
	text-align: left;
	padding: 4px 6px;
	border: 1px solid #CCCCCC;
	width: 49%;
	}
table.exe td.tt{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #FFFF66;
	}
a.none-b{
text-decoration: none;
}
