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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",;
	margin:0;
	padding:0;
	line-height:1.0;
	color:#333333;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
li{
	line-height:100%;
	}
a{  
	outline:none;
	text-decoration:none;
 }
a:link{
	}
a:visited{
	outline:none;
	}
a:hover{
	outline:none;
 }
a:active{
	outline:none;
	} 

/**layout
---------------------------------------------------------**/
	
body div{
	text-align:left;
	margin:0 auto;
	}


/**forfirefox
---------------------------------------------------------**/
html {
	overflow-y:scroll;
	background-image:url(../img/htmlback.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

/**forIE6
---------------------------------------------------------**/
body{
	text-align:center;
	background-image:url(../img/bodyback.png);
	background-repeat:repeat-x;
	background-position:top;
	}
	

/**header
---------------------------------------------------------**/
	
.header{
	width:1000px;
	height:200px;
	position:relative;
	background-image:url(../img/head_back.png);
	}
.header h1{
	}

.header h1 a.a_logo{
	text-decoration:none;
	display:block;
	width:376px;
	height:86px;
	overflow:hidden;
	position:absolute;
	text-decoration:none;
	text-indent:-9999px;
	background-image:url(../img/a_logo.png);
	top:10px;
	left:15px;
	}


/*head_menu--------------*/
ul.head_menu{
	}
ul.head_menu li{
	}
ul.head_menu li#last{
	}

ul.head_menu li a{
	}
ul.head_menu li a:hover{
	}
	
/*open_main_menu--------------*/
.main_menu{
	position:absolute;
	position:relative;
	height:50px;
	top:101px;
	left:40px;
	}
.main_menu li{
	float:left;
	width:120px;
	height:44px;
	display:block;
	}
.main_menu li a{
	display:block;
	text-indent:-9999px;
	width:120px;
	height:44px;
	float:left;
	background-image:url(../img/a_menuback.jpg);
	background-repeat:no-repeat;
	}


/*公開ページ向けメインメニュー---------*/	
#open li#m01 a{
	background-position: 0px 0px;
	}
#open li#m01 a:hover{
	background-position: 0px -44px;
	}

#open li#m02 a{
	background-position: -120px 0px;
	}
#open li#m02 a:hover{
	background-position: -120px -44px;
	}
	
#open li#m03 a{
	background-position: -240px 0px;
	}
#open li#m03 a:hover{
	background-position: -240px -44px;
	}
	
	


/*会員ページ向けメインメニュー---------*/	
#member li#m01 a{
	background-position: 0px 0px;
	}
#member li#m01 a:hover{
	background-position: 0px -44px;
	}

#member li#m02 a{
	background-position: -360px 0px;
	}
#member li#m02 a:hover{
	background-position: -360px -44px;
	}
	
#member li#m03 a{
	background-position: -120px 0px;
	}
#member li#m03 a:hover{
	background-position: -120px -44px;
	}



	
/**cont
---------------------------------------------------------**/
.cont{
	width:1000px;
	background-image:url(../img/cont_back.png);
	background-repeat:repeat-y;
	}



/**main_cont
------------------------------------------------------**/

div.contents p a{
	text-decoration:underline;
	}
div.contents p a:hover{
	color:#FF6600;
	}



/**menu
---------------------------------------------------------**/
.menu{
	float:right;
	width:230px;
	display:inline;
	margin-right:45px;
	min-height:400px;
	}
	

/**contents
---------------------------------------------------------**/
.contents{
	float:left;
	width:660px;
	display:inline;
	margin-left:45px;
	min-height:400px;
	}
	
	
/**footer
---------------------------------------------------------**/
/*menu----------*/
.foot_menu{
	clear:both;
	background-image:url(../img/footer_back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:230px;
	padding-top:130px;
	overflow:hidden;
	}

	
.foot_menu ul {
	width: 860px;
	overflow: hidden;
	text-align:center;
	margin:auto;
	color:#FFFFFF;
	
}
.foot_menu ul li {
	display: inline;
	padding: 0 7px 0 11px;
	border-right: 1px #336699 solid;
	list-style-type: none;
	zoom: 1;
	font-size:0.88em;
	color:#FFFFFF;
}
.foot_menu ul li a{
	color:#FFFFFF;
	}

div.foot_menu ul li.menulast{
	border-right:none;
	}
	

/*copyright----------*/

.foot_copy{
	clear:both;
	text-align:center;
	font-size:0.75em;
	color:#FFFFFF;
	padding-top:40px;
	padding-bottom:10px;
	}
.totop2{
	width:900px;
	clear:both;
	text-align:right;
	}
	


/**mailinglist
------------------------------------------------------**/
.mailnglist{
	width:230px;
	height:78px;
	margin-top:30px;
	}
.mailnglist a{
	display:block;
	width:230px;
	height:78px;
	overflow:hidden;
	background-image:url(../img/a_mailinglist.gif);
	text-indent:-9999px;
	}
.mailnglist a:hover{
	background-position:right;
	}

	


/**login
------------------------------------------------------**/
.login{
	width:230px;
	height:78px;
	margin-top:30px;
	}
.login a{
	display:block;
	width:230px;
	height:78px;
	overflow:hidden;
	background-image:url(../img/a_login.gif);
	text-indent:-9999px;
	}
.login a:hover{
	background-position:right;
	}


/**kyoudoukounyu
------------------------------------------------------**/
.kyoudoukounyu{
	width:230px;
	height:78px;
	margin-top:10px;
	}
.kyoudoukounyu a{
	display:block;
	width:230px;
	height:78px;
	overflow:hidden;
	background-image:url(../img/a_koubai.gif);
	text-indent:-9999px;
	}
.kyoudoukounyu a:hover{
	background-position:right;
	}


/**furikae
------------------------------------------------------**/
.furikae{
	width:230px;
	height:40px;
	margin-top:10px;
	}
.furikae a{
	display:block;
	width:230px;
	height:40px;
	overflow:hidden;
	background-image:url(../img/a_furikae.gif);
	text-indent:-9999px;
	}
.furikae a:hover{
	background-position:right;
	}


/**zeirisikai
------------------------------------------------------**/
.zeirisikai{
	width:230px;
	height:37px;
	margin-top:10px;
	}
.main_top .zeirisikai{
	margin-bottom:20px;
	}
.zeirisikai a{
	display:block;
	width:230px;
	height:37px;
	overflow:hidden;
	background-image:url(../img/a_zeirisikai.gif);
	text-indent:-9999px;
	}
.zeirisikai a:hover{
	background-position:right;
	}

