@charset "utf-8";

a {
	color: #990033;
	text-decoration: underline;

}

.clear:after {
	content: ".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

.container {
	width:930px;
	margin:0 0px;
	background-color: #FFFFFF;


}

.logo {
	width:930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	height: 460px;



}
.logo a {
	display:block;
	margin:35px 0 0 0;
	text-decoration:none;
	color: #CC0033;

}
.logo span.one {
	color:#636b09;
	font-size:45px;
	font-weight:bold;
	letter-spacing:-3px;
}
.logo span.two {
	color:#332616;
	font-size:45px;
	font-weight:bold;
	letter-spacing:-3px;
}
.logo p.subtitle {
	font-style:italic;
	font-size:13px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 20px 0 0; 
}

/*Menus*/
.menu {	
	width:528px; 
	margin:85px 8px 0 0;
	font-size:15px;
	float:right;
}
.menu ul {
	color:#FFF;
}
.menu li {
	float:left;
	font-size:13px;
	margin:0 2px 0 0;
}
.menu li a:link {
	color:#332616; text-decoration:none;
	padding:12px 8px 12px 8px; background:#CBCBCB;
	width:70px; display:block;
	text-align:center;
	font-weight:bold;
}
.menu a:visited {
	color:#332616; text-decoration:none;
	padding:12px 8px 12px 8px; background:#CBCBCB;
	width:70px; display:block;
	text-align:center; 
	font-weight:bold;
}
.menu li a:hover {
	color:#332616; text-decoration:none;
	background:#FFF;
	padding:12px 8px 12px 8px;
	width:70px; display:block;
	text-align:center; 
	font-weight:bold;
}
.menu a.active:link {
	background:#FFF;
	padding:12px 8px 12px 8px;
	color:#332616; text-decoration:none;
}
.menu a.active:visited {
	background:#FFF;
	padding:12px 8px 12px 8px;
	color:#332616; text-decoration:none;
}
.menu a.active:hover {
	background:#FFF;
	padding:12px 8px 12px 8px;
	color:#332616; text-decoration:none;
}

/*Modern Validation*/
input.required, textarea.required {
	padding: 2px;
  	font: 400 12px arial, sans-serif;
  	background: #fff;
  	border-width: 1px;
  	border-style: solid;
 	border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba; 
}
input.required:focus,
textarea.required:focus{  
  color: #333;
  background:#F6F1DD;
}
input.validation-failed, textarea.validation-failed {
	color : #FF3300; vertical-align:top;
}
input.validation-passed, textarea.validation-passed {
	padding: 2px;
  	font: 400 12px arial, sans-serif;
  	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba;  
}
.validation-advice {
	margin: 5px 0 0 4px;
	padding: 5px;
	color: #FF3300;
	font-weight: bold;
	width:210px;
	display:inline;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/*Form Style*/
label {
  float: left;
  width: 80px;
  padding-right: 1px;
}
input,
textarea{
  padding: 2px;
  font: 400 12px arial, sans-serif;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color:#F6F1DD;
}
#name, #email, #subject{
	width:300px; margin:0 0 10px 0;
}
#message{
	width:300px;
	height:150px; margin:0 0 12px 0;
}
#btncontact, #btnreset {
  padding: 1px 10px;
  font: bold 1em arial, sans-serif;
  cursor: pointer;
  color: #FFF;
  background-color:#33322D;
  border-width: 1px;
  border-style: solid;
  border-color: #186825 #0e4d19 #0e4d19 #186825;
  font-weight:lighter;
}

/*FOOTER*/
.footer {
	width:940px;
	margin:0 auto;
	padding:0px 0 0;
	color:#666;
	font-size:11px;
	background-color: #FDE1DB;

}
.footer p {
	line-height:18px;
}
.footer a:link, a:visited {
	color:#666;
	text-decoration:none;
}
.footer a:hover {
	color:#999;
	text-decoration:none;
}


