@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #333333;
  background-repeat: repeat-x;
 }


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #0000FF;
  font-size: 12px;
}

a:hover {
	color: #F0F;
	font-size: 12px;
}

a:visited {
	color: #F0F;
	font-size: 12px;
}

p {
	margin: 18px 0 18px 0;
	line-height: normal;
	letter-spacing: 1px;
	text-align: left;
}





/*---------- メイン ----------*/

#main {
  margin-left:auto;    /* 左側マージンを自動的に空ける */
  margin-right:auto;   /* 右側マージンを自動的に空ける */
  padding: 0;
  text-align:left;     /* 中身を左側表示に戻す */
  width: 840px;
  background-color: #ffffff;
}

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

#header {
  margin: 0;
  width: 840px;
  height: 567px;
}
.header h1 {
	margin: 18px 0 18px 0;
	padding: 2px 0 2px 10px;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}

#header h2 {
  margin: 0;
  padding: 36px 10px 0 30px;
  width: 700px;
  text-align: left;
  font-size: 20px;
  color: #004000;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding: 4px 0 0 30px;
  text-align: left;
  font-size: 12px;
  color: #004000;
  letter-spacing: 1px;
}


#table-left{
  text-align: 0;
  font-size: 12px;
  color: #004000;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 20px;
  color: #004000;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 20px;
  color: #cccccc;
  text-decoration: none;
}


#table-middle{
  text-align: left;
  font-size: 12px;
  color: #001400;
  line-height: 150%;
  text-decoration: none;
}

#table-middle a{
  font-size: 20px;
  color: #004000;
  text-decoration: none;
}

#table-middle a:hover{
  font-size: 20px;
  color: #004000;
  text-decoration: none;
}




#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 20px 2px 0;
  font-size: 12px;
  color: #69821b;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #69821b;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #69821b;
  text-decoration: none;
}


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

#container {
  width: 750px;
  overflow: hidden;
  margin: 0px;
  padding: 7px 6px 6px 6px;
  background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 180%;
  width: 750px;
  letter-spacing: 1px;
}

#contents #pannavi {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}
.contents h2 {
	margin: 0 0 7px 0;
	padding: 7px 0 0 20px;
	font-size: 14px;
	color: #F06;
	background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 5px;
  line-height: 180%;
  font-size: 14px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}
.td01 {
	font-size: 24px;
	color: #F06;
	background-image: url(images/menu_bg01.jpg);
	padding-left: 30px;
	background-color: #E799B9;
}
.td02 {
	font-size: 18px;
	background-color: #F9C;
	background-image: url(images/menu_bg03.jpg);
	color: #FFFFFF;
	padding-left: 130px;
}
.td03 {
	font-size: 24px;
	color: #FFF;
	background-image: url(images/menu_bg02.jpg);
	padding-left: 30px;
	background-color: #E799B9;
}
.td04 {
	font-size: 24px;
	background-image: url(images/menu_bg04.jpg);
	padding-left: 90px;
	color: #FFFFFF;
}

/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
	padding-bottom: 8px;
	text-align: left;
	font-size: 18px;
	list-style-image: url(images/p_check_01.png);
	color: #333333;
	bottom: auto;
	vertical-align: middle;
}

.menulist a{
  color: #69821b;
  display: block;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  width: 210px;
  padding: 5px 4px 4px 20px;
  font-size: 13px;
  line-height: 160%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #99ab4e;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}
/*---------- フッター ----------*/

.footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0 15px 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #E4007F;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}
