@charset "utf-8";

/******* 基本設定 *******/

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;
}

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;
}


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: 1000px; /* 左右に余白を入れる場合は、ここを編集 */
	background-color: #ffffff;
}

#header{
	height: 120px; /* サイトロゴの高さ */
	background-image: url(../images/top.jpg); /* 背景画像 */
	background-position:center top;
	background-repeat:no-repeat;
	width: 1000px;
	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: 770px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0;
}


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

#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: right;
	font-size: 13px;
	z-index: 10; /* サイトロゴの上に被って表示 */
	padding-top: 5px;
	padding-right: 20px;
	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: 35px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#header h2 a{
	color: #6C2D1C;
}

#header p{
	text-align: right;
	font-size: 12px;
	z-index: 5;
	color: #6C2D1C;
	padding-top: 20px;
	padding-left: 15px;
	margin: 0px;
	padding-right: 10px;
	width: 750px;
}

#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: 1em;
	margin-top: 15px;
	padding-top: 15px;
	color: #FFFFFF;
	width: 760px;
	margin-left: 0px;
	height: 43px;
	margin-bottom: -10px;
	padding-left: 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;
	padding-left: 50px;
}

#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: #6C2D1C;
	line-height: 20px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -20px;
}

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

#footer a, #footer a:link, #footer a:visited{
	color: #6C2D1C;
	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: bold;
	color: #6C2D1C;
	font-size: 12px;
	text-indent: 5px;
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#menu p a:hover {
	color: #6C2D1C;
	background: url(../images/menu2.png) no-repeat;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	} 


#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;
	}

#glink {
	border: thin solid #333;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#glink ul {
	margin-top: 0px;
	padding-top: 0px;
}
#glink li {
	font-size: 10px;
}
#glink h5 {
	font-size: 12px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 0px;
}