/* WhiteAngel2 Styles */ 
 
/* 基本要素 */ 
html{
	margin:0;
	padding:0;
}

body{
	padding:0;
	margin:0 auto;
	background-color:white;
	color:#333;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size:10.5pt;
}

h1,h2,h3,h4,h5,h6,p,div,{
	margin:10px auto;
}

a img{
	border-width:0px;
}

a{
	color:#209;
	text-decoration:underline;
}

a:hover{
	color:#C06
}

ul{
	margin:5px 5px 0 40px;
	padding:0;
}

dl{
	margin:0;
	padding:10px 0;
}

dd{
	margin:0;
}
 
/* 基本クラス */ 

.ads{
	text-align:center;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:15px;
	margin:5px auto;
}

.afr{
	text-align:center;
	font-size:9pt;
	color:#666;
}

#footnavi{
	clear:right;
	font-size:8pt;
	font-weight:bold;
	border-top:1px solid #CCC;
	text-align:right;
	padding:5px 10px;
	margin:0;
}

#copy{
	margin:0;
	padding:10px;
	background-color:black;
	text-align:right;
	color:#999;
}

.pagenavi{
	text-align:center;
	padding:10px 0;
	border-bottom:solid 1px #999;
}

.rankingmodule{
	width:450px;
	margin:10px auto;
	padding:5px;
	border:double 4px #CCC;
	color:#933;
}

.title1{
		background-image:url('image/titleback1.png');
		background-repeat:no-repeat;
		background-position:right center;
		font-size:11pt;
		font-weight:bold;
		height:30px;
}

#copy a{
	color:white;
}

.clear{
	clear:both;
}
 
/*フォーム部分*/ 
form{
	padding:0;
	margin:0;
}
.comment-form{
	margin:0;
	padding:0;
}
.comment-form p{
	margin:0;
	width:100%;
	font-size:9pt;
}

.comment-form label{
	font-weight:bold;
	font-size:9pt;
}



.comment-form textarea{
	border:solid 1px #333;
	width:400px;
	height:100px;
	font-size:10pt;
	dispray:block;
	margin:5px;
	scrollbar-face-color: #999;       /* 表面の色 */
	scrollbar-3dlight-color: #333;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #333; /* 右端と下端 */
	scrollbar-highlight-color: white;  /* ハイライトの色 */
	scrollbar-shadow-color: white;     /* 影の色 */
	scrollbar-arrow-color: #999;      /* 矢印の色 */
	scrollbar-track-color: #333;      /* バーの背景の色 */

}

.comment-form div input{
	background-color:#333;
	width:80px;
	text-align:center;
	margin:5px;
	color:white;
	border:1px outset white;
}
.comment-form #author,.comment-form #email,.comment-form #url{
	text-align:left;
	background-color:white;
	font-size:10.5pt;
	border:solid 1px #333;
	width:400px;
	display:block;
	margin:5px;
	color:#333;
}
 
/*ヘッダー*/ 

#header h1{
	margin-left:10px;
}

#header h2{
	font-size:12pt;
	text-align:right;
	margin-right:10px;
	font-weight:normal;
}

#navigation{
	background-color:black;
	text-align:center;
	border-bottom:3px solid #999;
	margin:0;
	padding:0;
	height:19px;

}

#navigation a{
	color:white;
	text-decoration:none;
	font-size:12px;
	padding:5px 3px 10px;
	height:20px;
	line-height:20px;
	margin:0 10px;
}

#navigation a:hover{
	background-color:#666;
}
 
/* container */ 

#container{
	width:780px;
	margin:10px auto;
}
 
/* sidebar */ 

#sidebar{
	width:260px;
	margin:0px;
	padding:0px;

}

#sidebar-s{
	width:200px;
	margin:0px;
	padding:0px;

}

#comic{
	text-align:center;
	border:2px solid #CCC;
}

.comic-footer{
	font-size:8pt;
	margin:0px;
	text-align:right;
}

.comic-backnumber{
	margin:0px;
	font-weight:bold;
}


.people{
	font-size:8pt;
	line-height:1.4;
	height:350px;
	width:200px;
	margin:10px auto;
	padding:5px;
	border:1px solid #CCC;
	overflow:auto;
	scrollbar-face-color: white;       /* 表面の色 */
	scrollbar-3dlight-color: #999;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #999; /* 右端と下端 */
	scrollbar-highlight-color: white;  /* ハイライトの色 */
	scrollbar-shadow-color: #999;     /* 影の色 */
	scrollbar-arrow-color: #999;      /* 矢印の色 */
	scrollbar-track-color: white;      /* バーの背景の色 */

}

#sidebar h3,#sidebar-s h3{
	font-size:9pt;
	color:#666;
	text-align:center;
	border:1px outset #CCC;
	line-height:1.5
}

#link li{
	list-style-image:url('image/icons/10px01-gray/icon10_heart.png');
}

