/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:71%;
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	color:#333333;
}


h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
}

a img {
	border:none;
}



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

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

a:hover {
	color:#0099FF;
	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;
}

.margin_b40 {
	margin-bottom:40px;
}

.align_center{
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
/*color
------------------------*/
.c_red {
	color: #FF0000;
}
.c_orange {
	color: #FA9600;
}
.c_blue {
	color: #0000FF;
}
.c_green {
	color: #66CC00;
}
.c_ltblue {
	color: #0099FF;
}
.c_pink {
	color: #FF00FF;
}
/*display none
------------------------*/

a em {
	display: none;
}

/*wrap
------------------------*/

#contents {
	width: 960px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#contents_l {
	float: left;
	width: 217px;
}

#contents_r {
	float: right;
	width: 710px;
}


/*pankuzu
------------------------*/
#pankuzu {
	background:url(../images/com/top_pankuzu.gif) left top repeat-x;
	margin:0 0 20px;
	padding:14px 0 0;
}




/*etc
------------------------*/
.navigation {
	padding:10px 10px 10px 0;
	text-align:right;
}




/*btn
------------------------*/
.btn_detail_img01 {
	width:80px;
	height:18px;
	display:block;
}

.btn_detail_img01 a {
	background:url(../images/com/btn_detail_img.gif) 0 0 no-repeat;
	width:80px;
	height:18px;
	display:block;
	text-indent:-9999px;
}

.btn_detail_img01 a:hover {
	background:url(../images/com/btn_detail_img.gif) 0 -18px no-repeat;
	width:80px;
	height:18px;
	display:block;
	text-indent:-9999px;
}

