@charset "UTF-8";

/* リセット */

* {
	margin: 0;
	padding: 0;
	color: #000000;
}

/* unicode文字方向指定 */
* {
    direction: ltr;
    unicode-bidi: bidi-override;
}

ruby, rb, rt, rbc, rtc { unicode-bidi: normal; }

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

html{
overflow-y:scroll;
}
ol,ul{
list-style:none;
}
fieldset,img{
border:0;
}
img {
	vertical-align:bottom;
	border-width: 0px;
	border-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
text-align:left;
}
address,caption,cite,code,dfn,em,strong,th,ver{
font-style:normal;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}



dl {_height: 1%;}

/* ------IE6用------ */
br {letter-spacing:0;}
/* ----------------- */


/* ------禁則処理------ */
body {
	word-break: normal !important;
	word-wrap: break-word;
}
/* ----------------- */



/* base.css */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family:'Noto Sans Japanese', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000099;
}

a:visited {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #bbddee;
}

ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--- ヘッダ ---*/
#islogin_info {
	margin: 0px auto;
	padding: 10px 0px 0px 10px;
	width: 950px;
	height:22px;
	text-align: left;
	color:#eeddee;
	background: #000000;
}

#islogin_info a{
	color:#ffffff;
	text-decoration:underline;
}

#islogin_info a:hover {
	text-decoration: none;
	color: #cceeff;
}


/* R18ページ注意書き */
#r18attention {
	margin-right: 10px;
	width: 240px;
	text-align: right;
	float: right;
	color: #ffccdd;
	font-size:90%;
}


#header {
	margin: 5px auto 0px auto;
	padding: 5px 0px 0px 0px;
	color: #ffffff;
	clear:both;
	width: 960px;
	text-align: left;
}



/* 見出し */
h1 {
	margin: 5px 0px 10px 0px;
	color: #ffffff;
	width:800px;
	float:left;
	line-height:150%;
	font-size:150%;
}

h1 .mini{
	margin-left: 5px;
	font-size:65%;
	font-weight:normal;
	color: #eeeeee;
}


h2 {
	margin: 0px 0px 10px 0px;
	padding: 8px;
	font-size: 130%;
	color: #f9f9f9;
	border-top: 1px dotted #eeccdd;
	border-bottom: 1px dotted #eeccdd;
	background: #333333;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	color: #555555;
	border: 1px dotted #dd66aa;
	background: #f9eef0;
}


/* infoナビ */
ul#information_navi {
	width:150px;
	float:right;
}

ul#information_navi li {
	float: right;
	text-align: left;
}

ul#information_navi a {
	padding: 2px 10px;
	display: block;
	color:#eeeeee;
	text-decoration:underline;
}


ul#information_navi a:hover {
	color: #bbddee;
	text-decoration: none;
}



/* マイページナビ */
ul#mypage_navi {
	margin: 10px 0px 0px 0px;
	clear:both;
}

ul#mypage_navi li {
	float: left;
	text-align: left;
	background:url(../../../view/images/xmy_nav.gif) repeat-x center center #f9f9f9;
	border: 1px solid #000000;
}

ul#mypage_navi a {
	padding: 10px 15px 10px 15px;
	color: #000000;
	border: 1px solid #dddddd;
	display: block;
	font-weight: bold;
}

ul#mypage_navi a:hover {
	background: #f6fbfc;
	border: 1px solid #33ccdd;
}

/* お気に入り登録 */
ul#mypage_navi .markon {
	padding: 10px 15px 10px 15px;
	color: #cccccc;
	background:#666666;
}

ul#mypage_navi .bookmark a:hover {
	color: #dd6699;
	background: #fdf6fc;
	border: 1px solid #ee66cc;
}

ul#mypage_navi li.no_message {
	margin: 15px 0px 0px 10px;
	color: #dddddd;
	background: none;
	font-size:95%;
	border:none;
}

/*--- ヘッダ END ---*/

/*--- フッタ ---*/
#footer {
	margin: 0px auto;
	padding-bottom: 10px;
	width: 950px;
	text-align:center;
	clear: both;
}

