@charset "Shift_Jis";

/*---- PT001_light -----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

	* html {
		overflow-x: hidden;
		overflow-y: auto;
	}

/*---------------------------------------------------------
	基本構造
--------------------------------------------------------*/

body {
	color: #444;
	font-size: 13px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	background: #DEDEDE url(stripe001.gif) left top fixed;
}

table {
	margin: 0 0 1.2em 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 100%;
}

th {
	padding: 2px 7px;
	font-weight: normal;
	text-align: left;
}

td {
	padding: 2px 7px;
	border: 1px solid #CCC;
}
	.clr {
		background: #E6E6E6;
	}

hr {
	display: none;
}
	.line {
		height: 130px;
		background: url(line014.gif) center no-repeat;
	}

/*---------------------------------------------------------
	アンカー
--------------------------------------------------------*/

a {
	text-decoration:none;
}

a:link {
	color: #007491; 
}

a:visited {
	color: #007491;
}

a:hover {
	color: #CCC;
}

a:active {
	color: #CCC;
}

/*---------------------------------------------------------
	見出し
--------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	color: #666;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
}

h2{
	color: #666;
	font-size: 93%;
}

h3{
	color: #007491;
	font-size: 110%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, 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 {
	color: #CCC;
	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 #DDD;
	color: #444;
	font-size: 100%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #E6E6E6;
}

/*---------------------------------------------------------
	#header	ヘッダー
--------------------------------------------------------*/

#header {
	margin: 0 0 20px 0;
	padding: 30px 0;
	text-align: center;
	background: #E6E6E6;
}
	.dsp {
		display: none;
	}

/*---------------------------------------------------------
	#out	#contents	.write	枠組み
--------------------------------------------------------*/

#out {
	margin: 20px auto;
	width: 70%;
	border: solid 5px #CCC;
	background: #EEE;
}

#contents {
	padding: 10px 30px;
	background: #EEE;
}

.write {
	margin: 10px 0;
}

/*---------------------------------------------------------
	.novel	小説向きスタイル
--------------------------------------------------------*/

.novel {
	font-size: 116%;
	line-height: 1.6;
}

.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 #CCC;
	background: #EEE;
}

/*---------------------------------------------------------
	.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 #CCC;
	vertical-align: middle;
	font-size: 77%;
	background: #EEE;
}

.navi ul.pagenavi li a:hover {
	border: 1px solid #007491;
	color: #007491; 
	background: #FFF;
}

.topnavi {
	padding-bottom: 2em;
	text-align: right;
}

.home {
	
}

.next {
	
}

.back {
	
}

/*---------------------------------------------------------
	.post	後書き部分
--------------------------------------------------------*/

.post {
	margin-top: 20px;
	padding: 10px;
	color: #777;
	background: #E6E6E6;
}

/*---------------------------------------------------------
	#out_sub	#menu	フレーム付きページのメニュー部分
--------------------------------------------------------*/

#out_sub {
	height: 100%;
}

#menu {
	padding: 30px 0 0 10px;
}

#menu h4 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

#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: right;
}

#footer #copy a {
	color: #999;
}