/*==structure=================
$tag		tag's reset
$float		common float
$display	common display
$clear		common clearFloat
$imgCenter	image display center for divsion
$margin		common margin
----------------------------*/
/*tag
---------------------*/
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, form, fieldset, legend, input, textarea, blockquote, pre {
	padding: 0;
	margin: 0;
}
img,fieldset, abbr, acronym {
	border: 0;
}
img{
	vertical-align:bottom;}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-size: 100%;
	font-weight: normal;		
}
q:before, q:after {
	content:'';
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	outline:none;
}
.disb {
	display:block;
	clear:both;
	zoom:1;
	}
/* float
---------------------*/
.floatL {
	float:left;
}
.floatR {
	float:right;
}
/* display
---------------------*/
.block,imgBlock img{
	display:block;
}
.inline{
	display:inline;
	}
.displayNull{
	display:none;
	}	
/* clear
---------------------*/	
.clear{
	clear:both;
	}
.clr {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}
.clearS{
	overflow:hidden;
	height:100%;
	}
/* align
---------------------*/	
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
	clear: both;
}
.verB{
	vertical-align:bottom;}
.verTop,.imgTop img{
	vertical-align:top;
	}
.verMiddle,.imgMiddle img{
vertical-align:middle;
}
/* imgCenter
---------------------*/	
.imgCenter{
	text-align:center;
	}
.imgCenter img{
	vertical-align:top;
	}
/* margin
--------------------*/
.mT1 {
	margin-top:1px;
}
.mT2 {
	margin-top:2px;
}
.mT3 {
	margin-top:3px;
}
.mT5 {
	margin-top:5px;
}
.mT7 {
	margin-top:7px;
}
.mT10 {
	margin-top:10px;
}
.mT15 {
	margin-top:15px;
}
.mT20 {
	margin-top:20px;
}
.mT30 {
	margin-top:30px;
}
.mT40 {
	margin-top:40px;
}
/*---right---*/
.mR3 {
	margin-right:3px;
}
.mR4{
	margin-right:4px;}
.mR5 {
	margin-right:5px;
}
.mR7 {
	margin-right:7px;
}
.mR10 {
	margin-right:10px;
}
.mR15 {
	margin-right:15px;
}
.mR20 {
	margin-right:20px;
}
.mR30 {
	margin-right:30px;
}
/*---bottom---*/
.mB3 {
	margin-bottom:3px;
}
.mB5 {
	margin-bottom:5px;
}
.mB7 {
	margin-bottom:7px;
}
.mB10 {
	margin-bottom:10px;
}
.mB15 {
	margin-bottom:15px;
}
.mB20 {
	margin-bottom:20px;
}
.mB25{
	margin-bottom:25px;
}
.mB30 {
	margin-bottom:30px;
	width: 170px;
	float: left;
	margin-left: 15px;
}
.mB35{
	margin-bottom:35px;
	}
.mB40 {
	margin-bottom:40px;
}
.mB45 {
	margin-bottom:45px;
	}
.mB55{
	margin-bottom:55px;
	}	

.mB56 {
	margin-bottom:30px;
	width: 590px;
	float: left;
	margin-left: 15px;
}

.mB57 {
	margin-bottom:30px;
	width: 610px;
	float: left;
	margin-left: 0px;
}

.mB58 {
	margin-bottom:30px;
	width: 590px;
}

.mB59 {
	margin-bottom:30px;
	width: 580px;
}
	
/*---left---*/
.mL3 {
	margin-left:3px;
}
.mL5 {
	margin-left:5px;
}
.mL7 {
	margin-left:7px;
}
.mL10 {
	margin-left:10px;
}
.mL15 {
	margin-left:15px;
}
.mL20 {
	margin-left:20px;
}
.mL30 {
	margin-left:30px;
}
.mL35{
	margin-left:35px;
	}
.mL40{
	margin-left:40px;
}
/*pad*/
.pr10 {
	padding-right:10px !important;
	}
.pr20 {
	padding-right:20px !important;
	}
.pr30 {
	padding-right:30px !important;
	}	


/*topページレイアウト*//*岡田追加*/

#content_left{
	float:left;
	width:500px;
}

.mB30 img{
 margin-bottom:5px;
}

#banner{
 margin:5px 0;
}

#counter{
 margin-top:5px;
}