/*STYLE PAGE*/
.style_page p {
	line-height:18px;
	margin:22px 0 0 0;
}
.style_page a:link {
	padding:2px;
	text-decoration:none;
	color:#FFF;
	background:#333;
}
.style_page a:hover {
	padding:2px;
	text-decoration:none;
	color:#FFF;
	background:#333;
}
.bgpadding {
	background:#EEE;
	padding:10px;
	line-height:18px;
	margin:22px 0 0 0;
}
.bgpadding_italic {
	background:#EEE;
	padding:10px;
	line-height:18px;
	margin:22px 0 0 0;
	font-style:italic;
}
.style_page h3 {
	font-size:17px;
	margin:20px 0 0 0;
}
.style_page p.stat {
	background:#F5F5F5;
	padding:6px;	
	margin:10px 0 0 0;
}
.style_page p.bg_aboutus {
	padding:10px;
	background:#EEE;
}

h3.tablehead {
	font-size:16px;
	margin:15px 0 15px 0;
}
/*Table*/
table {  
  margin: 0 0px 20px 0px;
  padding: 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width:100%;
  line-height:18px;
}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}

table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 10px;
}
thead th {
  color: #7b7b7b;
  background-color: #e7e8ea;
  border-bottom: 1px solid #c6c6c6;
}

tbody tr.highlighted {
  background-color: #eeeeee;
}

tbody td {
  border-bottom: 1px solid #e7e7e7;
  color:#777;
}
tbody tr:hover td {
  background: #e2e2e2; 
  border-bottom: 1px solid #dedede;
}
.widthA{
	width:20%;
}
.widthB{
	width:40%;
}

.texterea1 {
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/textbg_2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 558px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: "小塚ゴシック Pro M";



}

.texterea1 p{
	line-height: 24px;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	font-family: "小塚ゴシック Pro M";




}

.texterea1 a{
	line-height: 24px;
	font-size: 14px;
}


.teaicon {
	background-image: url(../images/textbg_1.jpg);
	background-repeat: no-repeat;
	height: 558px;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 30px;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	width: 869px;
	float: none;


}

.info {
	background-image: url(../images/textbg_2.jpg);
	height: 558px;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	padding-top: 2px;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	width: 869px;
	padding-left: 0px;
	background-repeat: no-repeat;
	display: block;

}

.read_more {
	width:66px;
	height:23px;
	line-height:23px;
	margin:10px 20px 0 0;
	padding:0 8px 0 19px;
	text-decoration:none;
	font-size:10px;
	float: right;
	color: #FFFFFF;


}


.read_more a{
	width:66px;
	height:23px;
	line-height:23px;
	text-align:center;
	margin:10px 20px 0 0;
	padding:0 8px 0 19px;
	text-decoration:none;
	font-size:12px;
	background:url(../images/read_more_bg.gif) no-repeat center;
	float: right;
	color: #FFFFFF;



}

.read_more a:hover { 
color: #FF0000;
}



.texterea16 {





	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/hanbai_8.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 359px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -10px;
}


.texterea15 {




	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/hanbai_7.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 359px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -10px;
}


.texterea14 {



	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/hanbai_6.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 359px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -10px;
}

.texterea13 {


	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/hanbai_5.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 359px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -25px;
}


.texterea12 {

	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/hanbai_4.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 359px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -25px;
}

.texterea11 {
	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/hanbai_3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 359px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -25px;

}


.texterea10 {
	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/hanbai_2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 359px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -25px;

}


.texterea9 {



	line-height: 18px;
	font-size: 16px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/tyaen_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 700px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.texterea8 {




	line-height: 18px;
	color: #6A1B00;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/kougei_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 252px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: "小塚ゴシック Pro M";
}


.texterea7 {



	line-height: 18px;
	color: #6A1B00;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/maihana_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 252px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: "小塚ゴシック Pro M";
}


.texterea6 {


	line-height: 18px;
	color: #6A1B00;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/jyasumin_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 252px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: "小塚ゴシック Pro M";
}

.texterea2 {

	line-height: 40px;
	color: #CC0033;
	font-size: 18px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/textbg_3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 252px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.texterea3 {


	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-image: url(../images/textbg_5.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 250px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: "小塚ゴシック Pro M";
}
.texterea4 {


	line-height: 35px;
	color: #666666;
	font-size: 16px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/textbg_6.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 1542px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.texterea5 {
	line-height: 18px;
	color: #666666;
	font-size: 14px;
	padding-top: 0px;
	display: block;
	width: 869px;
	background-color: #FFFFFF;
	background-image: url(../images/textbg_7.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 1000px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";

}
.a {

	color: #990033;
	text-decoration: underline;
}
.link {
	color: #990033;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	display: inline;


}
.link  a{
	color: #990033;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	display: inline;


}