.upper {
	padding: 30px 10px 5px 0px;
	text-align:right;
	clear: both;
}

#footer .upper a{
	color: #ccccdd;
}
#footer .upper a:hover {
	color: #ffffff;
}


#footer ul{
	margin: 0px auto;
	width: 630px;
}

#footer li{
	padding: 5px 20px 10px 3px;
	float: left;
	text-align: center;
}

#footer li a {
	height: 20px;
	color: #ccccdd;
}

#footer li a:hover {
	color: #ccddee;
}

#copyright {
	margin: 20px 0px 0px 0px;
}
#copyright a{
	padding-top: 5px;
	text-align: center;
	clear: both;
	color:#999999;
	text-shadow:1px 1px 0px #000000;
}

#copyright a:hover{
	color:#ddddee;
}


/*--- フッタ END ---*/

/*--- 中段基本 ---*/
#container {
	margin: 0 auto;
	padding:10px 0px;
	text-align: left;
	width: 960px;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ２カラム */
#contents {
	margin: 0px auto;
	text-align: left;
	width: 770px;
	float: left;
}

/* ３カラム */
#extra {
	text-align: left;
	width: 170px;
	float: right;
}

#main {
	margin: 0px auto;
	text-align: left;
	width: 580px;
	float: right;
}

#sub {
	margin: 0px auto;
	width: 180px;
	text-align: left;
	float: left;
}


/* プロフィール */
div.profile {
	background:#ffffff;
}

div.profile dl {
	margin: 0px 0px 10px 0px;
	border: 1px solid #cccccc;
	border-top: 0px;
	font-size: 110%;
}

div.profile dl dt{
	padding: 5px 0px 5px 10px;
	width: 110px;
	line-height: 180%;
	border-top: 1px solid #cccccc;
	float: left;
}

div.profile dl dd{
	padding: 5px 10px 5px 10px;
	width: 437px;
	line-height: 180%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	float: left;
}

div.profile dl dd img {
		max-width: 430px;
}

div.profile dl .attention {
	font-size: 90%;
}

div.profile dl .islink {
	font-size: 85%;
	display:inline-block;
	margin: 0 0 0 10px;
}

div.profile dl .islink a:hover {
	color: #66aadd;
}

/*--- 中段基本 END---*/


/* マイページメニュー */
ul.xnav li{
	font-size: 110%;
	border: 1px solid #000000;
}
ul.xnav li:nth-of-type(1n){margin: 0px 0px 0px 0px;}
ul.xnav li:nth-of-type(2n){margin: 5px 0px 0px 0px;}
ul.xnav li:nth-of-type(3n){margin: 5px 0px 0px 0px;}
ul.xnav li:nth-of-type(4n){margin: 5px 0px 0px 0px;}

ul.xnav a {
	padding: 10px;
	color: #222222;
	font-weight:bold;
	display: block;
	background: #f0f0f0;
}

ul.xnav a:hover {
	color: #333333;
	background: #fdfdfd;
}
/*--- サブ END ---*/


/*--- エクストラ ---*/
/* 作品検索 */
#search_box {
	padding: 5px;
	background: #fcfcfc;
	border: 1px solid #cccccc;
	color: #333333;
}

#search_box ul{
	margin: 5px 0px 5px 10px;
}

#search_box li{
	margin: 0px 0px 3px 0px;
	font-size: 110%;
}

#search_box li a {
	padding: 2px;
	color: #3333cc;
}

#search_box li a:hover {
	color: #3399dd;
}

#search_box form{
	color: #333333;
}

#search_box input[type="text"] {
	width:120px;
}

/* 外部リンク */
.link_box {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background: #888888;
	border: 1px solid #cccccc;
}

.link_box li{
	margin: 0px 0px 5px 0px;
	font-size: 110%;
	border-bottom: 1px dotted #ccccff;
}

.link_box li a {
	padding: 10px 5px;
	color: #dddddd;
	font-weight:bold;
	display: block;
}

.link_box li a:hover {
	color: #fafaff;
	background: #aaaaaa;
}

/*--- エクストラ END ---*/


