@charset "Shift_Jis";

* {
	margin:0;
	padding:0;
}

/*---------------------------------------------------------
	基本構造
--------------------------------------------------------*/

body{
	background:url(img/others066.gif) #C6C2B7 top left repeat fixed;
	color:#555;
	font-size:80%;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.6;
}

table{
	font-size:100%;
	width:100%;
	border-collapse:collapse;
	border:1px dashed #B3B0A4;
	margin:1em 0 1em 0;
}

th,td{
	border:1px solid #FFF;
	padding:2px 5px 2px 10px;
}

	.clr{
		background:#CAC7B9;
	}

hr{
	display:none;
}
	.line{
		margin:40px 0;
		border-top:1px dashed #B3B0A4;
	}

/*---------------------------------------------------------
	アンカー
--------------------------------------------------------*/

a:link{
	color:#9C0000; text-decoration:none;
}

a:visited{
	color:#9C0000; text-decoration:none;
}

a:hover{
	color:#FFF;
}

a:active{
	color:#FFF; text-decoration:none;
}

/*---------------------------------------------------------
	見出し
--------------------------------------------------------*/

h1{
	color:#88857D;
	font-size:120%;
	font-weight:bold;
	font-family:"Century Gothic", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	padding-top:10px;
}




/*---------------------------------------------------------
	段落、テキスト
--------------------------------------------------------*/

p{
	margin:0 0 0.5em 0;
}

em{
	font-weight:bold;
	font-style:normal;
}

strong{
	color:#FFF;
	background:#CAC7B9;
	padding:0 3px;
}

big{
	font-size:130%;
}

small{
	font-size:80%;
}

del{
	color:#999;
}

b{
	font-weight:bold;
}

i{
	font-style:oblique;
}

pre {
	font-size:100%;
	font-family:Verdana, "ＭＳ Ｐゴシック", Sans-Serif;
	width:100%;
	overflow:auto;
	white-space:pre-wrap;
	word-wrap:break-word;
	white-space:-moz-pre-wrap;
}

/*---------------------------------------------------------
	画像関連
--------------------------------------------------------*/

img{
	border:0;
}

	.img_right{
		float:right;
		margin:0 0 15px 10px;
		border:1px dashed #B3B0A4;
	}

	.img_left{
		float:left;
		margin:0 10px 15px 0;
		border:1px dashed #B3B0A4;
	}

	.clears{
		clear:both;
	}

/*---ピクチャページで使用---*/

.pict{
	text-align:center;
}

/*---------------------------------------------------------
	リスト
--------------------------------------------------------*/

ul{
	margin:5px 0;
	list-style-type:none;
}

ul li{
	background:url(img/p_shape009_010.gif) no-repeat left center;
	padding:0 0 0 20px;
}




/*---------------------------------------------------------
	#header	ヘッダー
--------------------------------------------------------*/

#header{
	padding:30px 0 30px 0;
	text-align:center;
}

	.dsp{
		display:none;
	}

/*---------------------------------------------------------
	#out	#write	#contents	枠組み
--------------------------------------------------------*/

#out{
	background:#E1DECF;
	width:75%;
	margin:0 auto 0 auto;
}

#contents{
	padding:40px 80px 10px 80px;
}

.write{

}

/*---------------------------------------------------------
	#navi	前頁、次頁のリンク部分
--------------------------------------------------------*/

#navi{
	text-align:center;
	margin:0 0 30px 0;
}

#navi ul{
	margin:0;
}

#navi ul li{
	list-style-type:none; 
	display:inline;
	padding:0 10px 0 15px;
}

/*---------------------------------------------------------
	#post	後書き部分
--------------------------------------------------------*/

#post{
	background:#CAC7B9;
	color:#555;
	padding:10px;
	border:1px dashed #FFF;
}

/*---------------------------------------------------------
	#footer	フッター
--------------------------------------------------------*/

#footer{
	padding:10px;
}

#footer #copy{
	font-size:11px;
	font-family:Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:10px 0 20px 0;
	text-align:center;
}

#footer #copy a{
	color:#666;
	text-decoration:none;
}

