body{
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 1.166;
	color: #333333;
	background-image: url(../images/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



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


	#header1{
		width: 960px;
		height: 560px;
		margin: 0px;
		position: relative;
		}


	 #headtop{
	left: 0px;
	top: 0px;
	width: 960px;
	height: 140px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(header.png);
	background-repeat: no-repeat;
		}
		
	#header1 H1 {
		float:left;
		width: 460px;
		height: 100px;
		}
    
	#banner{
		float:right;
		width: 273px;
		height: 40px;
		margin-right: 13px;
		margin-top:47px;
		}
		
	#banner a{
		display:block;
		width: 273px;
		height: 40px;
		}
		
    

	#header1 H2 { 
		left: 20px;
		top: 45px;
		width: 266px;
		height: 153px;
		margin: 0px;
		background : url(top_catch.png) no-repeat;
		position: relative;
		text-indent : -9999px;
		overflow: hidden;
		clear:both;
		}


	#header1 H3 { 
		left: 20px;
		top: 80px;
		width: 526px;
		height: 170px;
		margin: 0px;
		background : url(top_read.png) no-repeat;
		position: relative;
		text-indent: -9999px;
		overflow: hidden;
		}









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

		#imageContainer {
			overflow: hidden;
			width : 960px;
			height : 560px;
			margin: 0;
			padding: 0;
			bottom : auto;
			}

		#imageContainer img {
			display:none;
			position:absolute;
			}














a, a:link{
color: #006699;
text-decoration: none;
}

a:visited{
color: #660099;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
	font-size: 100%;
	color: #333333;
	margin-bottom: -10px;
}

strong{
}

em{
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

ul{
	margin-top: 20px;
	margin-bottom: 0px;
}

ol{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px;
}

li{
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}

hr{
	width: 98%;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
}

td{
	vertical-align: top;
}


a img{ /* 画像のリンク枠を消す */
border: none;
}

#date{
	font-size: 10px;
	color: #999999;
	text-align: right;
	margin-right: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#delete{
	text-decoration: line-through;
	color: #666666;
}


/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
	margin: 0 auto; /* Internet Explorer 5.5以外 */
	text-align: left; /* Internet Explorer 5.5以前への対応 */
	width: 960px; /* 左右に余白を入れる場合は、ここを編集 */
	background-color: #ffffff;
}

#header{
	height: 250px; /* サイトロゴの高さ */
	background-image: url(../images/top.jpg); /* 背景画像 */
	background-position:center top;
	background-repeat:no-repeat;
	width: 960px;
	margin: 0;
}

#block{
clear: both;
}


#sidebar{ /* 2カラムのサイトバー */
	float: left; /* ヘッダのサイトロゴの高さを差し引いている */
	width: 200px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat;
	padding: 10px;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content{ /* 2カラムのコンテンツ枠 */
	float:right;
	width: 730px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0;
}


#footer{
	clear: both;
	background-color: #000000;
	height: 720px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 960px;
}

#3{
}

#left{
	float: left;
	width: 500px;
}

#right{
	float:right;
	width: 260px;
	margin-top: 10px;
	color: #000000;
}

#left380{
	float: left;
	width: 380px;
}

#right380{
	float:right;
	width: 380px;
}

.f-left{
	float:left;
	margin: 0px;
}

.f-right{
	float:right;
	padding: 10px;
	margin: 0px;
}


/******* ヘッダ *******/

#header h1{ /* ページタイトル */
	text-align: left;
	font-size: 13px;
	z-index: 10; /* サイトロゴの上に被って表示 */
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}

#header h2{ /* サイト名 */
	text-align: right;
	font-size: 13px;
	z-index: 10;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#header h2 a{
	color: #FFFFFF;
}

#header p{ /* ページトピック */
	text-align: left;
	font-size: 12px;
	z-index: 5; /* サイトロゴの上に被って表示 */
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 15px;
	margin: 0px;
}

#header img{ /* サイトロゴ */
	margin: 0px;
	z-index: 1;
	float: left;
	position: relative;
	top: -65px;
	left: 10px;
}


/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
	padding: 0px;
	font-size: 12px;
}

