
/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","メイリオ", "Osaka", "MS PGothic", arial,helvetica,clean,sans-serif;
	background: #dff4fc url(images/backg.jpg) repeat-x;
	color: #333;
	}

p {	
	margin: 15px 5px;
	}

a:link, a:visited {
	color: #A52A2A ;
	text-decoration:none
	}

a:hover, a:active {
	color: #A52A2A ;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


blockquote {
	width: 570px;
	padding: 10px 0 10px 10px;
	margin: 20px 0 20px 5px;
	background:#f2f9fb url("./images/bq_top.gif") no-repeat 10px 10px;
}
blockquote p {
	display: block;
	margin: 0;
	padding:15px 25px 0 25px;
}
blockquote cite {
	display: block;
	text-align: right;
	vertical-align: bottom;
	background: #f2f9fb url("./images/bq_bottom.gif") no-repeat bottom right;
	margin: 0;
	padding:12px 10px 12px 0;
}


select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0 auto;
	margin-top:15px;
	padding:0;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:0 auto;
	padding:10px 10px;
	background:#e4e1cc;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background: url(images/navbar.gif) no-repeat;
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #FF6600;
	}


#page-bar a, #page-bar a:visited {
	margin: 0;
	padding:9px 16px;
	font-weight:bold;
	font-size:1.1em;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#page-bar li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #666666;
	width: 122px;
	float: none;
	margin: 0;
	padding: 5px 10px 5px 13px;
	border-top: 1px solid #C0C0C0;
	border-left:5px solid #FF6600;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #999999;
	padding: 5px 10px 5px 13px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font-size:3.5em;
	font-weight:bold;
	}

h2 {
	font-size:1.5em;
	}

h3 {
	font-size:1.2em;
	}

h4 {
	font-size:1.0em;
	margin:0 0 5px 7px;
	}
	
h3.cat_title, h3.cat_title a {
	color:#666;
	font-size:0.70em;
	font-weight:normal;
	}




/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}
#headline div.maintext {
	margin:5px 0 0 10px;
	}
	
#headline p {
	padding-bottom:15px;
	}
	
#headline img.main {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:3px;
	float:left;
	}
	
#headline ul {
	margin:3px 0 0 5px;
	padding:0;
	float:left;
	}
#headline li {
	list-style-type:none;
	background:url("./images/list-icon.png") no-repeat center left;
	margin:2px 0;
	padding-left:20px;
	}
#headline li a {
	font-weight:bold;
	}	
		

/* イチオシ漫画 */
#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 8px 10px;
	}

#featured .clearfloat {
	margin:10px 0;
	padding:10px 0;
	border-top:1px dotted #999;
	}

#featured .info {
	margin-top:4px;
	float:right;
	width:180px;
	}

#featured .title {
	font-size:1.1em;
	font-weight:bold;
	}

#featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}
	
	

/* カテゴリー選択 */
#middle {
	width: 920px;
	border:1px dotted #999;
	background:#FFF;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	margin:0px;
	padding:5px 10px 10px 10px;
	background: #fff;
	}

.category p {
	margin:0;
	}

#cat-1 {border-top:8px solid #ffcc00;}
#cat-2 {border-top:8px solid #53c0ec;}
#cat-3 {border-top:8px solid #fda7d0;}
#cat-4 {border-top:8px solid #333333;}
#cat-5 {border-top:8px solid #1ec189;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	margin:0;
	font-weight:bold;
	font-size:1.4em;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}


#cat-1:hover {background:#ffcc00; color:#666; }
#cat-2:hover {background:#53c0ec; color:#fff; }
#cat-3:hover {background:#fda7d0; color:#666; }
#cat-4:hover {background:#333333; color:#fff; }
#cat-5:hover {background:#1ec189; color:#fff; }


#cat-1:hover a {background:#ffcc00; color:#666; }
#cat-2:hover a {background:#53c0ec; color:#fff; }
#cat-3:hover a {background:#fda7d0; color:#666; }
#cat-4:hover a {background:#333333; color:#fff; }
#cat-5:hover a {background:#1ec189; color:#fff; }


