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


/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{margin: 0; padding: 0;}
html{overflow-y: scroll;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
fieldset, img{ border:0;}
table{border-collapse: separate;}
caption, th{text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight: normal;}



body{
	font-size: 10pt;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 20px;
}

#contents_width {
	width: 900px;
	margin: 0px auto 0px;
	height:auto;
	clear:both;
}


/* header */
#header_left {
	width:273px;
	height: 80px;
	float:left;
}

#header_right {
	float:right;
}


/* contents */

#contents_middle {
	width:900px;
	clear:both;
	padding-top:20px;

		}

#left_column {
	width:675px;
	margin:0px 20px 20px 0px;
	height: auto;
	float:left;
}

#right_column {
	width:205px;
	margin:0px 0px 20px 0px;
	float:right;
}

#contents_left {
	width:230px;
	margin-right:20px;
	height: auto;
	float:left;
}

#contents_right {
	width: 629px;
	height:auto;
	padding-left:20px;
	border-left:1px solid #ccc;
	float:right;
	margin-bottom:20px;
}

#td_border {
	border:1px solid #ccc;
	margin: 5px 0 5px 0;
}



/* parts */

#box_menu {
	float:left;
	width:198px;
	border:1px solid #ccc;
	padding:5px;
	display:block;
	margin-bottom:20px;
	height: 100px;
	line-height: 15px;
}

#topix {
	width:663px;
	border:1px solid #ccc;
	clear:both;
	height:120px;
	padding: 10px 5px;
}


#contents_right td {
	padding:5px;
}


td#left {
	border-left:3px solid #ccc;
	border-top:1px solid #ccc;
	border-right: 1px solid #ccc;
	text-indent:20px;
	letter-spacing: 3px;
	font-family: "A-OTF ゴシックMB101 Pr5 DB";
	font-weight: bold;
}

td#right {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}


h2 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left:13px;
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom:4px;
}


/* footer */

#footer {
	width:860px;
	height:140px;
	padding:20px;
	background-image: url(img/footer_back.jpg);
	background-repeat: repeat-x;
	clear:both;
	color: #FFFFFF;
}

#footer a {
	color:#FFFFFF
}

#footer_left {
	float:left;
	border-right: 1px solid #fff;
	margin-right:1px;
	padding-right:20px;
	height:140px;
	width:327px;
}

#footer_right {
	float:right;
	border-left:1px solid #fff;
	padding-left:20px;
	width:490px;
	height:140px;
}

#footer ul {
	float:left;

}

#footer li {
	background-image: url(img/point_white.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 8px;
	list-style-type: none;
}