/*--- メイン ---*/
/* データがない時のメッセージ表示用の枠 */
.info_message_nothin {
	margin: 0px 0px 5px 10px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 120%;
	color: #eeeeee;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	background: #888888;
}

#main .info_message_nothin,#sub .info_message_nothin {
	margin: 0px 0px 5px 0px;
}



/* トップのシリーズ一覧 */
#serieslist_top {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fefefe;
	border: 1px solid #999999;
}

#serieslist_top li{
	margin: 10px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px dotted #bbbb00;
	clear: both;
}

#serieslist_top li a{
	color: #333366;
	font-size: 120%;
	font-weight:bold;
}

#serieslist_top li a:hover{
	color: #336699;
}







/* トップの作品一覧 */
#novellist_top {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background: #fcfcfc;
	border: 1px solid #666666;
}

#novellist_top li{
	margin: 10px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px dotted #cc66cc;
	clear: both;
}

#novellist_top li a.title{
	font-size: 130%;
	line-height:170%;
	font-weight:bold;
}

#novellist_top li a:link.title{
	color: #333366;
}

#novellist_top li a:hover.title{
	color: #336699;
}

#novellist_top .date{
	margin: 3px 0px 0px 0px;
	color: #444444;
}

#novellist_top .info{
	width:210px;
	text-align: right;
	float:right;
	color: #444444;
}

#novellist_top .info a {
	margin-left:10px;
	color: #3333cc;
}

#novellist_top .info a:hover{
	color: #336699;
}


/* 作品一覧 */
#novellist {
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 3px 5px;
	background: #666666;
}

#novellist ul{
	margin: 0px 0px 5px 0px;
	padding: 5px 3px;
	background: #fafafa;
	clear: both;
}

#novellist li{
	display: block;
}

#novellist li.title{
	padding: 3px 5px;
	font-size: 130%;
	background: #eeeeee;
	border: 1px solid #aaaaaa;
}

#novellist li.title a {
	line-height:160%;
	font-weight:bold;
}

#novellist li.title a:link {
	color: #333366;
}

#novellist li.title a:hover{
	color: #336699;
}

#novellist li.writer{
	margin: 0px 5px;
	padding: 5px 0px;
	border-top: 1px solid #999999;
	font-size: 110%;
	line-height:150%;
	color: #444444;
}

#novellist li.ex{
	margin: 0px 5px;
	padding: 10px;
	border-top: 1px solid #999999;
	font-size: 110%;
	line-height:150%;
	color: #444444;
}

#novellist .date1{
	margin: 0px 5px 0px 5px;
	padding: 0px 3px 10px 3px;
	color: #333333;
}

#novellist .date{
	margin: 0px 5px 0px 5px;
	padding: 5px 3px;
	line-height:170%;
	color: #333333;
	border-top: 1px dotted #666666;
}

#novellist .keyword{
	margin: 0px 5px 0px 5px;
	padding: 5px 3px;
	line-height:170%;
	color: #333333;
	border-top: 1px dotted #666666;
}

#novellist .keikokutag{
	margin: 0px 5px 0px 5px;
	padding: 0px 3px 5px 3px;
}

#novellist .genre{
	border: 1px solid #aaaaaa;
	margin: 0px 5px 0px 0px;
	padding: 2px 5px;
}

#novellist .type{
	font-size: 110%;
}

#novellist .info{
	margin: 3px 0px 0px 0px;
	width:70px;
	text-align: right;
	float:right;
}

#novellist .info a {
	color: #3333cc;
}

#novellist .info a:hover {
	color: #336699;
}

#novellist .name{
	font-size: 80%;
	color: #444444;
	font-weight: normal;
}



h3 .allnovel {
	margin-left: 10px;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
}

h2 .allcount {
	margin-left: 10px;
	font-size: 95%;
	font-weight: normal;
	color: #eeeeee;
}


#sub .a_line{
	margin: 5px 10px 0px 0px;
}



/* 新着活報 */

#bloglist_top {
	margin: 0px 0px 10px 0px;
	padding: 2px 2px 10px 2px;
	background: #fafafa;
	border: 1px solid #000000;
}

