@charset "Shift_JIS";

body{
	margin:0px auto;
	padding:0px;
	background:#F2EEDA;
	text-align:center;
	font-size:small;
	color:#434343;
	line-height:100%;
}

*{
	margin:0px;
	padding:0px;
}

img{
	vertical-align:bottom;
}

a{
	color:#660000;
}
a:hover{
	color:#CC3300;
}

.linktxt{
	padding:0px 0px 0px 12px;
	background:url(image/ico_link2.gif) no-repeat left center;
}

.container{
	margin:0px auto;
	width:760px;
	text-align:left;
	background:url(image/bg_mid.gif) repeat-y;
}

#top{
	width:100%;
	height:20px;
	background:url(image/bg_top.gif) no-repeat left top;
}

h1.header{
	margin:0px 11px;
	width:100%;
	height:70px;
	font-size:12px;
	font-weight:normal;
	position:relative;
}

.logo{
	width:199px;
	float:left;
}

.navi{
	text-align:right;
	position:absolute;
	right:30px;
	top:0px;
}
.navi a{
	text-decoration:none;
	background:url(image/ico_navi.gif) no-repeat left center;
	padding-left:15px;
	margin-left:15px;
}
.navi span{
	color:#B23535;
	background:url(image/ico_square.gif) no-repeat left center;
	padding-left:15px;
	margin-left:15px;
}

.menu_title{
	width:539px;
	float:left;
}

.main{
	clear:both;
	margin:0px 10px;
	width:100%;
}

/*左サイド*/
.left_side{
	width:200px;
	float:left;
}
.left_side *{
	color:#FFFFFF;
	font-size:13px;
}

/*Flash*/
.swf_movie{
	float:left;
}

/*右サイド*/
.right_side{
	width:539px;
	border-top:solid 1px #D9CE98;
	float:left;
}

/*お問合せボタン*/
.link_inquiry{
	margin:10px 0px 10px 20px;
}

/*サブメニュー*/
.sidemenu{
	margin:5px 5px 0px;
}
.sidemenu img{
	vertical-align:middle;
	margin-right:20px;
}

ul.submenu{
	padding:7px 10px 0px;
	list-style:none;
}
ul.submenu li{
	display:inline;
	margin:0px;
	font-size:12px;
}
ul.submenu a{
	background:url(image/ico_link.gif) no-repeat left center;
	padding:0px 15px 0px 13px;
}
ul.submenu span{
	background:url(image/ico_circle.gif) no-repeat left center;
	padding:0px 15px 0px 13px;
	color:#B23535;
}

/*コンテンツ*/
.contents{
	margin:10px;
}

.subtitle{
	margin:0px 0px 5px 0px;
}

h3{
	clear:both;
	margin:10px 0px 5px;
	text-align:center;
}

h4{
	clear:both;
	margin:20px 5px 5px;
	padding-left:16px;
	background:url(image/ico_list2.gif) no-repeat left center;
	color:#663333;
}

p{
	clear:both;
	margin:5px 20px;
	line-height:140%;
}
p img{
	float:right;
	margin-left:5px;
}

strong{
	color:#663333;
}

.align_c{
	text-align:center;
}

ul.list1{
	margin:5px 20px 15px;
	list-style:none;
	line-height:1.4em;
}
ul.list1 li{
	margin-bottom:4px;
	padding-left:13px;
	background:url(image/ico_list.gif) no-repeat left 0.2em;
}

ul.list2{
	margin:5px 20px 15px 32px;
	list-style:none;
}
.list2 li{
	text-indent:-12px;
	margin-bottom:4px;
}

ol{
	margin:5px 20px;
	padding:0 0 0 2em;
}
ol li{
	margin-bottom:4px;
}

/*枠付きコンテンツ*/
ul.bg_box{
	list-style-type:none;
	margin:5px auto 10px;
	padding:0;
	width:463px;
	background:url(image/bg_box_mid.gif) repeat-y;
	text-align:left;
	line-height:140%;
}
ul.bg_box li{
	padding:5px 20px;
}
ul.bg_box li.box_top,
ul.bg_box li.box_bot{
	padding:0;
	height:12px;
	overflow:hidden;
}
ul.bg_box li.box_top{
	background:url(image/bg_box_top.gif) no-repeat left top;
}
ul.bg_box li.box_bot{
	background:url(image/bg_box_bot.gif) no-repeat left bottom;
}

