/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:75%;
	line-height:145%;
	font-family:"ＭＳ Ｐゴシック", Osaka,Arial, Helvetica, sans-serif;
	color:#646464;
	background: #F0F0F0 url(../images/com/body_bg.gif) repeat-x;
}


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

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
}


a img {
	border:none;
}



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

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

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

/*color
------------------------*/

.red {
	color: #FF0000;
	font-weight: normal;
	font-size: 0.9em;
}

/*wrap
------------------------*/
.wrap {
	width:940px;
	margin:0 auto;
	background: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
.br_wrap {
	width: 940px;
	border-bottom: 1px solid #646464;
}

/*contents
------------------------*/
#pankuzu {
	margin-bottom:20px;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #B1B1B1;
}

#contents {
	float: right;
	width: 700px;
	margin-bottom: 20px;
}

#hed_img {
	border-bottom: 5px solid #000000;
}

.pankuzu {
	margin-bottom: 10px;
}

/*side
------------------------*/
#info_box {
	width: 160px;
	background: #F5F5F5;
	margin-bottom: 20px;
}

#side {
	float: left;
	width: 160px;
}

.side_box {
	border: 2px solid #E8E8E8;
	width: 156px;
}

.side_title02 {
	background: url(../images/com/side_arrow.gif) no-repeat 10px center;
	border-bottom: 1px solid #E8E8E8;
	padding: 10px 10px 10px 35px;
	color: #000000;
}
.btn_mail {
	height: 25px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.btn_mail a {
	background: url(../images/com/btn_mail.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 120px;
}
.btn_mail a:hover {
	background: url(../images/com/btn_mail.gif) no-repeat 0px -25px;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 120px;
}
.banner_wrap {
	width: 160px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

