@charset "utf-8";

/* ----------------------------------------ベース---------------------------------------- */

* {
	padding: 0;
	margin: 0;
	}

html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	line-height: 1.6em;
	font-size: 14px;
	color: #646464;
	margin: 0 auto;
	padding: 0;
	background-color: #edf291;
	background-image: url(../img/back_typeb.jpg);
	text-align: center;
	background-repeat: repeat-x;
	}
	
img {
	border: none;
	}
	
a {
	color: #03C;
	text-decoration: none;
	}	
	
a:hover {
	color: #e3505a;
	text-decoration: underline;
	}


ul, ol { 
	list-style-type:none; 
	}

/* ----------------------------------------　基本カラー　---------------------------------------- */

.color01{
	color: #000098;
}
.color02{
	color: #C6E6FD;
}


/* ----------------------------------------　レイアウト　---------------------------------------- */

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#typeb_contents {
	width: 900px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-top: 1px;
	padding-top: 30px;
}

/* ----------------------------------------　ヘッダー　---------------------------------------- */
#header {
	text-align: left;
	overflow: hidden;
	position: relative;
	zoom:1;
	height: 90px;
	padding-right: 20px;
	padding-left: 10px;
}
#header #typeb_title {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 16px;
	float: left;
	background-image: url(../img/logo_typeb.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: 0px 0px;
	padding-top: 17px;
}


#header #typeb_pankuzu {
	padding-top: 6px;
	width: 875px;
	text-align: right;
}


/* ----------------------------------------　中央コンテンツ　---------------------------------------- */


 .typeb_mainlabel {
	font-weight: bold;
	color: #333;
	background:url(../img/mainlabel_bg.jpg) repeat-x;
	padding: 4px;
	text-align: center;
}
#typeb_contents .typeb_mainmenu,
#typeb_contents .typeb_mainbox {
	margin-bottom: 20px;
	border:2px solid #b1bb01;
	padding: 10px;
	font-size: 12px;
	overflow:hidden;
}
*html #typeb_contents .typeb_mainmenu,
*html #typeb_contents .typeb_mainbox {
	height:150px;
}

.typeb_mainmenu li a,.typeb_mainbox li a  {
	display: block;
}
.typeb_mainmenu li {
	background-color: #f5deb3;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 3px;
	border: 1px dotted #000098;
	padding-right: 4px;
	margin-right:5px;
	width:146px;
	height:60px;
	float:left;
}
*html .typeb_mainmenu li{
	width:155px;
}
#typeb_contents .typeb_keyword{
	margin-bottom: 20px;
	border:2px solid #b1bb01;
	padding: 10px;
	font-size: 12px;}
.typeb_mainbox li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position:inside;
}

.typeb_smainmenu li:first-child {
		margin-top: 0px;
}

.typeb_mainbox dt  {
	font-weight: bold;
	color: #3B5998;
}

.typeb_mainbox dd {
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 1.6em;
}


#typeb_center {
	float: left;
	width: 860px;
	padding-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 10px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 4px;
	background:#637C08;
	color:#fff;
}

.add_label{
	margin-top:40px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:5px;
	background:url(../img/label_bg.gif) no-repeat #ffbd73;
	color: #A64600;
	clear: both;
}

.typea_cnavi ul li {
	float: left;
	padding-right: 20px;
	background:url(../img/sitemap_icon.gif) no-repeat;
	padding-left:20px;
	width:170px;
}

.sitemap li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: square;
	list-style-position:inside;
}

.typeb_cnavi .sitemap_t {
	font-size: 18px;
	font-weight: bold;
	clear: both;
	padding-top: 10px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6E6FD;
}
#wrapper #typeb_contents #typeb_center .cnavi p{
	margin-top:40px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #637c08;
	background-color:#FFBD73;
	color: #EB4E64;
	clear: both;}
#wrapper #typeb_contents #typeb_center .cnavi li{
	background:url(../img/sitemap_icon.gif) no-repeat;
	padding-left:25px;}
/* ----------------------------------------　右コンテンツ　---------------------------------------- */
#typeb_right {
	float: left;
	width: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* ----------------------------------------　フッター　---------------------------------------- */
#footer {
	clear: both;
	color: #FFF;
	background-color: #637c08;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #FFF;
}

