@charset "shift_jis";


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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333333;
	background-image: url('img/aku.gif');
	background-repeat: repeat;
}


/* 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: #715c1f;
  font-size: 13px;
}

a:hover {
  color: #765c47;
  font-size: 13px;
}

a:visited {
  color: #715c1f;
  font-size: 13px;
}

p {
	margin: 18px 0 18px 0;
	line-height: 180%;
	letter-spacing: 1px;
}


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

#main {
  width: 900px;
  margin: auto;
  padding: 0;
  text-align: center;
  border-right: solid 1px #a59564;
  border-left: solid 1px #a59564;
  background-color: #ffffff;
}



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

#header {
  margin: 0 auto;
  width: 900px;
  height: auto;
  text-align: center;
  background-image: url(img/header.jpg);
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #666666;
}



#header-menu {
  width: 900px;
  margin: 0;
  padding: 0;
  height: 45px;
  border-bottom: solid 2px #cccccc;

}

#header-menu ul {
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 0;

}

#header-menu li {
	display: inline;
	list-style-type: none;
	float: left;
	width: 150px;
}

#header-menu li a {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-image: url('img/catsxseg.jpg');
	text-align: center;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbb994;
	text-decoration: none;
	padding: 14px 15px 11px 15px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
}
#header-menu li a:hover {
	color: #fffffc;
	background-image: url('img/catsde.jpg');
}



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

#container {
  width: 885px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 10px 6px 5px;
  background: #ffffff url(img/side_yback.jpg);
  background-repeat: repeat-y;
}


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

#contents {
  float: right;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 13px;
  width: 640px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 180%;
}


#contents h2 {
  height: 31px;
  margin: 0 0 7px 0;
  padding: 9px 0 0 34px;
  font-size: 17px;
  color: #583822;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 7px 13px;
  line-height: 110%;
  font-size: 13px;
  color: #583822;
  border-bottom: solid 1px #765c47;
  border-left: solid 5px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  background-color: #eeeeee;
}

#contents p {
	margin: 18px 0 18px 0;
	padding: 0 33px 0 33px;
	font-size: 15px;
}

#contents a {
  color: #715c1f;
  font-size: 15px;
}

#contents a:hover {
  color: #765c47;
  font-size: 15px;
}




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

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

.menulist {
  margin: 0 0 24px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2 {
	height: 23px;
	margin: 0;
	padding: 9px 0 4px 14px;
	font-size: 13px;
	color: #000000;
	background-image: url('img/catsxseg.jpg');
	background-repeat: no-repeat;
	background-color: #FFCCFF;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
}

.menulist a{
  color: #715c1f;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 8px 4px 3px 30px;
  font-size: 13px;
  line-height: 190%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #765c47;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.menu_free {
	margin: -50 0 20px 5px;
	padding: 0;
	width: 210px;
	text-align: left;
	background-image: none;
	background-color: #FFFFFF;
}
.menu_free h2 {
	height: 23px;
	margin: 0;
	padding: 9px 0 4px 14px;
	font-size: 13px;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFCCFF;
}

.menu_free a{
  color: #715c1f;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #765c47;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}



/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 22px 0 19px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 180%;
  border-top: solid 3px;
  border-top-color: #a59564;
  background-image: url(img/footer_back.gif);
}

#footer a {
  color: #715c1f;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #765c47;
  text-decoration: none;
}



/*---------- 画像回り込み ----------*/


.photo_l {
	margin-right: 10px;
	margin-left: 5px;
	float: left;
}


.photo_r {
	margin-right: 5px;
	margin-left: 10px;
	float: right;
}


.clear { 
clear: both; 
} 




/*---------- 画像に枠線と影をつける ----------*/


.photo_syadow {
	border: 2px solid #C0C0C0;
	padding: 3px;
	box-shadow: 7px 7px 5px #808080;
	border-radius: 7px;
}





/*---------- 赤の太文字 ----------*/


.red {
	font-weight: bold;
	color: #FF0000;
}




/*---------- 青の太文字 ----------*/


.blue {
	font-weight: bold;
	color: #0000FF;
}






/*---------- 外枠 ----------*/



.waku {
	box-shadow: 0px;
	background-color: #EFEFEF;
	border: 2px solid #808080;
	padding: 10px;
	margin: 10px;
}