/* ページ下部 */

#bottom {
	width: 940px;
	}
	
#front-popular h3 {
	color:#fff;
	}
	
	
	
/* 更新・アーカイブ */
#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0 10px;
	}

#front-list .title, #archive .title {
	padding:2px 0px 2px 5px;
	font-weight:bold;
	font-size:1.1em;
	background:#eee;
	border-left:7px solid #252525;
	border-bottom:1px solid #252525;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0;
	padding:0;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	margin:0;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:0;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	color:#333;
	}

#content h2.title {
	font-size:1.8em;
	border:1px solid #999;
	padding:50px 0 50px 12px;
	margin:5px 0;
	background-color:#ccc;
	background-image:url("./images/title_back.jpg");
	}
	
#content h2.title_archive {
	font-size:1.8em;
	border:1px solid #999;
	padding:50px 0 50px 12px;
	margin:5px 0;
	background-color:#ccc;
	background-image:url("./images/title_back2.jpg");
	}
	
#content h3.award-title {
	font-size:1.5em;
	font-weight:normal;
	margin:60px 0 3px 0;
	padding:0 5px;
	border-left:7px solid #252525;
	border-bottom:1px solid #252525;
	color:#333;
	}
	
	

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0;
	}

.post .clearfloat {
	/*border-bottom:1px dotted #ccc;*/
	margin:16px 0px 20px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}
	
.post div.related {
	margin:0px 5px 10px 5px;
	padding:5px 10px;
	background-image:url("./images/rltd_back.gif");
	border-top:solid 1px #e9e9e9;
	border-bottom:solid 1px #e9e9e9;
}
	
.post h4.similarposts{
	margin:5px 5px 0 5px;
	padding:50px 0 10px 90px;
	background: url("./images/similar_posts.gif") ;
	font-size:1.1em;
	font-weight:bold;
	}

.entry {
	margin-top:20px;
	}
	
dl.items{
	margin:5px 5px 30px;
	padding:0 5px;
	}   
dl.items dt {   
	float:left;
	width: 7em;     
	padding:2px 0 5px 2px;
	margin:0;     
	font-weight:bold;
	text-align:left;
	clear:both; 
	}  
		
dl.items dd {      
	padding:2px 0 2px 9em; 
	margin:0;
	border-bottom:1px dotted #999; 
	}
	
.award_data {
	width:570px;
	margin:10px 0;
	padding:10px;
	background:#f6f5f0;
	}
	
.award_data img {
	border:0;
	}
	
.award_data h3 {
	margin:5px 0;
	font-size:1.0em;
	}	
	
/*テーブル*/	
.awtable {
 	width:583px;
	table-layout:fixed;
	border:1px solid #999;
	border-collapse: collapse;
	margin:12px 10px 35px 6px;
	font-size:1.00em;
	line-height:1.30em;	
}

.awtable a {
	font-weight:bold;
	color: #993300;
	text-decoration:none;
}

.awtable a:hover {
	text-decoration:underline;
	}

.awtable th {
	padding:4px;
 	border:1px dotted #999;
	background:#EEE;	
}

.awtable td.child {
	padding:4px;
	border:	1px dotted #999;
	background-color:#ffffe9;
}

.awtable td.boy {
	padding:4px;
	border:	1px dotted #999;
	background-color:#f0fbfd;
}

.awtable td.girl {
	padding:4px;
	border:	1px dotted #999;
	background-color:#fff6ff;
}

.awtable td.bogi {
	padding:4px;
	border:	1px dotted #999;
	background-color:#f7f4ff;
}

.awtable td.other {
	padding:4px;
	border:	1px dotted #999;
	background-color:#fff;
}

.awtable td.spe {
	padding:4px;
	border:	1px dotted #999;
	background-color:#eef9f1;
}
.awtable td.spe2 {
	padding:4px;
	border:	1px dotted #999;
	background-color:#f2fdf6;
}
.awtable td.gold {
	padding:4px;
	border:	1px dotted #999;
	background-color:#fbfbd6;
}
.awtable td.silver {
	padding:4px;
	border:	1px dotted #999;
	background-color:#f3fad8;
}
.awtable td.new {
	padding:4px;
	border:	1px dotted #999;
	background-color:#fcf5db;
}


