@charset "UTF-8";

/*基本設定*/
*{	
	margin: 0;
	padding: 0;
	color: #666;

}

body {
	margin: auto;
	font-size: smaller;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	padding-top: -1px;
	background-color: #f6f6f6 ;
	line-height: 125%;
}
ul li{
		list-style: none;
list-style-type: none;
list-style-image: none;
}

td { word-break : break-all; }

img , a {
	border: none 0px ;
}
img {
	margin: 5px;
}
hr {
	margin-top: 15px;
 	width: 100% ;
 	height: 1px ;
 	border-top: 2px #CCCDCE solid ;
 	border-right: none 0px ;
 	border-bottom: none 0px ;
 	border-left: none 0px ;
 	color: #ffffff ;
 	background: transparent ;
}

/*リンク関連*/

a:link{
	color: #383838;
	text-decoration: none;	
} ,a:visited {
	color: #cc3838;
	text-decoration: none;
}


a:hover ,
a:active {
	color: #76AFE6 ;
	
}

/*フォーム関連*/

form {
	margin:0px;
	padding:0px;
}

input ,
textarea ,
select {
	font-size: 10pt ;
	color: #333333 ;
	background-color: #FFFFFF ;
	border: 1px solid #888888 ;
	vertical-align: middle ;
}

#wrapper{
width: 850px;
	margin: 0 auto 0 auto;
	border: 1px solid #ddd;
		text-align: left;
	background-color: #fff ;
}
#content_wrapper{
	width: 850px;


}
#site_title{
	margin: 0 0 0 36px;
}

#header{
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 850px;
	height: 129px;
}
.clear{
	clear: both;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}

#footer{
clear: both;


	margin: 10px 0 10px 0;
	display: block;
	padding-right: 15px;
	text-align: right;
}
.copyright{
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
	color: White;
}

ul.menu{
	margin: -72px 0  10px 0;
	color: White;
}
*+html ul.menu{
	margin: -108px 0 10px 0;
}
*html ul.menu{
	margin: 8px 0  10px 0;
		font-size: small;
}
ul.menu li{
	list-style: none;
	line-height: 150%;
	font-size: small;
	color: White;
	padding-left: 25px;
	width: 232px;

}
*html ul.menu li{
		font-size: x-small;
}

*+html ul.menu li{
	font-family: sans-serif;
}
ul.menu li a{
	list-style: none;
	color: White;
}

