@charset "Shift_Jis";

/*---- PT005_light -----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

	* html {
		overflow-x: hidden;
		overflow-y: auto;
	}

/*---------------------------------------------------------
	基本構造
--------------------------------------------------------*/

body {
	color: #7E5F52;
	font-size: 83.3%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	background: #FFF;
}

table {
	margin: 0 0 1.2em 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #EBCFC2;
	font-size: 100%;
}

th {
	padding: 2px 7px;
	font-weight: normal;
	text-align: left;
}

td {
	padding: 2px 7px;
	border: 1px dashed #EBCFC2;
}
	.clr {
		background: #FFF5F0;
	}

hr {
	display: none;
}
	.line {
		height: 140px;
		background:url(line001.gif) center repeat-x;
	}

/*---------------------------------------------------------
	アンカー
--------------------------------------------------------*/

a {
	text-decoration:none;
}

a:link {
	color: #D4896A;
}

a:visited {
	color: #D4896A;
}

a:hover {
	color: #EBCFC2;
}

a:active {
	color: #EBCFC2;
}

/*---------------------------------------------------------
	見出し
--------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	color: #F1CBB8;
	font-size: 240%;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
}

h2{
	color: #883D1D;
	font-size: 93%;
}

h3{
	color: #883D1D;
	font-size: 110%;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
}

h4, h5, h6 {
	font-size: 100%;
}

/*---------------------------------------------------------
	段落、テキスト
--------------------------------------------------------*/

p {
	margin: 0 0 1.2em 0;
}

em {
	color: #B00000;
	font-style: normal;
}

strong {
	font-weight: bold;
}

big {
	font-size: 131%;
}

small {
	font-size: 77%;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

b {
	font-weight: bold;
}

i {
	font-style: oblique;
}

pre {
	width: 100%;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	font-size: 100%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/*---------------------------------------------------------
	画像関連
--------------------------------------------------------*/

img {
	border: 0;
}

	.img_right {
		float: right;
		margin: 0 0 1.2em 10px;
	}

	.img_left {
		float: left;
		margin: 0 10px 1.2em 0;
	}

	.clears {
		clear: both;
	}

/*---画像展示向きページで使用---*/

.pict {
	margin: 10px 0;
	text-align: center;
}

/*---------------------------------------------------------
	リスト
--------------------------------------------------------*/

ul {
	margin: 5px 0 1.2em 30px;
}

div.write ul.parallel {
	margin: 0;
}

ul.parallel li {
	display: inline;
	list-style: none;
}

/*---------------------------------------------------------
	フォーム
--------------------------------------------------------*/

input,select,textarea {
	margin: 2px;
	padding: 2px 3px;
	border: 1px solid #EBCFC2;
	color: #7E5F52;
	font-size: 100%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #FFF;
}

/*---------------------------------------------------------
	#header	ヘッダー
--------------------------------------------------------*/

#header {
	margin: 0 0 40px 0;
	padding: 180px 0 0 0;
	text-align: center;
	background: url(nor_heart006.jpg) no-repeat center top;
}
	.dsp {
		display: none;
	}

/*---------------------------------------------------------
	#out	#contents	.write	枠組み
--------------------------------------------------------*/

#out {
	width: 100%;
}

#contents {
	padding: 0 180px 30px 180px;
}

.write {
	margin: 10px 0;
}

/*---------------------------------------------------------
	.novel	小説向きスタイル
--------------------------------------------------------*/

.novel {
	font-size: 110%;
	line-height: 2.0;
}

.novel p {
	text-indent: 1em;
}

/*---------------------------------------------------------
	.deco	デコレーション
--------------------------------------------------------*/

.deco {
	padding: 0 10px;
	line-height: 22px;
	background: url("line001.gif") left top;
}

img.deco {
	padding: 5px;
	border: 1px solid #EBCFC2;
	background: #FFF;
}

/*---------------------------------------------------------
	.navi	前頁、次頁のリンク部分
--------------------------------------------------------*/

.navi {
	text-align: center;
}

.navi ul {
	margin: 0;
}

.navi ul li {
	list-style-type: none; 
	display: inline;
	padding: 5px;
}

.navi ul.pagenavi {
	margin: 10px 0 0 0;
	text-align: center;
}

.navi ul.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.navi ul.pagenavi li a {
	display: inline-block;
	padding: 0 3px;
	border: 1px solid #EBCFC2;
	vertical-align: middle;
	font-size: 77%;
	background: #FFF;
}

.navi ul.pagenavi li a:hover {
	color: #D4896A; 
	background: #FFF5F0;
}

.topnavi {
	padding-bottom: 2em;
	text-align: right;
}

.home {
	
}

.next {
	
}

.back {
	
}

/*---------------------------------------------------------
	.post	後書き部分
--------------------------------------------------------*/

.post {
	margin-top: 20px;
	padding: 10px;
	background: #FFF5F0;
}

/*---------------------------------------------------------
	#out_sub	#menu	フレーム付きページのメニュー部分
--------------------------------------------------------*/

#out_sub {
	height: 100%;
}

#menu {
	padding: 30px 0 0 10px;
}

#menu h4 {
	margin: 0 0 10px 0;
	border-top: 1px dashed #EBCFC2;
	border-bottom: 1px dashed #EBCFC2;
	text-align: center;
	background: #FFF5F0;
}

#menu img {
	margin: 0 2px 3px 0;
}

/*---------------------------------------------------------
	#footer	フッター
--------------------------------------------------------*/

#footer {
	padding: 30px 10px 10px 10px;
}

#footer #copy {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}

#footer #copy a {

}