@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}


body {
	margin: 0;
	padding: 50px 0 20px;
	color:#333;
	/*color:#E2D5CA;*/
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
	background:url(../img/bg_border3.gif) repeat;
	line-height: 1.5;
}

/*--------------------------------------
	  Font
---------------------------------------*/

html>body {
	font-size: 13px;
}

/* for MAC IE */
* html body
{
	font-size: 75%;
}

/* for WIN IE */ 
* html body
{
	letter-spacing:0.1em;
}
/**/

/* ↑上の3項目は触らない方が無難です */

h1,h2,h3,h4,h5,h6, #header,#footer {
	font-family: "Century Gothic","Lucida Sans Unicode", 'Lucida Grande', Verdana, sans-serif;
}

textarea, select, input {
	font-family: "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku GothicPro", Osaka, sans-serif;
}

@media screen {
textarea, select, input {
	font-family: Arial, Verdana, "MS UI Gothic", sans-serif;
	}
}

/*--------------------------------------
	  HyperText
---------------------------------------*/

/*a:link    { color: #d86561; border-bottom: 1px dashed #d86561;text-decoration: none; }*/
a:link    { color: #d86561; border-bottom: none;text-decoration: none; }
a:visited { color: #d86561; border-bottom: none; text-decoration: none; }
a:hover   { color: #b0e0e6; border-bottom: none; text-decoration: none; }
a:active  { color: #b0e0e6; border-bottom: none; text-decoration: none; }
/*a:hover   { color: #b0e0e6; border-bottom: 1px solid #b0e0e6; text-decoration: none; }
a:active  { color: #b0e0e6; border-bottom: 1px solid #b0e0e6; text-decoration: none; }*/

/*--------------------------------------
	  Box
---------------------------------------*/

div {
	margin: 0;
	padding: 0;
	position: static;
}

div#header {
	margin: 0 auto;
	width: 80%;
	padding: 1em 0 0;
	text-align:left;
}

div#main {
	margin: 0 auto;
	width:80%;
	text-align:left;
}

div#footer {
	margin: 2em auto 0;
	padding:1em 0;
	width:80%;
	text-align:left;
}

/*--------------------------------------
	  Header
---------------------------------------*/

h1 {
	/*color:#fff;*/
	color:#111;
	font-size:200%;
	letter-spacing:0.3em;
	padding-bottom:4px;
	background:url(img/bg_line4.gif) left bottom repeat-x;
}

ul#menu {
	margin:1em 0;
	list-style:none;
	text-align:right;
}

ul#menu li {
	display:inline;
	margin: 0 0.5em 0 0;
}

/*--------------------------------------
	  Body
---------------------------------------*/

ul.path {
	list-style:none;
	margin:1em;
	text-align: right;
}

div.scrl {
	height: 10em;
	overflow: auto;
}

/* 長文ページ用 */

body#novels div#content {
	padding:1em 2em;
	/*background:#E2D5CA;*/
	background:#ffffff;
	color:#000;
	font-size:115%;
	line-height:1.7;
}

body#novels div#content h1 {
	font-size:140%;
	font-weight:normal;
	color:#000;
	margin:2em 1em;
}

body#novels div#content p {
	margin:1em 0;
}

/* 大きい画像展示用 */

body#pict h1 {
	font-size:140%;
	font-weight:normal;
}

body#pict p {
	margin: 1em;
}

body#pict p.imgBox {
	margin: 2em 0 3em;
	text-align:center;
}

/* ページナビゲーション */

div.pageNavi {
	margin:1em 0 2em;
	padding: 0.3em;
	border: 1px solid #E2D5CA;
	font-size:90%;
}

div.pageNavi ul {
	margin:0;
}

div.pageNavi ul li {
	list-style:none;
	display:inline;
	margin:0 0.5em;
}


/*--------------------------------------
	  Footer
---------------------------------------*/

div#footer ul {
	margin: 0.5em 0;
	font-size:90%;
	list-style:none;
	padding-bottom:0.2em;
}

ul.navi {
	float:left;
	text-align:left;
}

ul.navi2 {
	float:right;
	text-align:right;
}

/*--------------------------------------
	 Clear
---------------------------------------*/

/* 意味が分からない人は触らないこと
　下手に触るとデザイン崩れの元になります */

#wrap:after,#footer:after,div.pageNavi:after { 
	content:"."; 
	display:block; 
	height:0;
	clear:both; 
	visibility:hidden; 
}

/* for MAC IE */
#wrap,#footer,div.pageNavi { 
	display:inline-block; 
} 
/* for WIN IE */ 
* html #wrap,
* html #footer,
* html div.pageNavi { 
	height:1%; 
} 
#wrap,#footer,div.pageNavi { 
	display:block; 
}
/**/


