body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #EBECE1;
	}

div,td,th,p,pre {
	text-align:left;
	margin:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	line-height: 120%;
}

img {
	border:none;
	}

ul {
margin: 0;
padding:0;
}

li {
	margin: 0;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}


a { color: #000099; text-decoration: underline; }
a:hover { color: #330000; text-decoration: underline; }

.clear {
	clear: both;
}

.center {
text-align:center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.img-left {
	float: left;
	margin-right: 10px;
}

.img-right {
	float: right;
	margin-left: 10px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
	color: #333300;
}

h2 {}

h3 {}

/* フォント---------------------------------------------------- */


.fm {
	font-size: medium;
	}

.fb {
	font-weight: bold;
	}

.fmb-cya {
	font-weight: bold;
	font-size: medium;
	background-color: #EBE3CD;
	}

/* フォーム---------------------------------------------------- */

form {
	}

input,textarea {
	}



/* レイアウト---------------------------------------------------- */


#wrap {
	width:782px;
	text-align: center;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
	}

#head {
	margin: 0px;
	padding: 0px;
	background-color: #EBECE1;
	}

#main {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330000;
	border-left-color: #330000;
	width: 780px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	}

#content {
	margin: 0px;
	float: right;
	width: 640px;
	padding: 16px 0px 0px;
	text-align: center;
	}

/* メニュー-------------- */

#menu {
	margin: 0px;
	float: right;
	width: 140px;
	background-color: #C2AE98;
	padding: 10px 0px 50px;
	color: #FFFFFF;
}

/* メニュー背景緑-------------- */

#menu-gr {
	margin: 0px;
	float: right;
	width: 140px;
	background-color: #B0C88C;
	padding: 20px 0px 100px;
	color: #333300;
	text-align: center;
}

#menu-gr li{
	color: #330000;
	background-image: url(../parts/yaji_gr.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 18px;
	line-height: 175%;
	text-align: left;
	} 

/* メニュー背景茶-------------- */

#menu-cya {
	margin: 0px;
	float: right;
	width: 140px;
	background-color: #A38063;
	padding: 20px 0px 100px;
	color: #FFFFFF;
}

#menu-cya li{
	color: #330000;
	background-image: url(../parts/yaji_tencya.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 18px;
	line-height: 175%;
	}

/* メニュー背景青-------------- */

#menu-bl {
	margin: 0px;
	float: right;
	width: 140px;
	background-color: #668C85;
	padding: 20px 0px 100px;
	color: #FFFFFF;
	text-align: center;
}

#menu-bl li{
	color: #FFFFFF;
	background-image: url(../parts/yaji_sqw.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 18px;
	line-height: 175%;
	text-align: left;
	} 


/* メニュー背景赤-------------- */

#menu-red {
	margin: 0px;
	float: right;
	width: 140px;
	background-color: #DEA89A;
	padding: 20px 0px 100px;
	color: #660000;
}

#menu-red li{
	color: #330000;
	background-image: url(../parts/yaji_tenred.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 18px;
	line-height: 175%;
	} 

/* メニュー背景黒-------------- */

#menu-b {
	margin: 0px;
	float: right;
	width: 140px;
	background-color: #000000;
	padding: 20px 0px 100px;
	color: #FFFFFF;
}

#menu-b li{
	background-image: url(../parts/yaji_sqw.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 18px;
	line-height: 175%;
	} 

#menu-b a{
	color: #B5D38B;
	} 
	
#menu-b a:hover{
	color: #FFFF99;
	} 

/*menuその他----- */

.menu-link{
	color: #330000;
	background-image: url(../parts/yaji_w.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	line-height: 175%;
	} 

.menu-ad {
	border-top: solid 1px #F3EFE9;
	border-bottom: solid 1px #F3EFE9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}	

/* メニューここまで-- */


/* box---------------------------------------------------- */

.box {
	width: 610px;
	padding: 0px;
	margin: 0px 0px 15px;
	text-align: left;
}

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

.box{
 display:inline-table;
}

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


/* box2---------------------------------------------------- */

.box2 {
	width: 580px;
	padding: 10px;
	margin: 0px 0px 15px;
	text-align: left;
	color: #663300;
	border: 1px solid #663300;
}


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

.box2{
 display:inline-table;
}

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

/* box3---------------------------------------------------- */

.box3 {
	width: 580px;
	padding: 10px;
	margin: 0px 0px 15px;
	text-align: left;
	color: #663300;
	border-top: 2px dotted #C2AE98;
	border-bottom: 2px dotted #C2AE98;
}


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

.box3{
 display:inline-table;
}

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


/* テーブル---------------------------------------------------- */

.tb1 {
}

.tb1 table {
	border-top: 1px solid #663300;
	border-right: 1px solid #663300;
	border-bottom: 1px none #663300;
	border-left: 1px none #663300;
}

.tb1 td {
	border-top: 1px none #663300;
	border-right: 1px none #663300;
	border-bottom: 1px solid #663300;
	border-left: 1px solid #663300;
	padding: 2px;
}

/* ページ内設定---------------------------------------------------- */
	
.title{
	margin-top: 15px;
	margin-bottom: 15px;
}

.midasi{
	font-weight: bold;
	color: #663300;
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C9572;
	width: 320px;
}

.midasi2{
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding: 5px 0 5px 5px;
	width: 600px;
	background-color: #330000;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9B8878;
}

.midasi3{
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 15px;
	padding: 5px 0 5px 5px;
	width: 600px;
	background-color: #FCEDEB;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.midasi4{
	font-weight: bold;
	color: #663300;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9572;
	width: 500px;
}

.mise{
	background-image: url(../parts/ico_mise.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	padding: 0px 0px 0px 20px;
	width: 125px;
	margin: 0px 0px 10px 0px;

}

/* フッタ---------------------------------------------------- */


#foot {
	text-align: center;
	clear: both;
	padding: 13px 0px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
	
	div#foot a {
	text-decoration: underline;
	color: #666666;
	} 
	
	div#foot a:hover {
	color: #CC0000;
	text-decoration: underline;
	} 

/* コピーライト---------------------------------------------------- */

#copy {
	width: 100%;
	margin: 0;
	padding: 0px;
	color: #666666;
	font-size: 10px;
	clear: both;
	text-align: center;
	background-color: #EBECE1;
}
