/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#000000;
	font: 73% "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	line-height:140%;
	background:url(../images/com/bg_body_img.jpg) center repeat-y;
}


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

a img {
	border:none;
}



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

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

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


/*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_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20 {
	margin-bottom:20px;
}

.margin_b25 {
	margin-bottom:25px;
}

.margin_b30 {
	margin-bottom:30px;
}


/*color
------------------------*/
.c_01 {
	color:#CC0000;
}



/*wrap
------------------------*/
.wrap {
	width:860px;
	background: #FFFFFF;
	margin:auto;
}

/*contents
------------------------*/
.contents {
	width:860px;
	margin-bottom:20px;
}

.contents_inner {
	width:840px;
	margin:auto;
}

.contents_inner_l {
	width:620px;
	float:left;
}

.contents_inner_r {
	width:200px;
	float:right;
}

.pankuzu {
	margin-bottom:15px;
	padding:0 10px;
}

.btn_pdf_dl {
	width:268px;
	margin:0 auto 20px;
}

.btn_pdf_dl a {
	background:url(../images/com/btn_pdf.gif) 0 0 no-repeat;
	width:268px;
	height:23px;
	text-indent:-9999px;
	display:block;
}