@charset "utf-8";


/*--------------------------------
基礎指定
--------------------------------------*/

* {
margin:0;
padding:0;
}

.clearfix:after {
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img ★{
	border:0;
}

/*--------------------------------
テキスト指定
--------------------------------------*/

body {
	color:#333333;
	font-size: 14px;
	line-height: 130%;
	background-color: #806144;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}

a {
	color:#45261C;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#009900;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}


li {
	list-style-type: none;
}



.chui {
	color: #CC3300;
}


/*
全体レイアウト
-------------------------------------------------------------------*/
#wrap {
	width:950px;
	margin:0 auto 20px;
}

#content_all {
	float: left;
	background:url(img/side_base.gif) repeat-y;
}

#contents {
	width: 750px;
	float: left;
}

#side {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}


#logo {
	width:200px;
	}


/*-------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:950px;
	height:9px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

h1 {
	font-size: 9px;
	line-height: 10px;
	color: #666666;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub {
	font-size: 9px;
	color: #666666;
	position: absolute;
	top: 1px;
	right: 8px;
	text-align: right;
	width: 282px;
}



/*ナビゲーション
----------------------------------------------- */
#contents #nav {
	width: 750px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.gif);
	height: 40px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
} 

#contents #nav ul {
	margin:0;
	padding:0;
	}

#contents #nav li {
	display: block;
	float: left;
	text-align: center;
  }
  
#contents #nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 40px;
	width: 90px;
	padding-top: 0px;
	line-height: 20px;
}

#contents #nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/g_menu_li_ov.gif);
	background-color: #666600;
}

#contents #nav li strong {
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	height: 40px;
	width: 90px;
	display: block;
	padding-top: 0px;
}
.navismall {
	color:#D6AB9E;
	display:block;
	font-family:"Century Gothic";
	font-size:9px;
	text-align:center;
	line-height: 10px;
}


/*
強調デコ
-------------------------------------------------------------------*/
.textdeco01 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.textdeco02 {
	font-size: 12px;
	line-height: 34px;
}
.textdeco12 {
	font-size: 12px;
	line-height: 14px;
}


.textdeco13 {
	line-height: 34px;
	color: #FF0099;
}

.textdecobold {
	font-size: 14px;
	line-height: 34px;
}

.textdeconote {
	font-size: 14px;
	line-height: 24px;
	background-image: url(img/deco/note01.gif);
	background-repeat: repeat-y;

}

.line180 {
	font-size: 14px;
	line-height: 180%;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	text-align: center;
	margin-top: 0px;
}



#contents .bottomline{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #4B2C20;
	margin: 10px 0px 0px 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 55px;
	background-repeat: no-repeat;
	padding-top: 5px;
	width: 690px;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #9EAD70;
	margin-right: 20px;
	padding-left: 10px;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding:5px 10px 10px 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

/*
旧サイトから
-------------------------------------------------------------------*/

.kihon-title01{
 width: 530px;
 height: 27px;
 margin-bottom: 20px;
 border-bottom:1px dashed #CCCCCC;
 background-image: url(html/kihon01/img/botan01.gif);
 background-repeat:no-repeat;
 padding-left: 30px;
 padding-top: 3px;
 font-size: 16px;
 color: #009900;
 font-weight: bold;
}

.kihon-title02{
 height: 20px;
 margin-bottom: 0px;
 border-bottom:1px dashed #CCCCCC;
 background-image: url(html/kihon01/img/botan01.gif);
 background-repeat:no-repeat;
 padding-left: 0px;
 padding-top: 3px;
 font-size: 16px;
 color: #996600;
 font-weight: bold;
}

.margin {
	margin: 13px 25px 15px 25px;
}
.margin2 {
	margin: 15px 25px 15px 25px;
	color: #FF0000;
}

/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box2 h4 {
	margin: 0px;
	background-color: #6C8143;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #94BA12;
}

#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
3box
-------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	height: 130px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 93px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	bottom: 10px;
	padding-right: 5px;
	left: 40px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #FCD096;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}

/*
リンク集ページ用
-------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B5C2A3;
	padding-left: 5px;
}
#contents dd {
	margin: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
table★ {
	border-collapse: collapse;
}
table td★ {
	border-collapse: collapse;
}
#contents table★ {
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td★ {
	padding: 5px;
}
#contents table th★ {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th★ {
	width: 127px;
}

table td.td_head★ {
	background-color: #9BBC63;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd★ {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng★ {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #68823E;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/


#side li {
	list-style-type: none;
}

.side_box {
	padding:0;
	width: 175px;
	border: 0px solid #CECEB9;
	background-color: #45261C;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 9px;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

.side_box h3 {
	display: block;
	width: 180px;
	line-height: 24px;
	color: #FFFFFF;
	margin:0px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/g_menu_li.gif);
	height: 24px;
	font-weight: normal;
}

.side_box ul {
	margin:0;
}

.side_box li a {
	display: block;
	width:175px;
	font-size: 13px;
	color:#E2CE9A;
	line-height: 24px;
	margin:0;
	padding-left: 6px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	border-bottom:1px dotted #cccccc;
	text-decoration: none;
	height: 24px;
}


.side_box li a:hover {
	background-color: #FFFFCC;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	width: 170px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F1F1E4;
}

#side #side_pr h3{
	font-size:13px;
	margin-bottom:5px;
}

#template_by {
	font-size: 10px;
	padding: 10px;
	background-color: #EDEDE4;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #555555;
}
#template_by a {
	font-size: 10px;
	color: #808080;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #B69745;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #tmplby {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #tmplby a {
	font-size: 10px;
	color: #888888;
}

/*
コピーライト
-------------------------------------------------------------------*/

.copyright {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #41221A;
	font-size: 10px;
	padding: 5px;

}
#wrap #content_all #side {
	background-image: url(img/side_base.gif);
}
.textdecored {
	font-weight: bold;
	color: #FD263C;
}
.textdecored2 {
	font-weight: bold;
	color: #FD263C;
}

#tbmg table td {
	padding: 9 px;
}
.120 {
	font-size: 10px;
	line-height: 13px;
}
.head00 {
	background-color: #553826;
	height: 130px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
