/* トップページ */

/* 属性無効 */
*{
	margin:0;
	padding:0;
}

/* リンク */
/*#body a {
	text-decoration: none;
}*/
a:link {
	color: #84581E;
} 
a:visited {
	color: #84581E;
} 
a:hover {
	color: #F89D07;
	text-decoration: none;
} 
a:active {
	color: #FF9900;
	text-decoration: none;
}

/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_10px{
	font-size:10px;
}
.font_12px{
	font-size:12px;
}
.font_14px{
	font-size:14px;
}
.font_16px{
	font-size:16px;
}
.font_18px{
	font-size:18px;
}
.font_red {color: #FB2241}

.no_display{
	display: none;
}

/* 画像 */
img {
	border:none;
}

/* フォーム */
textarea {
	border: 1px solid #D5D5D5;
}

/* レイアウト */
body {
	width : 100%;
	color:#5A3D1B;
	font-size:12px;
	line-height:150%;
	margin: 0px 0px 0px 5px;
	background-color: #F8F2E4;
}
.head_border{
	background-image: url(../images/head_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 16px;
	width: 800px;
}

#body {
	width:800px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#body_index {
	width:800px;
}

#header_index{
	background-color: #E4BD96;
	background-image: url(../images/bg_index.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 125px;
}

#header_index h1{
	display: none;
}

#header{
	width: 800px;
	float: left;
	background-color: #E4BD96;
	height: 135px;
}

#header h1{
	display: none;
}



/*#navigation {
	width : 800px;
	background-color: #022E9B;
	clear: both;
}*/

#main {
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	display: block;
	float: left;
}
#contents {
	margin: 0;
	text-align: left;
	float: left;
	width: 620px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#left {
	float:left;
	width:170px;
	text-align: center;
	color: #FFFFFF;
}


#side_menu {
	float:right;
	width:170px;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#center {
	margin:0 0px 10px 175px;
	padding-left: 0px;
	text-align: center;
}

#footer_box{
	width: 800px;
}

#footer {
	width : 800px;
	clear : both;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	background-color: #E4BD96;
	padding-bottom: 5px;
	color: #8A5C29;
}


#footer a:link{
	color: #8A5C29;
	font-weight: bold;
}

#footer a:hover{
	color: #8A5C29;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #8A5C29;
	font-weight: bold;
}


.copyright {
	text-align: right;
	padding: 10px 5px 0px;
	color: #FFFFFF;
	width: 790px;
	height: 20px;
	background-color: #8A5C29;
}

.cate_low_class{
	width: 800px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cate_low_class a{
	margin-right: 3px;
	margin-left: 2px;
}


.clear {
	clear: both;
}

/* バナー */
.banner {
	margin-bottom: 10px;
}


/* サイドメニュー */
/* メニュー */
#right_menu_block{
	background-color: #FFFFFF;
}

#side_menu_tit{
	height: 64px;
	width: 170px;
	background-image: url(../images/img_side_tit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

#side_menu_tit_rec{
	height: 64px;
	width: 170px;
	background-image: url(../images/img_side_tit2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

#side_menu_tit_spo{
	height: 64px;
	width: 170px;
	background-image: url(../images/img_side_tit3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}


#side_menu_list{
	width: 165px;
	padding-left: 5px;
}

#side_menu_list_con{
	width: 150px;
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat-x;
	background-position: -150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #016D33;
	border-bottom-color: #016D33;
	border-left-color: #016D33;
	margin-top: 0px;
}


.sidemenu {
	margin: 0;
	padding :0;
	list-style-type : none;
}
.sidemenu ul{
	padding :0;
	margin:0;
}
.menu a{
	background-image: url(../images/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 145px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D59658;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #3D3D3D;
	padding-left: 20px;
}

.menu a:hover{
	background-image: url(../images/list_mark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 125px;
	margin-right: auto;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D59658;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	color: #3D3D3D;
}



.menu2 a{
	display: block;
	width: 125px;
	margin-right: auto;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D59658;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}


.menu2 a:hover{
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: 25;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D59658;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	color: #3D3D3D;
	text-decoration: none;
}




/*.sidemenu .b_ttl  {
	text-align: left;
	display:block;
	height: 25px;
	color: #666666;
	width: 165px;
	background-image: url(../images/side_ttl_blue.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 5px 0px 0px 5px;
}
.sidemenu .b_menu a {
	text-align: left;
	display:block;
	height: 25px;
	width: 150px;
	background-image: url(../images/side_ttl_blue_sub.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
}
*/

/* PR */
#side_menu .pr  {
	text-align: left;
	height: 25px;
	color: #FFFFFF;
	width: 160px;
	background-image: url(../images/side_ttl_pr.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 5px 0px 0px 10px;
}
.pr_frame p {
	margin-bottom: 10px;
}
.pr_frame {
	width: 140px;
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #8A5C29;
}
