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

/* 基本設定 */

* {
	margin:0;
	padding:0;
}


body {
	background:url(../img/bg_contents.png);
	color: #632d00;
    font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS UI Gothic",Osaka,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Arial,Verdana;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	line-height:1.8em;
	}
	
p {
	line-height: 1.8em;
	margin: 0;
	padding: 2px 12px 0 5px;
	}

a, a:link {
	color: #0000CC;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	}


img {
    max-width:100%;
    width /***/:auto; /* IE8のみ */
    height:auto;
    vertical-align:bottom;
}


/* レイアウト等 */

#wrapper {
	background: #FFFFFF;
	border-left: 1px solid #8C8C00;
	border-right: 1px solid #8C8C00;
	margin: 0 auto;
	width: 890px;
	}
	
#header {
	background: url(../img/header_bg.jpg) no-repeat;
	width:830px;
	height: 110px;
	text-align:right;
	margin:1px 0 0 30px;
	border:#D5CF77 1px dotted;
	}
	
#main_vis{
	width:830px;
	border:#D5CF77 1px dotted;
	margin-left:30px;
	}
	
#content {
	margin-left:30px;
	padding: 7px 0 20px 0;
	text-align: left;
	width: 830px;
	}
	
#content_secondary {
	margin: 0;
	padding: 20px 20px;
	text-align: left;
	}
	
#left {
	width:220px;
	padding:10px;
	float:left;
	border:#D5CF77 1px dotted;
	}
	
#right {
	float: right;
	width: 600px;
	border:#D5CF77 1px dotted;
	padding:10px 0 0 5px;
	}
	
#footer {
	background: url(../components/img/footer.jpg) no-repeat;
	font-size: 10px;
	height: 38px;
	text-align:center;
	}

	
/* ヘッダー */

#header h1 {
	font-size:12px;
	font-weight:bold;
	line-height: 1em;
	margin: 0;
	padding: 10px 10px 0 0;
	color:#000;
	}
	
.header_logo {
	float: left;
	width: 270px;
	height:110px;
	}
	
.header_adspace{
	float:right;
	width:500px;
	height:70px;
	margin:10px 10px 0 0;
    }


/* ナビゲーション */

#navi {
	clear:both;
	width:830px;
	height:42px;
	margin-left:30px;
	padding:0;
	list-style-type:none;
	border-left:#D5CF77 1px dotted;
	border-right:#D5CF77 1px dotted;
}

#navi li {
	width:166px;
	height:42px;
	float:left;
}

#navi a {
	display:block;
	width:126px;
	height:32px;
	padding:10px 0 0 40px;
	background:url(../img/navi.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	line-height:1.5em;
	text-align:left;
}
#navi_01 a:hover,
#navi_01 a {
	background-position:0 -42px;
}
#navi_02 a,
#navi_03 a,
#navi_04 a {
	background-position:-166px 0;
}
#navi_02 a:hover,
#navi_03 a:hover,
#navi_04 a:hover,
#navi_02 a,
#navi_03 a,
#navi_04 a {
	background-position:-166px -42px;
}
#navi_05 a {
	background-position:-332px 0;
}
#navi_05 a:hover,
#navi_05 a {
	background-position:-332px -42px;
}

#navi a:hover {
	color:#96A154;
}

/* ぱんくずリスト */
#pan_list {
	padding-bottom:5px;
	font-size:14px;
}

/* 左コラム */

#sub_area {
	width:190px;
	padding:10px;
	float:left;
	border:#D5CF77 1px dotted;

}

#sub_area h2 {
	height:30px;
	padding:5px 0 0 10px;
	line-height:1.5em;
	background:url(../img/bg_sub_tit.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	overflow:hidden;
}

#sub_area ul {
	margin-bottom:20px;
	list-style-type:none;
}

#sub_area ul li {
	padding:5px 0;
	border-bottom:#CCC 1px dotted;
}

#sub_area ul li a {
	padding-left:20px;
	line-height:1.5em;
	background:url(../img/icon_01.png) no-repeat 10px 2px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

#sub_area ul li a:hover {
	color:#96A154;
}

.freespace_left{
	width:190px;
	height:auto;
	margin-left:15px;

}

/* 右コラム */