#bloglist_top h3{
	margin: 0px;
}

#bloglist_top ul{
	margin: 0px 2px;
}

#bloglist_top li{
	padding: 8px 5px;
	border-bottom: 1px dotted #cc66cc;
}

#bloglist_top li a{
	display: block;
	padding: 2px 0px 0px 0px;
	line-height:150%;
}

#bloglist_top li a:hover{
	text-decoration:underline;
	color: #000099;
}

#bloglist_top .date{
	color: #444444;
}

/* 活報一覧 */
#bloglist {
	padding: 5px 5px 1px 5px;
	background: #f6f6f6;
}

#bloglist .article {
	margin-bottom: 5px;
	border: 1px solid #aaaaaa;
}

#bloglist .article h2 {
	margin: 0px;
	padding: 10px;
	font-size: 125%;
	border:none;
	border-bottom: 1px solid #aaaaaa;
	background: #f3e3f0;
	font-weight:normal;
}


#bloglist .article a:hover{
	color: #000099;
	text-decoration:underline;
}

#bloglist .article p.ex {
	margin: 0px;
	padding: 5px 10px;
	line-height:170%;
	color: #333333;
}

#bloglist .article p.date {
	margin: 0px 5px 0px 5px;
	padding: 5px 3px;
	color: #888888;
	border-top: 1px dotted #999999;
}


/* 活報記事 */
#blogview {
	margin: 0px;
	background: #ffffff;
}

#blogview {
	margin-bottom: 5px;
	border: 1px solid #aaaaaa;
}

#blogview .article_head {
	padding: 10px;
	background: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
}

#blogview p.date {
	margin: 0px 0px 5px 0px;
	color: #666666;
	font-size: 95%;
}

#blogview h2 {
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	line-height:150%;
	border:none;
	font-weight:normal;
	color:#333333;
	background: none;
}

#blogview p.ex {
	margin: 15px 20px 20px 20px;
	padding: 0px;
	font-size: 120%;
	line-height:170%;
}

#blogview p.ex img {
	max-width:100%;
}


/* 活報ページャー */
.blog_pager {
	margin-bottom: 10px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}

.blog_pager a{
	margin: 0px 3px;
	padding: 0px 2px;
	color: #eeeeee;
	font-weight: normal;
	text-decoration:underline;
}

.blog_pager a:hover{
	color: #ffaadd;
	text-decoration:underline;
}

.blog_pager:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.my_blog_l {
	width:150px;
	float: left;
	text-align: left;
}
.my_blog_r {
	width:150px;
	text-align: right;
	float: right;
}
.my_blog_c {
	margin: 0px auto;
	text-align: center;
}

/* 新着favnovel */

#favnovel {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background: #fcfcfc;
	border: 1px solid #666666;
}

#favnovel li{
	margin: 0px 5px 5px 5px;
	padding: 5px 0px 3px 20px;
	border-bottom: 1px dotted #cc66cc;
	font-size: 120%;
	background:url(../../../view/images/booklist18.gif) no-repeat 0px 5px;
}

#favnovel li a{
	padding: 3px 5px 3px 5px;
	display: block;
}

#favnovel li a:hover{
	color: #333333;
	background: #fff0f9;
}

#favnovel .date {
	font-size: 80%;
	color: #444444;
}




/* ブックマーク */
#bkm_category {
	margin: 0px 0px 10px 0px;
	padding: 2px 2px 10px 2px;
	background: #fafafa;
	border: 1px solid #000000;
}

#bkm_category ul {
	margin: 5px;
}

#bkm_category li{
	margin: 0px 0px 5px 0px;
	padding: 5px 3px 5px 3px;
	border-bottom: 1px dotted #cc66cc;
	font-size: 110%;
}

#bkm_category li a{
	padding: 3px;
	display: block;
}

#bkm_category li a:hover{
	color: #333333;
	background: #f9f0f6;
}





/* 評価一覧 */
#novelpointlist {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background: #666666;
}

