@charset "Shift_JIS";

/*----- 3 column EN -----*/

/*------------------
初期リセット
------------------*/
* {
	font-family: 'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
	margin: 0px;
	padding: 0px;
}


/*------------------
基本設定
------------------*/
html {
	scrollbar-arrow-color:#FFE6D7;
	scrollbar-base-color:#FAB5C2;
	scrollbar-darkshadow-color:#FAB5C2;
	scrollbar-face-color:#FAB5C2;
	scrollbar-highlight-color:#FFE6D7;
	scrollbar-shadow-color:#FFE6D7;
	scrollbar-track-color:#FFE6D7;
	scrollbar-3dlight-color:#FAB5C2;
}

body {
	text-align: center;
	font-size: 12px;
	color:#666666;
	background:url('/blog/template/152/img/bg.gif') repeat top center;
}
ul {list-style: none;}
p {margin-bottom: 1em;}
/* MacIE \*//*/
textarea,input {font-family: Osaka,sans-serif;}
/* */
.fl {
	float: left;
}
.fr {
	float: right;
}

.cl {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.right {
	text-align: right;
}

.s {
	font-size: 10px;
}

.m {
	font-size: 12px;
}

.l {
	font-size: 14px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.vtop {
	vertical-align: top;
}


/*------------------
基本リンク設定
------------------*/
a:link {
	color:#336633;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color:#336633;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:#336633;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color:#336633;
	font-weight: normal;
	text-decoration: underline;
}


/*------------------
レイアウト wrapper
------------------*/
#wrapper {
	margin:20px auto 0px auto;
	width:830px;
}


/*------------------
レイアウト header
------------------*/

#head {
	width:830px;
	height:256px;
	text-align:left;
	overflow: hidden;
	word-break: break-all;
	background:url('/blog/template/152/img/head.png') no-repeat top center;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.yaplog.jp/blog/template/152/img/head.png', sizingMethod='scale');
}

#head h1 {
	position: relative;
	margin: 0px 130px 0px 220px;
	padding-top: 80px;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	overflow: hidden;
	word-break: break-all;
}

#head h1 a:link, #head h1 a:visited, #head h1 a:active {
	font-weight: bold;
	text-decoration: none;
	color:#666666;
}

#head h1 a:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#666666;
}

#head h2 {
	padding: 10px 130px 0px 220px;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	overflow: hidden;
	word-break: break-all;
	color:#E1A6BB;
}


/*------------------
レイアウト main
------------------*/

#main {
	padding-top:5px;
	padding-bottom:0px;
	width:830px;
}

#cont {
	margin: 0px;
	width: 640px;
	float: left;
	text-align: left;
}

#center {
	width:450px;
	float: right;
	text-align: left;
	background:url('/blog/template/152/img/entry_bg.gif') repeat-y top center;
}

#clip {
}

#left {
	margin: 0px 10px 0px 0px;
}

#right {
	margin: 0px 0px 0px 10px;
}


/*------------------
レイアウト entry
------------------*/

.page {
	padding:7px 0px 7px 0px;
	color:#737373;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	word-break: break-all;
}

.page li {
	margin:0px 10px 0px 10px;
	display:inline;
}

.page a:link, .page a:visited {
	color:#737373;
}

.page a:active, .page a:hover {
	color:#FF6699;
}

.entry {
	width: 450px;
	overflow:hidden;
	word-break:break-all;
	background:url('/blog/template/152/img/entry_bg.gif') repeat-y top center;
}

.entry_title {
	overflow: hidden;
	word-break: break-all;
	background:url('/blog/template/152/img/entry_title.gif') no-repeat top center;
}