#right ul{
	margin-left:10px;
	font-weight:bold;
}

#right li{
	margin-left:40px;
	font-weight:normal;
}

.columbox_left {
	width:285px;
	float:left;
	margin:0 0 10px 10px;
	}

.columbox_right {
	width:285px;
	float:right;
	margin:0 10px 10px 0;
	}

.columbox_left h2,
.columbox_right h2 {
	width:275px;
	height:29px;
	margin-bottom:10px;
	padding:6px 0 0 30px;
	line-height:1.5em;
	background:url(../img/h2_top.png) no-repeat;
	font-size:14px;
	font-weight:bold;
}

.context {
	clear:both;
	width:595px;
	margin-bottom:10px;
	padding-left:7px;
	}	

.context h2{
	width:550px;
	height:29px;
	margin-bottom:10px;
	padding:6px 0 0 30px;
	line-height:1.5em;
	background:url(../img/h2_contents.png) no-repeat;
	font-size:14px;
	font-weight:bold;
}


.context h3{
	width:550px;
	height:30px;
	margin-bottom:5px;
	padding:3px 0 0 30px;
	line-height:1.5em;
	background:url(../img/h3_contents.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
}

.context h4{
	margin-top:15px;
	font-size:13px;
	font-weight:bold;
	border-bottom:3px double;
}

.context h5{
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

.columbox_left img,
.columbox_right img {
	margin:0 5px 15px 10px;
	float:left;
}

.photo_box_right{
	width:auto;
	height:auto;
	margin:5px 10px;
	float:right;
	clear:right;
	background-color:#fff;
	padding:5px 5px 15px 5px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

.photo_box_right2{
	width:auto;
	height:auto;
	margin:5px 10px 5px 5px;
	float:right;
	clear:right;
}

.photo_box_left{
	width:auto;
	height:auto;
	margin:5px 10px;
	float:left;	
	clear:right;
	background-color:#fff;
	padding:5px 5px 15px 5px;
	border-top:1px solid #CCC;
	border-left:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #666;
}


.adspace_main{
	width:580px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	font-size:10px;
}

/* テーブル指定 */

table.type1 {
width:99%;
border: 1px #c0c0c0 solid;
border-collapse: collapse;
font-size: 100%;
color:#666;
}

table.type1 caption {
padding-bottom: 5px;
font-weight:bold;
}

table.type1 th,
table.type1 td {
padding: 4px 6px;
border-right: 1px #c0c0c0 dotted;
border-bottom: 1px #c0c0c0 dotted;
}

table.type1 thead th {
border-bottom: 2px #c0c0c0 solid;
text-align:center;
}

table.type2 {
width:98%;
border:1px #c0c0c0 dotted;
border-collapse: collapse;
font-size: 100%;
color:#666;
}

table.type2 caption {
padding-bottom: 5px;
font-weight:bold;
}

table.type2 th{
background:#F2F2F2;
padding: 6px 8px;
border-bottom: 1px #c0c0c0 dotted;
border-right: 2px #c0c0c0 solid;
text-align:center;
}

table.type2 td {
padding: 6px 8px;
border-bottom: 1px #c0c0c0 dotted;
}

table.type2 tfoot td {
border-bottom:none;
}

table.type3 {
width:98%;
border-collapse: collapse;
font-size: 100%;
}

table.type3 th{
border-bottom: 2px #c0c0c0 solid;
text-align: center;
padding: 6px 8px;
}

table.type3 td {
padding: 6px 8px;
border-bottom: 1px #c0c0c0 dotted;
}

table.type4 {
width:98%;
border:1px #c0c0c0 dotted;
border-collapse: collapse;
font-size: 100%;
color:#666;
}

table.type4 caption {
padding-bottom: 5px;
font-weight:bold;
}

table.type4 th{
background:#F2F2F2;
padding: 6px 8px;
border-bottom: 2px #c0c0c0 solid;
border-right: 1px #c0c0c0 dotted;
text-align:center;
}

table.type4 td {
padding: 6px 8px;
border-bottom: 1px #c0c0c0 dotted;
border-right: 1px #c0c0c0 dotted;
text-align:center;
}

table.type4 tfoot td {
border-bottom:none;
}


	
/* フッター */

#footer h2 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 15px 0 0 0;
	}
