@charset "Shift_JIS";

/*
　●フォントサイズ
	63% == 10px
	70% == 11px
	75% == 12px
	82% == 13px
	88% == 14px
	95% == 15px
	100% == 16px  ←★standard
	107% == 17px
	113% == 18px
	119% == 19px
	125% == 20px
	132% == 21px
	138% == 22px
*/


*{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#333;
}

body{
	line-height:1.2;
	text-align:center;
	font-size: 16px; /* モダンブラウザ向け */
	font-family:"Meiryo","メイリオ","Verdana",sans-serif;
}

/* IE 7 */
*:first-child+html body {font-size:medium;letter-spacing:0; }
/* IE 6 or sooner */
* html body {font-size:100%;letter-spacing:0em;}

table {font-size:inherit;font:100%;}
pre,code,kbd.samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

.clear{clear:both;}

a{color:#555;}
a:hover{text-decoration:none;}
a img{border:none;}

p{margin:6px 0;}

h2{display:none;}

li{margin-left:20px;}

#container{
	width:820px;
	text-align:center;
	background:#fff url(http://www.eromanga.org/image/template/eroman_container.jpg) 50% 0 repeat-y;
	margin:0 auto;
}

#header{
	width:798px;
	height:77px;
	text-align:left;
	margin-left:21px;
}

#header h1{
	font-size:63%;
}

#header h1 a{
	display:block;
	width:220px;
	height:77px;
	background:url(http://www.eromanga.org/image/template/eroman_h1.gif) 0 0 no-repeat;
	padding-left:6px;
	text-decoration:none;
}

#blogcontainertop{
	height:16px;
	background:url(http://www.eromanga.org/image/template/eroman_blogcontainer.jpg) 50% 50% no-repeat;
}

#blogcontainer{
	width:798px;
	text-align:left;
	margin-left:10px;
	padding-bottom:15px;
	font-size:82%;
}

/* main */
#main{
	width:510px;
	float:left;
	text-align:left;
	margin:10px 0 0 20px;
	display:inline;
}

.top-left{
}

.top-left span{
	width:120px;
	float:left;
}

.top-right{
}

.entrytitle{
	border-bottom:1px solid #FF46A1;
	padding:3px 3px 3px 5px;
	margin:5px 0;
}

h3.toph3{
	border-bottom:1px solid #FF46A1;
	border-left:5px solid #FF46A1;
	margin:5px 0;
	font-weight:bold;
	padding:3px 3px 3px 5px;
	color:#000;
}

h4.entrytitle{
	border-bottom:1px solid #FF46A1;
	padding:3px 3px 3px 5px;
	margin:5px 0;
}

.entrybody{
	padding:10px;
}

.entryfooter1{
	text-align:right;
}

.entryfooter2{
	text-align:right;
	margin-bottom:5px;
}

h5{display:inline;}

/* side */
#side{
	width:200px;
	float:right;
	margin:10px 10px 0 0;
	display:inline;
}

.sidetitle{
	height:20px;
	background:url(http://www.eromanga.org/image/template/sidetitle.gif) 0 50% no-repeat;
	padding:5px 0 0 20px;
	_padding-top:3px;
	margin:5px 0 0 0;
}

.sidebody{
	padding:0 5px 5px 5px;
	margin-bottom:10px;
}

.sidebody form input{
	border:1px solid #ccc;
}

input#search,input.mailform_input{
	width:160px;
}

.sidebody form textarea{
	border:1px solid #ccc;
	width:160px;
}

ul#tag-cloud li{
	display:inline;
	margin:0;
}

ul#tag-cloud li a.level1{font-size:250%;}
ul#tag-cloud li a.level2{font-size:200%;}
ul#tag-cloud li a.level3{font-size:160%;}
ul#tag-cloud li a.level4{font-size:130%;}
ul#tag-cloud li a.level5{font-size:100%;}
ul#tag-cloud li a.level6{font-size:63%;}

/* entry */
h4.comment{
	font-weight:bold;
	margin:5px 0;
}

.commentbody{
	padding:10px;
}

blockquote{
	font-size:90%;
	padding:5px;
	border:1px solid #ccc;
	background:#eee;
}


