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

body {
	background-color: #F3F3E7;
	background-image: url(../images/com/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	font-size:75%;
	line-height:150%;
	color:#414141;
}


h1,h2,h3,h4,h5,h6,p,form {
	margin: 0px;
	padding: 0px;
}

ul,li,p,form,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

a img {
	border:0;
}

/*clearfix
------------------------*/
.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 */




/*margin
------------------------*/

.margin_b05 {
	margin-bottom: 5px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b15 {
	margin-bottom: 15px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_b30 {
	margin-bottom: 30px;
}

/*寄せ
------------------------*/

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}


/*link
------------------------*/
a:link {
	color:#004187;
	text-decoration:none;
}

a:visited {
	color:#004187;
	text-decoration:none;
}


a:hover {
	color:#004187;
	text-decoration:underline;
}



/*footer
------------------------*/
.footer {
	width:900px;
	font-size:0.8em;
	margin-bottom:25px;
}

.footer_line {
	width:900px;
	height:33px;
	background:url(../images/com/bg_footer.gif) bottom repeat-x;
	margin-bottom:15px;
}

.page_top {
	float:right;
	padding-right:15px;
}

.page_top a {
	background: url(../images/com/btn_pagetop.gif) 0 0 no-repeat;
	width:105px;
	height:25px;
	display:block;
	text-indent:-9999px;
}

.footer_link {
	width:860px;
	text-align:center;
	border:1px solid #C8C8C8;
	padding:5px;
	margin:0 auto 15px;
}

.footer a:link,a:visited {
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.footer_inner {
	width:870px;
	margin:auto;
}

.footer_area {
	margin-bottom:15px;
}

.footer_inner_l {
	width:350px;
	float:left;
}

.f_logo {
	width:131px;
	height:31px;
	margin-bottom:5px;
}

.f_logo a {
	background:url(../images/footer/logo.gif) 0 0 no-repeat;
	width:131px;
	height:31px;
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
}

.footer_inner_l ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.footer_inner_l ul li {
	background:url(../images/footer/arrow.gif) 0 5px no-repeat;
	padding-left:15px;
}


.footer_inner_r {
	width:400px;
	padding-top:50px;
	float:right;
	text-align:right;
}


/*com
------------------------*/
#bg_frame {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#contents {
	width:870px;
	margin:0 auto 30px;
}


.pankuzu {
	background:url(../images/com/bg_pankuzu.gif) 0 0 repeat-x;
	height:19px;
	margin-bottom:20px;
	font-size:0.8em;
	padding:5px 10px;
}






/*404 notfound
------------------------*/
#error404 {
	margin: 50px auto 150px;
	width: 370px;
	padding: 15px;
}

#error404 h2 {
	font-size: 1.2em;
	font-weight: bold;
	background: #F3F3F3;
	padding: 5px;
	width: 100%;
}

#error404 p {
	margin-top: 20px;
	text-align: right;
	margin-bottom: 5px;
}