@charset "utf-8";
/*----   全体   ----*/
html{overflow-y: scroll;}
html,body {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 99%;
	background-color: #ffffff;
}
#main {
	max-width: 1200px;
	min-width: 500px;
	margin: 0px auto 0px auto;
}
#content {
	overflow:hidden;
}
#content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img,p {
	border: none;
	margin: 0px;
	padding: 0px;
}
img,p,ul,dl {
	line-height: 150%;
}

.center {text-align: center;}
.float_l {float: left;}
.float_r {float: right;}
.clear {
	clear: both;
	margin: 0px;
}
a{
	color: #275161;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover{
	color: #418580;
	text-decoration: none;
	border-bottom: 1px dotted;
}
/* マージン */
.ma0 {margin: 0px;}
.ma5 {margin: 5px 0px 0px 0px;}
.ma10 {margin: 10px 0px 0px 0px;}
.ma20 {margin: 20px 0px 0px 0px;}
.ma30 {margin: 30px 0px 0px 0px;}
.ma40 {margin: 40px 0px 0px 0px;}
.ma50 {margin: 50px 0px 0px 0px;}
.ma300 {margin: 300px 0px 0px 0px;}
/*----   ヘッダー   ----*/
#head_caption {
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	color: #3C7991;
	background-color: #B0D1DE;
}
#head {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	height: 140px;
}
h1 {
	margin: 70px 0px 0px 0px;
	padding: 5px;
	font-size: 140%;
	color: #3175AD;
	float: right;
	text-align: right;
}
.boder {
	border-top: 1px solid #3175AD;
}
.boder02 {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	border-top: 1px solid #85B9CD;
}
.boder03 {
	margin: 10px;
	clear: both;
	height: 5px;
	background-image: url(../img/line01.gif);
	background-repeat: repeat-x;
}
/*----   メニュー   ----*/
#menu {
	margin: 0px auto 0px auto;
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	min-height: 30px;
	_height: 30px;	/* IE用背景高さ100% */
}
#menu li{
	list-style: none;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	display: inline;
}
#menu li a{
	color: #ffffff;
	text-decoration: none;
}
#menu li,
#menu li a:hover{
	color: #333333;
	text-decoration: none;
}
.menu_boder {
	border-right: 2px groove #4689BB;
}
.box_head01 {
	margin: 0px;
	padding: 0px;
	height: 6px;
	background-image: url(../img/caption_head.jpg);
	background-repeat: repeat-x;
}
#caption {
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	color: #3C7991;
	background-image: url(../img/caption_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #B4D3ED;
	border-right: 1px solid #B4D3ED;
}
/*----   left   ----*/
#column_left, #column_right {
	margin-top: 10px;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}
#column_left{
	float: left;
	min-width: 90px;
	width: 20%;
	background-color: #FFFFFF;
	background-image: url(../img/sidemenu_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border: 1px solid #B4D3ED;
}
#foot_left{
	margin-bottom: 30px;
	float: left;
	min-width: 90px;
	width: 20%;
	border-top: 1px solid #B4D3ED;
}
#column_right{
	float: right;
	background-color: #FFFFFF;
	min-width: 300px;
	width: 79%;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFFFFF;
	border: 1px solid #B4D3ED;
}
#foot_right{
	margin-bottom: 30px;
	float: right;
	min-width: 300px;
	width: 79%;
	border-top: 1px solid #B4D3ED;
}
.box_head02 {
	margin: 0px;
	padding: 0px;
	height: 6px;
	background-image: url(../img/sidemenu_head.jpg);
	background-repeat: repeat-x;
}
.box_foot02 {
	margin: 0px;
	padding: 0px;
	height: 6px;
	background-image: url(../img/sidemenu_foot.jpg);
	background-repeat: repeat-x;
}
.box_head02_in {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/sidemenu_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-left: 1px solid #B4D3ED;
	border-right: 1px solid #B4D3ED;
}

/*----   サイドコンテンツ   ----*/
.side_list {
	margin: 20px 5px 20px 5px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #B4D3ED;
	font-size: 80%;
}
.side_list dt{
	background-image: url(../img/ico_sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 25px;
	font-weight: bold;
	color: #3C7991;
}
.side_list dd{
	margin: 0px;
	padding-left: 25px;
	color: #666666;
}

/*----   メインコンテンツ   ----*/
.box01 {
	margin: 20px 10px 20px 10px;
	clear: both;
}

h3 {
	margin: 0px 0px 20px 0px;
	padding: 3px 0px 3px 10px;
	font-size: 110%;
	font-weight: bold;
	color: #3C7991;
	border-left: 5px solid #3C7991;
	border-bottom: 1px solid #3C7991;
}
#column_right img{
	margin: 3px;
	padding: 3px;
}
#column_right p{
	margin: 5px;
	padding: 10px;
}
h4 {
	width: 218px;
	margin: 20px 0px 0px 0px;
	padding: 3px 5px 5px 25px;
	font-size: 100%;
	font-weight: bold;
	color: #3C7991;
	background-image: url(../img/ico_sub_title.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	border: 1px solid #85B9CD;
	border-bottom: none;
}
.sub_title {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/sub_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.sub_contents {
	margin: 10px;
	padding: 0px;
}
.sub_contents li{
	margin: 10px 0px 10px 0px;
	padding: 5px;
	list-style: none;
	border-bottom: 1px dotted #666666;
	color:#666666;
}
/*----   フッターメニュー   ----*/
#foot_menu {
	margin: 50px auto 10px auto;
	padding: 0px;
	font-size: small;
	text-align: center;
	font-weight: bold;
}
#foot_menu li{
	list-style: none;
	padding: 0px 5px 0px 5px;
	display: inline;
}
#foot_menu li a{
	color: #275161;
	text-decoration: none;
}
#foot_menu li,
#foot_menu li a:hover{
	color: #418580;
	text-decoration: none;
}
.foot_menu_line {
	border-left: 1px solid #275161;
}
