@charset "utf-8";
/*------------------------*
*　■スーパー・コート松原
*
*-------------------------*/

body{
	margin:0;
	padding:0;
	
	color: #333;
	font-size:80%;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0em;
	text-align: center;/* IE5.5用センタリング (センタリングしないコンテンツでは削除) */
	
	background:#fff none;
}
a{color:#895310;}
a:hover{color:#B28F63;}
address, div, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, dl, dt, dd, p, img, strong, em, span, blockquote, q {
	margin: 0;
	padding:0;
	border:none;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	vertical-align:top;
}
table, tr, th, td{
	margin:0;
	padding:0;
	
	border:0 none;
	border-spacing:0;
	border-collapse:collapse;
}



/*--- クリアフィックス ---*/
.clearfix:after {content: ".";display: block;height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;min-height: 1%; /* IE 7対策 */}
/* Hides from IE-mac \*/* html .clearfix { height: 1%; }.clearfix { display: block; }/* End hide from IE-mac */








/*-------------------------*
*  大枠
*-------------------------*/
body{
	background: url(img/main_bg.gif);
}
#container{
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 219px;
	background: url(img/header.jpg) no-repeat left top;
}

#contents{}
#blog-contents{
	width: 692px;
	float: left;
}
#side-menu{
	width: 220px;
	float: right;
	background: url(img/side_loop2.gif) repeat-y;
	border-bottom: 1px solid #DFDFDF;
}

#blog-main{
	width: 482px;
	float: right;
	padding-top: 11px;
}
#blog-side{
	width: 190px;
	float: left;
}



/*-------------------------*
*  ヘッダー
*-------------------------*/
#header .blog_title{
	height: 180px;
	margin-bottom: 7px;
	text-indent: -9999px;
	background: url(img/header1.jpg) no-repeat;
}
#header .blog_title a{
	display: block;
	height: 180px;
	text-indent: -9999px;
}
#header .entry_title{
	color: #4E4136;
	font-size: 11px;
	margin: -52px 270px 0 230px;
}


/*-------------------------*
*  エントリー関連
*-------------------------*/

/*パンくずリスト*/
#Pankuzu{
	font-size:0.88em;
	text-align:left;
	margin: 0 2px 5px 0;
	padding: 3px 6px;
	
	background: #FCF5E0;
}



/*ページ分割リンク*/
#PageLink{
	text-align: center;
	font-size:0.8em;
	font-family:"Verdana", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	
	padding: 3px 0;
	background: #FCF5E0;
}



/*エントリー*/
div.Entry{
	padding-right: 2px;
	margin-bottom: 32px;
	background: url(img/bg_col_loop.gif) repeat-y;
}
div.Entry .entry_title{
	margin: 0 10px 10px 10px;
	padding-top: 10px;
	
	color:#765323;
	font-size: 1.5em;
	font-weight: bold;
}
div.Entry .entry_title a{
	color:#765323;
}
div.Entry h4{}
div.Entry p.PostDate{
	margin: 0 10px 8px 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999999;
}
div.Entry div.eBody{
	margin: 0 10px 0 10px;
	overflow-x: auto;/*写真はみだし対策*/
	width:460px;
}
div.Entry div.eBody img{
	margin: 10px 0 10px 0;
	padding: 1px;
	border: 1px solid #ccc;
}
div.Entry div.eMore{
	margin:10px;
}
div.Entry p.eAuthorData{
	margin-top:28px;
	text-align: right;
	padding: 12px 10px 10px 10px;
	/*border-top: 1px dotted #999999;*/
	background: url(img/bg_col_btm.gif) no-repeat left bottom;
}

/*トラックバック*/
#TrackBack{
	margin-bottom:15px;
	background: url(img/bg_col_loop.gif) repeat-y;
}
.sub_title{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 6px;
	color:#765323;
	background: #FCF5E0;
	padding-left: 12px;
	margin-right: 2px;
}
#TrackBack h4{
	font-weight:bold;
	margin-bottom:2px;
	
	margin-left: 10px;
	margin-right: 10px;
}
#TrackBack p{
	margin-bottom: 4px;
	
	margin-left: 10px;
	margin-right: 10px;
}

/*コメントリスト*/
#CommentList{
	margin-bottom: 15px;
	
	
	background: url(img/bg_col_loop.gif) repeat-y;
}
#CommentList .sub_title{
	font-size:1.2em;
	font-weight:bold;
	padding-left: 12px;
	margin-bottom: 6px;
	margin-right: 2px;
	color:#765323;
	background: #FCF5E0;
}
#CommentList p{
	margin-bottom:4px;
	
	margin-left: 10px;
	margin-right: 10px;
}
#CommentList p.cBody{
	margin-left: 10px;
	margin-right: 10px;
}
#CommentList p.cAuthorData{
	margin: 6px 0;
	text-align: center;
	
	margin-left: 10px;
	margin-right: 10px;
}

/*コメント投稿フォーム*/
#PostComment{
	margin-bottom: 15px;
	background: url(img/bg_col_loop.gif) repeat-y;
}
#PostComment .sub_title{
	font-size:1.2em;
	font-weight:bold;
	padding-left: 12px;
	margin-bottom: 6px;
	margin-right: 2px;
	color:#765323;
	background: #FCF5E0;
}
#PostComment p{
	margin-bottom:6px;
	
	margin-left: 10px;
	margin-right: 10px;
}
#PostComment table{
	width: 450px;
	margin-left: 10px;
}
#PostComment table th{
	width:20%;
	text-align:left;
	padding-bottom:3px;
}
#PostComment table td{
	width: 80%;
	padding-bottom:3px;
}
#PostComment input.TextBox{
	width:65%;
}
#PostComment textarea.TextBox{
	width:75%;
}
#PostComment label.Comment{
	color:#999;
	font-size:0.86em;
}

