@charset "Shift_JIS";

/* リセット
------------------------------------------------------------ */
body,div,dl,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* 全体
------------------------------------------------------------ */
body{
	font-size:80%;
	background-image:url(image/bg02w.gif);
}

/* コンテナー　上
------------------------------------------------------------ */
#container {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 700px;
	margin-top:15px;
	background-image:url(image/bg_top.gif);
}

/* コンテンツ　左
------------------------------------------------------------ */
#contents_left {
	width: 565px;
	float:left;
}

/* コンテンツ　左の左
------------------------------------------------------------ */
#contents_left_l {
	width: 120px;
	float:left;
	margin:8px 0px 0px 2px;
	padding-left:1px;
}

#contents_left_l img{
	margin:2px 0px;
}

#contents_left_l h3{
	margin:8px 0px 5px 8px;
	font-weight:bold;
	font-size:10pt;
	line-height:150%;
}

#contents_left_l ul{
	list-style-type: none;
}

#contents_left_l .txt_ul{
	font-size:7.4pt;
	line-height:180%;

}

/* コンテンツ　左の右
------------------------------------------------------------ */
#contents_left_r {
	width: 436px;
	margin-left:2px;
	float:right;
}

#contents_left_r .h2_left{
	font-size:140%;
	font-weight:bold;
	margin-top:25px;
	padding:0px 5px;
	float:left;
}

#contents_left_r p{
	margin-top:30px;
	text-align:right;
}

#contents_left_r .li_none{
	list-style-type:none;
	line-height:120%;
}

#contents_left_r .li_tyu{
	list-style-type:none;
	line-height:120%;
	font-size:90%;
	margin-bottom:15px;
}

#contents_left_r .red_txt{
	color:#CC3300;
	font-weight:bold;
}

#topics{
	width:425px;
	height:356px;
	overflow:auto;
	padding: 5px 12px 1px 0px;
}

#topics ul{
	padding:10px 0px 0px 25px;
}

#topics li{
	margin-bottom:5px;
}

#under_menu{
	font-size:8.6pt;
	width: 434px;
	text-align:center;
	margin:0px;
}

/* コンテンツ　右
------------------------------------------------------------ */
#contents_right {
	width: 120px;
	height:640px;
	float:right;
	margin-top:8px;
}

#contents_right img{
	margin:2px 0px;
}

/* コンテンツ　右 (アクセスカウンター）
------------------------------------------------------------ */
#counter{
	width: 120px;
	margin-top:10px;
	text-align:center;
}

/* フッター　下
------------------------------------------------------------ */
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-top:15px;
}

/* CSSハック
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
