@charset "utf-8";
@import url( "reset.css" );

/* ================================================================================= */
/*  Common                                                                           */
/* ================================================================================= */

html{
	box-sizing: border-box;
	overflow-y: scroll;
	height: 100%;
	min-height: 100%;
	color: #333333;
	font-size: 14px;
}

body{
	height: 100%;
	min-height: 100%;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS P Gothic',Verdana,Arial,Helvetica,sans-serif;
}

a{
	color: #d94218;
	text-decoration: none;
}

a:hover{
	color: #ff9999;
	text-decoration: underline;
}

a.BtnImg img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.BtnImg:hover img{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

p{
	line-height: 170%;
}

sup{
	font-size: 80%;
	vertical-align: 20%;
}

.BtnAnchor{
	cursor: pointer;
}

.BtnTop{
	cursor: pointer;
}

.BtnTop:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div:after{
	content: "";
	clear: both;
	display: block;
}

.underconstruction{
	color: #d94218;
	font-size: 20px;
	margin-top: 10px;
}

.proposal{
	font-size: 20px;
	margin-top: 10px;
}


/* ================================================================================= */
/*  Layout                                                                           */
/* ================================================================================= */

.headBG{
	width: 100%;
	height: 10px;
	float: left;
}

.main{
	width: 1040px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(../img/bg_main.png);
	background-repeat: repeat-y;
	position: relative;
}

.headTop{
	width: 1040px;
	height: 10px;
	background-image: url(../img/bg_header.png);
	background-repeat: no-repeat;
}

.mainBodyArea{
	width: 700px;
	min-height: 100%;
	float: left;
	margin-left: 40px;
	padding-bottom: 150px;
}

.mainMenuArea{
	width: 300px;
	float: left;
}


/* ================================================================================= */
/*  Components                                                                       */
/* ================================================================================= */
.cRed{
	color: #ff0000;
}

.bold{
	font-weight: bold;
}

.btnHome{
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 38px;
	left: 725px;
}

.btnHome:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.btnPgTopArea{
	display: none;
	width: 1040px;
	height: 48px;
	position: fixed;
	bottom: 10px;
}

.btnPgTop{
	cursor: pointer;
	width: 48px;
	height: 48px;
	margin-left: 725px;
}

.btnPgTop:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.btnMainMenu{
	display: block;
	width: 300px;
	height: 34px;
	margin-top: 16px;
}

.btnMainMenu:nth-of-type(1){
	margin-top: 76px;
}

.btnSubMenu{
	display: block;
	width: 300px;
	height: 32px;
}

.menuSeparator{
	width: 300px;
	height: 41px;
}

.menuLogo{
	width: 300px;
	height: 160px;
}

