@charset "utf-8";

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼コンテンツヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents-header h2 {
	position: relative;
	width: 800px;
	height: 112px;
	font-size: 100%;
	overflow: hidden;
}

.contents-header h2 span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(http://www.shonan-style.jp/image/watashi-style/header.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼パンくずリスト
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#breadcrumbs {
	position: relative;
	width: 800px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	font-size: 90%;
	padding-left: 20px;
}

#breadcrumbs img {
	margin: 0 5px;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼ページレイアウト
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#page_outline {
	position: relative;
	width: 800px;
	margin-top: 15px;
	overflow: hidden;
}

#page_main {
	float: left;
	width: 520px;
	overflow: hidden;
	text-align: left;
}

#page_side_menu {
	float: right;
	width: 260px;
	overflow: hidden;
	text-align: left;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼コメントタブ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#tab div#javascript_tab {
	margin-top: 20px;
	text-align:left;
	width: 520px;
}

div#javascript_tab ul#tab {
	margin:0;
	padding:0 0 0 20px;
	border-bottom:1px solid #cccccc;
	background-color:#ffffff;
	float:left;
	width:100%;
	}

div#javascript_tab ul#tab li {
	margin:0 20px 0 0;
	padding:5px 0;
	text-align:center;
	border:1px solid #cccccc;
	border-bottom:none;
	float:left;
	width:230px;
	list-style:none;
	}

div#javascript_tab ul#tab li.selected {
	background-color:#f5f5f5;
	}

div#javascript_tab ul#tab li.selected a {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	}

div#javascript_tab dl {
	margin:0;
	padding:1em;
	color:#333333;
	border:1px solid #ccc;
	border-top:none;
	background-color:#f5f5f5;
	clear:both;
	}

div#javascript_tab dl dt {
	width: 480px;
	text-align: center;
	font-weight: bold;
	}

div#javascript_tab dl dd {

	}

div#javascript_tab dl dd p {
	margin-bottom:1em;
	}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼エントリー装飾関連
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.entry_honbun {
	float: left;
	width: 100%;
	overflow: hidden;
}

.entry_honbun .lead {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding-bottom: 20px;
	margin: 10px 0 20px 0;
}

.entry_honbun .post_script {
	width: 100%;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	padding-top: 20px;
	margin-top: 20px;
}


.entry_honbun h3 {
	clear: both;
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #a8b750;
	margin: 30px 0 10px 0;
}


.entry_honbun p {
	margin: 0 0 50px 0;
	text-indent: 0.5em;
}

.entry_honbun p.image_caption {
	font-size: 77%;
	color: #999999;
	line-height: 120%;
}


.entry_honbun .entry_information {
	text-align: right;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	font-size: 90%;
	margin-top: 20px;
	clear: both;
}

/*ソーシャルブックマーク*/
.add_bookmark {
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: right;
	font-size: 80%;
	margin: 0 0 20px 0;
}

.add_bookmark ul {
	margin: 10px 0;
	display: block;
}

.add_bookmark ul li {
	float: right;
	margin: 0 5px;
}

/*エントリーページ送り*/
#entry_navi {
	float: left;
	width: 520px;
	height: 56px;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

#entry_navi .prev {
	float: left;
	width: 260px;
	height: 56px;
	text-align: center;
	line-height: 56px;
}

#entry_navi .prev a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 260px;
	height: 56px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/entry_navi/entry_navi_prev.jpg) no-repeat top left;
}

#entry_navi .prev a:hover {
	background-position: 0 -56px;
}

#entry_navi .next {
	float: right;
	width: 260px;
	height: 56px;
	text-align: center;
	line-height: 56px;
}

#entry_navi .next a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 260px;
	height: 56px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/entry_navi/entry_navi_next.jpg) no-repeat top left;
}

#entry_navi .next a:hover {
	background-position: 0 -56px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：ナビゲーター紹介
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#module_navgator_profile {
	float: left;
	width: 100%;
}

#navigator_profile_title {
	float: left;
	width: 100%;
	height: 35px;
	text-indent: -9999px;
	background:url(http://www.shonan-style.jp/image/common/contents-common/navgator_profile_top.jpg) no-repeat;
}

#navigator_profile_content {
	float: left;
	width: 87%;
	padding: 0 20px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/side_block_mid.jpg) repeat-y;
}

