@charset "Shift_Jis";

/*---- PT008_light -----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

	* html {
		overflow-x: hidden;
		overflow-y: auto;
	}

/*---------------------------------------------------------
	基本構造
--------------------------------------------------------*/

body {
	color: #4D493F;
	font-size: 83.3%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	background: #C6C2B7 url(others066.gif) top left repeat fixed;
}

table {
	margin: 0 0 1.2em 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #B3B0A4;
	font-size: 100%;
}

th {
	padding: 2px 7px;
	font-weight: normal;
	text-align: left;
}

td {
	padding: 2px 7px;
	border: 1px dashed #FFF;
}
	.clr {
		color: #FFF;
		font-weight: bold;
		background: #CAC7B9;
	}

hr {
	display: none;
}
	.line {
		margin: 40px 0;
		border-top: 1px dashed #B3B0A4;
	}

/*---------------------------------------------------------
	アンカー
--------------------------------------------------------*/

a {
	text-decoration:none;
}

a:link {
	color: #9C0000;
}

a:visited {
	color: #9C0000;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #FFF;
}

/*---------------------------------------------------------
	見出し
--------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1, h3 {
	font-family: "Century Gothic", "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
}

h1 {
	color: #88857D;
	font-size: 200%;
}

h2{
	color: #88857D;
	font-size: 93%;
}

h3{
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
	color: #88857D;
	font-size: 131%;
	background: url(p_shape009_010.gif) no-repeat center left;
}

h4, h5, h6 {
	font-size: 100%;
}

/*---------------------------------------------------------
	段落、テキスト
--------------------------------------------------------*/

p {
	margin: 0 0 1.2em 0;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	padding: 0 3px;
	color: #FFF;
	background: #CAC7B9;
}

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 0;
}

ul li {
	list-style: none outside;
	margin: 0 3px;
	padding-left: 17px;
	background: url(p_shape009_010.gif) no-repeat left center;
}

div.write ul.parallel {
	margin: 0;
}

ul.parallel li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

/*---------------------------------------------------------
	フォーム
--------------------------------------------------------*/

input,select,textarea {
	margin: 2px;
	padding: 2px 3px;
	border: 1px dashed #B3B0A4;
	color: #4D493F;
	font-size: 100%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #CAC7B9;
}

/*---------------------------------------------------------
	#header	ヘッダー
--------------------------------------------------------*/

#header {
	padding: 80px 0 30px 0;
	text-align: center;
}
	.dsp {
		display: none;
	}

/*---------------------------------------------------------
	#out	#contents	.write	枠組み
--------------------------------------------------------*/

#out {
	width: 75%;
	min-height: 100%;
	margin: 0 auto;
	background: #E1DECF;
}

#contents {
	padding: 30px 70px;
}

.write {
	margin: 10px 15px;
}

/*---------------------------------------------------------
	.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 dashed #B3B0A4;
	background: #CAC7B9;
}

/*---------------------------------------------------------
	.navi	前頁、次頁のリンク部分
--------------------------------------------------------*/

.navi {
	text-align: center;
}

.navi ul {
	margin: 0;
}

.navi ul li {
	list-style-type: none; 
	display: inline;
}

.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 #B3B0A4;
	vertical-align: middle;
	font-size: 77%;
	background: #FFF;
}

.navi ul.pagenavi li a:hover {
	color: #FFF;
	background: #C6C2B7;
}

.topnavi {
	padding-bottom: 2em;
	text-align: right;
}

.home {
	
}

.next {
	
}

.back {
	
}

/*---------------------------------------------------------
	.post	後書き部分
--------------------------------------------------------*/

.post {
	margin-top: 20px;
	padding: 10px;
	background: #CAC7B9;
}

/*---------------------------------------------------------
	#out_sub	#menu	フレーム付きページのメニュー部分
--------------------------------------------------------*/

#out_sub {
	height: 100%;
	padding-left: 10px;
}

#menu {
	padding-top: 20px;
	border-right: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	border-left: 1px dotted #FFF;
	background: #E1DECF;
}

#menu h4 {
	margin: 0 0 10px 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #CAC7B9;
}

#menu img {
	margin: 0 2px 3px 0;
}

/*---------------------------------------------------------
	#footer	フッター
--------------------------------------------------------*/

#footer {
	padding: 30px 30px 10px 10px;
}

#footer #copy {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}

#footer #copy a {

}