@charset "utf-8";
@import "ssi.css";

/* CSS Document */

/* ----- default ----- */
body{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 1.4;
	/*\*/
	_font-size: 81%;
	/**/
	color: #323232;
}

img{vertical-align:bottom;}

/* ----- content ----- */

#content{
	width:810px;
	/*\*/
	width:800px;
	/* */
	margin:0 auto;
	padding:20px 0 0 0;
}

#content:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content h1{margin:0 auto;}

#content h2{
	margin:0 auto;
}

/* ----- main colum ----- */

#main_colum{
	width:600px;
	padding:10px 0 0 0;
	float:right;
}

#content_01{
	width:570px;
	padding:10px;
	margin-bottom:10px;
	border:#F8F5C7 5px solid;
	float:right;
}

#content_01 h3{
	display:block;
	margin:0 0 10px 0;
	width:280px;
	float:left;
}

#content_02{
	width:570px;
	padding:10px;
	margin-bottom:10px;
	border:#E8F5D1 5px solid;
	float:right;
}

#content_03{
	width:570px;
	padding:10px;
	margin-bottom:10px;
	border:#E6DCED 5px solid;
	float:right;
}

.navi_01{
	width:280px;
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	float:right;
	display:block;
}

#content_01 p{
	width:280px;
	float:left;
	margin:0;
}

#content_02 p{
	width:275px;
	float:left;
	margin:0;
	*margin:10px 0 0 0;
}

.imgbox_01{
	width:270px;
	padding:0;
	margin:2px 0 10px 0;
	*margin:7px 0 0 0;
	display:block;
	text-align:center;
}

.imgbox_02{
	width:270px;
	background:#EBEBEB;
	border:#F5F5F5 1px solid;
	padding:4px;
	margin:0;
	*margin:10px 0 0 0;
	float:left;
}



/* ----- left colum ----- */

#left_colum{
	width:190px;
	padding:10px 0 0 0;
	float:left;
}

#content h2{
	float:left;
	_float:none;
	display:block;
}

#topics{
	width:180px;
	padding:0 0 5px 0;
	margin:0;
	clear:both;
	border:#DFF1F4 5px solid;
}

#topics dl{
	background:url(../img/bg_line_01.gif) no-repeat center bottom;
	margin:5px 0;
	padding:5px 10px 10px 10px;	
	display:block;
}

#topics dt{
	margin:0;
	padding:0;
	font-size:0.8em;
	font-weight:bold;
}

#topics dd{
	margin:0;
	padding:0 0 0 1.5em;
	font-size:0.9em;
	display:block;
}

#topics .info{background:url(../img/bg_icon_01.gif) no-repeat 0 0.2em;}

#topics .pdf{background:url(../img/list_pdf.gif) no-repeat 0 0.2em;}

#topics a:link, #topics a:visited{
	color:#0085CF;
	text-decoration:none;
	font-weight:normal;
	
}

#topics a:hover, #topics a:active, #topics a:focus{text-decoration:underline;}


/* ----- clearfix ----- */

.clearfix:after{
	content: ".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{min-height: 1px;}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix{display:block;}
/* End hide from IE-mac |*/
