/*
style.css
----------------------------------------*/
*{

}
/*
default
----------------------------------------*/
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
body a{
	color:#00a;
}
body a:hover{
	text-decoration:none;
}
body a:visited{
	color:#500000;
}
pre{
	background-color:#ddd;
	padding:10px 7px;
	margin:10px 0px;
}
/*
layout
----------------------------------------*/
body{
    font: normal 100%;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color:#011;
	background-color:#500000;
	text-align:center;
	line-height:1.55;
	padding:0px;
	margin:0px;
}
body br{
	letter-spacing:0;
}
#wrap{
	width:920px;
	background-color:#fff;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border:1ps solid #500000;
}
#contents{
	clear:both;
	padding:5px 10px 20px 10px;	
}

/*
#main
----------------------------------------*/
#main{
	letter-spacing:0.05em;
	width:500px;
	float:left;
	padding:10px 0px;
	margin-left:20px;
	font-size:100%;
}

.asset-name {
	background-image:url('base_img/title_mrk.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
}
.search-results-header{
	background-image:url('base_img/search_mrk.gif');
	background-repeat:no-repeat;
	background-position:0px 10%;
	margin-bottom:25px;
}

#main h2{
	font-size:115%;
	margin-bottom:1em;
}
#main h3{
	font-size:105%;
}
#main p{
	line-height:160%;
	margin:1em 0px;
}

.archive-title,.asset-name, .search-results-header{
	letter-spacing:0.1em;
	font-size:135%;
	font-weight:bold;
	margin-top:35px;
	padding-bottom:25px;
	padding-left:35px;
	border-bottom:1px dotted #666;
	color:#633;
}
.asset-content li{
	margin-left:15px;
}
.asset-content ol li{
	list-style-type:decimal;
}
.asset-content ul li{
	list-style-type:disc;
}
.firstp:first-letter{
	float:left;
	margin-right:7px;
	padding:10px 7px;
	font-size:280%;
	background-color:#DFCBC9;
	color:#333;
}
/*
記事の概要
----------------------------------------*/
.archive-title{
	background-image:url('base_img/folder.gif');
	background-repeat:no-repeat;
	background-position:0px 10%;
	margin-bottom:25px;
}
.archive-header{
	padding-left:35px;
	background-image:url('base_img/folder.gif');
	background-repeat:no-repeat;
	background-position:0px 12%;
}
.entry-list{
	margin-bottom:16px;
	padding:5px;
	border:1px solid #ddd;
}
.entry-list h2{
	padding-left:35px;
	background-image:url('base_img/title_mrk.gif');
	background-repeat:no-repeat;
	background-position:0px 10%;

}
.list-disc{
	padding-left:35px;
	font-size:75%;
}
/*
#header
----------------------------------------*/
#header{
/*	padding:10px 20px 5px 15px;
	background-color:#800;*/
}
#header p{
	font-size:14px;
	margin-left:10px;
}
#header-space{
	text-align:right;
	font-size:12px;
	margin:0px;
	margin-right:25px;
	margin-top:10px;
	padding:0px;
}
/*
#side
----------------------------------------*/
#side{
	width:320px;
	float:right;
	margin-right:10px;
	padding:10px 0px;
}
#side h3{
	background-color:#eee;
	padding:3px 10px;
}
#side li{
	margin-left:20px;
	list-style-type:disc;
	line-height:120%;
	font-size:12px;
	padding-bottom:12px;
}
.search-feed{
	margin-top:12px;
}
#side_navi{
	margin-top:20px;
}
#side_navi li{
	margin-left:3px;
	padding-left:20px;
	list-style-type:none;
}
.next_s{
	background-image:url("base_img/next_s.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
}
.pre_s{
	background-image:url("base_img/pre_s.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
}
/*
.navi_mark{
	margin-right:8px;
	background-color:#500000;
	color:#fff;
	font-size:10px;
	padding:1px 2px;
}
*/
/*
#footer
----------------------------------------*/
#footer{
	clear:both;
	margin-top:20px;
	padding:20px;
	border-top:20px solid #500000;
}
/*
.asset
----------------------------------------*/


.asset-more-link{
	font-size:12px;
	color:#999;
	text-align:right;
	margin-bottom:1em;
}


.asset-meta{
	margin-top:5px;
	clear:both;
	font-size:12px;
	text-align:right;
}
.asset-meta img{
	clear:both;
	vertical-align: bottom;
}
.asset-content{
	margin-top:30px;
}
.asset-footer{
	clear:both;
}
.title-date{
	font-size:85%;
	font-weight:normal;
	color:#666;
}
/*
.entry-categories
----------------------------------------*/
.entry-categories{
	margin-bottom:20px;
	padding-left:30px;
	background-image:url("base_img/pankuzu.gif");
	background-position:0% 51%;
	background-repeat:no-repeat;
}
/*
.entry-tags #entry-tags
----------------------------------------*/
#entry-tags{
	margin-bottom:15px;
}
.entry-tags{
	overflow:auto;
	margin:10px 0px;
}
.entry-tags li{
	display:inline;
	float:left;
	list-style-type:none;
	
}
/*
.widget
----------------------------------------*/
.widget h3{
	font-size:95%;
	font-weight:bold;
	margin-bottom:10px;
	color:#500000;
}
.widget form,input{
	margin:0px;
	padding:0px;
}
.widget dt{
	font-size:95%;
	margin-bottom:8px;
	line-height:120%;
	letter-spacing:0.05em;
}
.widget dd{
	font-size:78%;
	color:#666;
	line-height:120%;
	margin-left:12px;
	margin-bottom:15px;
}
.widget{
	clear:both;
	border:1px solid #ccc;
	background-color:#fcfafa;
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}
.widget-title-date{
	color:#666;
	font-size:83%;
}

