@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #897049;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォント指定*/
	background: #FFFFFF url(../images/bg.jpg) center;	/*背景色、背景画像の読み込み*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 2em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 110%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #897049;	/*リンクテキストの文字色*/
}
a:hover {
	color: #f86887;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}
/*h1見出しタグ設定*/
#container h1 {
	font-size: 9px;		/*文字サイズ*/
	text-align: right;	/*文字を右寄せ*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#container h1 a {
	text-decoration: none;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: url(../images/header_bg.png) no-repeat;	/*ヘッダー背景画像の読み込み、リピートしない*/
	height: 700px;	/*ヘッダーの高さ*/
	position: relative;
}

/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 30px;		/*ヘッダーブロックに対して左から30pxの位置に配置*/
	bottom: 42px;	/*ヘッダーブロックに対して下から42pxの位置に配置*/
}


#header2 {
	width: 100%;
	background: url(../images/header_bg2.jpg) no-repeat;	/*ヘッダー背景画像の読み込み、リピートしない*/
	height: 300px;	/*ヘッダーの高さ*/
	position: relative;
}


/*ロゴ画像設定*/
#header2 #logo2 {
	position: absolute;
	left: 30px;		/*ヘッダーブロックに対して左から30pxの位置に配置*/
	bottom: 42px;	/*ヘッダーブロックに対して下から42pxの位置に配置*/
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	background: url(../images/contents_bg.gif) repeat-y;	/*背景画像の読み込み＆Y軸(縦軸)リピート*/
	overflow: hidden;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 650px;	/*メインコンテンツ幅*/
	float: right;	/*右にまわりこませる*/
	padding-right: 20px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 600px;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
	line-height: 44px;
	height: 44px;
	padding-left: 50px;
	overflow: hidden;
	border-bottom: 5px solid #FFF100;	/*下線の幅、線種、色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;/*左から、上、左右、下への余白*/
	background: #FFF;
}

/*puppy.html、photo.htmlの写真用ボックス設定
---------------------------------------------------------------------------*/
#main .box1 {
	width: 280px;	/*ボックスの幅*/
	height: 280px;	/*ボックスの高さ*/
	padding: 15px 15px 15px 13px;	/*左から、上、右、下、左への余白*/
	overflow: hidden;
	background: url(../images/box_bg1.gif) no-repeat;	/*box_bg1.jpg画像の読み込み*/
	float: left;
	display: inline;
	margin-left: 12px;
	margin-bottom: 1em;
}
#main .box1.bg2 {
	background: url(../images/box_bg2.gif) no-repeat;	/*box_bg2.jpg画像の読み込み*/
}
/*box1内のh3タグ設定*/
#main .box1 h3 {
	font-size: 100%;
	color: #f86887;	/*文字色*/
}
#main .box1 h3 a {
	color: #f86887;	/*h3タグにリンク設定した際のh3タグ文字色*/
}
/*box1内の段落タグ設定*/
#main .box1 p {
	padding: 0px;
	line-height: 1.6;
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左にまわりこませる*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-left: 20px;
}
/*テキストタイプのh3見出しタグ設定*/
#sub h3.text {
	color: #FFFFFF;	/*文字色*/
	font-size: 100%;
	background-color: #f86887;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	padding: 5px;
	border: 3px double #FFF;	/*枠線の幅、線種、色*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*テキストタイプのメニュー
---------------------------------------------------------------------------*/
#sub ul.menu {
	margin-bottom: 1em;
	text-align: center;	/*文字をセンタリング*/
}
#sub ul.menu a {
	text-decoration: none;
	display: block;
	width: 230px;
	background: url(../images/uline1.gif) no-repeat left bottom;	/*下線画像の読み込み＆リピートしない＆左側を読み込んで下部に配置*/
	color: #f86887;	/*文字色*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/
}
#sub ul.menu li a:hover {
	color: #897049;	/*マウスオン時の文字色*/
	background: url(../images/uline1.gif) no-repeat right bottom;	/*下線画像の読み込み＆リピートしない＆右側を読み込んで下部に配置*/
}

/*サムネイルスライドショー
---------------------------------------------------------------------------*/
#thumbnail {
	overflow: hidden;
	font-size: 10px;
	height: 120px;
	width: 630px;
	position: relative;
	background: url(../images/thum_bg.jpg);	/*背景のコルク画像読み込み*/
	padding: 10px;
	margin-bottom: 1em;
}
#thumbnail a img {
	border: 1px solid #FFF;	/*画像のフチの線幅、線種、色*/
}
#thumbnail a:hover img {
	border: 1px solid #FFF100;	/*マウスオン時の画像のフチの線幅、線種、色*/
}
#thumbnail a {
	display: block;
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	color: #FFF;	/*リンクテキストの色*/
}
#thumbnail a:hover {
	color: #FFF100;	/*マウスオン時のリンクテキストの色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させておきたいならこの１行と、下のheightの行を削除。*/
	height: 150px;			/*ボックスの高さ*/
	width: 640px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #CCC;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	clear: both;
	width: 100%;
	background: url(../images/footer_bg.gif) no-repeat center top;	/*背景画像の読み込み＆上部に配置*/
	padding-top: 30px;
	padding-bottom: 10px;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 650px;
}
.ta1, .ta1 td, .ta1 th{
	border: 2px solid #999;	/*枠線の幅、線種、色*/
	line-height: 1
;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{

	padding: 10px;
	text-align: left;
	background-color: #FFF100;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #f86887;	/*背景色*/
	color: #FFF;			/*文字色*/
}






/*-----------リスト -------------*/



#circle_list_container {	
	width: 500px;
	padding-left: 100px;
	background-image: url(images/circle_b.png);
	background-repeat: no-repeat;
	float: left;
}
.circle_list {
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin: 0px;
	padding-top: 1px;

	font-size:90%;
}
.circle_list2 {
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffdddd;
	margin: 0px;
	padding-top: 1px;

	font-size:90%;
}
.circle_list3 {
	padding-left: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin: 1px;
	padding-top: 1px;
	text-align: center;
	font-size:100%;
}




/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #f86887;
}
.c {
	text-align: center;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
