@charset "utf-8";

/*------------------------------
　汎用スタイル
------------------------------*/
/* clearfix */
	*html .clearFix {
		zoom: 1;
	}
	
	*+html .clearFix {
		zoom: 1;
	}
	
	.clearFix:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}

/*------------------------------
　レイアウト
------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	line-height: 1.75;
	text-align: center;
	word-break: normal;
	word-wrap: break-word;
}

.list {
	line-height: 1.25;
}

.small {
	font-size: 9pt;
	line-height: 1.5;
}

table.waku {
	font-size: 9pt
	line-height: normal
	border-style: ridge;
	border-width: nomal;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
	text-align: left;
	margin: auto;
	width: 800px;
}

#main {
	margin: 0px;
}

#top {
	float: right;
	height: 15px;
	width: 800px;
}

#conts {
	float: right;
	width: 600px;
}

#bottom {
	height: 50px;
	width: 800px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;	
}

#sideBar {
	float: left;
	/*height: 535px;*/
	width: 200px;
	position: relative;
}

/* ~~ セレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav_main, ul.nav_sub {
	list-style: none;
	margin-bottom: 15px;
}
ul.nav_main dl {
	width: 145px;
	height: 30px;
	padding: 0px 20px 0px 0px;
	margin: 10px 0 10px 0;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #e77e00;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	border-radius: 0 30px 30px 0;
	font-weight: bold;
}
ul.nav_main a, ul.nav_main a:visited {
	width: 145px;
	height: 30px;
	padding: 0px 20px 0px 0px;
	margin: 10px 0 10px 0;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #005d79;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	border-radius: 0 30px 30px 0;
	font-weight: bold;
}
ul.nav_main a:hover, ul.nav_main a:active, ul.nav_main a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ffa286;
}
ul.nav_sub dl {
	width: 115px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0 5px 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #e77e00;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
}
ul.nav_sub a, ul.nav_sub a:visited {
	width: 115px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0 5px 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #5e51a0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
}
ul.nav_sub a:hover, ul.nav_sub a:active, ul.nav_suv a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8ac998;
}
