@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}
body{
	font-size: 12px;
	font-family:Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
	line-height:180%;
	color:#31313F;
	background-color:#FFF;
}

img{	border: 0;}
li{list-style-type: none;}
.clClear{
	clear: both;
	height: 0;
	line-height: -1px;
	font-size:0px;
	padding:0;
	margin:0;}
.clEndClear{
	clear: both;
	padding:0px;
	margin:0px;
	line-height: 0px;
	font-size:0px;
	line-height: -1px;}
.clCl01{
	clear:both;
	padding:0px;
	margin:0px;
}
a{
}
a:hover{
}

.clPt12{
	padding-top:12px;
	clear:both:
}
.clPt15{
	padding-top:15px;
	clear:both:
}
.clPt18{
	padding-top:18px;
	clear:both:
}
.clPt20{
	padding-top:20px;
	clear:both:
}
.clPt25{
	padding-top:25px;
	clear:both:
}
.clPt40{
	padding-top:40px;
	clear:both:
}
.clPb8{
	padding-bottom:8px;
	clear:both:
}
.clPb10{
	padding-bottom:10px;
	clear:both:
}
.clPb22{
	padding-bottom:22px;
	clear:both:
}
.clPb30{
	padding-bottom:30px;
	clear:both:
}
.clPb80{
	padding-bottom:80px;
	clear:both:
}




#Header{
	width:1096px;
	height:117px;
	margin:0 auto;
	text-align: center;
}
#HeaderSub{
	width:980px;
	height:117px;
	margin:0 auto;
	background:url(../images/share/bg1.jpg) center top repeat-y;
}

.cllogo{
	margin:0 0 80px 0;
}
h1{
	width:265px;
	float:left;
}


.clContentsWrap{
	width:100%;
	margin:0 auto;
	
}

.clContents01{
	width:575px;
	margin:0 auto;
	text-align:center;
	padding-top:60px;
}

.btn_all{
	width:575px;
	text-align:center;
	margin:0 0 100px 0;
	float:left;
}

.btn01{
	width:288px;
	text-align:center;
	float:left;
}
.clContents01 a:hover{
	opacity:0.8;
}


.company_profile{
	width:575px;
	clear:both;
	font-size: 14px;
	font-family:Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
	line-height:180%;
	color:#31313F;
	background-color:#FFF;
	}

#idPagetop01{
	clear:both;
	height:30px;
	text-align:right;
}
#idPagetop01 a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
}

#idFooter{
	padding:40px 0 40px 0;
	width:100%;
	height:30px;
	margin:0 auto;
	clear:both;

}
#idFooter #idFl01{
	width:300px;
	float:left;
	padding-left:0px;
}
#idFooter #idFR01{
	width:115px;
	float:right;
	padding-right:35px;
}


/*
 float clear
-------------------------------------------------------------------------*/
.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearFix{
	* height:1%;
}
.clearFix{
	display:block;
}
/* */