@charset "EUC-JP";

/*
*	スタイル概要: ヘッダーメニュー
*/



/*======================================

	非操作領域
	
=======================================*/

body {color:#630;
	text-align:center;
	font-size:15px;
	}

/*======================================

	Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
}

li,dt,dd {
}

/*======================================

	Universal selector
	
=======================================*/

html, body {
	margin: 0;
	padding: 0;
}

/*======================================

	Structure Module
	
=======================================*/

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	font-family: Meiryo, 'メイリオ' , "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

/*======================================

	Text Module
	
=======================================*/

p,
pre,
blockquote,
address,
cite {
	line-height: 1.4;
}

address {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
}

h2 {

}

h3 {
}

h4 {

}

h5 {

}

h6 {

}

p {

}

br {
}

pre {

}

pre * {

}

pre[title]:before {

}

blockquote {

}

blockquote * {

}

blockquote[title]:before {

}

blockquote[cite]:after {
}

cite {
}

em {
}

strong {

}

code {
}

abbr,
acronym {
}

kbd {
}

/*======================================

	Hypertext Module
	
=======================================*/

a:link {
	color: #ff8264;
	text-decoration: none;
}

a:visited {
	color: #ff8264;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	text-decoration: underline;
}

/*======================================

	List Module
	
=======================================*/

ul,
ol,
dl {
}

ul {
}

li,
dt,
dd {
}

dt {
}

dd {
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
}


/*======================================

	Image Module
	
=======================================*/

img {
	border: 0;
}

/*======================================

	Other Module
	
=======================================*/

hr {
	border-top: dashed 1px #cccccc;
	border-right: none 0px #cccccc;
	border-left: none 0px #cccccc;
	border-bottom: none 0px #cccccc;
	height: 1px;
	margin: 10px 0;
	clear: both;
}


/*--------------------------------------
	div#header
---------------------------------------*/

div#header,
div#main,
div#footer{
	width: 800px;
	padding: 0;
	margin: 0 auto;
}


/*--------------------------------------
	div#btBack
---------------------------------------*/

#bt1{
	width: 800px;
	height:79px;
	background:url(../img/bt_back_1.gif) no-repeat;
}
#bt1 div.in{
	width: 800px;
	height:79px;
	background:url(../img/bt_back_1.gif) no-repeat;
}