#novelpointlist ul{
	margin: 0px 0px 5px 0px;
	padding: 5px 3px;
	clear: both;
	background: #cccccc;
}

#novelpointlist li{
	display: block;
}

#novelpointlist li.title{
	padding: 5px 10px;
	font-size: 130%;
	background: #eeeeee;
	border: 1px solid #999999;
	border-bottom: none;
}

#novelpointlist li.title a {
	color: #333366;
	font-weight:bold;
}

#novelpointlist li.title a:hover{
	color: #336699;
}

#novelpointlist .date{
	padding: 5px 10px;
	color: #333333;
	background: #fafafa;
	border: 1px solid #999999;
	border-top: none;
	font-size: 110%;
}

#novelpointlist .date:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#novelpointlist .hyouka_hi{
	width: 236px;
	color: #333333;
	text-align: left;
	float: left;
}

#novelpointlist .hyouka{
	width: 140px;
	text-align: center;
	float: right;
}

/*--- メイン END ---*/

/* ○○はこちら */
.a_line {
	margin: 5px 0px 0px 0px;
	text-align: right;
	clear: both;
}
.a_line a{
	color: #444444;
}

.a_line a:hover{
	color: #336699;
}

/* ページ移動用 */
.pager_kazu{
	margin: 0px 0px 5px 0px;
	text-align: right;
	color: #eeeeee;
	font-size: 110%;
}

.pager_idou{
	margin-bottom: 5px;
	padding: 5px 0px;
	text-align: center;
	color: #eeeeee;
	font-weight: bold;
}

.pager_idou a{
	margin: 0px 3px;
	padding: 0px 5px;
	color: #eeeeee;
	font-weight: normal;
	text-decoration:underline;
}

.pager_idou a:hover{
	color: #ffaadd;
	text-decoration:underline;
}

.pager_idou:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 左右スペース */
.space5{
	margin: 0px 5px;
	color: #444444;
}

.marginright{
	margin-right: 5px;
}

.marginleft{
	margin-left: 5px;
}

/* 赤太字 */
.info_message {
	color: #cc3333;
	font-weight:bold;
}

.attention {
	color: #ee3333;
}

/* エラー */
.info_message_error {
	margin: 0px 0px 5px 10px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-size: 110%;
	color: #dd0000;
	line-height:180%;
	border-top: 1px dotted #cc0000;
	border-bottom: 1px dotted #cc0000;
	background: #fdfafa;
}

.info_message_error p{
	font-weight:bold;
	color: #333333;
}

.error_comment {
	margin: 10px 0px 0px 10px;
	padding: 20px 10px 20px 10px;
	text-align:center;
	font-size: 110%;
	background: #cccccc;
}


/* 活報コメント */
.comment_view{
	margin: 5px 0px 0px 0px;
	border: 1px solid #999999;
	background:#fafafa;
}

.comment_date {
	margin: 5px 10px 5px 0px;
	text-align: right;
	color:#666666;
	font-size:12px;
}

.comment_user {
	margin: 0px 20px 10px 20px;
}

.comment_bun {
	margin: 10px 20px 10px 20px;
	font-size:110%;
	line-height:170%;
	text-align: left;
}

.comment_delete {
	padding: 8px 10px 8px 0px;
	text-align: right;
	background:url(../../../view/images/u_bg_x.gif) ;
}

.comment_delete a{
	color: #000099;
}
.comment_delete a:hover{
	text-decoration:underline;
}

span.comment_page_num {
	text-align: center;
	font-size: 85%;
	color:#666;
	display:inline-block;
	float:right;
	font-weight:normal;
}



.blog_comment_navi_bar {
	margin: 10px auto 0px auto;
	width: 350px;
	height:35px;
}

.blog_comment_navi_bar a {
	background:#ffffff;
	border:1px solid #cccccc;
	display:block;
}

.blog_comment_navi_bar a:hover {
	border:1px solid #eeaadd;
	color:#666666;
}


.blog_comment_navi_bar a.prev {
	margin-right: 5px;
	padding: 10px 10px 10px 23px;
	background: url(/sub/xmypageview/images/xblog_view_pager_l_icon.png) no-repeat left center #ffffff;
	background-size:15px 10px;
	float:left;
}

