/* ブラウザ初期CSSのリセット */
@import url(reset.css);

/* 全画面共通設定 */
html,body {
	SCROLLBAR-FACE-COLOR: #D1FF88;
	SCROLLBAR-HIGHLIGHT-COLOR: #D1FF88;
	SCROLLBAR-SHADOW-COLOR: #75C102;
	SCROLLBAR-3DLIGHT-COLOR: #75C102;
	SCROLLBAR-ARROW-COLOR: #75C102;
	SCROLLBAR-TRACK-COLOR: #D1FF88;
	SCROLLBAR-DARKSHADOW-COLOR: #75C102;
}


body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #0000FF;
}

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

h1 {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	display: inline;
	font-size: 12px;
}

h2{
  padding:0px;
  margin:0px;
  display:inline;
  font-size: 16px;
  color:#0078FF;
}

h3{
  padding:0px;
  margin:0px;
  display:inline;
  font-size: 14px;
}

h4{
  font-weight:normal;
  padding:0px;
  margin:0px;
  display:inline;
  font-size: 12px;
}

strong {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}

table {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.text_bg1 {
	background-image: url(image/text_bg1.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 530px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}

/* 　テーブルレイアウト　 */

.butsuga_table{

}

.butsuga_table th {
	text-decoration: none;
	background-color: #A8A927;
	padding: 5px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7F2AD;
}

.butsuga_table_title {
	background-color: #A7A725;
	text-align: center;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}


.butsuga_table_image {
	width: 270px;
	background-color: #E2EF9F;
	height: 270px;
	text-align: center;
	background-image: url(kyoshitsu/image_bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.butsuga_table_image2 {
	width: 543px;
	background-color: #E2EF9F;
	height: 270px;
	text-align: center;
}


.butsuga_table_text{
	text-align: center;
	height: 30px;
	background-image: url(kyoshitsu/image_bg2.gif);
	background-repeat: repeat-x;
}

.butsuga_table a {
	color: #0000FF;

}
/* 全画面共通レイアウト設定 */

#wrapper {
	width: 710px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#header_top {
	background: #DDDDDD;
	padding: 0;
	margin: 0px;
	height: 310px;
	clear: both;
} 

#header {
	padding: 0;
	margin: 0px;
	height: 140px;
	clear: both;
	height: 130px;
	width: 750px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	overflow: auto;
} 

.header_l {
	float: left;
	width: 350px;
	text-align: left;
}

.header_r {
	float: right;
	width: 345px;
	text-align: right;
}

#header a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

	
#contents {
	margin: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	float: right;
	width: 600px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	background-image: url(image/contents_bg.jpg);
} 

.menu_box {
	clear: both;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.menu_box2 {
	clear: both;
	width: 595px;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
}


#footer {
	width: 780px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(top/footer.jpg);
	height: 110px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
} 

.footer_box {
	width: 620px;
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
	font-weight: bold;
}

.footer_box_left{
	width: 310px;
	float: left;
	text-align: left;
}

.footer_box_right{
	width: 310px;
	float: right;
	text-align: left;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}

.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.box1 {
	margin: 0px;
	padding: 0px;
	width: 600px;
	overflow: auto;
}

.box_left1 {
	margin: 0px;
	float: left;
	width: 310px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 370px;
}

.box_right1 {
	float: right;
	width: 260px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 370px;
}



.title_box1 {
	padding: 1px;
	width: 570px;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.title_box1_border1 {
	border: 1px solid #abab2e;
}

.title_box_contents {
	padding: 10px;
	clear: both;
	width: 550px;
	text-align: left;
	background-image: url(image/bg_image2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.title_box_contents2 {
	padding: 10px;
	clear: both;
	width: 550px;
	text-align: left;
	background-image: url(image/bg_image_kishimojin.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.title_box_contents3 {
	padding: 10px;
	clear: both;
	width: 550px;
	text-align: left;
}


.title_box_footer {
	clear: both;
	height: 20px;
	width: 570px;
	background-position: bottom;
}

.title_box_footer_bg1 {
	background-image: url(image/title_footer01.jpg);
	background-repeat: no-repeat;
}

.title_box_footer_bg2 {
	background-image: url(image/title_footer02.jpg);
	background-repeat: no-repeat;
}

.title_box_header {
	clear: both;
	height: 23px;
	width: 540px;
	padding-top: 7px;
	padding-left: 30px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-position: top;
	text-align: left;
}

.title_box_header_bg1 {
	background-image: url(image/title_header01.jpg);
	background-repeat: no-repeat;
}


.title_a {
	background-repeat: no-repeat;
	background-position: center center;
	width: 480px;
	margin-bottom: 5px;
	padding-left: 40px;
	height: 30px;
	padding-top: 15px;
	font-size: 15px;
	color: #7B7B0F;
	font-weight: bold;
	text-align: center;
	padding-right: 60px;
}

.title_a1 {
	background-image: url(image/title_bg01.gif);
}
.title_box2 {
	padding: 1px;
	width: 570px;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #DFE0B1;
}

.title_box2_header {
	clear: both;
	height: 21px;
	width: 540px;
	padding-top: 9px;
	padding-left: 30px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	background-position: top;
	text-align: left;
	background-image: url(image/title2_header01.gif);
}

.title_box2_contents {
	padding: 10px;
	clear: both;
	width: 550px;
	text-align: center;
}

.title_box2_footer {
	clear: both;
	height: 21px;
	width: 560px;
	background-position: bottom;
	background-image: url(image/title2_footer01.gif);
	text-align: right;
	padding-right: 10px;
	padding-top: 9px;
}

.text_box {
	clear: both;
	width: 570px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.bg_line_a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.bg_line_a_3 {
	background-color: #C7EAB2;
	border-bottom-color: #6D9C3C;
}

.head_mark1 {
	background-image: url(image/mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
}

