@charset "utf-8";
/* CSS Document */

/* インデックス　スタイル*/

#maincontent {width: 800px;}

#menutab {
	width: 780px;
	margin: 10px 0 10px 15px;
}

#menu { width: 800px; margin-top: 20px;}
#menu2 { width: 730px; padding: 20px; margin-top: 15px; margin-bottom: 14px;  margin-left: auto; margin-right: auto; border-style: solid; border-width:1px; text-align: center;}
#menu3 { width: 710px;  border-bottom: dashed; border-width:1px; padding-top: 20px; padding-bottom: 40px; margin-left: auto; margin-right: auto;　text-align:center; position: relative;}

#menu4 { width: 710px;  border-bottom: dashed; border-width:1px; padding-top: 10px; padding-bottom: 10px; margin-left: auto; margin-right: auto;　text-align:center;} 

#gentei { width: 710px; margin-top: 10px; padding-bottom: 10px; margin-left: auto; margin-right: auto;　text-align:center;} 




#menutxt { width:500px; margin:20px auto;}
#menutxt h2 { font-size: 18px; color: #071045; line-height: 2em;}
#price { font-size: 18px; color: #ff4100; line-height: 2em;}
#txt1 { font-size: 13px; color: #333333; line-height: 1.3em;}
#txt2 { font-size: 11px; color: #333333; line-height: 1.3em; text-align:right;}

#txt3 { font-size: 12px; color: #000000; line-height: 1.3em; text-decoration: underline;}

#txt4 { font-size: 12px; color: #000000; line-height: 1.3em; text-align:left; margin-left: 80px;}
#txt5 { font-size: 12px; color: #000000; line-height: 1.3em; text-align:left; margin-left: 10px;}

#button {
	width:710px;
	margin:30px auto;
}


/* 読み込みメニュー*/

#listmenu {
	width: 680px;
	margin:0 0 20px 80px;
}

#listmenu ul {
	list-style: none;
	font-size: 12px;
	line-height: 1.6em;
}

#listmenu li {
	margin-right: 30px;
	display:inline;
	float: left;
}

#listmenu img {
	margin-right: 5px;
}

#listmenu a:link {
	color:#071045;
	text-decoration: underline;
}
	
#listmenu a:visited { 
	color: #999999;
	text-decoration: underline;
}

#listmenu a:hover {
	color: #ff5c00;
	text-decoration: none;
}	