#navigator_profile_content .name {
	font-weight: bold;
	font-size: 100%;
}

#navigator_profile_content #profile p {
	clear: both;
	font-size: 95%;
	line-height: 110%;
}

#navigator_profile_bottom {
	float: left;
	width: 100%;
	height: 30px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/side_block_btm.jpg) no-repeat;
}

#navigator_profile_content img {
	float: left;
	margin: 0 10px 10px 3px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：エントリーメタデータ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.entry_meta {
	float: left;
	width: 518px;
	padding: 10px 0;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	font-size: 80%;
	margin: 10px 0;
	text-align: center;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：トラックバック
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.tb {
	margin: 30px 0 20px 0;
}

.tb input {
	display: block;
	width: 518px;
	padding: 5px 0;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：Googleアドセンス468-60
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.google_ad {
float: left;
width: 520px;
margin: 20px 0 10px 0;
overflow: hidden;
text-align: center;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：コメント
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.comment_list {
	width: 480px;
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.comment_list p {
	font-size: 88%;
	margin: 0;
	padding: 0;
	line-height: 110%;
}


.comment_list .name {
	display: block;
	text-align: right;
	font-size: 80%;
	border-top: 1px solid #cfcfcf;
	margin: 0 0 10px 0;
}

/*フォーム装飾*/
.cmt_input_name {
	height: 40px;
	padding-left: 80px;
	margin-top: 10px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/cmt_form_bg_name.jpg) no-repeat;
	display: block;
	background-color: #f5f5f5;
}

.cmt_input_name input {
	width: 390px;
	font-size: 11px;
	font-weight: bold;
	outline: 0px none black;
	border: 1px solid #ffffff;
	margin: 12px 0 0 0;
	padding: 0;
}

.cmt_input_mail {
	height: 40px;
	padding-left: 80px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/cmt_form_bg_mail.jpg) no-repeat;
	display: block;
	background-color: #f5f5f5;
}

.cmt_input_mail input {
	width: 390px;
	font-size: 11px;
	font-weight: bold;
	outline: 0px none black;
	border: 1px solid #ffffff;
	margin: 12px 0 0 0;
	padding: 0;
}

.cmt_input_url {
	height: 40px;
	padding-left: 80px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/cmt_form_bg_url.jpg) no-repeat;
	display: block;
	background-color: #f5f5f5;
}

.cmt_input_url input {
	width: 390px;
	font-size: 11px;
	font-weight: bold;
	outline: 0px none black;
	border: 1px solid #ffffff;
	margin: 12px 0 0 0;
	padding: 0;
}

.cmt_input_honbun {
	height: 166px;
	padding-left: 80px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/cmt_form_bg_honbun.jpg) no-repeat;
	display: block;
	background-color: #f5f5f5;
}

.cmt_input_honbun textarea {
	width: 390px;
	height: 140px;
	font-size: 100%;
	font-weight: bold;
	outline: 0px none black;
	border: 1px solid #ffffff;
	margin: 12px 0 0 0;
	padding: 0;
}

.cmt_input_check {
	padding: 10px 0 10px 80px;
	display: block;
	background-color: #f5f5f5;
}

.cmt_input_btm {
	padding: 10px 0;
	display: block;
	text-align: center;
	background-color: #f5f5f5;
}

.cmt_input_btm input {
	margin: 0 5px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：その他のパーツ（addRSS・PR）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#module_etc_parts {
	float: left;
	width: 260px;
	overflow: hidden;
}

#module_etc_parts #add_rss {
	float: left;
	width: 110px;
}

#module_etc_parts #add_rss ul {
	margin-left: 10px;
}

#module_etc_parts #add_rss ul li {
	margin: 3px 0;
}
	
#module_etc_parts #google_pr {
	float: right;
	width: 120px;
	overflow: hidden;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：コンテンツ内検索
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#module_contents_search {
	float: left;
	width: 260px;
	overflow: hidden;
}

#contents_search_title {
	float: left;
	width: 100%;
	height: 35px;
	text-indent: -9999px;
	background:url(http://www.shonan-style.jp/image/common/contents-common/contents_search_top.jpg) no-repeat;
}

#contents_search_content {
	float: left;
	width: 90%;
	padding: 0 20px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/side_block_mid.jpg) repeat-y;
}

#contents_search_content .section {
	float: left;
	width: 220px;
	overflow: hidden;
}

