@charset "UTF-8";

*{padding:0px;
margine:0px;
border-width:0px;
font-size:1em;
color:#333;
line-height:1.8em;
}

body {
	background: #E7E1CE;
	margin: 10px 0px;
	padding: 0px;
	font: 13px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #000000;
}

a,a:link,a:visited{
	color: #339900;
	text-decoration: underline;
}
a:active,a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#wrapper {
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 800px;
	height: auto;
}

h1 {
	height:38px;
	margin:0;
	padding: 20px 0 10px;
	width:400px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #613338;
	margin: 0px 0px 10px;
	padding: 0px 0px 6px;
	line-height: 22px;
	border-bottom: 1px dotted #666666;
}

.leaf {
	background: url(img/leaf.jpg) repeat-x;
	height: 40px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

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

-----------------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: auto;
	background: url(img/header_bg.jpg) no-repeat 0px -20px;
}

#header .space{
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

#header .logo{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#header .logo img{
	display: block;
}

#header address{
	font-style: normal;
	font-size: 12px;
	color: #000000;
	margin-bottom:10px;
}
#line {
	clear: both;
	height: 32px;
	background: #FFFFFF url(img/flowerline.jpg) repeat-x 30px 0px;
	margin-left: 26px;
	width: 756px;
	border-bottom: 1px solid #6D4931;
}

/* ---------------------------------------------
グローバルナビ
---------------------------------------------*/

#globalnavi {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: static;
	height: 30px;
}
#globalnavi .space {
	padding: 0px;
	position: relative;
	margin: 0px 0px 2px 36px;
}



#globalnavi h2 {
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}

#globalnavi h2 a,#globalnavi h2 a:link,#globalnavi h2 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background: #AB6D5B;
	display: block;
		padding: 2px 10px;
	margin: 0px;
	
}
#globalnavi h2 a:active,#globalnavi h2 a:hover{
	color: #FF3300;
	text-decoration: none;
	background: #FFFFFF;
}

/* ------------------------
コンテンツ

-----------------------*/
#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	clear: both;
	background: url(img/main_bg.jpg) repeat-y 0px 0px;
}

#contents .space {
	margin: 0px 36px 0px 50px;
	padding: 20px 0px 0px;
}
.photocenter {
	margin-left: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #009999;
	text-align: center;
}
	
	.photocenter img{
	display: block;
	margin: 0px auto 6px;
	text-align: center;
	}
	
.photoright {
	float: right;
	margin-left: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #009999;
	text-align: center;
}
	
	.photoright img{
	display: block;
	margin: 0px 0px 6px;	
	}
	
/* ----------------------
メイン
-------------------------*/
#main {
	margin: 0px 0px 20px;
	padding: 0px;
	float: left;
	height: auto;
	width: 500px;
}

#main .space{
	margin: 0px;
	padding: 0px;
	}
#main .box{
	margin-bottom: 30px;
	}

#main .box1{
	background: url(img/haikei.gif) no-repeat;
	margin-bottom: 30px;
	border-bottom: 1px dotted #666666;
	}
#main .box1 .space {
	margin: 0px 26px;
	padding: 10px 0px 0px;
}
#main .box .space {
	padding: 10px;
}

	#main .box1 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 18px;
}
#main .box1 .honbun {
}

/* -------------------------
トップページのブログ新着
----------------------*/


#main .new {
	background: #FFFFFF;
	height: 250px;
	overflow: scroll;
	border: 1px dotted #AB6D5B;
	margin: 20px 20px 20px 30px;
}
#main .new img {
	display: block;
	float: left;
	margin-right: 10px;
}

#main .new .space{
	padding: 0px 10px;
}
#main .new .ti{
	font-size: 14px;
	font-weight: bold;
	color: #AB6D5B;
}
#main .new .midasi{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 0px 0px;
	padding: 4px 0px 0px;
	border-top: 1px dotted #AB6D5B;
	display: block;
	clear: both;
}
#main .new .hon{
	font-size: 12px;
	line-height: 14px;
}
#main .new .date{
	font-size: 11px;
	line-height: 14px;
	text-align: right;
}

/* ------------------------
サブページ
-----------------------*/
.sub h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0px 10px;
	padding: 0px;
}
.sub .setumei {
	font-size: 12px;
	line-height: 16px;
}
.sub h3 {
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #BBD04A;
	line-height: 16px;
	margin: 30px 0px 6px;
	padding: 0px 0px 0px 6px;
}

/* ----------------------
サイドバー
-------------------------*/
#sidenavi {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 180px;
}

#sidenavi .space{
	margin: 0px;
	padding: 0px;
}
#sidenavi .sidemenu{
	margin: 0px;
	padding: 20px 0px;
}

#sidenavi .sidemenu h3 {
	background: url(img/pencil.jpg);
	margin: 0px;
	padding: 5px 0px 0px 36px;
	height: 30px;
	letter-spacing: -1px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#sidenavi .sidemenu ul{
	margin: 0px;
	padding: 0px;
}
#sidenavi .sidemenu li{
	font-size: 12px;
	line-height: 16px;
	list-style: disc inside;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#sidenavi h3 a,#sidenavi h3 a:link,#sidenavi h3 a:visited{
	color: #000000;
	text-decoration: none;
}
#sidenavi h3 a:active,#sidenavi h3 a:hover{
	color: #FF3300;
	text-decoration: underline;
}


/* ----------------------
フッター
-------------------------*/
#footer {
	background: url(img/footer_bg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: auto;
}

#footernavi {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	border-top: 1px solid #6D4931;
	border-bottom: 1px solid #6D4931;
	margin: 0px 16px 0px 26px;
	padding: 2px 0px;
}
#footer #bottom2{
	margin: 20px 30px 0px 300px;
	padding: 0px;
	height: 62px;
}
#footer #bottom2 .logo{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
}
#footer #bottom2 img{
}
#footer #bottom2 address {
	float: right;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	border-left: 4px solid #BD8869;
	padding-left: 4px;
}
#bottom {
	clear: both;

}
#bottom .space{
	margin:0px 20px 0px 140px;
	padding:0px;
}

#bottom .copyright {
	margin: 0px 20px 0px 0px;
	padding: 16px 0px 0px;
	height: 40px;
	width: auto;
	font-size: 11px;
	color: #6D4931;
	float: right;
}
#bottom .footercatch {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
table.an {
	border: 1px solid #999999;
}
table.an th{
	border: 1px solid #999999;
	background: #CADFFA;
	padding: 2px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	width: 120px;
}
table.an td{
	border: 1px solid #999999;
	background: #EDEEDC;
	padding: 4px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.osirase {
	background: #FFD880;
	margin: 10px;
	padding: 15px;
	border: 2px dotted #FF6666;
}
.osirase2 {
	width: 430px;
	margin: 20px auto;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	color: #7C5843;
}
.right {
	text-align: right;
}
.red {
	color: #F00;
}

