/* 基本部分 */
a { color: blue;text-decoration: none; }
a:link  { color: blue }
a:vlink { color: purple }
a:visited { color: purple }
a:active { color: red }
a:hover { color: red }
body  {
	color: #555;
	font-size: x-small;
	line-height:140%;
	text-align: center;
	background-color: white;
	margin: 0px;
	}
h1{
	font-size: 12px;
	text-align: right;
	color: #cc0025;
	padding-top:70px;
	padding-bottom:3px;
	padding-right:10px;
	background-image:url(img/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom:0px;
	}
h2{
	font-size: 40px;
	color: #cc0025;
	margin-top:10px;
	margin-bottom:15px;
	}
h3{
	font-size: 14px;
	line-height:140%;
	margin-top:5px;
	margin-bottom:5px;
	}
/* 基本テーブル部分 */
td{
	text-align: left;
	font-size: x-small;
	font-weight:normal;
	line-height:140%;
	}
th{
	text-align: left;
	font-size: x-small;
	font-weight:normal;
	line-height:140%;
	}
p{
	font-size: x-small;
	line-height:140%;
	}
b{
	color: red;
	line-height:140%;
	font-weight:normal;
	}
div{
	text-align: left;
	font-size: x-small;
	line-height:140%;
	}
/****ナビボタン上部****/
.block-navi{
	margin-bottom:40px;
	}
.headnavi-7div{
	width: 100%;
	padding:10px;
	}
.headnavi-7div ul{
	width: 100%;
	text-align:center;/*ボタン枠のテキストをセンター寄せ*/
	list-style:none;
	margin:0px;
	padding:0px;
	}
.headnavi-7div li{
	float: left;
	font-size: small;/*枠の中の文字の大きさ*/
	text-align:center;/*ボタン枠のテキストをセンター寄せ*/
	width:100px;/*枠の幅、ボーダーの太さを引いた数値を入れる*/
	list-style:none;
	margin:0px;
	padding:0px;
	border-top: 1px solid #ddd;/*上線の種類と色*/
	border-right: 1px solid #ddd;/*右線の種類と色*/
	border-bottom: 1px solid #ddd;/*下線の種類と色*/
	border-left: 1px solid #ddd;/*左線の種類と色*/
	}
.headnavi-7div li a{
	display:block;
	width:100%;
	height:auto;/*リンク範囲の高さを自動に：firefox必須*/
	padding-top:5px;/*リンク範囲の上の余白*/
	padding-bottom:5px;/*リンク範囲の下の余白*/
	margin:0px;
	background-color:white;/*リンクの背景色*/
	overflow:hidden;
	}
.headnavi-7div li a:hover{
	color:white;/*マウスオーバー時の文字色*/
	background-color:#fa757c;/*マウスオーバー時の背景色*/
	overflow:hidden;
	}
/*****アドセンス*****/
.adsense{
	padding:1px;
	}
/* ボディ部分 */
#body{
	width: 730px;
	text-align: center;
	margin:auto;
	}
/* ヘッド 
#header{
	text-align: center;
	width: 100%;
	background-image:url(img/header.jpg); ←★背景色 
	border: 0;
	margin-bottom: 10px;
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
	}*/
	
/* 左サイド */
#left{
	float: left;
	text-align: left;
	width: 145px;/* ←★左サイドの幅 */
	background-color:#ddb87e;/* ←★背景色 */
	margin-top: 20px;
	margin-right:25px;/* ←★中央とのアキ */
	border: 0;
	overflow: hidden;
	}
/*サイドナビ*/
.sidenavi{
	width: 100%;
	background-color:##ddb87e;/*背景色*/
	margin-bottom:20px;/*ナビゲーションブロックの下の余白*/
	padding-top:10px;
	padding-bottom:10px;
	}
.sidenavi dl{
	margin-left:10px;
	margin-right:10px;
	}
.sidenavi dt {
	color: black;
	height:20px;/*高さの指定*/
	line-height:20px;/*行間の指定*/
	text-indent:1em;
	background-color:white;
	margin:0px;
	padding:0px;
	}
.sidenavi dt a {
	display:block;
	}
.sidenavi dt a:hover{
	color: white;
	text-indent:1em;
	background-color:#cc0025;
	}
.sidenavi dd {
	height:20px;
	line-height:20px;
	text-indent:1em;
	border-bottom: 1px dotted gray;
	margin:0px;
	padding:0px;
	}
.sidenavi dd a {
	display:block;
	}
.sidenavi dd a:hover{
	color: white;
	text-indent:1em;
	background-color:#fa757c;
	}
	
/* 中央部分 */
#center{
	float: left;
	text-align: left;
	width: 560px;/* ←★中央部分の幅 */
	background-color:#eee;/* ←★背景色 */
	margin-top: 20px;
	margin-bottom:20px;
	overflow: hidden;
	}
/*コンテンツ*/
.contents-block{
	width: 100%;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 15px;
	}
.contents-block h2{
	color:white;
	font-size: x-small;
	font-weight:normal;
	text-align: center;
	background-color:#fa757c;
	margin-top:4px;
	margin-bottom:0px;
	padding-top:2px;
	padding-bottom:2px;
	}
.contents{
	float: left;
	text-align:left;
	width:128px;
	margin-left:10px;
	margin-bottom:4px;
	overflow: hidden;
	}
.contents p{
	border:1px solid;
	margin-top:4px;
	}

/*右サイド（不使用）*/		
#right{
	float: left;
	text-align: left;
	width: 0px;/* ←★中央部分の幅 */
	margin-bottom:20px;
	overflow: hidden;
	}

/* フッター */
#foot-area{
	clear: both;
	}
/*****下のメニュー*****/
.foot-menu{
	text-align:center;
	font-size:12px
	}

/*****年賀リンク用*****/
.nengalink {
	text-align:center;
	color: red;
	font-size: 12px;
	margin-top:8px;
	margin-bottom:8px;
	}
/*****サイトリンク用*****/
.sitelink {
	text-align:center;
	color: red;
	font-size: 10px;
	margin-top:5px;
	margin-bottom:5px;
	}	
#footer{
	font-size: 10px;
	text-align:center;
	color:white;
	padding-top:20px;
	padding-bottom:3px;
	margin-bottom:5px;
	background-image:url(img/footer.jpg);/* ←★背景色 */
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	}
/*****カウンター*****/
.counter{
	text-align:center;
	}
/* ボディ枠部分 */
#body-waku{
	margin:auto;
	width: 860px;/* IDボディの幅に余白分をプラスした幅を指定する */
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}