.recent-entry li{
	font-size:8pt;
	border-bottom:1px dotted #CCC;
	line-height:1.5;
	list-style-type:none;
}

.recent-entry ul{
	margin:0 10px;
	padding:0;
}

.recent-entry a{
	text-decoration:none;
}

#search{
	border-bottom:1px solid #CCC;
}

.searchbox{
	width:150px;
	border:1px solid #666;
	font-size:10pt;
}

.searchbtn{
	font-size:9pt;
	font-weight:bold;
	background-color:#666;
	border:outset 1px #666;
	color:white;
}
 
/* content */ 

#content{
	width:500px;
	margin:0px;
	padding:5px;
	float:right;
}

#content .main-text{
	line-height:1.5;
}

#content .main-more{
	margin-top:10px;
	line-height:1.5;
}

#content .main-footer{
	font-size:9pt;
	text-align:right;
	color:#999;
}

#content h3{
	padding:0;
	margin:0;
}

#content h4{
		background-image:url('image/titleback2.png');
		background-repeat:no-repeat;
		background-position:left middle;
		line-height:1.6;
		padding-left:5px;
		border:solid 1px #FC6;
}

.main-text img{
	margin:0px;
	clear:both;
}

.main-more img{
	margin:0px;
	clear:both;
}

.img-thumb{
	text-align:center;
}

.img-thumb-cat{
	text-align:center;
}
.img-thumb-cat img{
	margin:3px;
	padding:0;
}

.img-thumb img{
	margin:10px;
	padding:0px;
}

.img-thumb a{
	text-decoration:none;
}

.img-thumb-cat a{
	text-decoration:none;
}
.img-thumb a img{
	border:1px solid black;
}

.img-thumb-cat a img{
	border:1px solid black;
}
.img-thumb a:hover img{
	border:1px solid black;
}

.img-thumb-cat a:hover img{
	border:1px solid black;
}


.top_comment li{
	list-style-image:url('image/icons/10px01-gray/icon10_right.png');
	font-size:8.5pt;
}

.top_comment dt{
	background-image:url('image/icons/10px01-yellow/icon10_sq.png');
	background-repeat:no-repeat;
	background-position: left middle;
	padding-left:15px;
	margin-top:10px;
}

.top_trackback li{
	list-style-image:url('image/icons/10px01-blue/icon10_dia.png');

}
 
/*トップページ用*/ 

.profile{
	font-size:9pt;
}

.profile dt{
	margin:5px 0px;
	color:#999;
}

.profile dd{
	line-height:1.5;
	margin-left:2em;
}

.columnimage{
	float:right;
}
 
/*コメント・トラックバック*/ 


.post-comment{
	margin:0 auto;
	padding:0;
	width:400px;
}

.comment-body{
	width:100%;
	margin:5px;
	padding:5px;
	font-size:10pt;
	line-height:1.5;
}

.comment-footer{
	text-align:right;
	font-size:9pt;
	border-bottom:dotted 1px #999;
	padding:3px;
}

.post-trackback{
	margin-top:20px;
}

.trackbackurl{
	font-weight:bold;
	text-align:center;
	font-size:9pt;
}

.trackbackurl input{
	font-size:8pt;
	width:280px;
	border:1px solid #999;
	margin:2px;
	padding:2px;
	color:999;
}

.post-trackback dd{
	font-size:10pt;
}

.post-trackback dt{
	font-size:11pt;
	margin-top:5px;
	margin-bottom:3px;
}
 
/*カテゴリーアーカイブ*/ 
.category-list li{
	list-style-image:url('image/icons/10px01-yellow/icon10_right.png');
	margin:10px auto;
	border-bottom:1px solid #CCC;
	padding:5px;
}
 
/*検索結果*/ 
#search-result{
	width:700px;
	margin:5px auto;
}

#searchform{
	text-align:center;
}

#searchform .searchtext{
	width:250px;
	border:solid 1px #999;
}

#searchform .searchbtn{
	width:90px;
	border:outset 1px #999;
	font-weight:bold;
	background-color:#333;
	color:white;
	text-align:center;
}

#search-result h3{
		background-image:url('image/titleback2.png');
		background-repeat:no-repeat;
		background-position:left middle;
		line-height:1.6;
		text-align:right;
		padding-right:10px;
		border:solid 1px #FC6;
		font-size:12pt;
		font-weight:bold;
		letter-spacing:0.5em;
}

#search-result dt{
	border-top:solid 1px #999;
	margin:10px 0px;
	padding-top:10px;
}

#search-result dt strong{
	font-size:12pt;
}

#search-result dd{
	padding-bottom:10px;
}
 
/*コメント確認*/ 
#commentcheck{
	width:600px;
	margin:5px auto;
}

#commentcheck h3{
		background-image:url('image/titleback1.png');
		background-repeat:no-repeat;
		background-position:right center;
		font-size:11pt;
		font-weight:bold;
		height:30px;
		margin:5px 30px;
}
 

