*{
	background-color: transparent;
	font-style: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: 150%;
	}

html{
	margin: 0;
	padding: 0;
	background-color: #f2f1e9;
	}

body {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 2em 5%;
	background-color: #ffe;
	background-attachment: scroll;
	background-position: top right;
	background-image: url('http://file.manju.blog-mmo.com/20100708204655.png');
	background-repeat: no-repeat;
	}

h1{
	margin: 2em 0 1em;
	padding: 0;
	color: #600;
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	border-style: none;
	clear: both;
	}

h2{
	margin: 2em -2% 1em;
	padding: 7px 3% 3px;
	background-color: #ffc;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-style: solid;
	border-width: 1px 0;
	border-color: #966;
	clear: both;
	}

h3{
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 2em -2% 1em;
	padding: 0 4%;
	text-align: left;
	line-height: 120%;
	border-style: solid;
	border-color: #966;
	border-width: 0 0 1px;
	clear: both;
	}

h3:before{
	content: "■";
	color: #966;
	margin-right: 0.3em;
	}

h4{
	color: #000;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 1em 0 0.5em 1em;
	padding: 0;
	line-height: 120%;
	border-style: none;
	clear: both;
	}

h4:before{
	content: "◇";
	color: #966;
	margin-right: 0.3em;
	}

p{
	margin: 0.6em 0.5em;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-indent: 0.8em;
	}
p.sign{
	margin: 0.6em 2em 0.5em;
	text-align: right;
	text-indent: 0em;
	}
p.note{
	color: #999;
	font-size: 90%;	
	}

blockquote {
	margin: 1.5em 1em;
	padding: 0 1em;
	text-indent: 0;
	border-style: solid;
	border-width: 0 3px;
	border-color: #f99;
	clear: both;
	}

blockquote:before {
	display: block;
	line-height: 1.6em;
	color: #060;
	border-bottom: #c66 1px solid;
	margin-bottom: 1em;
	content: "以下引用";
	}

blockquote[title]:before {
	content: "以下 「" attr(title) "」 より引用";
	}

blockquote:after {
	display: block;
	line-height: 1.6em;
	color: #060;
	border-top: #c66 1px solid;
	margin-top: 1em;
	text-align: right;
	content: "引用ここまで";
	}

blockquote[cite]:after {
	content: "引用ここまで\A" "URI: " attr(cite);
	}

pre{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 1em;
	padding: 0;
	border-style: none;
	border-color: #000000;
	border-width: 0 0 0 0;
	text-align: left;
	}

ul, ol, dl{
	margin: 0 0 0 3em;
	padding: 0;
	}

li{
	margin: 0 0 0 0.5em;
	padding: 0;
	line-height: 120%
	}

ul>li{
	list-style-type: disc;
	}

ul ul>li{
	list-style-type: circle;
	}

ul ul ul>li{
	list-style-type: square;
	}

dt{
	margin: 0.8em 0 0.2em 0.5em;
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 150%
	}

dd{
	margin: 0 0 0 3em;
	padding: 0;
	text-indent: 0;
	line-height: 150%
	}

dd p{
	margin: 0.2em 0.5em;
	}

address{
	font-weight: normal;
	font-style: normal;
	margin: 1em 0;
	padding: 0.5em 1em;
	border-style: solid;
	border-color: #966;
	border-width: 1px;
	text-align: left;
	clear: both;
	}

a{
	background-color: transparent;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0 0.1em;
	text-decoration: none;
	}

a:link{
	color: #00c;
	text-decoration: underline;
	}

a:visited {
	color: #660066;
	text-decoration: underline;
	}

a:active  {
	color: #0000cc;
	text-decoration: underline;
	}

a:hover { 
	color: #cc0000;
	background-color: #ffff99;
	text-decoration: underline;
	}
a img{
	border-style: none;
	}
ul.illust a img{
	border-style: solid;
	border-width: 3px;
	}
ul.illust a:link,
ul.illust a:visited{
	color:#599;
	}
ul.illust a:hover {
	background-color: transparent;
	color: #d00;
	}
ul.illust a:active {
	color: #999;
	}
a.deadlink{
	text-decoration: line-through;
	}