.nmtable {
 	width:583px;
	table-layout:fixed;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-collapse: collapse;
	margin:0 10px 45px 6px;
	font-size:1.00em;
	line-height:1.30em;	
}

.nmtable td.nominate {
	padding:4px;
	border-bottom:	1px dotted #999;
	background-color:#fff;
	color:#666;
}

.nmtable td.nominate a {
	font-weight:bold;
	color: #84480c;
	text-decoration:none;
}

.nmtable td.nominate a:hover {
	text-decoration:underline;
}
	
	
/*他漫画賞への誘引*/	
.aw_block {
	padding:10px 10px;
	border: 7px solid #ededed;
	background: #fff;
	background-image:url("./images/block_back.gif");
	margin:60px 5px;
	}
	
.aw_block h4 {
	font-size:1.1em;
	margin:0 0 10px 0;
	}
			
.aw_block ul li {
	float: left;
	width:220px;
	list-style-type:none;
	background:url("./images/list-icon.png") no-repeat center left;
	font-size:1.0em;
	line-height:1.8em;
	padding-left:20px;
	}
	
/*各年別*/	
.year_block {
	padding:0 10px 10px 0;
	border: 7px solid #ededed;
	background: #fff;
	background-image:url("./images/block_back.gif");
	margin:40px 5px;
	}
	
.year_block h4 {
	font-size:1.1em;
	margin:10px 0 10px 10px;
	}
			
.year_block ul li {
	float: left;
	width:60px;
	list-style-type:none;
	background:url("./images/list-icon.png") no-repeat center left;
	font-size:1.0em;
	line-height:1.8em;
	padding-left:20px;
	}
	
/*詳細ページ*/
	
dl { 
	margin:10px 5px 30px 10px;
	padding:5px 0;
	}   
dt {   
	float:left;
	width: 8em;     
	padding:1em 1em;
	margin:0.3em;     
	font-weight:bold;
	font-size:1.0em;
	text-align:center; 
	clear:both;  
	}   
	
dt.his {
	background-color:#f6bc70;
	}
	
dd.his2 {      
	padding:1em 1em 1em 11em; 
	margin:0.3em;
	}
	
dd.his3 {      
	padding:0.2em 1em 1em 11em; 
	margin:0.3em;
	}
	
dt.rank {
	background-color:#c5de71;
	} 
	
dd.rank2 {      
	padding:0.3em 1em 1em 11em; 
	margin:0.3em;
	}
	
dd.rankicon {      
	padding:0.3em 1em 0.3em 13.5em; 
	margin:0.3em;
	background:url("./images/rank_iconmini.gif") no-repeat 11em 5px;
	} 
	
dt.spplmnt {
	background-color:#f6e170;
	}
	
dd.spplmnt2 {      
	padding:1.1em 1em 1em 11em; 
	margin:0.3em;
	}

dd.spplmnt3 {      
	padding:0.2em 1em 1em 11em; 
	margin:0.3em;
	}	
	
p.notes{
	font-size:0.9em;
	}

p.best100{
	margin: 0 13px 10px 0;
	padding:1em;
	border: 1px solid #ccc;
	}

/*詳細ページのレビュー*/

h4.review_detailblock-title {
	margin:0;
	padding:60px 0 0 100px;
	background:url("./images/review_ttl_black.gif") no-repeat 0 0;
	font-size:1.1em;
	}
		
div .review_detailblock {
	margin:0 10px 60px 0;
	padding:20px 0 20px 20px;
	border-left:1px solid #000;
	background: #fff;
	}
	
.review_detailblock ul{
	margin:0 0 30px 0;
	padding:0;
	}
	
.review_detailblock li.tuma {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:10px 5px 10px 40px;
	background:url("./images/tuma_iconmini.gif") no-repeat 5px 5px;
	font-size:1.05em;
	line-height:1.5em;
	}
	