/*カラム下の影*/
div.col-shadow{
	padding-bottom: 8px;
	background: url(img/bg_col_btm.gif) no-repeat left bottom;
}



/*検索フォーム*/
#MainSerchArea{
	padding: 6px;
	color:#765323;
	background: #FCF5E0;
	margin-bottom:24px;
}
#MainSerchArea h3{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:3px;
}





/*-------------------------*
*  サイドバー
*-------------------------*/

#Category,#NewEntry,#Calendar,#Archives,#NewComment,#sideSearch{
	margin-bottom:18px;
	border-bottom:1px solid #DFDFDF;
	padding-bottom:10px;
	background: url(img/side_loop.gif) repeat-y;
}
#Category .side_title,#NewEntry .side_title,#Calendar .side_title,#Archives .side_title,#NewComment .side_title,#sideSearch .side_title{
	height:52px;
	margin-bottom:10px;
	text-indent:-9999px;
	background-color:#58B0CC;
}
#NewEntry .side_title{background:url(./img/cpt_newentry.jpg) no-repeat;}
#Calendar .side_title{background:url(./img/cpt_calendar.jpg) no-repeat;}
#Archives .side_title{background:url(./img/cpt_archive.jpg) no-repeat;}
#sideSearch .side_title{background:url(./img/cpt_search.jpg) no-repeat;}
#Category .side_title{background:url(./img/cpt_category.jpg) no-repeat;}

#NewEntry ul,
#Calendar ul,
#Archives ul,
#NewComment ul,
#Category ul{
	margin:0 10px;
	list-style: none;
}
#NewEntry li,
#Calendar li,
#Archives li,
#NewComment li,
#Category li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DFDFDF;
}
#NewEntry li a,
#Calendar li a,
#Archives li a,
#NewComment li a,
#Category li a{
	display: block;
	padding-left: 8px;
	background: url(img/arrow.gif) no-repeat left top;
	min-height: 21px;
	height: auto!important;
	height: 21px;
	line-height: 21px;
}


/*検索エリア*/
#sideSearch form{
	margin:0 10px;
}
#sideSearch form input#search{
	width: 114px;
}

/*カレンダー*/
#Calendar table{
	width:170px;
	margin-left:10px;
	font-weight:bold;
	font-size:0.86em;
	font-family:"Verdana", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
}
#Calendar table caption{
	padding-bottom:6px;
	letter-spacing:0.2em;
	font-weight:bold;
}
#Calendar table th,
#Calendar table td{
	text-align:center;
	vertical-align:middle;
}
#Calendar table th{
	font-weight: bold;
}
#Calendar table th span.sun{
	color:#FF6666;
}
#Calendar table th span.sat{
	color:#3399FF;
}

/*平日*/
#Calendar table td{
	width: 14%;
	padding: 5px 0;
}
#Calendar table td a{
	padding: 5px;
	background: #999;
	color:#fff;
	font-weight: bold;
}

/*日曜日*/
#Calendar table td#cell1,#Calendar table td#cell8,#Calendar table td#cell15,#Calendar table td#cell22,#Calendar table td#cell29,#Calendar table td#cell36{
	color:#FF6666;
}
#Calendar table td#cell1 a,
#Calendar table td#cell8 a,
#Calendar table td#cell15 a,
#Calendar table td#cell22 a,
#Calendar table td#cell29 a,
#Calendar table td#cell36 a{
	background: #FF6666;
}

/*土曜日*/
#Calendar table td#cell7,#Calendar table td#cell14,#Calendar table td#cell21,#Calendar table td#cell28,#Calendar table td#cell35,#Calendar table td#cell42{
	color:#3399FF;
}
#Calendar table td#cell7 a,
#Calendar table td#cell14 a,
#Calendar table td#cell21 a,
#Calendar table td#cell28 a,
#Calendar table td#cell35 a,
#Calendar table td#cell42 a{
	background: #3399FF;
}




/*-------------------------*
*  サイドバー2
*-------------------------*/

#side-menu .side_title{
	height:52px;
	margin-bottom: 8px;
	text-indent:-9999px;
	background-color:#58B0CC;
	background:url(./img/cpt_other.jpg) no-repeat;
}

/*施設リンク*/
#GroupLink{
	margin-bottom:12px;
	margin-left: 8px;
}
#GroupLink h3{
	height:25px;
	margin-bottom:6px;
	text-indent:-9999px;
	background:url(./img/blog_all.jpg) no-repeat;
}
#GroupLink dt{
	margin:4px 0;
}
#GroupLink dd{
	margin-left:24px;
}
#GroupLink dd a{
	color:#039;
}

/*バナーリスト*/
div.SideBanner{
	margin-bottom:12px;
	margin-left: 8px;
}
div.SideBanner li{
	margin-bottom:6px;
	list-style:none;
}



/* SEO修正 */
ul.pankuzu{
	list-style:none;
	margin:0;
	padding:0;
}
ul.pankuzu li{
	display:inline-block;
}
* html ul.pankuzu li{display:inline;zoom:1;}
*+html ul.pankuzu li{display:inline;zoom:1;}
