/*レイアウト*/
#content {
	width: 780px;
	clear: none;
	float: none;
	margin: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
}

#back {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #ffbcbc;
}



	

/*ページの基本設定*/
body {
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/top_bg3.gif);
}





/*ヘッダ*/

#h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13pt;
	font-style: normal;
	line-height: 2em;
	font-weight: bolder;
	color: #666666;
	padding-left: 20px;
	height: 37px;
	background-image: url(images/komidasi_bg.gif);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-repeat: repeat-x;
}






/*ニュース*/
.news {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.25em;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}





.news2 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #B49F81;
}


.news40_table {
	color: #333333;
	font-size: 10pt;
	line-height: 1.5em;
}

.aka_news40_table {
	color: #FF0000;
	font-size: 11pt;
	line-height: 1.75em;
}

.news30 {
	float: none;
	color: #17365d;
	font-size: 12pt;
	line-height: 1.75em;
	font-weight: bold;
}

.news311 {
	float: none;
	color: #5979ae;
	font-size: 11.75pt;
	line-height: 2em;
	font-weight: bold;
}


.news371 {
	color: #333333;
	font-size: 11pt;
	line-height: 1.75em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.news372 {
	color: #333333;
	font-size: 11pt;
	line-height: 1.75em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
}


#list_3 {
	background-image: url(images/icon-34.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
}




.news3 {
	color: #666666;
	font-size: 12pt;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



.news35 {
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
}

.news39_table {
	color: #333333;
	font-size: 9pt;
	line-height: 1.75em;
	font-weight: normal;
}




#here {
	font-size: 9pt;
	line-height: 11pt;
	color: #333333;
	padding-left: 15px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 15px;
}




/*メニュー内のコンテンツ*/




#copyright {
	font-size: 9pt;
	height: 10px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
	border-bottom-width: 1px;
	padding-top: 5px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B49F81;
	border-bottom-color: #B49F81;
	padding-bottom: 5px;
	margin: auto;
}






/*表（行間狭い）*/
table.TypeB{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.TypeB th{
	color:#330000;
	background-color:#FFFFFF;
	background-position:left top;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


.TypeB td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


/*表（行間広い）*/
table.TypeA{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

.TypeA th{
	color:#330000;
	background-position:left top;
	text-align:center;
	margin: 1px;
	padding: 1px;
	border: 1px solid #999999;
}


.TypeA td{
	border: 1px solid #999999;
	padding: 5px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
