@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	font-family: "MS UI Gothic","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:140%;
	text-decoration:none;
}

body {
	color:#333333;
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

img {
	border:none;
}

h1 {
	padding: 5px;
	text-align: left;
}
h2 {
	margin:0;
	padding:0 0 0 10px;
	text-align: left;
}

p {
	margin: 5px 0;
	text-align: left;
}

/* ▼TEXT ----------------------------------------------------------▼ */
.lrg,
.lrgB {
	font-size:105%;
	line-height:140%;
}
.reg,
.regB {
	font-size:90%;
	line-height:140%;
}
.sml,
.smlB {
	font-size:80%;
	line-height:150%;
}
.ssml,
.ssmlB {
	font-size:72%;
	line-height:140%;
}
.lrgB,
.regB,
.ssmlB,
.smlB {
	font-weight:bold;
}

.white {
	color: #FFFFFF;
}
.gray {
	color: #666666;
}
.red {
	color: #cc0000;
}
/* ▲TEXT ----------------------------------------------------------▲ */

/* ▼LINK ----------------------------------------------------------▼ */
a:link    { color: #3399FF; text-decoration:underline; }
a:visited { color: #000080; text-decoration:underline; }
a:hover   { color: #cc663a; text-decoration:none; }
a:active  { color: #ff8000; text-decoration:none; }
/* ▲LINK ----------------------------------------------------------▲ */

/* ▼LAYOUT ----------------------------------------------------------▼ */
.col2l,
.col2r{
	float:left;
	}
	
.col2R{
	float:right;
	}
	
/* ▲LAYOUT ----------------------------------------------------------▲ */

/* ▼HEADER ----------------------------------------------------------▼ */
#header{
	margin:0;
	padding:0;
	background:#FFF url(../images/headerBg.gif) bottom left repeat-x;
	min-height:65px;
	}
	
#header h1{
	background:none;
	padding:15px 0 0 30px;
	}
	
#header #header-right{
	margin:7px 20px 0 12px;
	float:right!important;
	}
#header #header-right img{
	vertical-align:top;
	margin-right:3px;
	}
	
/* ▲HEADER ----------------------------------------------------------▲ */

/* ▼CONTENTS ----------------------------------------------------------▼ */
#content{
	margin:0;
	padding:0;
	text-align: center;
	background:transparent url(../../images/contentsBg.gif) top center repeat-y;
	clear:both;
	}

#content p{
	margin:0!important;
	}
/* ▲CONTENTS ----------------------------------------------------------▲ */

/* ▼FOOTER ----------------------------------------------------------▼ */
#footer{
	margin:0;
	padding:0;
	background:transparent url(../images/footerBg.gif) top left;
	height:22px;
	}
	
#footer p{
	margin:0!important;
	text-align:center;
	padding-top:5px;
	}
/* ▲FOOTER ----------------------------------------------------------▲ */

.construction{
	position:relative;
	left:center;
	top:130px;
}

/*----------------------------------------段組み*/
.flWrap{
	display:inline-block;/*----------------IE7 clearfix*/
	width:100%;
	margin: 0;
	}

/*-------------------------2段組*/
.l2Col,
.r2Col{
	float:left;
	}
/*-------------------------3段組*/
.l3Col,
.c3Col,
.r3Col{
	float:left;
	}

.clear{
	clear:both;
}

/*clearfix start*/
#header:after,
.flWrap:after,
.toPageTop:after {
	content:".";
	height:0;
	font-size:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*clearfix end*/

/*汎用*/
.mgTop5px{
	margin-top: 5px;
}
.mgTop10px{
	margin-top: 10px;
}
.mgTop15px{
	margin-top: 15px;
}
.mgTop20px{
	margin-top: 20px;
}
.mgTop25px{
	margin-top: 25px;
}
.mgTop30px{
	margin-top: 30px;
}
.mgTop40px{
	margin-top: 40px;
}
.mgTop50px{
	margin-top: 50px;
}
