﻿@charset "utf-8";
/*{基本-------------------------------------*/

body {
	font-size: 13px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	color: #3E3228;
	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat;
	background-color: #F7F7F7;
	background-attachment: fixed;
	background-position: center;
}
a:link {
	color: #009999;
	outline: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #009999;
}
a:hover {
	color: #FF3300;
}
ul, li, ol {
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*見出し------------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*̍体裁------------------------------------*/

#territory {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*ヘッダー*/

#Head {
	width: 1000px;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../../img/header_title.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 70px;
	background-color: #FFF;
	font-size: 12px;
	padding-top: 5px;
	margin: 0px;
}

#Nabi {
	font-size: 12px;
}

.headnavi { /* ヘッダーメニューテキスト */
	font-weight: bold;
	text-align: right;
	color: #FFF;
	background-image: url(../../img/header_menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headnavi a:link {
	color: #FFFFFF;
}

.headnavi a:visited {
	color: #FFFFFF;
}

/*フッター*/
#Foot {
	padding: 0px;
}

/*コンテンツ*/
#Contents_1 {
	margin-bottom: 10px;
}
#Contents_coordinate {
	margin-bottom: 15px;
}

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

#Contents_interior {
	margin-bottom: 5px;
	font-size: 15px;
}

.box_product_01 {
	float: left;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 5px;
	width: 228px;
	font-size: 13px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #630;
}

.box_product_02 {
	float: left;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 5px;
	width: 105px;
	font-size: 10px;
	background-color: #FFF;
}

.box_product_05 {
	float: left;
	margin-bottom: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.box_style_01 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #630;
	font-size: 12px;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}


#Contents_staff {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../img/bg_staff_01.jpg);
	height: 105px;
	padding-top: 95px;
	padding-right: 250px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#Contents_category_01 {
	background-image: url(../img/img_top_category_01.gif);
	background-repeat: no-repeat;
	height: 270px;
	width: 1000px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.box_category_01 {
	margin-bottom: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



/*ボックス------------------------------------*/

.box_01 {
	margin-bottom: 10px;
}
.box_02 {
	padding-bottom: 15px;
}
.box_03 {
	padding-bottom: 20px;
}
.box_04 {
	margin-bottom: 5px;
}
.box_05 {
	margin-bottom: 1px;
}

.box_left {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
.box_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.tt_01 {
	margin-bottom: 15px;
}
.style_right {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #F00;
}
.style_text_01 {
	color: #F36;
	font-weight: bold;
}

/*スタイル------------------------------------*/

img {
	vertical-align: text-top;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=50);
}

.clear_01 {
	clear: both;
}
.style_center {
	text-align: center;
}
/*スクロールボックス------------------------------------*/
.scroll_01 {
	overflow-y: scroll;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #F577AF;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 10px;
	height: 110px;
}
.scroll_01 a:hover {
	background-color: #eaeaea;
	text-decoration: none;
}
.scroll_index_02 {
	height: 320px;
	overflow-y: scroll;
	background-color: #FFFFEE;
	color: #926347;
	width: 330px;
	padding: 10px;
	overflow-x: hidden;
	border: 3px double #87755F;
	margin-bottom: 10px;
}

.style_scroll {
	text-align: right;
	margin-bottom: 15px;
}