#contents_search_content .section .top {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 10px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/search/search_a_top.jpg) no-repeat;
}

#contents_search_content .section h3 {
	margin: 0;
	padding: 0;
	width: 220px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/search/search_a_mid.jpg) repeat-y center;
	text-align: center;
}


#contents_search_content .section .btm {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 16px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/search/search_a_btm.jpg) no-repeat;
}


#contents_search_content input {
	vertical-align: middle;
}

#contents_search_content .text input {
	border: 1px solid #cccccc;
	width: 165px;
	font-size: 100%;
	padding: 3px;
}

#contents_search_bottom {
	float: left;
	width: 100%;
	height: 30px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/side_block_btm.jpg) no-repeat;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼モジュール：最近のエントリー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#module_archive_list {
	float: left;
	width: 100%;
}

#archive_list_title {
	float: left;
	width: 100%;
	height: 35px;
	text-indent: -9999px;
	background:url(http://www.shonan-style.jp/image/common/contents-common/archive_list_top.jpg) no-repeat;
}

#archive_list_content {
	float: left;
	width: 87%;
	padding: 0 20px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/side_block_mid.jpg) repeat-y;
}

#archive_list_content .all {
	text-align: center;
}

#archive_list_content ul {
	list-style-image: url(http://www.shonan-style.jp/image/close-up/close_up_icon.jpg);
	margin: 0 0 0 20px;
}

#archive_list_content ul li {
	margin: 0 0 10px 0;
}

#archive_list_bottom {
	float: left;
	width: 100%;
	height: 30px;
	background: url(http://www.shonan-style.jp/image/common/contents-common/side_block_btm.jpg) no-repeat;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼アーカイブページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.archive_title {
	margin: 0 0 20px 0;
}

.archive_title h3 {
	position: relative;
	width: 260px;
	height: 35px;
	overflow: hidden;
}

.archive_title h3 span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(http://www.shonan-style.jp/image/close-up/archives_title.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.archive_block ul {
	text-align: left;
}

.archive_block ul li {
	float: left;
	width: 163px;
	height: 200px;
	margin: 0 10px 0 0;
	padding: 0;
	
}

.archive_block ul li img {
	width: 155px;
	height: 95px;
	display: block;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼トップページ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#top_main_visual {
	margin: 0 0 30px 0;
}

#top_main_visual a {
	text-decoration: none;
}

.link_archive {
	float: left;
	width: 520px;
	overflow: hidden;
	text-align: center;
}

.link_archive a {
	display: block;
	color: #333333;
	background-color: #f5f5f5;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #cccccc;
}

.link_archive a:hover {
	background-color: #eeeeee;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼IE用PNG表示
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
img, div {
	behavior:url(http://www.shonan-style.jp/iepngfix.htc);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼他のコンテンツの新着情報
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.horizontal_accordion_toggle {
	float: left;
	display: block;
	height: 314px;
	width: 53px;
	background: url(http://www.shonan-style.jp/image/common/check_other/check_other2.png) no-repeat top left;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0;
	z-index: 9;
}
		
.horizontal_accordion_toggle_active {
	background: url(http://www.shonan-style.jp/image/common/check_other/check_other3.png) no-repeat top left;
	z-index: 8;
}

.horizontal_accordion_content {
	float: left;
	width: 100%;
	overflow: hidden;
	background: url(http://www.shonan-style.jp/image/common/check_other/check_other1.png) no-repeat top right;
	color: #444444;
	z-index: 7;
	padding-top: 20px;
}

.horizontal_accordion_content .google_ad {
	float: right;
	width: 120px;
	overflow: hidden;
	padding-right: 55px;
}


html>body #horizontal_container {
	position: fixed;
	top: 100px;
	left: 0;
	margin: 0;
	width: auto;
	z-index: 10;
	overflow: hidden;
}

* html body #horizontal_container {
	position: absolute;
	top: 100px;
	left: 0;
	margin: 0;
	width: auto;
	z-index: 10;
	overflow: hidden;
}


.multi_blog_entry {
	float: left;
	width: 500px;
	height: 314px;
}

.multi_blog_entry_parts {
	float: left;
	width: auto;
	margin-top: 10px;
	padding: 0 10px 0 6px;
	border-left: 8px solid #333333;
	font-size: 90%;
	text-align: left;
}

.multi_blog_entry_parts h3 {
	font-weight: bold;
}



