@charset "Shift_Jis";

* {
	margin:0;
	padding:0;
}

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

body{
	background:#212121;
	color:#666;
	font-size:80%;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.6;
}

table{
	background:url(stripe001_13.gif) repeat center;
	font-size:100%;
	width:100%;
	border-collapse:collapse;
	border:1px solid #444;
	margin:1em 0 1em 0;
}

th,td{
	border:1px solid #444;
	padding:2px 5px 2px 10px;
}

	.clr{
		background:#111;
	}

hr{
	display:none;
}
	.line{
		background:url(line015_001.gif) no-repeat center;
		height:150px;
	}

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

a:link{
	color:#666633; text-decoration:none;
}

a:visited{
	color:#666633; text-decoration:none;
}

a:hover{
	color:#CCC;
}

a:active{
	color:#999; text-decoration:none;
}

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

h1{
	color:#666;
	font-size:200%;
	font-weight:normal;
	font-family:Georgia, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	padding-top:120px;
}

h2{
	color:#555;
	font-size:90%;
	font-weight:normal;
	padding-left:15px;
}

h3{
	color:#666;
	font-size:120%;
	font-weight:bold;
	font-family:Georgia, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:10px 0 20px 0;
}

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

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

p{
	margin:0 0 1em 0;
}

em{
	color:#B00000;
	font-style:normal;
}

strong{
	font-weight:bold;
}

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 solid #444;
	}

	.img_left{
		float:left;
		margin:0 10px 15px 0;
		border:1px solid #444;
	}

	.clears{
		clear:both;
	}

/*---ピクチャページで使用---*/

.pict{
	text-align:center;
}

/*---------------------------------------------------------
	リスト
--------------------------------------------------------*/

ul{
	margin:5px 0 10px 40px;
}

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

input,select,textarea{
	background:#1D1D1D;
	color:#666;
	font-size:100%;
	line-height:110%;
	padding:2px;
	margin:0 0 3px 0;
	border:1px solid #111;
}

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

#header{
	background:url(nor_hana043.jpg) #212121 no-repeat;
	height:225px;
	text-align:center;
}

	.dsp{
		
	}

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

#out{
	width:800px;
	margin:10px auto 20px auto;
}

#contents{
	background:url(css_hana032.jpg) top center #212121;
	padding:40px 150px 30px 150px;
}

.write{
	background:#212121;
}

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

#navi{
	text-align:center;
	margin:0 0 50px 0;
}

#navi ul{
	margin:0;
}

#navi ul li{
	list-style-type:none; 
	display:inline;
	padding:5px;
}

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

#post{
	background:#1D1D1D;
	color:#666;
	padding:10px;
	margin:0 0 20px 0;
}

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

#footer{
	background:url(nor_hana043_2.jpg) center bottom no-repeat;
	height:225px;
	padding:10px;
}

#footer #copy{
	font-size:11px;
	font-family:Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin-top:100px;
	text-align:center;
}

#footer #copy a{
	color:#666;
	text-decoration:none;
}
