@charset "Shift_Jis";

* {
	margin:0;
	padding:0;
}

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

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

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

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

	.clr{
		background:#CCC;
	}

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

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

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

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

a:hover{
	color:#CCC;
}

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

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

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

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

h3{
	color:#AAA;
	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:#CCC;
}

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 #CCC;
	}

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

	.clears{
		clear:both;
	}

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

.pict{
	text-align:center;
}

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

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

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

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

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

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

	.dsp{
		
	}

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

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

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

.write{

}

/*---------------------------------------------------------
	#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:#E5E5E5;
	color:#888;
	padding:10px;
	margin:0 0 20px 0;
}

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

#footer{
	background : url(nor_hana043_5_2.jpg) no-repeat center bottom;
	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:#888;
	text-decoration:none;
}