/*--------------------------------------
	  Text
---------------------------------------*/

/* 見出し */
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*color:#78CCD2;*/
	color:#222;
	font-weight: normal;
	margin: 1em 0;
	font-size:100%;
}

h2 {
	padding-bottom:0.2em;
	font-size:130%;
	letter-spacing:0.2em;
	background:url(img/bg_line3.gif) left bottom repeat-x;
}

h3 {
	font-size:120%;
	border-bottom:1px solid #78CCD2;
}

h4 {
	font-size:100%;
	/*border-bottom:1px dashed #9c0052;*/
}

p,
pre,
cite {
	margin: 0.5em 0;
}

/* 整形済みテキスト */
pre {
	margin:0.5em 0;
	font-size:90%;
	width: 90%;
	overflow: auto;
	color: #E2D5CA;
	background-color: #000;
	border: 1px solid #E2D5CA;
	padding: 0.5em;
	font-family:'ＭＳ ゴシック', monospace;
}

/* プログラムのソースコード */
code {
	color: #E2D5CA;
	font-family:'ＭＳ ゴシック', monospace;
	border-bottom: 1px dotted #AFA399;
}

/* 引用 */
blockquote {
	display: block;
	border-left: 5px solid #78CCD2;
	margin: 0.5em 0.8em;
	padding-left:0.7em;
}
/* 参照先 */
cite {
	display: block;
	font-style: normal;
	text-align: right;
}

/* 強調 */
strong {
	font-weight: bold;
}

/* 強調 */
em {
	font-style: normal;
	font-weight: bold;
	border-bottom:1px dashed #78CCD2;
}

/* 削除 */
del {
	color: #AFA399;
	text-decoration: line-through;
}

/* 追記 */
ins {
	color: #AFA399;
}

/*hr {
	display: none;
}*/

br {
	letter-spacing: 0;
}

/*--------------------------------------
	  Image
---------------------------------------*/

img {
	border:none;
}

img.icon {
	vertical-align:middle;
	margin-right:0.4em;
	margin-left:0.4em;
}


/*--------------------------------------
	  List
---------------------------------------*/

dl, dt, dd, ul, ol {
	margin: 0;
	padding: 0;
}

ul,ol,dl {
	margin: 0.7em 0;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.2em 1.5em;
}

dl dt {
	color:#78CCD2;
}

dl dd {
	margin-left:1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	border-left: 3px solid #78CCD2;
}

ul {
	margin-left:2em;
}

ol {
	margin-left: 2.5em;
} 

/*--------------------------------------
	  Table
---------------------------------------*/
/*
class="onstyle"のテーブルにスタイルを適用
*/

table.onstyle {
	margin: 0.5em 1em;
	background:#d86561;
}

table.onstyle td,
table.onstyle th {
	padding : 0.1em 8px;

}

table.onstyle th {
	color:#000;
	border:1px solid #000;
	background:url(img/bg_body2.png) ;
	text-align:center;
}

table.onstyle td {
	color:#E2D5CA;
	background:#000;
}

#tbl_setA{
	border:#330000 solid 1px;
	border-collapse:collapse;
	margin:0;
	}

#tbl_setA th{
	border:#330000 solid 1px;
	padding:6px;
	color:#330000;
	text-align:center;
	}

#tbl_setA td{
	border:#330000 solid 1px;
	padding:6px;
	color:#333333;
	}

/*--------------------------------------
	  Form
---------------------------------------*/

form dl {
	margin: 0.5em 1em;
}

form dt {
	margin: 0;
	padding: 0.1em 0;
	text-align:left;
}
	
form dd {
	margin:0;
	padding: 0.1em 0;
	text-align:left;
	border:none;
}

input, select, textarea {
	border:none;
	border-bottom: 1px solid #d86561;
	color:#E2D5CA;
	background:#111;
	font-size: 95%;
	line-height: 1.3;
}

textarea {
	border-right: 1px solid #d86561;
}


input:hover, select:hover, textarea:hover {
	border-color:#78CCD2;
}

input:focus, select:focus, textarea:focus {
	border-color:#d86561;
}

#labelsubmit {
	display:none;
}

input.submit {
	padding:0 0.3em;
	border:none;
	width:5em;
	color:#000;
	background:url(img/bg_body2.png) #d86561;
	font-family: "Century Gothic", Tahoma, Verdana, sans-serif;
}

input.submit:hover {
	border:none;
	color:#000;
	background:url(img/bg_body.png) 30% 40% #d86561;
}

input.radio {
	background-color: transparent;
	border: none;
}