@charset "utf-8";

* {
	color:#666666;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	background-image: url(img/bg5.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

a {
	color:#666666;
}

a:hover {
	text-decoration: none;
	color: #663300;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#wrap {
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


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

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	position: relative;
	padding: 10px;
	background-image: url(img/bg5.jpg);
	background-repeat: repeat-x;
}
.h1  {
	font-size: 12px;
	line-height: normal;
	color: #CCCCCC;
	left: 20px;
	top: 17px;
	position: absolute;
	font-weight: bold;
	font-variant: normal;
	padding-left: 20px;
}

#header #sub {
	font-size: 10px;
	color: #CCCCCC;
	position: absolute;
	right: 43px;
	top: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}

#nav ul {
	margin-left: 20px;
  }
  

#nav li {
	display: inline;
	list-style-type: none;
  }
  
#nav li a {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 18px;
	padding-right: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#nav li a:hover {
	color: #663300;
	background-image: url(img/li2_ov.gif);
	background-position: 2px center;
}
#nav li a:active {
	color: #996633;
	background-image: url(img/li2_ov.gif);
	background-position: 2px center;
}


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

#contents {
	width:610px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 30px;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9966;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003300;
	padding-left: 7px;
	color: #666666;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4DC;
}

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

#contents h4 {
	font-size: 14px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCCC99;
	margin-bottom: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009966;
}

#contents h5 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9933;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#contents     h6   {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	width: 300px;
	margin-left: 20px;
	padding-left: 10px;
	background-image: url(img/bn01.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 14px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
}	
/**/

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

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

#contents #top_img {
	background-color: #FFFFFF;
	width: 570px;
	margin-left: 20px;
}

#contents #c_pad #top_img p {
	font-size: 12px;
	color: #666666;
	background-image: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#contents #c_pad .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	width: 120px;
	margin-right: 5px;
	margin-top: 10px;
}

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

#contents #c_pad .c_img_left {
	float: left;
	background-color: #FFFFFF;
	width: 205px;
	margin: 5px;
	padding: 5px;
}

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

#contents #c_pad .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 5px;
	width: 205px;
	border: 1px solid #CCCC99;
	line-height: 20px;
	color: #666666;
}

#contents #c_pad .c_img_right img {
	color: #666666;

}

.btn a {
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn02.gif);
	margin-right: 5px;
	position: absolute;
	right: 5px;
	bottom: 8px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.btn a:hover {
	background-color: #FFFFFF;
	background-image: url(img/btn02_ov.gif);
	color: #FFFFCC;
}
/*
２box
-------------------------------------------------------------------*/
#base #wrap #contents #c_pad .box2 {
	float: left;
	width: 270px;
	position: relative;
	padding: 5px;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#base #wrap #contents #c_pad .box2 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	background-color: #FFFFFF;
	border-left-color: #CCCC99;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	border-left-width: 4px;
	border-left-style: solid;
}

#base #wrap #contents #c_pad .box2 p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
	font-variant: normal;
	padding-right: 2px;
}


/*
3box
-------------------------------------------------------------------*/
#base #wrap #contents #c_pad .box3 {
	position: relative;
}
#base #wrap #contents .box3 h4 {
	margin: 0px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	padding-top: 10px;
	padding-left: 10px;
}

#base #wrap #contents .box3 p {
	margin: 0px;
}
#base #wrap #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;
}

/*
コラム
-------------------------------------------------------------------*/	
#base #wrap #contents #c_pad .column {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666666;
	line-height: 20px;
}

/*
テーブル
-------------------------------------------------------------------*/	

#contents #c_pad table {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents #c_pad table td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contents #c_pad table th {
	padding: 7px;
}
#contents #c_pad form table th {

}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 185px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-top: 5px;
}

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

#side_d {
	margin-bottom: 5px;
	width: 180px;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#side_d h3 {
	display: block;
	width: 180px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 14px;
	text-align: center;
	background-image: url(img/side_h3b.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
	background-color: #FFFFFF;
}

#side_d ul {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	width: 160px;
}

#side_d li a {
	display: block;
	width:160px;
	font-size: 12px;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 18px;
	padding-bottom: 3px;
	background-image:url(img/li2.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 1px center;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#side_d li a:hover {
	background-color: #FFFFFF;
	color: #663300;
	text-decoration: none;
	background-position: 1px;
	background-image: url(img/li2_ov.gif);
}


#side img {
	border:none;
}
#side_add {
	padding: 2px;
	width: 175px;
	text-align: center;
}


#side p {
	padding: 10px;
}

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




/*
フッタメニュー
-------------------------------------------------------------------*/
#foot_line {
	height: 13px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}

#f_menu {
	clear: both;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 75px;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#f_menu h3 {
	color: #696856;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85846D;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
	color: #85846D;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#copyright  /*
コピーライト
-------------------------------------------------------------------*/

 {
	font-style: normal;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
#contents  p1    {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}
