@charset "UTF-8";

*{
	margin: 0px;
}
/*タグ　----------------------------------------------------------------------*/
p,dl,table,ul,ol,h1.h2,h3,h4,address{
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

address{
	font-style: normal;
}

ul,li,ol{
	margin-left: 0px;
	padding-left: 0px;
	list-style: inside;
}
li{
	line-height: 1.5;
}

img,a img{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

body {
	margin: 0px;
	background-color: #eeeded;
	background-image: url(../img/topimg/top01.gif);
	background-repeat: repeat-x;
	color: #333333;
	font: 75% 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

 h2,h3{
	text-align: left;
	border-top: 1px solid #856666;
	border-bottom: 1px solid #856666;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*-　リンク設定　-*/
#main a:link,#main a:visited {
	text-decoration: none;color: #993333;
}
#main a:hover {
	text-decoration: underline;
	color: #993333;
}

/*　共通ブロック　--------------------------------------------------------------*/
#header,.manu,.headimg,#content{
	width: 860px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #eeeded;
}

#contents{
	width: 820px;
	background: #eeeded url(../img/top_contentbg.gif) repeat-x left bottom;
	padding: 13px 20px 10px;
}
/* 共通クラス */
.color01 {
	background: #F6F6F6;
}
.color02 {
	color: #663333;
	font-weight: normal;
}
.color03 {
	color: #B42523;
}

/*-　左右ブロック分け　-*/

.left{
	float: left;
	text-align: left;
}
.right{
	float: right;
	text-align: left;
}


/*-　ヘッダー　-*/
#content #header{
	color: #FFFFFF;
	background: #000;
	height: 70px;
}
#content .headimg {
	background: #eeeded url(../img/topimg/top_headimgbg.gif) repeat-x left top;
	padding-top: 17px;
	padding-bottom: 10px;
}
#header .left{
	width: 450px;
	padding-top: 10px;
}
#header .left h1 {
	float: left;
	display: inline;
	margin-right: 10px;
}
#header .left p {
	padding-top: 10px;
	font-size: 10px;
	overflow: visible;
}
#header .right{
	width: 350px;
	padding-top: 10px;
}
#header .right p {
	text-align: right;
}
.sitemap {
	margin-bottom: 8px;
}
.sitemap a {
	color: #FFFFFF;
	text-decoration: none;
	background: #000000 url(../img/topimg/top03.gif) no-repeat left center;
	padding-left: 1.5em;
}

/*-　メニュー　-*/
.manu {
	clear: both;
	background: #623A3A url(../img/menu/top_navibg.gif) repeat-x left top;
	height: 42px;	/*width: 860px;*/
}
.manu img {
	border-width: 0px;
	display: inline;
}

/*-　コンテンツ表示エリア　-*/
#main{
	background: #FFFFFF;
	padding-top: 30px;
	padding-right: 18px;
	padding-left: 18px;
	overflow: visible;
}

/*-　ページ下ナビ　-*/
.pagefoot {
	clear: both;
	padding-top: 10px;
	
}
.pagefoot p{
	text-align: right;
}
.pagefoot a {
	background: url(../img/allow_foot.gif) no-repeat left center;
	margin-left: 12px;
	padding-left: 13px;
	color: #333333;
	text-decoration: none;
}
.pagefoot a:hover {
	text-decoration: underline;
	color: #666;
}

/*-　フッター　-*/
#footer {
	clear: both;
	background: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	border-top: 4px solid #663333;
	padding-bottom: 8px;
	padding-top: 10px;
}
#top #footer p {
	padding-bottom: 5px;
}

.tm{
	text-align: right;
	font-size: 8px;
}
#main p.up{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.newrice {
	font-weight: bold;
	color: #CC3333;
	font-size: 110%;
	background: #FFFFCC;
	padding: 1px;
}
