@charset "Shift_Jis";

* {
	margin:0;
	padding:0;
}

/*---------------------------------------------------------
	基本構造
--------------------------------------------------------*/

body{
	background:url(img/others066.gif) #2F3740 top left repeat fixed;
	color:#99c;
	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 #3B484F;
	margin:1em 0 1em 0;
}

th,td{
	border:1px solid #333;
	padding:2px 5px 2px 10px;
}

	.clr{
		background:#171C24;
	}

hr{
	display:none;
}
	.line{
		margin:40px 0;
		border-top:1px dashed #3B484F;
	}

/*---------------------------------------------------------
	アンカー
--------------------------------------------------------*/

a:link{
	color:#517384; text-decoration:none;
}

a:visited{
	color:#517384; text-decoration:none;
}

a:hover{
	color:#999;
}

a:active{
	color:#999; text-decoration:none;
}

/*---------------------------------------------------------
	見出し
--------------------------------------------------------*/

h1{
	color:#dcd;
	font-size:200%;
	font-weight:normal;
	font-family:"Century Gothic", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	padding-top:50px;
}

h2{
	color:#718189;
	font-size:90%;
	font-weight:normal;
	padding-left:15px;
}

h3{
	color:#718189;
	font-size:130%;
	font-weight:normal;
	font-family:"Century Gothic", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.2;
	background:url(img/p_shape009.gif) no-repeat center left;
	margin:10px 0 20px 0;
	padding:0 0 0 20px;
}

h4,h5,h6 {
	font-size: 100%;
}

/*---------------------------------------------------------
	段落、テキスト
--------------------------------------------------------*/

p{
	margin:0 0 1em 0;
}

em{
	font-weight:bold;
	font-style:normal;
}

strong{
	color:#999;
	background:#2F3740;
	padding:0 3px;
}

big{
	font-size:130%;
}

small{
	font-size:80%;
}

del{
	color:#444;
}

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 #3B484F;
	}

	.img_left{
		float:left;
		margin:0 10px 15px 0;
		border:1px dashed #3B484F;
	}

	.clears{
		clear:both;
	}

/*---ピクチャページで使用---*/

.pict{
	text-align:center;
}

/*---------------------------------------------------------
	リスト
--------------------------------------------------------*/

ul{
	margin:5px 0;
	list-style-type:none;
}

ul li{
	background:url(img/p_shape009.gif) no-repeat left center;
	padding:0 0 0 20px;
}

/*---------------------------------------------------------
	フォーム
--------------------------------------------------------*/

input,select,textarea{
	background:#171C24;
	color:#777;
	font-size:100%;
	line-height:110%;
	padding:2px;
	margin:0 0 3px 0;
	border:1px dashed #3B484F;
}

/*---------------------------------------------------------
	#header	ヘッダー
--------------------------------------------------------*/

#header{
	padding:30px 0 30px 0;
	text-align:center;
}

	.dsp{
		display:none;
	}

/*---------------------------------------------------------
	#out	#write	#contents	枠組み
--------------------------------------------------------*/

#out{
	background:#1F242A;
	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:#171C24;
	color:#777;
	padding:10px;
	border:1px dashed #3B484F;
}

/*---------------------------------------------------------
	#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:#777;
	text-decoration:none;
}