h1 a:link,
h1 a:visited,
h1 a:active{
	color: inherit;
	text-decoration: inherit;
	background-color: transparent;
	}
h1 a:hover{
	color: #cc0000;
	text-decoration: inherit;
	}
h2 a:link,
h2 a:visited,
h2 a:active{
	text-decoration: inherit;
	}
h2 a:hover{
	color: #cc0000;
	text-decoration: inherit;
	background-color: transparent;
	}

em {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	color: #c00;
	margin: 0 0.1em;
	}

pre em {
	font-weight: bold;
	font-style: inherit;
	background: inherit;
	}

strong{
	background-color: transparent;
	color: inherit;
	font-weight: bold;
	font-style: inherit;
	margin: 0 0.1em
	}

cite, q{
	background-color: transparent;
	color: #060;
	font-weight: normal;
	font-style: normal;
	}

dfn{
	background-color: transparent;
	color: #300;
	font-weight: normal;
	font-style: normal;
	}

a:link *,
a:visited *,
a:active *,
a:hover *{
	color: inherit;
	}

img{
	margin: 0;
	padding: 0;
	}

table{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 1.5em 0;
	padding: 0 0 0 0;
	border-color: #966;
	border-color: #000000;
	border-width: 1px;
	text-align: left;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto; 
	}
caption{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	border-style: none;
	border-color: #000000;
	border-width: 0 0 0 0;
	text-align: center;
	}
td{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #966;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	}
th{
	background-color: #ffc;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #966;
	border-width: 1px 1px 1px 1px;
	text-align: center;
	}
sup{	
	line-height: 100%;
	margin: 0 2px 0 0;
	}
del{
	text-decoration: line-through;
	}
table img{
	margin: 3px;
	padding: 0;
	border-style: none;
	}

ul.illust {
	text-align: center;
	margin: 0 0 0 0;
	}
ul.illust li{
	list-style-type: none;
	margin: 0 0 0 0;
	}
ul.illust li img{
	margin: 7px 0;
	}
ol.conv li{
	margin-left: 3em;
	text-indent: -2.5em;
	list-style-type: none;
	}
ol.conv li span.note{
	font-size: 80%;
	color: #999;
	}
dl.movie{
	margin: 0;
	padding: 0;
	}
dl.movie dt{
	margin: 25px 0 0 0;
	text-align: center;
	}
dl.movie dd{
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	}

/*************************************************************************************
トップブロック用デザイン
**************************************************************************************/
#HEADER {
	width: 100%;
	padding-top: 50px;
	min-height: 210px;
	}
#TOP_EXPLANATION {
	padding: 10px 2em;
	font-size: 90%;
	}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
#FOOTER {
	background-color: #ffc;
	margin: 2em -2% 3em;
	padding: 0.5em 2%;
	border-style: solid;
	border-color: #966;
	border-width: 1px 0;
	clear: both;
}
#FOOTER address{
	margin: 0;
	padding: 0 2em;
	border-style: none;
	text-align: right;
	}
#FOOTER address#ROSSO_COPR{
	font-size: 80%;
	text-align: left;
	}
ul.pr{
	font-size: 80%;
	text-align: right;
	}
ul.pr li{
	list-style-type: none;
	display: inline;
	}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
.plugin_block {
	width: 23%;
	text-align: left;
	float: right;
	margin-bottom: 5em;
	}
.plugin_title {
	}
.plugin_block h2{
	margin: 2em -2% 1em;
	padding: 7px 1em 3px;
	background-color: transparent;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-style: solid;
	border-width: 0 0 2px 7px;
	border-color: #933;
	}
ul.movie_list{
	margin: 0 1em 1em;
	padding: 1em 1em 2em;
	border: #999 solid;
	border-width: 1px;
	height: 6em;
	}
ul.movie_list dt{
	overflow: hidden;
	}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
#ENTRY_BLOCK {
	width: 72%;
	float: left;
	}

ul.entry_header {
	text-align:right;
	padding:5px;
    margin-bottom: 2em;
	}
ul.entry_header li{
	list-style-type: none;
    margin-bottom: 0.5em;
	}
.entry_text {
	margin: 5px 0px;
	}
ul.entry_ps_text {
	text-align: left;
	}