.review_detailblock li.otto {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:10px 5px 10px 40px;
	background:url("./images/otto_iconmini.gif") #f3f3f3 no-repeat 5px 5px;
	font-size:1.05em;
	line-height:1.5em;
	}

.review_detailblock li a {
	font-weight:bold;
	}		
	
.review_detailblock dl{
	margin:0;
	padding:0;
	border:1px dotted #ccc;
	}	
	
.review_detailblock dt {   
	float:left;
	width: 2em;     
	padding:5px;
	margin:0;     
	font-size:0.9em;
	line-height:1.4em;
	clear:both;  
	} 
	
.review_detailblock dd {      
	padding:5px 5px 5px 3em; 
	margin:0;
	font-size:0.9em;
	line-height:1.4em;
	}
	
.review_detailblock p {      
	padding:5px; 
	margin:0;
	float:right;
	font-size:1.3em;
	font-style:italic;
	font-family:Monotype Corsiva,Helvetica,Arial;
	clear:both;
}


/*詳細ページひとことレビュー*/
h4.review_hitokoto-title {
	margin:0 0 0 10px;
	padding:60px 0 0 100px;
	background:url("./images/review_hitokoto_ttl_black.gif") no-repeat 0 0;
	font-size:1.1em;
	}

div.review_hitokoto {
	width: 530px;
	padding: 0 10px;
	margin: 10px 10px 20px 38px;
	position: relative;
}

div.imgTuma {
	float: left;
	text-indent: -9999px;
	background: url("./images/review_hitokoto_tuma.gif") no-repeat 0 0;
	width: 67px;
	height: 88px;
	}
	
div.imgDanna {
	float: left;
	text-indent: -9999px;
	background: url("./images/review_hitokoto_danna.gif") no-repeat 0 0;
	width: 67px;
	height: 88px;
	}

div.review_hitokoto .commentContents {
	width: 463px;
	float: right;
	background: #e8e8e8 url("./images/review_hitokoto_bottom.gif") no-repeat left bottom;
	}

.commentContents p {
	margin-bottom: 1.2em;
	}

.commentContents div {
	background: url("./images/review_hitokoto_top.gif") no-repeat;
	padding: 15px 15px 5px 15px;
	margin:0;
	}
	
div.commentContents a[href^="http:"], 
div.commentContents a[href^="https:"]{
	padding-right: 18px;
	background: transparent url(./images/newwindow.gif) no-repeat center right; 
	} 
	
div.commentContents a[href^="http://d-artisan.net/manga/"], 
div.commentContents a[href^="http://d-artisan.net/manga/"] {
	padding-right: 0; 
	background: none; 
	} 
	
div.review_hitokoto p.strong {
	font-weight:bold;
	}

div.review_hitokoto p.date {
	color: #666;
	text-align: right;
	margin:0;
	padding:0;
	}

div.review_hitokoto:after	{ 
	height:0;
	visibility: hidden;
	content: ".";
	display: block;	
	clear: both; 
	}

/*google blog検索*/

#gserach {
	margin:0;
	padding:0;
	}

#gserach h2{
	margin:5px 5px 0 5px;
	padding:80px 0 20px 95px;
	background: url("./images/google_blogsearch.gif") no-repeat ;
	font-size:1.1em;
	font-weight:bold;
	}
	
#gserach a[href^="http:"], 
#gserach a[href^="https:"]{
	padding-right: 18px;
	background: transparent url(./images/newwindow.gif) no-repeat center right; 
	} 
	
#gserach a[href^="http://d-artisan.net/manga/"], 
#gserach a[href^="http://d-artisan.net/manga/"] {
	padding-right: 0; 
	background: none; 
	}
	
	

/*カテゴリー：ランキング*/

h3.rank01 {
	margin: 20px 0 15px 5px;
	padding: 17px 0 5px 65px;
	width:515px;
	font-size:1.1em;
	color:#fff;
	background: url("./images/rank01.gif") no-repeat;
	}
	