.entry_title h3 {
	padding: 10px 5px 3px 40px;
	color:#E1A6BB;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

.entry_title h3 a:link, .entry_title h3 a:visited, .entry_title h3 a:active {
	color:#E1A6BB;
	text-decoration:none;
	font-weight:bold;
}

.entry_title h3 a:hover {
	color:#C8B8BD;
	text-decoration: none;
	font-weight:bold;
}

.date {
	color:#545454;
	padding-right:10px;
	font-size: 12px;
	font-weight: none;
	text-align:right;
	padding-bottom:10px;
}

.date a:link, .date a:visited, .date a:active, .date a:hover {
	text-decoration: none;
	font-weight: bold;
}

.padd {
	margin:0px;
	padding: 10px 10px 0px 15px;
}

.txt {
	width: 420px; /* 400px以上にすること */
	font-size: 12px;
	line-height: 140%;
	overflow: hidden;
	word-break: break-all;
}

.txt a:link, .txt a:visited {
	text-decoration: none;
}

.txt a:active, .txt a:hover {
	background: #FFDDDD;
	text-decoration: none;
}

.ext {
	padding-top:10px;
}

.ext a:link, .ext a:visited {
}

.ext a:active, .ext a:hover {
	background: #FFDDDD;
}

.txt_page {
	font-size:10px;
	padding: 10px 0px 5px 0px;
	text-align:right;
}

.txt_page li {
	padding: 0px 0px 5px 0px;
	margin:0px;
	display:inline;
}

.txt_page a:link, .txt_page a:visited {
	text-decoration: none;
}

.txt_page a:active, .txt_page a:hover {
	background: transparent;
	text-decoration: underline;
}

.entry_footer {
	height:10px;
	background:url('/blog/template/152/img/entry_bg.gif') repeat-y top center;
}

.entry_footer2 {
}

.entry_footer_end {
	padding: 4px;
	background: url('/blog/template/152/img/entry_footer.gif') no-repeat left top;
}


/*------------------
レイアウト fence
------------------*/

.t_fence {
	word-break:break-all;
	overflow:hidden;
}

.c_fence {
	word-break:break-all;
	overflow:hidden;
}

.trackbacks {
	height:50px;
	background: url('/blog/template/152/img/cmt_tb_title.gif') no-repeat left top;
}

.trackbacks_form {
	padding-left: 30px;
}

.comment {
	height:50px;
	background: url('/blog/template/152/img/cmt_tb_title.gif') no-repeat left top;
}

.comment_form {
	padding-left:20px;
}

.title {
	color: #AD8C96;
	padding:17px 5px 3px 5px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	/* text-indent:-10000px;
	display:block; */
}

.point {
	padding:10px 0px 5px 5px;
	font-weight:bold;
}

.ipt {
	border:solid 1px #C8B8BD;
	margin-bottom: 2px;
	padding: 1px;
}
label {word-break: normal;}
.message {
	border-bottom: solid 1px #C8B8BD;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 15px 0px;
	width: 420px;
	line-height: 120%;
	overflow: hidden;
}

.message a:link, .message a:visited {
}

.message a:active, .message a:hover {
	background: #FFDDDD;
	text-decoration: none;
}

.message_title {
	padding:5px 0px 0px 5px;
	font-size:12px;
}

.message_txt {
	padding:5px 0px 15px 5px;
	font-size:12px;
}

#comment_preview{
	width:420px;
}


/*------------------
サイド
------------------*/

.inner {
	width: 180px;
	float:left;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}

.inner2 {
	width: 180px;
	float:right;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}

.sb {
	font-size:12px;
	overflow:hidden;
	word-break:break-all;
}

.side {
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:left;
	background:url('/blog/template/152/img/side_bg.png') repeat left bottom;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.yaplog.jp/blog/template/152/img/side_bg.png', sizingMethod='scale');
}

.side_title {
	padding:5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height:20px;
	background:url('/blog/template/152/img/side_title.gif') no-repeat left;
}

.side_text { /* 幅が150px以下にならないように注意 */
	font-size: 10px;
	padding: 5px 0px 3px 0px;
	line-height: 140%;
}

.side_text a:link, .side_text a:visited {
	font-weight: normal;
}

.side_text a:hover, .side_text a:active {
	text-decoration: underline;
	font-weight: normal;
}


/*------------------
サイド feed
------------------*/

.side_feed {
	font-size:10px;
	padding: 0px;
	background-repeat:no-repeat;
}

.side_feed a:link {
	font-weight:normal;
	text-decoration:none;
}

.side_feed a:visited {
	font-weight:normal;
	text-decoration:none;
}

.side_feed a:hover {
	font-weight:normal;
	text-decoration:underline;
}

.side_feed a:active {
	font-weight:normal;
	text-decoration:none;
}


/*------------------
サイド mailform
------------------*/

.func_text td {
	color:#666666;
	white-space: nowrap;
}

.func_text td.s {
	border:0px;
	width:10%;
}

.func_text {
	color:#666666;
}


/*------------------
サイド calendar
------------------*/

.calendar {
	padding: 2px;
	font-size: 10px;
	text-align:center;
}

.calendar a:link {
	font-size:10px;
	text-decoration: underline;
	display:block;
}

.calendar a:visited {
	text-decoration: underline;
	font-size:10px;
	display:block;
}

.calendar a:hover {
	background: #FFDDDD;
	font-size:10px;
	text-decoration: underline;
}

.calendar a:active {
	background: #FFDDDD;
	font-size:10px;
	text-decoration: underline;
}

.calendar_bg {
}

/*---
PR設定
--------------------*/
.hover_bg:hover{
	background: #fff !important;
}
.side .hover_bg:hover{
	background: #fff !important;
}
.entry .hover_bg:hover{
	background: #fff !important;
}


/*------------------
レイアウト footer
------------------*/

#foot {
	text-align: left;
	width: 770px;
	padding: 10px 0px 5px 0px;
}

#foot .fr{
	text-align: right;
}

#foot a:link, #foot a:visited {
	text-decoration: underline;
	font-weight: normal;
}

#foot a:hover, #foot a:active {
	background: #FFDDDD;
	text-decoration: underline;
	font-weight: normal;
}
