@charset "UTF-8";
/* -----------------------------------------------------------

CSS Information

 File name:      style.css

 Style Info:     汎用スタイル等

----------------------------------------------------------- */

/*汎用
-------------------------------------------------------------------*/
/*キャプション*/
.cap{
	padding-left:1em;
	text-indent:-1em;
}
p{
	line-height:1.8em;
}

/*margin*/
.marginBtm10{
	margin-bottom:10px;
}
.marginBtm20{
	margin-bottom:20px;
}
.marginBtm40{
	margin-bottom:40px;
}
.marginL20{
	margin-left:20px;
}

/*padding*/
.padTop10{
	padding-top:10px;
}
.padTop20{
	padding-top:20px;
}

/*text-align*/
.center{
	text-align:center;
}
.alignR{
	text-align:right;
}
/*float*/
.floatL{
	float:left;
}
.floatR{
	float:right;
}

/* clearfix */
.clearfix:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block; 
	min-height: 1px;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix{ display: block; }
/* End hide from IE-mac */

div.section{
    display: inline-block;   
}
div.section:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

/*見出し*/
div#mainColumn h2{
	background:url(../images/share/h2_bg.gif) left top no-repeat;
	width:550px;
	_width:560px;
	height:40px;
	_height:60px;
	margin:0 0 16px 0;
	padding:20px 0 0 10px;
	font-size:1.6em;
	line-height:1;
}
div#mainColumn h3{
	background:url(../images/share/h3_bg.gif) left top no-repeat;
	width:550;
	_width:560px;
	height:24px;
	_height:34px;
	margin:40px 0 16px 0;
	padding:10px 0 0 10px;
	line-height:1;
	font-size:1.25em;
}
/*div#mainColumn h4{
	background:url(../images/share/h4_bg.gif) left top no-repeat;
	width:550px;
	_width:560px;
	height:19px;
	_height:21px;
	margin:40px 0 16px 0;
	padding:2px 0 0 10px;
	line-height:1;
	font-size:1.1em;
}*/
p.data{
	text-align:right;
	font-size:0.8em;
	margin:0 0 8px 0;
}
div#mainColumn h4{
	font-size:17px;
	font-weight:bold;
	border-left:6px solid #333399;
	border-bottom:1px solid #333399;
	padding:4px 0 2px 15px;
	margin-bottom:15px;
	color:#333399;
}
div#mainColumn h5{
	background:url("../images/h5_bg.jpg") no-repeat left;
	font-size:15px;
	font-weight:bold;
	padding:2px 0 3px 18px;
	color:#008080;
	margin-bottom:7px;
}