ul.entry_ps_text li{
	list-style-type: none;
	}
ul.entry_footer {
	text-align:right;
	padding:5px;
	}
ul.entry_footer li{
	list-style-type: none;
	display: inline;
	margin-left: 1em;
	}
ul.page_link{
	text-align:center;
	margin: 2em 0;
	padding:10px;
	}
ul.page_link li{
	list-style-type: none;
	display: inline;
	margin: 0 0.5em;
	}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
.comment_menu_title{
	}
dl.comment_text_box{
	margin: -2em 0em 2em 2em;
	}
dl.comment_text_box dt.comment_title{
	font-weight: bold;
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #666;
	padding-left: 1em;
	}
dl.comment_text_box dd{
	margin: 0em 0 0.5em 1em;
	padding: 0;
	}
dl.comment_text_box dd.comment_text{
	margin: 0 0 0 2em;
	padding: 0px;
	text-indent: 0em;
	}
dl.comment_text_box dd.comment_user_name{
	display: inline;
	margin: 0 0 0 1em;
	}
dl.comment_text_box dd.comment_url{
	display: inline;
	margin: 0 0 0 1em;
	}
dl.comment_text_box dd.comment_write_date{
	margin: 0 0 0 3em;
	display: inline;
	}
dl.comment_text_box dd.comment_write_date:before{
	content: "---";
	color: #966;
	margin-right: 0.3em;
	}
dl.comment_text_box dd.comment_edit{
	display: inline;
	margin: 0 0 0 1em;
	font-size: 80%;
	}
.comment_form_block{
	margin:20px 0;
	}
.comment_Forms{
	}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/

dl.comment_text_box dd.comment_res_block dl{
	margin: 0;
	}
dl.comment_text_box dd.comment_res_block dt.comment_res_title {
	font-weight: bold;
	}
dl.comment_text_box dd.comment_res_block dd.comment_res_text {
	}
dl.comment_text_box dd.comment_res_block dd.comment_res_date {
	margin: 0 0 0 2em;
	display: inline;
	}
dd.comment_res_date:before{
	content: "---";
	color: #966;
	margin-right: 0.3em;
	}
dl.comment_text_box dd.comment_res_block dd.comment_res_name {
	margin: 0 0 0 1em;
	display: inline;
	color: #933;
	}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
.trackback_menu_title{
	}
dl.trackback_TextBox{
	margin: 5px 0px;
	}
dd.trackback_title{
	}
dd.trackback_text{
	padding: 10px;
	}
dd.trackback_write_date{
	}
ul.trackback_url_title{
	}
#TRACKBACK_URL{
	width: 100%;
	}
/**************************************************************************************
  各プラグイン項目用設定
**************************************************************************************/
dl.plugin_data{
	margin: 0;
	font-size: 90%;
	}
ul.category{
	margin: 0;
	list-style-position: inside;
	font-size: 90%;
	}
ul.archive{
	margin: 0 0em 0.5em 0.5em;
	padding: 0.5em 0.5em 2em;
	border: #999 solid;
	border-width: 1px;
	height: 6em;
	overflow: auto;
	list-style-position: inside;
	font-size: 80%;
	}
ul.link{
	margin: 0;
	list-style-position: inside;
	font-size: 90%;
	}
div.plugin_block ul.new_entries{
	margin: 0;
	list-style-position: inside;
	font-size: 90%;
	}
ul.plugin_comment{
	margin: 0;
	list-style-position: inside;
	font-size: 90%;
	}
div.NinjaEntryCommercial {
	margin: 12em -1em 12em 1em;
	float: left;
	text-align: center;
	font-size: 80%;
	color: #666;
	}
input,
textarea {
	background-color: #fff;
	}
div.twtr-widget{margin:2em -10px 25px 5px;}
.twtr-profile-img-anchor{float:left;}
.twtr-widget p{text-indent:0;}
.twtr-widget h3,.twtr-widget h4{clear: none;border:none;}
.twtr-widget h3:before,.twtr-widget h4:before{display:none;}
.twtr-widget a:hover{background-color:transparent;}
.twtr-widget a{margin:0;}
.gpara{
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	}
ul.top_img{
	margin-top: 2em;
	margin-bottom: 20em;
	}