@charset "utf-8";

body{
	text-align: center;
	font-size: 10px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳＰゴシック','Osaka';
	color: #fcc3e1;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background:url(../images/contents_bg.gif) repeat center 125px;
}

body.eng{
	font-family:Helvetica, Arial, sans-serif;
}

a{color:#fcc3e1; text-decoration:underline;}
a:visited{color:#fcc3e1; text-decoration:underline;}
a:hover{color:#fcc3e1; text-decoration:none;}
a:active{color:#fcc3e1; text-decoration:none;}
/*--a#top{display: ;}--*/

h1{font-size:1.7em;}
h2{font-size:1.6em;}
h3{font-size:1.4em;}
h4{font-size:1.4em;}
h5{font-size:1.3em; font-weight:normal;}
h6{font-size:1.3em; font-weight:normal;}
th,td,li,dt,dd{font-size:1em;}
p{font-size:1.3em;}
div,li,dt,dd{margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{margin:0px; padding:0px;}

img{border:none; margin:0px; padding:0px; line-height:0px;}

ul{list-style:none;}

.clear{clear:both;}

p {
	margin:0px;
	padding:0px;
	line-height:1.6em;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix { display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

a img.rollover{
	opacity:1.0;
	filter: alpha(opacity=100);
}

a:hover img.rollover{
	opacity:0.7;
	filter: alpha(opacity=70);
}



/*　container
-------------------------*/

#container{
	margin:0px;
	padding:0px;
	width:100%;
	background:url(../images/bg.gif) repeat-x 0 0;
}


/*　header
-------------------------*/

#header_bg{
	margin:0px;
	padding:0px;
	width:100%;
	background:url(../images/head_bg2.jpg) no-repeat center top;
}

#header{
	margin:0px auto;
	padding:0px;
	width:940px;
	height:125px;
	background:url(../images/head_bg.jpg) no-repeat 0 0 #9e0963;
}

#header h1{
	margin:0px;
	padding:27px 0px 0px 9px;
	float:left;
	width:392px;
}

#header h1 a{
	display:block;
	margin:0px;
	padding:0px;
	width:383px;
	height:74px;
	text-indent:-50000px;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat 0 0;
}

#head_cont{
	margin:0px;
	padding:0px;
	float:right;
	width:370px;
}

#header ul a{
	font-size:0;
	line-height:0;
}

#head_cont #lang{
	margin:0px;
	padding:9px 13px 0px 0px;
	width:50px;
	float:right;
	height:11px;
	overflow:hidden;
}

#head_cont #lang li{
	margin:0px;
	padding:0px 0px 0px 9px;
	float:left;
	width:16px;
	height:11px;
	font-size:0;
	line-height:0;
}

#head_cont #navi_j,
#head_cont #navi{
	margin:0px;
	padding:47px 0px 0px;
	clear:both;
	float:right;
	width:351px;
	height:34px;
	overflow:hidden;
}

#head_cont #navi_j{
	width:308px;
}

#head_cont #navi_j li,
#head_cont #navi li{
	margin:0px;
	padding:0px 0px 0px 17px;
	float:left;
	height:34px;
	font-size:0;
	line-height:0;
}

/*　contents bg
-------------------------*/

#contents_bg{
	margin:0px;
	padding:0px;
	width:100%;
}



/*　footer
-------------------------*/

#foot_bg{
	margin:0px;
	padding:0px;
	width:100%;
	height:65px;
	background:url(../images/foot_bg.gif) repeat-x 0 0 #95005c;
}

#footer{
	margin:0px auto;
	padding:17px 0px 0px;
	width:940px;
}

#footer #contact{
	margin:0px;
	padding:0px;
	float:left;
	width:200px;
	font-size:1.2em;
	line-height:1.1em;
}

#footer #contact a{
	color:#fc84c4;
	text-decoration:none;
}

#footer address{
	margin:0px auto;
	padding:0px 0px 0px;
	width:700px;
	float:right;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	color:#fc84c4;
	font-size:1.2em;
	line-height:1.1em;
}


/* sticky footer
----------------------------------------------- */
html,body,#container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#contents_bg{
	padding-bottom: 65px;}  /* must be same height as the footer */

#foot_bg {position: relative;
	margin-top: -65px; /* negative value of footer height */
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}




