/* CSS Document */

*{
margin:auto;
padding:auto;
}


body{
	text-align:center;
	font-size:0.82em;
	line-height:140%;
	color:#666666;
	margin-top:0;
	background-color:#EEEEEE;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
img{
	border-style:none;
	vertical-align:middle;
	}

/* 全体の背景 */

#first{
	text-align:center;
	width:757px;
	background-image:url(image/first-back.jpg);
	background-repeat:repeat-y;
	}
	
div{
	margin-right:auto;
	margin-left:auto;
	}
	
/* 看板 */
	
#head{
	width:743px;
	height:120px;
	background-color:#FFFFFF;
	text-align:center;
	}
	



	
/* サイトの中身 */
	
	
#content{
	width:743px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	}
	
/* ブログ本文 */

#honbun{
	width:530px;
	text-align:left;
	}
	
/* サイトの中身ブログ用 */
	
	
#b_content{
	width:743px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	
/* 左ナビ */

#left{
	width:180px;
	background-image:url(image/left-back.jpg);
	float:left;
	margin-bottom:0;
	}
	
/* 左ナビ中身部分 */

#left_content{
	margin-left:10px;
	}
	
	
/* 左ナビリストスタイル */

#menu ul{
	margin-top:10px;
	margin-left:10px;
	padding-left:10px;
	}

#menu li{
	list-style-image:url(image/left-li.gif);
	margin-left:0px;
	padding-left:0px;
	}
	
/* 右側 */

#right{
	width:550px;
	float:left;
	text-align:left;
	margin-left:10px
	}
	
/*　ナビ終了 */

#l_end{
	clear:both;
	}
	
/* フッターその2 */
	
#footer2{
	width:743px;
	height:100px;
	background-image:url(image/footer-back.jpg);
	text-align:center;
	}
	
/* コピーライト */

#copy{
	padding-top:30px;
	color:#A0A0A0;
	}
	
/* サイト一番下の影 */
	
#site-under{
	width:757px;
	height:7px;
	background-image:url(image/site-under.jpg);
	background-color:#EEEEEE;
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:0;
	}
	
/* リンク設定 */
	
a {
	color:#666666;
	}
	
a:hover {
	background-color:#CAF286;
	}

	
/* フォント設定 */

h1{
	font-size:12px;
	height:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
	
h2{
	font-size:12px;
	line-height:140%;
	font-weight:normal;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	}
	
.kiji_title{
	color:#666666;
	background-image:url(image/b-titleback.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:23px;
	width:535px;
	font-weight:bold;
	padding-left:15px;
	padding-top:5px;
	}
	
/* コメント設定 */
#c_line{
	width:480px;
	border-bottom: 1px dotted #999;
	}
	
.error_com{
	width:100%;
	background-color:#FFCCCC;
	color:#CC3300;
	font-weight:bold;
	padding-top:3px;
	margin-top:3px;
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
/* 浜ナビ */

.hamacon1h{
	width:728px;
	height:65px;
	text-align:center;
	background-image:url(image/hamanavi/1_1.gif);
	}
	
.hamacon1m{
	width:728px;
	text-align:center;
	background-image:url(image/hamanavi/1_2.gif);
	}
	
.hamacon1u{
	width:728px;
	height:35px;
	text-align:center;
	background-image:url(image/hamanavi/1_3.gif);
	}
	
.hamacon2h{
	width:728px;
	height:65px;
	text-align:center;
	background-image:url(image/hamanavi/2_1.gif);
	}
	
.hamacon2m{
	width:728px;
	text-align:center;
	background-image:url(image/hamanavi/2_2.gif);
	}
	
.hamacon2u{
	width:728px;
	height:35px;
	text-align:center;
	background-image:url(image/hamanavi/2_3.gif);
	}

