@charset "UTF-8";
/*---------------------------------------------------------- */
/* mainスタイルシート*/
/*---------------------------------------------------------- */



body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	padding-top:23px;
	padding-bottom:23px;
	text-align: center;
/*	color:#FF0000;*/
/*	color:#000000;*/
	font-size: 13px;
	color: #393939;
	background-image:url(../img/body_bg.gif);
	background-repeat:repeat;
}

img {
	border:0;
	margin:0;
	padding:0;
}

/* container
------------------------------------------------------------ */
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
    border: 1px solid #999;
}

/* header
------------------------------------------------------------ */
#header {
}

#header_top{
	margin: 0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	float:left;
}

#header p {
	margin: 0;
	padding: 15px;
	float:right;
}


/* main_contents
------------------------------------------------------------ */
#main_contents {
	margin: 0;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 20px;
/*	background-color: rgb(255,0,0);*/
}

#bgheader{
	padding:0;
	padding-top:1%;
	display: block;
	width:100%;
	text-align:center;
}

#bgheader h1{
/*	width: 580px;*/
	font-size: 150%;
	color: #666666;
	display: block;
	overflow: auto;
	text-wrap: normal;
	text-align:center;
}


#sub_page{
	clear: both;
	width: 600px;

}

.cell_item{
}

.LeftText {
	float:left;
	width:50%;
	padding:0;
/*	background-color:#ff0000;*/
	font-size:120%;
	line-height:1.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.RightImg {
	float:left;
	width:40%;
	padding:0;
	padding-left:5%;
/*	background-color:#0000ff;*/
	margin:0 auto;
	font-size:120%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.RightImg img{
	margin:0 auto;
	margin-top:2em;
	display: block;
/*	width:95%;*/
	padding:2px;
	width:95%;
}

.RightImg img.small{
	margin:0 auto;
	width:55%;
}

dl.fr_label{
	width:95%;
	display: block;
	list-style:in-line;
	padding:0;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:0.85em;
	border:1px solid #ccc;
	border-radius:0.2em 0.2em 0.2em 0.2em;
	-moz-border-radius:0.2em 0.2em 0.2em 0.2em;
	-webkit-border-radius:0.2em 0.2em 0.2em 0.2em;
	-ms-border-radius:0.2em 0.2em 0.2em 0.2em;
}

dl.fr_label dd{
/*	float:left;*/
/*	min-height:1.0em;*/
	margin-top:0.1em;
	margin-bottom:0.1em;
	padding:0.2em;
/*	display: block;*/
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/	
/*	width:15%;	*/
}


dl.fr_label dd.on{
	background-color:#393939;
	border:0.2em solid #393939;
	border-radius:0.1em 0.1em 0.1em 0.1em;
	-moz-border-radius:0.1em 0.1em 0.1em 0.1em;
	-webkit-border-radius:0.1em 0.1em 0.1em 0.1em;
	-ms-border-radius:0.1em 0.1em 0.1em 0.1em;
	color:#FFFFFF;
}

h2.sec_title{
	font-size:220%;
	font-weight:normal;
}

h2.sec_title{
	position:relative;
	height:35px;
	margin:10px;
	padding:0;
	padding-left:35px;
	padding-top:5px;
	margin-top:4em;
	font-size:150%;
	font-weight:bold;
	color: #393939;
	background:#f3f3f3;
	z-index:1;
}

h2.sec_title:before{
	content:" ";
	position:absolute;
	top:0;
	left:-20px;
	width:40px;
	height:40px;
	border-right:#fff solid 2px;
	background-color:#0099ff;
/*	background:#f60;*/
    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to bottom,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}

h2.sec_title:after{
	content:" ";
	position:absolute;
	top:0;
	left:-20px;
	width:40px;
	height:40px;
    background-image: -webkit-gradient(linear, left top, right top,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to right,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}



/* footer
------------------------------------------------------------ */
#footer {
	clear: both;
	width: 100%;
	min-height: 20px;
	padding: 0;
	padding-top: 5px;
	margin-right: 5px;
	background-color: #999;/*	background-image:url(../img/common/footer_bg.gif);*//*	background-image:url(../img/20130301_newindex/3_footer_bg.gif);*//*	background-repeat:no-repeat;*/
/*	background-position:bottom right;*/
/*	border:#FF0000 solid 1px;*/
}

#footerL {
	float:left;
}

#footer #footerL p {
	display:inline;
	float:right;
	margin-left:42px;
}

#footerR {
	float:right;
}

#footer p {
	margin: 0;
	margin-right:20px;
	padding: 0;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:1.1;
/*	border:#FF0000 solid 1px;
*/}

#footer p a{
	color:#FFFFFF;
}

/* CSSハック
------------------------------------------------------------ */
.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 */


/* 文字サイズ指定
------------------------------------------------------------ */

.t18 {
	font-size:18px;
	line-height:1.3;
	}
.t16 {
	font-size:16px;
	line-height:1.3;
	}


.t15 {
	font-size:15px;
	line-height:1.3;
	}


.t14 {
	font-size:14px;
	line-height:1.3;
	}


.t13 {
	font-size:13px;
	line-height:1.3;
	}


.t12 {
	font-size:12px;
	line-height:1.3;
	}


.t11 {
	font-size:11px;
	line-height:1.3;
	}


.t10 {
	font-size:10px;
	line-height:1.3;
	}