ul.menu li a:hover{
	list-style: none;
	color: #990033 ;
}
ul.menu li.colocoro_menu{
	background-image: url(../images/side_menu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 272px;
	height: 58px;
	display: block;

	}
*+html ul.menu li.colocoro_menu{
	margin-top: 36px;
	}
*html ul.menu li.colocoro_menu{
	margin-top: -80px;
}
ul.article_list{
	margin-top: 30px;
}
*+html ul.article_list{
	margin-top: 50px;
}
*+html ul.article_list{
	margin-top: 50px;
}
ul.article_list li {

margin: 0px;
padding-left: 0;
}
*+html ul.article_list li{

padding: 0;
}
*html ul.article_list li{
padding: 0;
}

.pop_article_list{

}
ul.article_list ol.pop li{
	margin-left: 10px;
}

ol.pop {
	margin-top: -15px;
}
ol.pop li{
	margin-left: 40px;
	list-style: decimal;
	line-height: 150%;
	font-size: small;
	color: #fff;
}
*html ol.pop li{
	font-size: x-small;
}
ol.pop li a{
	color: #fff;
}
ol.pop li a:hover{
	color: #990033 ;
}

.recent_article_menu{
	background-image: url(../images/side_recent_article.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 272px;
	min-height: 58px;
	display: block;
	margin-top: 30px;
}
*html .recent_article_menu{
	padding-top: 30px;
}

.comments_menu{
	background-image: url(../images/side_comments.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 272px;
	min-height: 58px;
	display: block;
	margin-top: 16px;
}
*html .comments_menu{
	padding-top: 30px;
	padding-bottom: 10px;
}

.archive_menu{
	background-image: url(../images/side_archives.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 272px;
	min-height: 58px;
	display: block;
	margin-top: 16px;
	}
*html .archive_menu{
	padding-top: 30px;
	}	
.category_menu{
	background-image: url(../images/side_category.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 272px;
	min-height: 58px;
	display: block;
	margin-top: 16px;
}
*html .category_menu{
	padding-top: 30px;
}

.pop_menu{
	background-image: url(../images/side_pop_article.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 272px;
	min-height: 58px;
	display: block;
	margin-top: 16px;
}
*html .pop_menu{
	padding-top: 30px;
	padding-bottom: 10px;
}
/*主要なパディングの一括指定*/

.padding_ss {
	padding: 2px ;
}

.padding_s {
	padding: 5px ;
}

.padding_m {
	padding: 9px ;
}

.padding_l {
	padding: 14px ;
}

.padding_w_s {
	padding: 10px 30px ;
}

.padding_w_m {
	padding: 10px 60px ;
}

.padding_w_l {
	padding: 20px 90px ;
}


/*行間設定*/

.lh_120 { line-height: 120% }

.lh_130 { line-height: 130% }

.lh_140 { line-height: 140% }

.lh_150 { line-height: 150% }

.lh_200 { line-height: 200% }



input.no_bg {
	background-color: transparent ;
	border: 0px none ;
}

.float_left{
	float: left;
		color: #666;

}

.attention{
	color: Red;
	font-size: smaller;
}
.right{
	background-image: url(../images/side_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	float: right;
	color: White;
	width: 272px;
}


#right_head{
	background-image: url(../images/side_topbg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 272px;
	height: 89px;

	display: block;
}
#right_foot{
	background-image: url(../images/side_footg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 272px;
	height: 18px;
	display: block;
}

.left{
	float: left; 
	width: 565px;
	font-weight: normal;
	margin-top: -40px;
	padding-left: 0px;
	padding-top: 50px;
	
}

.content{
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 520px;
	padding-left: 35px;
	padding-top: 40px;
	margin-left: 0;
   	overflow-x: hidden;
   	overflow-y: hidden;
   	}
.content a:hover{
	color: #76AFE6 ;
}
.content-header{
	padding-left: 35px;
}
.message-box{
	padding-left: 35px;
}
.content_body{
 min-width: 18em;
  max-width: 34em;
line-height: 150%;
	font-size: 110%;
}
*+html .content_body{
	font-family: sans-serif;
}
.content_body a:link{
	color: #Navy;
	text-decoration: underline;
} 
.content_body a:hover{
	color: #Navy;
text-decoration: none;	
} 
.content_body a:visited {
	color: Black;
	text-decoration: none;
}

h1{
	font-size: 14pt;
	font-weight: 120%;
	margin-bottom: 0;
	font-family: sans-serif;
}
h1 a:link ,a:visited {
		color: #666;
		}
h1 a:hover ,a:active {
	color: #76AFE6; 
		}
h2{
	font-size: 11pt;
		font-weight: normal;
}
h3{
	font-size: 11pt;
		font-weight: normal;
		margin-bottom: 1em;
}
.hr_about{
margin: 30px 0 30px 0;	
}
dt{
	float: left;

}
dd{
	margin-bottom: 1em;

}

.interview_box{
	width: 550px;

}
.post{
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #ccc;
}

#comments{
	width: 450px;
		padding-left: 35px;
	}
.storytitle{
	font-size: 14pt;
	margin-bottom: 5px;
}
.meta{
padding: 5px;
	font-size:xx-small; 
	color: Gray;
}
.meta a{
	color: Gray;
}
.meta a:hover{
		color: #76AFE6 ;
}
.h3date{
	float: left;
	margin-right: 10px;
}
p{
	margin-bottom: 1em;
}

.comment-item{
border: 1px dashed #ccc;
 	background-color: #eee ;
 		padding: 10px 5px 0px 5px;
 		 	margin: 8px 8px 0 8px;
 		 	}
.content_title{
 background-image: url(../images/title_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 412px;	
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}


 .entry-info{

 		 	margin: 3px 0 0px 0;
 }
li.writer{
	border: 1px solid #ccc;
	background-color: #363636;
	color: White;
	margin: 2px;

	padding: 10px 10px 0 10px;
	height: 150px;
	text-align: center;
}
li.writer:hover{
	background-color: #F08080;
} 

.writer_list ul li{
	float: left;
	margin-top: -10px;
}


.navi-pages{
	padding-left: 35px;
	}
.sbimg{

 }
.sbimg a img{
 margin: 0;
 }
table.calendar{
	width: 200px;	
}
h3.related{
	margin: 10px 15px 5px 15px;
}
ul.related {
	margin-bottom: 30px;
}
ul.related li{
	margin: 5px;
	margin-left: 40px;
	list-style-image: url(../images/ya_03.gif); 
	list-style: outside;
	list-style-position: outside;
}
.googleads{
	margin-top: 25px;
}
.pageswitch{
	margin: 5px 15px 5px 15px;
}
.navi_bar{
	margin: 5px 15px 5px 15px;
	}
.navi_bar2{
	margin: 5px 5px 5px 5px;
	}
.more{
	background-color: #EFEFEF;
	border: 1px dotted #ccc;
	margin: 25px 5px 15px 5px;
	padding: 5px;
}