﻿@charset 'utf-8';

/* ----- 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;
}


/* ----- 基本構造 -------------------------------------- */

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;
	width: 760px;
	height: 170px;
	margin: 0px auto;
}

div#menu {
	width: 760px;
	margin: 0px auto;
	float: none;
	clear: both;
}

div#google {
	width: 730px;
	margin: 0px 10px 10px 15px;
}

div#footer {
	float: none;
	clear: both;
	margin: 0px auto;
	width: 760px;
}


/* ----- ヘッダー -------------------------------------- */

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;
}


/* ----- 個別指定 -------------------------------------- */

em {
	color: #d7003a;
	font-style: bold;
}

