@charset "utf-8";
/* CSS Document */

/*ブラウザ初期化*/
*{
	margin:0;
	padding:0;
	color:black;
	font-size:1em;
	line-height:150%;
	font-family:Verdana,Arial, Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",san-serif;
}
/*インラインのスタイル*/
a:link{color:#00a;}
a:visited{color:#066;}
a:hover{color:#900; text-decoration:underline;}
a:active{color:#900; text-decoration:underline;}
img,object{border:0; vertical-align:text-bottom}

body {
	background: url(../images/bg_01.gif);
	padding-top: 10px;
	padding-bottom: 10px;
}



#contena {
	padding: 10px 10px 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #666666;
}
#header {
	padding: 0px;
	height: auto;
	width: 800px;
	background: #FFFFFF;
}
#title {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 193px;
	width: 800px;
	background: url(../images/logo03.jpg) no-repeat -18px top;
}
#header #top-menu {
	background: #0040ff url(../images/subhead_bg.png);
	margin: 0px;
	height: 20px;
	width: 800px;
	padding: 0px;
}
#header #top-menu ul {
	list-style: none;
	margin-left: 10px;
}
#header #top-menu a {
	float: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.75em;
	color: #CCCCCC;
	width: auto;
}
#header #top-menu .last a {
	color: #CCCCCC;
	border-right-style: none;
}
#header #top-menu a:hover {
	color: #FFCC00;
}
/*IE用ハック*/
* html #contena #header #top-menu li {
	display: block;
	float: left;
}
#bred {
	width: 800px;
}
#inner {
	height: 100%;
	width: 800px;
	background: #fdfdcf url(../images/content-back.gif) repeat-y center top;
}
#inner #left-navi {
	width: 160px;
	float: left;
	clear: left;
}
#inner #left-navi p {
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 150px;
	display: block;
	background: url(../images/subhead_bg.png);
	font-size: 0.85em;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 10px;
}
#left-navi #main-menu {
	width: 150px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#main-menu ul {
	list-style: none;
}

#main-menu li a {
	display: block;
	height: 23px;
	width: 125px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../images/menu_bg.png) no-repeat left top;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 0.85em;
	padding-top: 3px;
}
#main-menu li a:hover {
	background: url(../images/menu_bg.png) no-repeat left -26px;
	color: #333333;
}
#main-menu .active a {
	background: url(../images/menu_bg.png) no-repeat left -26px;
}
#inner2 #bred {
	width: 480px;
	background: #CCFF99;
}
#inner2 {
	float: left;
	width: 480px;
	height: 100%;
	margin-top: 10px;
}
#inner2 #content {
	font-size: 0.78em;
	color: #666666;
	padding: 5px;
	height: 100%;
	width: auto;
}
#contena #inner #right {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: right;
}
#contena #inner #right #topic {
	margin: 0px;
	padding: 10px;
}
#contena #inner #right #topic h3 {
	font-size: 0.8em;
	color: #FFFFFF;
	height: 20px;
	background: url(../images/subhead_bg.png);
	padding-left: 5px;
}
#contena #inner #right #topic ul {
	list-style: none;
}
#contena #inner #right #banner {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contena #inner #right #banner img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	clear: both;
	font-size: 0.7em;
	height: 30px;
	background: #666666;
	top: 100%;
	width: 800px;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
}
#footer p {
	color: #FFFFFF;
	font-size: 0.8em;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer #link {
	font-size: 1.27em;
	color: #CCCCCC;
}
#footer #link a {
	color: #FFFF99;
}
#contena #inner #inner2 #bred .B_crumbBox .B_firstCrumb .B_homeCrumb {
	font-size: 0.75em;
	text-decoration: none;
}
#contena #inner #inner2 #bred .B_crumbBox .B_lastCrumb .B_currentCrumb {
	font-size: 0.75em;
}
#contena #inner #inner2 #bred .B_crumbBox {
	font-size: 1em;
}
#contena #inner #inner2 #bred .B_crumbBox .B_crumb {
	text-decoration: none;
	font-size: 0.75em;
}

