@charset "shift-jis";

* {
	margin:0;
	padding:0;
}

body, html {
	width:100%;min-width: 960px;
}

body {
	background: url(../_img/global/header_bg.png) center top repeat-x;
	color: #84685f;
    font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,verdana,arial,clean,sans-serif;
    font-size: 13px;
    line-height:1.231;
}
#loading {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#whole {}
#header {
	width:960px;
	height:140px;
	line-height:0;
	padding:0;
	position:relative;
	z-index:10;
	margin:0 auto;
}
#header ul {
	height: 140px;
}
#header ul li {
	padding-top: 18px;
	float: left;
}


#wrapper {
	position:relative; z-index:10;
	margin: 12px auto 0 auto;
	background:url(../_img/blog/dot_back.gif) repeat center top; /*border-top:1px solid red;*/
	
}
#content {
	position:relative;z-index:200;top:-8px;
	background:url(../_img/blog/main_lace.png) repeat-x 0px 0px;	/**/
}
#main {
	width:960px; position:relative; z-index:100; top:-11px;
	height: 313px; 
	margin: 0 auto;	
}
#main p { 
	position:relative;top:0px;z-index:1000;
}

#content #container:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content #container { min-height: 1px; width:924px; margin:0 auto; padding:0 18px 30px 18px; }
* html #content #container { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

#entry_frame {
	float:left;
	width:670px;
	line-height:22px;
}

.entry_box {
	background:url(../_img/blog/box_top.gif) no-repeat 0 0 #fff;
	margin-bottom:30px;
}
.entry_inner {
	background:url(../_img/blog/box_btm.gif) no-repeat bottom left;
	padding:25px 25px 50px;
	border:1px solid #deebc0;
}
.entry_inner p {
	margin:0 10px 20px;
}
.entry_inner ul {
	margin:0 5px 20px 5px;
}

.title:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.title { min-height: 1px; padding:15px 0 25px 0; margin-bottom:30px; background:url(../_img/blog/yellow_dot.gif) no-repeat bottom left; clear:both; }
* html .title { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

.date {
	font-weight:bold;
	font-size:15px;
	width:480px;
	float:left;
}
.date span {
	font-weight:normal;
	font-size:13px;
	display:block;
	margin-bottom:5px;
}
.theme {
	color:#db6fa9;
	width:140px;
	float:right;
	text-align:right;
	padding-top:20px;
}
.pic_left { margin:0 10px 10px 0; float:left; }

dl.talk:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
dl.talk { min-height: 1px; width:550px; }
* html dl.talk { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

dl.talk dt { float:left; display:inline; width:100px; font-weight:bold; margin-bottom:30px; }
dl.talk dd { float:left; display:inline; width:450px; margin-bottom:30px; }

#sidemenu {
	float:right;
	width:238px;
	border:1px solid #ffe29e;
	background:url(../_img/blog/side_top.gif) no-repeat 0 0 #fff;
}
.side_inner {
	background:url(../_img/blog/side_btm.gif) no-repeat bottom left;
	padding:25px 15px 25px 15px;
}
#sidemenu dt {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../_img/blog/pink_dot.gif) no-repeat bottom left;
}
#sidemenu dd {
	margin-bottom:10px;
}
#sidemenu ul {
	margin:15px 25px;
}
#sidemenu li {
	margin-bottom:7px;
}
#sidemenu a:link { text-decoration: underline; color:#de7d7d; }
#sidemenu a:visited { text-decoration: underline; color:#de7d7d; }
#sidemenu a:hover { text-decoration: none; color:#de7d7d; }

#footer {
	width: 100%; position:relative;
}
#pagetop {
	border-bottom: solid 1px #ecedec;
}
#pagetop p {
	width: 884px;
	padding-bottom: 17px;
	text-align: right;
	margin: 0 auto;
}
#pagetop p a {
	width: 122px;
}
#footer {
	padding-top:15px;
	padding-bottom:50px;
}
#footer_inner  {
	width: 704px;
	height: 118px;
	margin: 0 auto;
}
#footer_inner ul li {
	float: left;
}
#footer_inner p {
	padding-top: 24px;
	text-align: right;
}

.page_btn {
	width:350px;
	margin:0 auto;
	text-align:center;
}

img { border:none; }
li { list-style:none outside; }

a:link { text-decoration: underline; color:#de7d7d; }
a:visited { text-decoration: underline; color:#de7d7d; }
a:hover { text-decoration: none; color:#de7d7d; }

.clr:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clr { min-height: 1px; }
* html .clr { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

.block { display:block; }
.bold { font-weight:bold; }
.xs { font-size:10px; font-size:10px\9; /* IE8 and below */  *font-size: 10px; /* IE7 and below */ _font-size: 10px; /* IE6 */ }
.under { text-decoration:underline; }
.dot { background:url(../_img/blog/dot.gif) repeat-x bottom left; padding-bottom:5px; margin-bottom:15px; }

.f_left { float:left; }
.f_right { float:right; }

.t_center { text-align:center; }

.mb_10 { margin-bottom:10px; }
.mb_20 { margin-bottom:20px; }
.mb_30 { margin-bottom:30px; }

.p10 { padding:10px; }
.pb_20 { padding-bottom:20px; }
.pb_30 { padding-bottom:30px; }