.blog_comment_navi_bar a.next {
	margin-right: 5px;
	padding: 10px 23px 10px 10px;
	background: url(/sub/xmypageview/images/xblog_view_pager_r_icon.png) no-repeat right center #ffffff;
	background-size:15px 10px;
	text-align:right;
	float:right;
}


.blog_comment_navi_bar a.first {
	margin-right: 5px;
	padding: 10px;
	width: 20px;
	text-align:center;
	float:left;
}

.blog_comment_navi_bar a.last {
	padding: 10px;
	width: 20px;
	text-align:center;
	float:right;
}

#blog_comment {
	margin: 10px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	background:#eef0f0;
}

#blog_comment h3{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background:#eef0f0;
	color: #555555;
	border:none;
}

/* コメントのページ移動 */
.comment_idou{
	padding: 3px 5px;
}

.comment_idou a{
	color: #333333;
	font-weight:bold;
}

.comment_idou a:hover{
	color: #0066aa;
}

.comment_idou:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.blogcomment_l {
	width:140px;
	float: left;
	text-align: left;
}
.blogcomment_r {
	width:140px;
	text-align: right;
	float: right;
}


/* コメント入力枠 */
#blog_comment_input {
	padding: 10px 8px;
	background:#eef0f0;
}

#blog_comment_input textarea{
	margin: 0px 0px 8px 0px;
	padding: 5px;
	font-size: 100%;
	width:550px;
	line-height:160%;
}
#blog_comment_input label{
	display:block;
	color:#666;
	font-size: 90%;
}


#blog_comment_input h3 label {
	margin-left: 10px;
	color: #666666;
	font-size: 85%;
	font-weight:normal;
}

a.xblogcomment_mes{
	display:block;
	margin: 10px auto;
	padding: 15px 0px;
	width:300px;
	text-align: center;
	border-radius:5px;
	font-size: 110%;
	color: #333333;
	background:#dddddd;
	border: 1px solid #eeeeee;
}
a.xblogcomment_mes:hover{
	background:#eeeeee;
	color:#000099;
}

.button_box {
	text-align: center;
}

.button {
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	font-size: 120%;
	color: #333333;
	border: 1px solid #999999;
	background:#dddddd;
	border-radius:5px;
	width:140px;
}

.button:hover {
	color: #333333;
	cursor: pointer;
	background: #eef9f9;
}


/* コメント書き込めないメッセージ */
.info_message_blog {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	line-height:180%;
	color: #cccccc;
}

#not_xid {
	padding: 15px 20px;
	background:#fafafa;
	text-align:center;
	font-size:110%;
	line-height:170%;
}

#not_xid a{
	text-decoration:underline;
}

#not_xid a:hover{
	color:#dd66aa;
}


/*--- ユーザページエリアのマイページレイアウト ---*/
/* 活報返信 */
.form_mes {
	margin: 0px 0px 5px 0px;
	padding: 20px;
	line-height: 170%;
	font-size: 110%;
	background: #fafdfd;
}
.form_mes a:hover{
	color: #000099;
	text-decoration:underline;
}

.input_title_mb {
	padding: 10px;
	background: #eef6f6;
	border: 1px solid #aacccc;
	color: #555555;
}

.mes_mb {
	margin: 0px 0px 10px 0px;
	padding: 15px;
	border: 1px solid #aacccc;
	background: #fefeff;
	border-top: none;
	font-size: 110%;
	line-height:150%;
}

.center_box{
	text-align:center;
}

#blog_in_box {
	margin: 0px 0px 10px 10px;
}


p.description {
	color:#dddddd;
	margin: 0 0 10px 10px;
}



/*--- ユーザページエリアのマイページレイアウト END ---*/


/* 広告 */
.koukoku_extra{
	margin: 0px auto;
	width:160px;
	height:600px;
	text-align:center;
	background: #fafafa;
}

.koukoku_big{
	margin: 20px 0px 0px 10px;
	text-align:center;
}

body {background: #333333;}