.widget-content ul{
	margin-top:12px;
}
.widget-content li{
	margin:0px;
	padding:0px;
}
/*---------------*/
blockquote{
	background-color:#fcfcfc;
	border:1px dotted #bbb;
	padding:10px;
	margin-left:0px;
}
.img_right{
	float:right;
	margin-left:15px;
	margin-bottom:20px;
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
}
.img_left{
	float:left;
	margin-right:15px;
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
}
#page_navi{
	margin-top:10px;
	margin-bottom:35px;
	padding:20px 20px 10px 20px;
	border:2px solid #ccc;
	overflow:auto;
}
#page_navi h2,h3{
	color:#500000;
}
#page_navi h2{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
#page_navi ul,li{
	margin:0px;
	list-style-type:none;
}
#page_navi li{
	padding-left:30px;
	margin-bottom:0.5em;
	font-size:17px;
	letter-spacing:0;
}
.page_navi_headerlink,.main_to_archives{
	clear:both;
	text-align:right;
	font-size:0.8em;
}
#pre_next li{
	margin-left:0px;
	list-style-type:none;
}
.next{
	background-image:url("base_img/next.gif");
	background-position:0% 50%;
	background-repeat:no-repeat;
}
.pre{
	background-image:url("base_img/pre.gif");
	background-position:0% 50%;
	background-repeat:no-repeat;
}
.pre .next{
	padding-left:30px;
	margin-left:0px;
	list-style-type:none;

}

/*
#bottom_samethemes
----------------------------------------*/
#bottom_samethemes dt{
	font-weight:bold;
	font-size:93%;
	color:#333;
	margin-bottom:10px;
}
#bottom_samethemes li{
	padding-left:5px;
	margin-left:25px;
	font-size:85%;
}
/*
#trackbacks #comments
----------------------------------------*/
#trackbacks , #comments{
	margin:20px 0px;
}
#trackbacks h2 , #comments h2{
	padding-bottom:0.35em;
	border-bottom:1px solid #ccc;
}
.trackback-footer,.comment-footer{
	font-size:85%;
	color:#999;
	text-align:right;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
}
.comment-content p,.trackback-content p ,.trackback-header{
	font-size:85%;
}


/*
#trackbacks 
----------------------------------------*/
.trackbacks-info{
	font-size:12px;
	margin-bottom:15px;
}
#trackbacks-link{
	border:1px solid #ccc;
	padding:3px;
}
/*
#comments
----------------------------------------*/
#comments label{
	font-size:12px;
}
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}
.comment-header{
	font-weight:bold;
}
#comment-submit {
    font-weight: bold;
}
/*-----------------*/
#adsence_bottom{
	clear:both;
	width:340px;
	height:290px;
	float:left;
}
/*
#bottom_profile
----------------------------------------*/
#bottom_profile{
	overflow:auto;
}
#bottom_profile img{
	float:left;
	margin-right:20px;
}
#bottom_profile h4{
	font-size:110%;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#bottom_profile p{
	font-size:80%;
	margin:0px;
	padding:0px;
}

/*
footer
----------------------------------------*/
#footer{
	clear:both;
	background-color:#fff;
}

.clear{
	clear:both;
}

/*
profile
----------------------------------------*/
#profile{
	padding:5px;
	clear:both;
	overflow:auto;
}
#profile img{
	float:left;
	margin-right:15px;
	height:85px;
	width:85px;
}
#profile h3{
	font-size:18px;
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
	background-color:#fcfafa;
}
#profile p{
	font-size:11px;
	line-height:1.3em;
}
.profile-more{
	margin-top:10px;
	text-align:right;
}

/*
.content-nav
----------------------------------------*/
.content-nav{
	clear:left;
	padding-top:20px;
	padding-left:20px;

}

