/* ボディに関するCSS */
body {
	font-size: 14px;
	line-height: 150%;
	background: #FFFFE6;
}

/* ページ構造に関するCSS */
#wrapper {
	width:750px;
	background: url(img/bg_img.gif) repeat;
	margin: 0px;
	padding: 0px;
}

#headder {
	color: #663300;
	margin: 0px;
	background: url(img/ttl.gif) no-repeat;
	padding: 3px 3px 3px 0px;
	height: 85px;
	border-top: thin #993300;
	border-right: thin #993300;
	border-bottom: thin ridge #993300;
	border-left: thin #993300;
	width: 100%;

}
#content{
	padding: 5px;
	width: 690px;
	margin: 10px 0px 0px 60px;
	text-align: left;
}

#footer{
	color: #663300;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	background: #F5EBE7;
	width: 100%;
	line-height: 140%;
	height: auto;
	}


/* ヘッダーに関するCSS */



/* ナビゲーションに関するCSS */

#nav li {
	float:left;
	background-color: #E6C6BB;
	margin-right: 2px;
	margin-left: 0px;
	border: 1px solid #663300;
	font-size: 12px;
	text-align: center;
	width: 110px;
	height:22px;
	text-decoration: none;
	color: #660000;
	margin-bottom: 5px;
	padding: 0px;
}
#nav a{
	color: #000;
	display:block;
	width: 112px;
	height:22px;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	background-color: #455576;
	text-decoration:none;
	height:22px;
	width: 112px;
}


/* コンテンツに関するCSS */
#sinpo {
	font-size: 13px;
	padding: 5px;
	width: 620px;
	margin-left: 30px;
	line-height: 160%;
	margin-top: 20px;
	margin-bottom: 30px;

}

#top_text {
	line-height: 160%;
	padding: 5px;
	border: 1px dotted #663300;
	text-indent: 1em;
	display: block;
	margin: 0px 0px 5px;
	}

#haiku_conte {
	width: 700px;
	margin-left: 10px;

}




/* フッターに関するCSS */



/* リンクに関するCSS */


/* テキスト関するCSS */

h1 {
	margin:0px 0px 0px 3px;
	padding: 0px;
	font-size: 18px;
	float: left;
	font-style: italic;
}
h2 {
	border-top: 1px solid #666600;
	border-right: 2px solid #666600;
	border-bottom: 1px #666600;
	border-left: 10px solid #666600;
	color: #333333;
	background: #FFFFDF;
	height: auto;
	width: 590px;
	font-size: 13px;
	padding: 3px 0px 8px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
	text-indent: 1em;

}

h3 {
	font-size: 14px;
	color: #666666;
	background: #EFDED8;
	padding: 3px 3px 3px 5px;
	border-top: #663333;
	border-right: #663333;
	border-bottom: #663333;
	border-left: thick solid #663333;

}


li {
	list-style-position: inside;
	list-style-type: disc;

}

.day{
	font-size: smaller;
	font-weight: bold;
	padding: 3px;
	background: #FF9933;
	text-align: center;
	color: #FFFFFF;
	margin-right: 5px;
	border-top: 8px #FFCC66;
	border-right: 8px solid #FFCC66;
	border-bottom: 8px #FFCC66;
	border-left: 8px solid #FFCC66;
}

.lineup {
	font-size: 12px;
	line-height: 170%;
	border: 1px dotted #CC9900;
	padding: 5px;

}
 .text {
	font-size: 12px;
	line-height: 170%;

}
.text_02 {
	font-size: 13px;
	padding: 8px;
	line-height: 180%;

}
.pro {
	font-size: 10px;
	padding: 3px;
	background: #EEEEEE;
	border: 1px dotted #666666;

}

.name {
	font-size: 13px;
	padding: 2px;
	margin: 0px;

}
.haiku {
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	border: thin solid #FF9933;
	width: auto;
	color: #663300;
	margin: 0px;
	line-height: 160%;

}

.syo {
	background: #EEEEEE;
	border-left: thick solid #663333;
	font-size: 15px;

}
/* 画像に関するCSS */

.img_right {
	float: right;
	padding: 5px 8px 8px;
	margin: 0px;
}
.img_left {
	padding: 5px;
	float: left;
	margin: 5px 5px 5px 0px;

}
