@charset "Shift_Jis";

* {
	margin:0;
	padding:0;
}

/*---------------------------------------------------------
	基本構造
--------------------------------------------------------*/

body{
	background:url(css_ribbon002_3.gif) #FFF top left repeat-y;
	color:#666;
	font-size:80%;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.6;
}

table{
	font-size:100%;
	width:100%;
	border-collapse:collapse;
	border:1px solid #DDD;
	margin:1em 0 1em 0;
}

th,td{
	border:1px solid #DDD;
	padding:2px 5px 2px 10px;
}

	.clr{
		background:#E0E6F0;
	}

hr{
	display:none;
}
	.line{
		background:url(line011_003.gif) no-repeat center;
		height:150px;
	}

/*---------------------------------------------------------
	アンカー
--------------------------------------------------------*/

a:link{
	color:#5E9FC8; text-decoration:none;
}

a:visited{
	color:#5E9FC8; text-decoration:none;
}

a:hover{
	color:#CCC;
}

a:active{
	color:#CCC; text-decoration:none;
}

/*---------------------------------------------------------
	見出し
--------------------------------------------------------*/

h1{
	color:#666;
	font-size:200%;
	font-weight:normal;
	font-family:"Century Gothic", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	padding-top:50px;
}

h2{
	color:#555;
	font-size:90%;
	font-weight:normal;
	padding-left:15px;
}

h3{
	color:#666;
	font-size:120%;
	font-weight:normal;
	font-family:"Century Gothic", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.2;
	margin:10px 0 20px 0;
	padding:0 0 0 5px;
	border-left:5px solid #E0E6F0;
}

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 0 0;
	list-style-type:none;
}

ul li{
	background:url(p_shape010_007.gif) no-repeat left center;
	padding:0 0 0 20px;
}

/*---------------------------------------------------------
	フォーム
--------------------------------------------------------*/

input,select,textarea{
	background:#E0E6F0;
	color:#666;
	font-size:100%;
	line-height:110%;
	padding:2px;
	margin:0 0 3px 0;
	border:1px solid #FFF;
}

/*---------------------------------------------------------
	#header	ヘッダー
--------------------------------------------------------*/

#header{
	padding:30px 0 30px 0;
	text-align:center;
}

	.dsp{
		display:none;
	}

/*---------------------------------------------------------
	#out	#write	#contents	枠組み
--------------------------------------------------------*/

#out{
	width:75%;
	margin:0 auto 0 auto;
}

#contents{
	padding:40px 80px 30px 80px;
}

.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:0 10px 0 15px;
}

/*---------------------------------------------------------
	#post	後書き部分
--------------------------------------------------------*/

#post{
	background:#E0E6F0;
	color:#999;
	padding:10px;
}

/*---------------------------------------------------------
	#footer	フッター
--------------------------------------------------------*/

#footer{
	padding:10px;
}

#footer #copy{
	font-size:11px;
	font-family:Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:50px 0 20px 0;
	text-align:center;
}

#footer #copy a{
	color:#666;
	text-decoration:none;
}