.border_box{
	clear:both;
	margin:5px 10px;
	padding:7px;
	line-height:140%;
	border:solid 1px #E5E5DA;
	background:#FAFAED;
	zoom:100%;
}
.border_box ul{
	list-style-type:none;
}
.border_box li{
	list-style-type:none;
	margin-bottom:7px;
	padding-bottom:7px;
	padding-left:1.5em;
	zoom:100%;
	border-bottom:dotted 2px #E5E5DA;
}
.border_box li.box_bottom{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.border_box:after,
.border_box li:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.border_box h4{
	clear:none;
	margin:0px 0px 5px -1.5em;
	padding-left:15px;
	background:url(image/ico_list.gif) no-repeat 2px 0px;
	color:#663333;
	line-height:100%;
}
.border_box img{
	float:right;
	margin-left:5px;
}

/*テーブル*/
table.list{
	margin:1px auto;
	border:double #D5C094;
	border-collapse:collapse;
	text-align:left;
	background:#FFFFFF;
}
table.list th{
	padding:5px;
	border:solid 1px #D5C094;
	background:#FFFBE5;
	font-weight:normal;
	color:#330000;
	text-align:center;
}
table.list td{
	padding:5px;
	border:solid 1px #D5C094;
}

table.t_frm{
	margin:1px auto;
	border:double #D6B695;
	border-collapse:collapse;
	text-align:left;
	background:#FFFFFF;
}
table.t_frm th,
table.t_frm td{
	padding:5px;
	border:solid 1px #D6B695;
	font-size:12px;
}
table.t_frm th{
	background:#FAEBC2;
	font-weight:normal;
	color:#330000;
	text-align:center;
}
table.t_frm td{
	background:#FFFCED;
}

/*トップページ左*/
.top_left{
	width:342px;
	float:left;
}

/*トップページ左*/
.top_right{
	width:166px;
	float:right;
}

/*トップページリンク*/
ul.top_link{
	margin:10px 0px 0px;
	list-style:none;
}
ul.top_link li{
	width:166px;
	float:left;
}
ul.top_link li div{
	font-size:12px;
	margin-top:3px;
}

/*赤文字*/
.red{
	color:#FF0000;
}

/*文字小さめ*/
.s_txt{
	font-size:85%;
}

/*応募フォーム*/
.frm{
	width:240px;
	text-align:left;
}
.frm dt{
	margin-top:10px;
}
#frm_ck dd{
	color:#330000;
	font-weight:bold;
}

.jp_on{
	ime-mode:active;
}
.jp_off{
	ime-mode:disabled;
}
.jp_off_r{
	ime-mode:disabled;
	text-align:right;
}

textarea{
	max-width:400px;
	font-size:inherit;
}

/*送信ボタン*/
input[type="submit"],
input[type="button"]{
	margin:5px;
	padding:5px;
	font-family:inherit;
	cursor:pointer;
}

.button{
	width:80px;
}

.img_btn{
	margin-left:10px;
	vertical-align:top;
}

/*サイトマップ用*/
.sitemap{
	margin:0px 99px;
}
.sitemap *{
	font-size:13px;
}
a.toplink{
	display:block;
	width:296px;
	height:28px;
	margin:10px 0px 5px;
	padding-left:24px;
	line-height:28px;
	text-decoration:none;
	background:url(image/bg_sitemap.gif) no-repeat left top;
}
.sitemap ul{
	margin:0px 30px 20px;
	list-style-type:none;
}
.sitemap li{
	margin-bottom:5px;
	padding-left:14px;
	background:url(image/ico_link.gif) no-repeat left center;
}
.sitemap ul a{
}

.pagetop{
	clear:both;
	text-align:right;
	padding-top:10px;
}

/*フッター*/
.footer{
	clear:both;
	padding:10px 0px 15px;
	width:100%;
	background:url(image/bg_bot.gif) no-repeat left bottom;
}

.copyright{
	margin:10px 0px 0px 356px;
	font-size:12px;
}

#bot{
	width:100%;
	height:15px;
}
