@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	font-family:meiryo,メイリオ,"Hiragino Kaku Gothic Pro","MS UI Gothic",Arial,Osaka,Sans-serif;
	overflow:scroll;
	font-size:14px;
}

body{
	background:url(../images/common/body_bg.png) no-repeat center top #feedc6;
	border-top:5px solid #d56396;
}

h1,h2,h3,h4,h5,h6,form,p,ul,ol,li,table,tr,th,td,dl,dd,dt{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:bold;}

img{border:none; vertical-align:bottom;}

li{list-style:none;}

* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html table{font-size:100%;}
address{font-style:normal;}

table {padding:0;}
th,td {border-collapse:collapse; padding:0; margin:0;}


/* common module
------------------------------------------------------ */

.clear{
	height:0px;
	clear:both;
}
* html .clear{
	overflow:hidden;
}

.alt {
	position:absolute;
	top:-5000px;
	left:-999px;
}
.floatleft{float:left;}
.floatright{float:right;}
.clearleft{clear:left;}
.clearright{clear:right;}
.clearboth{clear:both;}

.align_right{text-align:right!important;}
.align_center{text-align:center!important;}
.align_left{text-align:left!important;}


.mT0{margin-top:0px!important;}
.mT5{margin-top:5px!important;}
.mT10{margin-top:10px!important;}
.mT15{margin-top:15px!important;}
.mT20{margin-top:20px!important;}
.mT30{margin-top:30px!important;}

.mL0{margin-left:0px!important;}
.mL5{margin-left:5px!important;}
.mL10{margin-left:10px!important;}
.mL15{margin-left:15px!important;}
.mL20{margin-left:20px!important;}
.mL30{margin-left:30px!important;}

.mR0{margin-right:0px!important;}
.mR5{margin-right:5px!important;}
.mR10{margin-right:10px!important;}
.mR15{margin-right:15px!important;}
.mR20{margin-right:20px!important;}
.mR30{margin-right:30px!important;}

.mB0{margin-bottom:0px!important;}
.mB5{margin-bottom:5px!important;}
.mB10{margin-bottom:10px!important;}
.mB15{margin-bottom:15px!important;}
.mB20{margin-bottom:20px!important;}
.mB30{margin-bottom:30px!important;}

.pT40{padding-top:40px !important;}
.pB20{padding-bottom:20px !important;}

/* FONT -------------------------- */

.size1{font-size:1px!important;}
.size10{font-size:10px!important;}
.size12{font-size:12px!important;}
.size14{font-size:12px!important;}
.size16{font-size:16px!important;}

.fontN{font-weight:normal!important;}
.bold{font-weight:bold;}

.brack{color:#000000!important;}
.red{color:#FF0000!important;}

/* LINK -------------------------- */

a{color:#008ec9; cursor:pointer;}
a:link{background-colr:#f8fcff;}
a:hover{color:#44b7e7; text-decoration:underline;}

/* -------------------------- */

p{text-align:left;}

.normal{
	font-weight:normal !important;
}

.vb{
	vertical-align:bottom;
}

.bNone{
	border:none !important;
}

.AdNone{
	display:none;
}

.hidden{
	overflow:hidden;
}

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }
 
/* -------------------------- */

#wrapper{
	width:954px;
	height:auto;
	margin:0 auto;
}

#header{
	height:110px;
	width:950px;
	position:relative;
	margin:0 0 10px;
}

#header h1{
	padding:20px 0 0 12px;
	width:668px;
	height:84px;
}

#header .btnCon{
	width:133px;
	height:44px;
	position:absolute;
	right:2px;
	top:0;
}

#header p{
	background:url(../images/common/lang_ico.png) no-repeat left 3px;
	padding:0 0 0 20px;
	font-size:14px;
	width:80px;
	position:absolute;
	top:95px;
	right:0;
	text-align:right;
}

#header p.langEn{
	width:70px;
}

#header p a{
	color:#fff;
	text-decoration:none;
}

#header p a:hover{
	opacity:0.8;
}

#gMenu{
	overflow:hidden;
	margin:0 0 15px;
}

#gMenu li{
	float:left;
}

#pankuz{
	margin:0 0 12px;
	font-size:12px;
	padding:0 5px;
}

#pankuz a{
	text-decoration:underline;
	color:#f39997;
}

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

#contents{
	overflow:hidden;
}

#footer{
	padding:20px 0;
	clear:both;
}