#entrybody h3{
	font-size: 18px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	text-indent: 8em;
	margin-top: 0px;
	padding-top: 50px;
	margin-bottom: -20px;
	color: #FFFFFF;
	width: 740px;
	margin-left: 0px;
	height: 50px;
}

#entrybody h4{
	font-size: 16px;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	text-indent: 1em;
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom: -10px;
	color: #FFFFFF;
	width: 760px;
	margin-left: 0px;
	height: 43px;
}

#entrybody h5{
	font-size: 14px;
	background-repeat: no-repeat;
	text-indent: 1em;
	margin-top: 30px;
	padding-top: 0px;
	margin-bottom: -10px;
	color: #666666;
	width: 710px;
	margin-left: 0px;
	height: 20px;
	background-position: bottom;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
}

#entrybody h6{
	font-size: 12px;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 10px;
	border-bottom: 1px dashed #666666; /* 見出しの下線 */
	padding-bottom: 5px;
}

#entrybody p{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}

#adsen{
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 0px;
}

#sitemap h6{
	margin-bottom: 20px;
}

#sitemap table{
	width: 100%;
}

#sitemap td{
	width: 50%;
	vertical-align: top;
}

#sitemap li{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#sitemap ul{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.li2{
	margin-left: -20px;
	color: #999900;
}

/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -20px;
}

#footer p{
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 10px;
	text-align: left;
	padding-top: 20px;
	line-height: 12px;
}

#footer a, #footer a:link, #footer a:visited{
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}


#menu {
	margin-top: 0px;
}

#menu p {
	width:200px;
	}

#menu p a {
	display:block;
	text-align:left;
	line-height: normal;
	text-decoration: none;
	height: 40px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 5px;
	background-image: url(../images/menu1.jpg);
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#menu p a:hover {
	color: #FFFFFF;
	background: url(../images/menu2.jpg) no-repeat;
	font-weight: normal;
	} 


#menu h4 {
	height:50px;
	width:200px;
	}

#menu h4 a {
	display:block;
	text-align:left;
	line-height: normal;
	text-decoration: none;
	height: 40px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16px;
	text-indent: 1em;
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#menu h4 a:hover {
	color: #FFFFFF;
	background: url(../images/menu2.png) no-repeat;
	font-weight: normal;
	} 


#hyou table{
	margin-top: 0px;
	width: 95%;
	margin-left: 0px;
	border: 1px solid #999999;
	}

#hyou th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
	background-color: #CC0000;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 1em;
	width: 120px;
	}

#hyou td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	}
	
#hyou img{
	margin-left: 5px;
	margin-right: 5px;
	}
.f-left{
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.f-right{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#tip{
	background-image: url(../images/jikan.png);
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	height: 250px;
	}
	
	#box{
	border: thin solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 700px;
}

#box h4{
	color: #FFFFFF;
	font-size: 16px;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	height: 30px;
	text-indent: 1em;
	background-color: #2357B6;
	width: 720px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#box h6{
	margin-top: 10px;
	margin-bottom: 10px;
}

#box p{
	padding: 0px;
	text-indent: 0em;
	color: #000000;
	font-size: 14px;
}
#foto img{
	width: 230px;
}

#sidebox{
	background-color: #FFF;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	}

#yoyaku{
	font-size: 16px;
	color: #F00;
	margin-top: 20px;
	}
	
#yoyaku a{
	color: #F00;
}

#yoyaku a:visited{
	color: #F00;
}

#menuyoyaku {
	margin-top: 0px;
}

#menuyoyaku p {
	width:200px;
	}

#menuyoyaku p a {
	display:block;
	text-align:left;
	line-height: normal;
	text-decoration: none;
	height: 40px;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 18px;
	text-indent: 5px;
	background-image: url(../images/menu1.jpg);
	background-repeat: no-repeat;
	margin-top: -22px;
	margin-right: 0px;
	margin-bottom: -22px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#menuyoyaku p a:hover {
	color: #FFFFFF;
	background: url(../images/menu2.jpg) no-repeat;
	font-weight: normal;
	} 

#blue p{
	color: #00F;
	font-size: 14px;
}

