html{
	/*
	height:100%;
	margin-bottom:1px;
	*/
}
body {
	font: 12px/22px 'Hiragino Kaku Gothic Pro', '�q���M�m�p�S Pro W3', 'Meiryo', '���C���I', 'Osaka', '�l�r �o�S�V�b�N', sans-serif;
	color: #333333;
	margin: 0;
	border: 0;
	padding: 0 0 30px 0;
	background: url(../images/bg_rect.gif);
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #111111;
	padding: 0 0 10px 0;
	margin-bottom: 12px;
	background: url(../images/h_line.gif) repeat-x left bottom;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #9f0202;
	padding: 0 0 9px 20px;
	margin-bottom: 2px;
	border-bottom: #9f0202 solid 1px;
	background: url(../images/h_point.gif) no-repeat 0px 1px;
}

dl, dt, dd{
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
img{
	border: 0;
	vertical-align: top;
}
.tx_rb{
	color:#e60a64;
	font-weight: bold;
}

a:link { text-decoration:none; color:#c70303;}
a:visited { text-decoration: none; color:#c70303;}
a:active { text-decoration:underline; color:#c70303;}
a:hover { text-decoration:underline; color:#c70303;}



/* roll over */
.bnr a:hover img{
	-moz-opacity:0.80;
	opacity:0.80;
	filter:alpha(opacity=80);
}

/* hide */
.hide{
	display: none;
}

/* clearfix */
.clearfix{
    min-height: 0em;
    display: inline-table;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html .clearfix{
    height: 1em;
}

.clearfix{
    display: block;
}


/************ footer ************/
#contents #footerarea #footer_navi a:link { text-decoration:none; color:#FFFFFF; }
#contents #footerarea #footer_navi a:visited { text-decoration: none; color:#FFFFFF; }
#contents #footerarea #footer_navi a:active { text-decoration:underline; color:#FFFFFF; }
#contents #footerarea #footer_navi a:hover { text-decoration:underline; color:#FFFFFF; }


/************ parts ************/
#continer {
	margin:0;
	padding:0;
}
.box {
	clear:both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.box2{
	clear:both;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.leftimage {
	float: left;
	display: block;
	margin-right: 20px;
}
.rightimage {
	float: right;
	display: block;
	margin-left: 20px;
}

.boxlist ul{
	margin-bottom: 15px;
}
.boxlist .archivelist{
	margin-bottom: 15px;
	border-bottom: #DDDDDD solid 1px;
}
.boxlist li{
	border-bottom: #e0c6af dotted 1px;
	padding: 7px 0;
}
.boxlist .archivelist li{
	border: none;
	padding: 7px 10px 7px 0;
	float:left;
	display:inline;
}

.boxlist .box_th {
	display: block;
	float: left;
	width: 90px;
	color: #d3913b;
}
.boxlist .box_td {
	display: block;
	float: right;
	width: 560px;
}

.boxlist .box_th2 {
	display: block;
	float: left;
	width: 30px;
	color: #d3913b;
}
.boxlist .box_td2 {
	display: block;
	float: right;
	width: 620px;
}

.boxlist .box_th3 {
	display: block;
	float: left;
	width: 160px;
	color: #d3913b;
}
.boxlist .box_td3 {
	display: block;
	float: right;
	width: 490px;
}

.boxlist a:link { text-decoration:none; color:#333333; }
.boxlist a:visited { text-decoration: none; color:#333333; }
.boxlist a:active { text-decoration:underline; color:#999999; }
.boxlist a:hover { text-decoration:underline; color:#999999; }