/*
side search
----------------------------------------*/
#search{
	width:180px;
}
/*
profile
----------------------------------------*/
.profile-head{}
.profile-img{
	width:300px;
	height:280px;
	float:left;
}
.profile-list{
	width:190px;
	float:left;
}
.profile-messe {
	clear:both;
}
.profile-messe h3{
	margin:20px 0px;
	padding-left:10px;
	border-left:10px solid #500000;
}
.profile-messe h4{
	margin:20px 0px;
	padding:3px 15px;
	background-color:#eee;
	border-left:5px solid #ccc;
}
/*
#category_hassub
----------------------------------------*/
#category_hassub dt{
	font-size:110%;
	font-weight:bold;
	padding-left:30px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
	color:#666;
	background-image:url('base_img/folder.gif');
	background-repeat:no-repeat;
	background-position:0px 10%;
}
#category_hassub dd{
	margin-left:2em;
	font-size:95%;
}
#category_hassub p{
	text-align:right;
	font-size:85%;
}
/*
side 同じカテゴリのエントリ
----------------------------------------*/

#side .side-entry-cat, .side-cat{
	background-image:url('base_img/folder.gif');
	background-repeat:no-repeat;
	background-position:0px 15%;
	margin-bottom:12px;
	padding-left:30px;
	font-weight:bold;
}
.list_active_entry{
	color:#900;
}
/*
エントリー内のアドセンス
----------------------------------------*/
#ads-more{
	clear:both;
	margin-top:10px;
	margin-bottom:30px;
	padding:10px;
	border:1px solid #ddd;
	text-align:center;
}
/*
カテゴリーの説明
----------------------------------------*/
#cat-desc{
	margin:20px 10px 0px 0px;
	padding:15px 0px 20px 0px;
	/*
	background-image:url('base_img/cat_desc_back.gif');
	background-repeat:no-repeat;
	font-size:93%;
	color:#531;
		*/
}
/*
side_ad
----------------------------------------*/
#side_ad{
	margin:0px;
	padding:20px 10px 0px 0px;
	
}
#side_ad dl,dt,dd{
	clear:both;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}
#side_ad dt{
	font-weight:bold;
	font-size:97%;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:5px;
}
#side_ad dd{
	margin-left:0px;
	padding-left:0px;
	padding-bottom:1.5em;
	border-bottom:2px dotted #ccc;
	margin-bottom:2em;
	line-height:1.3em;
}
#side_ad ul{
	margin:10px 0px 0px 0px;
	padding-left:0px;
}

/*
side_pickup
----------------------------------------*/
.side_pickup{

	clear:both;
	margin-bottom:25px;
	margin-left:0px;
}
.side_pickup p,ul{
	margin-left:10px;
}
.side_pickup p{
	font-size:85%;
}
.strong{
	margin:5px 5px 0px 0px;
	font-size:23px;
	font-weight:bold;
	color:#900;
}
/*
記事下API広告
----------------------------------------*/
#api_wrap{
	clear:both;
	margin-top:35px;
	margin-bottom:20px;
	padding-top:20px;
	border-top:1px solid #ccc;
}
#api-1 , #api-3 , #api-5{
	clear:both;
}
#api-1 .api_img{
	padding-top:7px;
	width:185px;
	height:185px;
	text-align:center;
	margin-right:15px;
	background-image:url('base_img/noimage.gif');
	background-repeat:no-repeat;
	background-position:50% 0%;
	float:left;
}
#api-1 .api_txt{
	width:270px;
	float:left;
	line-height:1.3em;
	text-align:left;
	padding-right:5px;
	margin-left:5px;
	overflow:visible;
	
}
#api-3 .api_img{
	padding-top:4px;
	width:80px;
	height:80px;
	margin-right:15px;
	text-align:center;
	background-image:url('base_img/noimage_s.gif');
	background-repeat:no-repeat;
	float:left;
}
#api-3 .api_txt{
	width:350px;
	float:left;
	line-height:1.3em;
	text-align:left;
	padding-right:5px;
	margin-left:5px;
	overflow:visible;
	
}
#api-1 .api_title{
	font-size:16px;
	font-weight:bold;

}
#api-3 .api_title{
	font-size:13px;
	font-weight:bold;

}
.api_auther{
	font-size:10px;
}
.api_description{
	font-size:10px;
	/*height:30px;*/
	line-height:1.2em;
}


.api_price{
	font-size:14px;
	color:red;
	margin-top:8px;
}
.api_shopname{
	font-size:12px;
	margin-bottom:5px;
}
.api_credit{
	font-size:10px;
	
}
.bottom_wrap{
	clear:both;
	border-top:1px solid #ccc;
	margin-top:15px;
	padding-top:25px;
}