@charset 'Shift-JIS';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial, "MS Pゴシック", Osaka, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.4;
}

body {
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
}

div {
	text-align: left;
}

img {
	border: 0px;
	margin: 0px;
}

p, li, dt, dd, address {
	color: #000000;
	line-height: 1.6;
}

p {
	margin-bottom: 15px;
}

ul {
	margin: 0px 0px 20px 20px;
}

ul li ol li {
	margin: 0px 20px 0px 25px;
}

ul li ol {
	margin-bottom: 10px;
}

em {
	font-weight: bold;
}

object {
	margin-left: 10px;
}

pre {
	width: 430px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	overflow: auto;
}

code, var, kbd {
	color: #000080;
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}

blockquote {
	margin: 10px;
	border-left: 2px solid #164a84;
}

blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}

form legend {
	display: none;
}

form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
}

@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}

form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}

form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}

table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}

table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}

table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:active, a:hover {
	color: #ff7700;
	text-decoration: underline;
}

hr {
	width: 90%;
	text-align: center;
}


/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 760px;
	margin: 0px auto;
	border-left: 1px solid #164a84;
	border-right: 1px solid #164a84;
	background-color: #f4f9ff;
	background-image: url(http://mhnovels.cocoron.info/img/title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div#header {
	float: none;
	clear: both;
	height: 170px;
	width: 760px;
	margin: 0px auto;
}

div#menu {
	width: 760px;
	margin: 0px auto;
	float: none;
	clear: both;
}

div#footer {
	float: none;
	clear: both;
	margin: 0px auto;
	width: 760px;
}

div#side {
	width: 220px;
	float: right;}

div#contents {
	width: 538px;
	float: left;
}

html>body div#contents {
	width: 540px;
	float: left;
}


/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	width: 350px;
	height: 100px;
	margin: 0px 10px;
	text-indent: -9999px;
}

div#header h1 a {
	display: block;
	text-decoration: none;
	height: 100px;
	width: 350px
}

@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	display: none;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 5px 0px;
}
div#menu ul li {
	display: inline;
	margin-right: 10px;
	color: #dddddd;
}

div#menu a:link, div#menu a:visited {
	color: #dddddd;
}

div#menu a:active, div#menu a:hover {
	color: #ff7700;
}


/* ----- フッター -------------------------------------- */

div#footer address {
	padding: 10px;
	color: #ffffff;
	background-color: #164a84;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
}

div#footer a:active, div#footer a:hover {
	color: #ff7700;
}


/* ----- サイド -------------------------------- */

div#side h2 {
	margin: 5px 5px 10px 5px;
	padding: 5px 5px 5px 10px;
	color: #ffffff;
	background-color: #164a84;
}

div#side .block {
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #777777;
	text-align: center;
	background-color: #f7f7f7;
}

div#side .block p {
	margin: 0px 10px 10px 10px;
}

div#side .block form {
	margin: 5px;
}

div#side ul {
	margin: 0px 10px 0px 10px;
}

div#side ul li {
	margin: 0px 0px 0px 0px;
	list-style: none;
}

div#side ul.info li {
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	background: url(http://mhnovels.cocoron.info/img/check-blue.gif) no-repeat left top;
}

div#side ul li ul {
	margin: 0px 0px 0px 20px;
}

div#side dl {
	margin: 0px 10px 0px 10px;
}

div#side dl dt {
}

div#side dl dd {
}


/* ----- コンテンツ -------------------------------------- */

div#contents h2 {
	margin: 5px 20px 10px 20px;
	padding: 5px 5px 5px 10px;
	border-left: 5px solid #164a84;
	background-color: #ffffff;
}

div#contents h3 {
	margin: 0px 30px 0px 30px;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px dotted #191970;
	background: url(http://mhnovels.cocoron.info/img/page.gif) no-repeat left center;
}

p#story {
	margin: 0px 30px 20px 45px;
}

div#contents ul {
	margin: 0px 30px 20px 40px;
}

div#contents ul li {
	list-style: none;
}

div.listnum {
	margin: 0px 20px 20px 20px;
	padding: 5px 20px;
	border: 2px solid #164a84;
	background-color: #ffffff;
}

div.listnum p {
	margin: 0px;
}

div#copy p {
	margin-right: 20px;
	margin-top: 50px;
	text-align: right;
	font-size: 9pt;
}

p.namae {
	text-align: right;
	margin: 5px 20px 5px 10px;
	font-size: 8pt;
}

p.namae a {
	font-size: 8pt;
}

p.namae img {
	vertical-align:text-bottom;
}


div#message {
	margin: 20px;
	padding: 5px 10px;
	border: 2px solid #164a84;
	background-color: #ffffff;
}

div#message dt {
	font-weight: bold;
	margin-bottom: 10px;
}

form div img {
	vertical-align:text-bottom;
}

div.hainuki {
	border:1px solid #164a84;
	background:#eeeeee;
	padding:5px 20px;
	margin:0px 20px 10px 20px;
}


div.hainuki img {
	vertical-align:text-bottom;
}

div.comname {
	margin: 0px 20px 20px 20px;
	border-bottom:1px dotted #444444;
	padding-bottom:10px;
}

div.comname img {
	vertical-align:text-bottom;
}


/* ----- 個別指定 -------------------------------------- */

em {
	color: #ff0000;
	font-style: bold;
}

