@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	background-color: #e4e4e4;
}
*{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img {
   vertical-align:bottom
}
a img {
    border-style:none;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}


/*-----------------------------------------------
link
-----------------------------------------------*/


/*-----------------------------------------------
font
-----------------------------------------------*/

p {
	margin-bottom: 20px;
}

.big{
	font-size: 129%;
	line-height: 1.8em;
}
.bigger{
	font-size: 129%;
	line-height: 2em;
}
.small{
	font-size: 10px;
}
.bold{
	font-weight: bold;
}
.u_line {
	text-decoration: underline;
}
.red {
	color: #cf0000;
}

.blue {
	color: #0042af;
}
.red {
	color: #cf0000;
}
.mark {
	background-color: #FFFF66;
	font-weight: bold;
	padding: 2px;
}


/*-----------------------------------------------
parallaxレイアウト
-----------------------------------------------*/

.parallax{ position:relative; overflow:hidden; height:452px; }
.parallax-layer   { position:absolute; width:2500px; margin-left:-1250px; left:50%;}
.top-text-layer   { position:absolute;  margin-left:-1250px; left:50%;}


/*-----------------------------------------------
コンテンツレイアウト
-----------------------------------------------*/

.center{
	text-align: center;
}

h2{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
h3{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.contbox{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.contbox2 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.contbox3 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
.socialbutton{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}


#header {
	background-color: #3d3d3d;
	text-align: center;
}
#contents {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 5px;
	padding-bottom: 40px;
}.profile {
	background-color: #d7dde8;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.profile .box {
	padding: 30px;
}
.profile hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.hiketu .left {
	float: left;
	width: 571px;
}

.hiketu .right {
	float: left;
	width: 239px;
	margin-left: 30px;
}

.box_bg {
	background-image: url(../images/bg_04.gif);
	padding: 30px;
	border-top-style: solid;
	border-top-color: #444444;
	border-top-width: 1px;
}
.box_bg dt {
	font-weight: bold;
	color: #f0ff00;
	margin-bottom: 10px;
}
.box_bg dd {
	color: #FFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #858585;
	padding-left: 12px;
}

.report .left {
	width: 316px;
	margin-right: 20px;
	float: left;
}
.report .right {
	float: left;
	width: 504px;
	padding-top: 20px;
}
.img_txt {
	font-size: 86%;
	line-height: 130%;
}

.ssl {
	font-size: 86%;
	border: 1px solid #d8d8d8;
	padding: 15px;
	line-height: 140%;
}

.mlmg {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	background-image: url(../images/mlmg_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
.mlmg p {
	margin-bottom: 20px;
}

.mlmg form .form_table {
	display: table;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.mlmg form .form_table div {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;
}
.mlmg .from_title {
	text-align: right;
	width: 110px;
	padding-right: 10px;
}



.mlmg form .name , .mlmg form .mail {
	background-color: #FFC;
	height: 30px;
	width: 400px;
	border: 1px solid #CCC6B7;
}




#footer {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a:link {

}

#footer a:visited{

}
