@charset "utf-8";
/* CSS Document */

/* css file import */

@import "cnt.css";

/***************************
01 base
***************************/


a:link{color:#939393;}
a:hover{color:#939393; text-decoration:none;}
a:active{color:#939393;}
a:visited{color:#939393;}


#navi{
	margin:0;
	padding:0;
	background:none;
	}
	
#main{
	width:806px;
	margin:0 auto; 
	padding:0 0 50px;
	color:#939393;
	background:url(../img/bg_main-h.jpg) top left repeat-y;
	}
	
#left{
	float:left;
	width:345px;
	margin-left:55px;
	text-align:left;
	display:inline;
	}
	
#right{
	float:right;
	width:335px;
	margin:0 55px 0 0;
	text-align:left;
	display:inline;
	}

#footer{
	width:806px;
	height:100px;
	margin:0;
	padding:0;
	background:url(../img/bgfr_footer-h.jpg) top left no-repeat;
	}

#footer address{
	float:left;
	padding:8px 0 0 32px;
	}

#footer p{
	float:right;
	padding:8px 46px 0 0;
	}


/***************************
02 head
***************************/

#header{
	width:806px;
	height:125px;
	position:relative;
	z-index:10;
	}
#header h1{
	position:absolute;
	top:48px;
	left:28px;
	z-index:20;
	}

/***************************
03 content
***************************/
#main{
	text-align:center;
	padding-top:28px;
	}

#flash{
	margin:0 auto 16px;
	}

.pankuzu{
	width:733px;
	margin:0px auto 20px;
	text-align:right;
	}

h3{
	margin-bottom:7px;
	text-align:left;
	}


.l-txt{
	font-weight:bold;
	font-size:130%;
	color:#9F8E50;
	}

.back{
	float:right;
	width:66px;
	height:66px;
	margin:10px 0 0 0;
	display:inline;
	text-align:center;
	background:url(../img/bg_histry-back.gif) no-repeat;
	}
.back p{
	line-height:66px;
	}
.back p a:link,
.back p a:hover,
.back p a:active,
.back p a:visited{
	color:#000000;
	}