h3.rank02 {
	margin: 20px 0 15px 5px;
	padding: 17px 0 5px 65px;
	width:515px;
	font-size:1.1em;
	color:#fff;
	background: url("./images/rank02.gif") no-repeat;
	}
	
h3.rank03 {
	margin: 20px 0 15px 5px;
	padding: 17px 0 5px 65px;
	width:515px;
	font-size:1.1em;
	color:#fff;
	background: url("./images/rank03.gif") no-repeat;
	}
	
h3.rank04under {
	margin: 20px 0 15px 5px;
	padding: 17px 0 5px 65px;
	width:515px;
	font-size:1.1em;
	color:#fff;
	background: url("./images/rank04under.gif") no-repeat;
	}

div.ranking {
	margin:0 5px;
	padding:0;
	display: inline-block;
	}
	
.ranking:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}
/* start commented backslash hack \*/
* html .ranking { height: 1%; }
.ranking { display: block; }
/* close commented backslash hack */
	
div.rank-img {
	float:left;
	width:160px;
	_width:150px;
	margin:0 20px 0 0;
	_margin:0 10px 0 0;
	padding:0;
	}
	
div.rank-info {
	float:right;
	width:400px;
	margin:0;
	padding:0;
	}
	
.rank-info dl {
	margin:0 0 10px 0;
	padding:0;
	}

.rank-info dt {   
	width: 390px;     
	padding: 3px 5px;
	margin: 0 0 5px 0;     
	font-weight: bold;
	font-size: 1.0em;
	background-color: #f6bc70;
	}
	
.rank-info dd {      
	padding:0; 
	margin:0;
	}
	
.rank-info h4.netsearch_ttl {
	margin:30px 0 10px 0;
	padding:0;
	height:36px;
	background: url("./images/rank_netsearch.gif") no-repeat;
	text-indent:-9999px;
	}

.netserch {
	margin:0;
	padding:0;
	}
	
div.netserch a[href^="http:"], 
div.netserch a[href^="https:"]{
	padding-right: 18px;
	background: transparent url(./images/newwindow.gif) no-repeat center right; 
	} 
	
div.netserch a[href^="http://d-artisan.net/manga/"], 
div.netserch a[href^="http://d-artisan.net/manga/"] {
	padding-right: 0; 
	background: none; 
	} 
	
.rank-info h4.booksearch_ttl {
	margin:30px 0 10px 0;
	padding:0;
	height:36px;
	background: url("./images/rank_booksearch.gif") no-repeat;
	text-indent:-9999px;
	}

.booksearch {
	margin:0 0 20px 0;
	padding-left:20px;
	_padding-left:5px;
	}
	
.booksearch ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.booksearch ul li {
	list-style:none;
	margin:0;
	padding:0;
	width:190px;
	float:left;
	}

.booksearch li a:hover img {
	border:1px solid #66cc00;
	}
	

.nextpage {
	margin:10px;
	padding:5px;
	text-align:center;
	font-size:1.1em;
	background:#f3f3f3;
	}


/*投稿分割用ページング*/

.paging {
	margin:30px 5px;
	text-align:center;
	}

.pagenum{
	padding:0;
	line-height: 100%;
	}
.pagenum a, .pagenum a:link {
	padding: 2px 6px; 
	margin: 0 6px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}

.pagenum a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

	

/*詳細ページのタグ*/
.tag {
	margin:25px 5px;
	padding:10px;
	background:#f2f9fb;
	border:1px solid #bae7fc;
	}



/*各漫画賞・受賞年別　関連リンク*/	
.relate_block {
	padding:10px 10px;
	border: 7px solid #ededed;
	background: #fff;
	background-image:url("./images/block_back.gif");
	margin:60px 5px;
	}
	
.relate_block h4 {
	font-size:1.1em;
	margin:0 0 10px 0;
	}
			
.relate_block ul li {
	list-style-type:none;
	background:url("./images/list-icon.png") no-repeat center left;
	font:1.0em;
	line-height:1.8em;
	padding-left:20px;
	}
	

/*レビューページ*/

