/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
	margin: 0px;
	padding: 0px 10px;
	background-image: url('http://file.adinfo.mangalog.com/bg_body.gif');
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
	color: #FFFFFF;
	line-height: 130%;
}

img {
	border: 0;
}

/*<td>の全ての設定*/
td {
}
/*table全ての設定*/
table {
}
/*通常のリンクの設定*/
a:link {
	#ff0000
}
/*過去に見たことがあるページのリンクの設定*/
a:visited {
	#ff0000
}
/*アクティブ状態のリンクの設定*/
a:active {
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*全体の設定*/
#wraper {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainBlock {
	background-color: #ffffff;
	text-align: left;
	width: 950px;
	margin: auto auto;
	padding: 10px;
}
/*テキスト左寄せ*/
.left {
	text-align: left;
}
/*テキスト中央寄せ*/
.center {
	text-align: center;
}
/*テキスト右寄せ*/
.right {
	text-align: right;
}
.backPage a img {
	margin: 0px 0px 10px 10px;
	border: 0px none;
}
.clear {
	clear: both;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	text-align: center;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
/*ページタイトル文字部分の設定*/
#TopTitle img {
	margin: 0px auto 0px auto;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
}
h2 {
	height: 26px;
	margin: 0px;
	padding: 0px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}
ul {
	list-style: none;
}
ul li.footerList {
	list-style: none;
	display: inline;
}
.footerList a:link {
	color: #bda0ce;
}
.footerList a:visited {
	color: #9e62c1;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	width: 281px;
	font-size: 12px;
	vertical-align: top;
	float: right;
	position: static;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
* html .PluginBlock {
	width: 281px;
	font-size: 12px;
	vertical-align: top;
	float: right;
	position: static;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.PluginHeaderBlock {
}
.PluginFooterBlock {
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}
.PluginInnerBlock2 {
	margin: 10px 0px 30px 0px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: url(http://file.adinfo.mangalog.com/ttl_h3.gif) no-repeat;
	height: 30px;
	padding-top: 6px;
	padding-left: 30px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	color: #555555;
	font-size: 12px;
	vertical-align: top;
	width: 641px;
	margin: 10px 0px;
	float: left;
}
.divTop {
	margin: 0px;
}
* html .divTop {
	margin: 0px 0px -3px 0px;
}
*+html .divTop {
	margin: 0px 0px -3px 0px;
}
.divBottom {
	margin: 0px 0px 20px 0px;
}
* html .divBottom {
	margin: -2px 0px 20px 0px;
}
*+html .divBottom {
	margin: -2px 0px 20px 0px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	padding: 0px;
	background: #ffffff url(http://file.adinfo.mangalog.com/entry_center.gif) repeat-y;
}
* html .EntryInnerBlock {
	padding: 3px 0px 0px 10px;
	background: #ffffff url(http://file.adinfo.mangalog.com/entry_center.gif) repeat-y;
	width: 620px;
}
*+html .EntryInnerBlock {
	padding: 3px 0px 0px 20px;
	background: #ffffff url(http://file.adinfo.mangalog.com/entry_center.gif) repeat-y;
}
/*各記事タイトル部分の設定*/
.EntryInnerTitleBlock {
	vertical-align: bottom;
	height: 30px;
	margin: 0px 5px 0px 20px;
	border-bottom: 2px solid #000000;
}
.EntryTitle {
	color: #af00e8;
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	float: left;
}
* html .EntryTitle {
	color: #af00e8;
	font-size: 15px;
	text-align: left;
	float: left;
}
*+html .EntryTitle {
	color: #af00e8;
	font-size: 15px;
	text-align: left;
	padding-bottom: 3px;
	float: left;
}
.EntryTitle a {
	color: #af00e8;
}
.EntryTitle a:visited {
	color: #af00e8;
}
.EntryTitle2 {
	font-size: 12px;
	padding-top: 5px;
	float: right;
	position: static;
}
/*各記事タイトルの文字設定*/
.EntryTitleFont {
	font-weight: bold;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	margin: 5px 10px;
}
/*記事本文が記載される部分*/
.EntryText {
	color: #666666;
	font-size: 12px;
	padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
	text-align: right;
	padding: 20px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align: right;
	width: 97%;

}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
	margin-left: 5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	font-size: 12px;
	margin-left: 5px;
}
.EntryWriteDate a {
	color: #000000;
	text-decoration: none;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	font-size: 12px;
	margin-right: 5px;
}
.EntryCategory a {
	color: #ff0000;
	text-decoration: underline;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment a {
	color: #ff0000;
	text-decoration: underline;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-right: 15px;
}
.EntryTrackback a {
	color: #ff0000;
	text-decoration: underline;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
	color: #000000;
	text-align: center;
}
.PageLinkBlock a {
	color: #ff0000;
	text-align: center;
	text-decoration: underline;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock {
	margin: 10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	border-bottom: 2px solid #000000;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
	margin: 10px 0px;
}
.CommentInnnerTextBox {
	padding-right: 5px;
	padding-left: 20px;
}
.commentLine {
	height: 30px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 10px;
	border-bottom: 2px solid #000000;
}
/*コメントのタイトル部分*/
.CommentTitle {
	color: #e86200;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}
/*コメント部分*/
.CommentText {
	clear: both;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
	text-align: right;
	padding: 5px;
}
/*投稿者名の部分*/
.CommentUserName {
	margin-right: 5px;
	margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL {
}
.CommentURL a {
	color: #ff0000;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate {
	margin-right: 5px;
	float: right;
	position: static;
}
/*コメント編集へのリンク部分*/
.CommentEdit {
	margin-right: 5px;
	margin-left: 5px;
}
.CommentEdit a {
	color: #ff0000;
	margin-right: 5px;
	margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock {
	padding: 20px 20px;
	margin-bottom: 20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable {
	color: #444444;
	font-sizse: 12px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd {
	font-size: 12px;
	vertical-align: top;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit {
}
/*inputタグやtextareaの設定*/
.CommentForms {
	margin: 0px 0px 10px 20px;
}
.CommentButton {
	margin: 10px 0px 10px 20px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock {
	text-align: left;
	padding: 10px 20px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox {
	margin: 5px 0px;
	padding: 10px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle {
	color: #e86200;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
/*トラックバックの記事部分*/
.TrackbackText {
	color: #000000;
	padding: 10px;
	line-height: 110%;
	clear: both;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter {
	text-align: right;
	padding: 5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName {
	margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL {
	color: #e86200;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate {
	color: #000000;
	margin-left: 5px;
	float: right;
	position: static;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL a {
	 color: #ff0000;
	 font-size: 10px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}
.plugin_data2 {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 20px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	color: #000000;
	text-decoration: underline;
	margin: 0px 20px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000000;
	padding-left: 10px;
}

/*通常のリンクの設定*/
.plugin_data a:link, .plugin_data2 a:link {
	color: #ff0000;
}
/*過去に見たことがあるページのリンクの設定*/
.plugin_data a:visited, .plugin_data2 a:visited {
	color: #ff0000;
}
/*アクティブ状態のリンクの設定*/
.plugin_data a:active, .plugin_data2 a:active {
	color: #ff0000;
}
/*カーソルが合っている状態のリンクの設定*/
.plugin_data a:hover, .plugin_data2 a:hover {
	color: #ff0000;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width: 80%;
	font-size: 12px;
	padding: 3px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	font-size: 12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	font-size: 12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	font-size: 12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	font-size: 12px;
	width: 80%;
	padding: 3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	font-size: 12px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	font-size: 12px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	font-size: 12px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	font-size: 12px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	font-size: 12px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	font-size: 12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	font-size: 12px;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	margin: 0px 118px 0px 20px;
	padding: 0px;
}

.CommentResBox {
	padding: 10px 10px 10px 20px;
}

.commentLine2 {
	height: 25px;
	margin-bottom: 15px;
	padding: 0px 10px 5px 0px;
	border-bottom: 2px solid #000000;
}

.CommentResTitle {
	color: #af00e8;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.CommentResText {
	padding: 10px 0px 0px 0px;
}

.CommentResFooter {
	text-align: right;
	float: right;
	position: static;
}


/**************************************************************************************
アンケート用
**************************************************************************************/
@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: 管理ページ - user_enqute
	Created: 2010-08-20
	Copyright: (C) Samurai Factory Inc. All Rights Reserved.
------------------------------------------------------------------------------*/

/*------------------------------------------------------------
	contents [ user_enqute ]
-------------------------------------------------------------*/

/* /item_list --------------------------------------------------- */

div#primary div.enqute {
	position: relative;
	padding-left: 5px;
}
div#primary div.enqute h2 {
	height: 22px;
	margin-bottom: 10px;
	padding: 14px 0 0 25px;
	font-size: 1.3em;
	font-weight: bold;
	background: url(/images/bg_h2_orange.gif) top left no-repeat;
}
div#primary div.enqute h3 {
	margin: 40px 0 10px;
	padding: 10px 0 10px 8px;
	border-left: 5px solid #4c3f35;
	border-bottom: 1px solid #4c3f35;
	font-weight: bold;
	line-height: 1.3em;
}
div#primary div.enqute div.summary {
	margin: 20px 10px 30px;
}
div#primary div.enqute div.summary strong {
  font-weight: bold;
}
div#primary div.enqute div.summary p {
  margin-bottom: 1em;
}

div#primary div.enqute dl.contents {
	margin: 20px 0 20px 30px;
}
div#primary div.enqute dl.contents {
	margin: 10px;
	padding: 10px;
	border-top: 1px solid #d9bfa9;
	border-right: 5px solid #d9bfa9;
	border-bottom: 5px solid #d9bfa9;
	border-left: 1px solid #d9bfa9;
	background: #fffbf8;
}
div#primary div.enqute dl.contents dt {
	margin-bottom: 1em;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #d9bfa9;
}
div#primary div.enqute dl.contents dd {
	display: list-item;
	margin: 0.5em 0 0.5em 30px;
	padding: 0.5em 0;
	border-bottom: 1px dotted #d9bfa9;
	list-style-type: disc;
	line-height: 1.3em;
}
div#primary div.enqute dl.contents dd a {
	text-decoration: none;
}
div#primary div.enqute dl.contents dd a:hover {
	text-decoration: underline;
}
div#primary div.enqute table.answer {
	width: 100%;
	margin: 10px;
}
div#primary div.enqute table.answer td.image {
	width: 200px;
	padding-right: 15px;
}
div#primary div.enqute table.answer li {
	margin-bottom: 1em;
}
div#primary div.enqute table.answer li span {
	margin-right: 0.5em;
}
	div#primary div.enqute table.answer li.color_1 span { color: #ff9999;}
	div#primary div.enqute table.answer li.color_2 span { color: #ffcc99;}
	div#primary div.enqute table.answer li.color_3 span { color: #e6ff99;}
	div#primary div.enqute table.answer li.color_4 span { color: #b3ff99;}
	div#primary div.enqute table.answer li.color_5 span { color: #99e6ff;}
	div#primary div.enqute table.answer li.color_6 span { color: #99b3ff;}
	div#primary div.enqute table.answer li.color_7 span { color: #cc99ff;}
	div#primary div.enqute table.answer li.color_8 span { color: #ff99ff;}
	div#primary div.enqute table.answer li.color_9 span { color: #efdbb5;}
	div#primary div.enqute table.answer li.color_10 span { color: #c3b9a6;}
	
	/* Reds */
	div#primary div.enqute table.answer li.color_red1 span { color: #df8989;}
	div#primary div.enqute table.answer li.color_red2 span { color: #ff9999;}
	div#primary div.enqute table.answer li.color_red3 span { color: #fed2d2;}
	
	/* Blues */
	div#primary div.enqute table.answer li.color_blue1 span { color: #89a8df;}
	div#primary div.enqute table.answer li.color_blue2 span { color: #99daff;}
	div#primary div.enqute table.answer li.color_blue3 span { color: #d2f8fe;}

div#primary div.enqute p.description {
	margin: 10px;
	padding: 10px;
	background: #fff5ed;
	border: 1px solid #d9bfa9;
}

div#primary div.enqute a.q22_a {
	display: block;
	width: 430px;
	height: 30px;
	margin: 30px auto;
}
div#primary div.enqute table.q23_table {
	border-collapse: collapse;
	margin: 30px auto;
}
div#primary div.enqute table.q23_table td {
	padding: 2px;
}


/*------------------------------------------------------------
	contents [ answer_list ]
-------------------------------------------------------------*/

div#enqute_answer_list {
	width: 520px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
}
div#enqute_answer_list h1 {
	margin: 5px 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
div#enqute_answer_list h1 a,
div#enqute_answer_list h1 a:hover {
	font-weight: bold;
}

div#enqute_answer_list h2 {
	margin: 0 0 2em;
	font-size: 12px;
	text-align: center;
}

div#enqute_answer_list table {
	border-collapse: collapse;
	width: 500px;
}
div#enqute_answer_list table td {
	padding: 10px;
	border: 1px solid #666;
	width: 500px;
}
div#enqute_answer_list p.manga-ad_link {
  width: 480px;
  margin: 20px auto;
  text-align: right;
}
div#enqute_answer_list p.copy {
	margin: 0 0 30px;
	font-size: 12px;
	text-align: center;
}