#content h3.review-title {
	font-size:1.5em;
	font-weight:normal;
	margin:20px 0 40px 0;
	padding:0 5px;
	border-left:7px solid #252525;
	border-bottom:1px solid #252525;
	color:#333;
	}

.review dl{
	margin:10px 10px 60px 10px;
	padding:0;
}  
 
.review dt {   
	float:left;
	width: 7em;     
	padding:5px 0 5px 10px;
	margin:0;     
	font-weight:normal;
	text-align:left;
	clear:both; 
}  
		
.review dd {      
	padding:5px 0 5px 8em; 
	margin:0;
	border-bottom:1px dotted #ccc; 
}






#content h4.review_block-title {
	margin:0 0 0 10px;
	padding:70px 0 5px 100px;
	background:url("./images/review_ttl.gif") no-repeat center left;
	font-size:1.0em;
	font-weight:normal;
	}
	
	
div .review_block {
	margin:10px 10px;
	padding:10px 10px;
	border-top: 1px solid #cdc960;
	border-bottom: 1px solid #cdc960;
	background: #fff;
	background-image:url("./images/review_back.gif");
	}

.review_block dl{
	margin:0;
	padding:0;
}  
 
.review_block dt {   
	float:left;
	width: 70px;     
	padding:5px 0 5px 10px;
	margin:0;     
	text-align:center;
	clear:both; 
}  
		
.review_block dd {      
	padding:5px 0 5px 90px; 
	margin:0;
}

.review_block img {      
	border:none;
}

/*org*/


#stats {
	margin-top:0;
	padding:4px 0;
	text-transform:uppercase;
	font:0.8em;
	display:block;
	}

#stats span {
	padding: 0 20px 0 0;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0;
	margin:0;
	padding:0;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0;
	}

#sidebar h3 {
	font:1.0em 'メイリオ',Meiryo;
	font-weight:bold;
	background:#333;
	border-right:6px solid #FF6600;
	color:#fff;
	margin:10px 0 5px 0;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0 2px 13px;
	background:url(images/sub.png) no-repeat 0 0;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0 dotted #ccc;
	display:block;
	padding:2px 0 0 13px;
	background:url(images/sub.png) no-repeat 0 0;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}
	
#sidebar-ads2 {
	width:300px;
	float:right;
	margin:10px 0;
	padding:10px;
	background:#fff;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* コメント */

#comments {
	margin:10px 5px;
	padding:10px;
	background-image:url("./images/rltd_back.gif");
}

/*.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}*/
	
h3#respond {
	margin-top: 30px;
	padding: 5px 0 5px 10px;
	border-left:solid 7px #333;
	}

h3#comments {
	margin:10px 0;
	padding: 5px 0 5px 10px;
	border-left:solid 7px #333;
	}

h3.authors {
	margin-top:15px;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 10px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:440px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0 10px 0 0;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:560px;
	background:#fff;
	}
	
	
h3#trackback-url{
	margin:10px 0;
}
	
input#tb_url {
	font-family: Helvetica, "courier new", courier, monospace;
	background-color: #fff;
	font-size: 1.2em;
	padding: 0.2em;
	width: 98%;
}

div.trackback {
	margin: 10px 0 30px 0;
	padding-left: 10px;
	border-left:solid 7px #333;
}

	

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#545454 url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#2662ab;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0 dotted #fff;
	}
	
	
.pagelink {
	margin-top:40px;
	margin-bottom:0;
	padding:5px 10px;
	float:right;
	/*background:#e4e1cc;*/
}



#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	color:#ccc;
	padding-bottom:20px;
	}
	
#footer a {
	color:#ccc;
	}
	
#copyright {
	margin: 0 auto;
	width: 960px;
	font-size:0.7em;
	color:#000;
	padding-top:10px;
	padding-bottom:5px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
br .clear {
	margin:0;
	padding:0;
	clear:both;
}

div.ratings {
	text-align:right;
	margin:0 5px 5px 0;
	}
	
.ratings:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}
/* start commented backslash hack \*/
* html .ratings { height: 1%; }
.ratings { display: block; }
/* close commented backslash hack */