﻿@charset "UTF-8";/* 花のデザイン用CSS */
/*widthは並べたい枚数にあわせて調整*/
#header {
	height:80px;
	background-image: url(logo7.gif);
        background-position: 0px 0px;
	background-color:#89b700;
}
#header p {
	margin-left:200px;
	background-color:#89b700;
	color:#ffffff;
	font-size:12px;
}
h1 {
	font-size:20px;
	background-image:none;
	color:#ffffff;
	height:60px;
	line-height:200%;
}

	

#header3 {
	margin:0;
	padding:0;
	overflow:hidden;
	width:800px;
	list-style:none;
	background-color:#dddddd;
	border-bottom:1px solid #cccccc;
	
}
#header3 li{
	margin:0;
	padding:0;
	width:140px;
	height:26px;
	float:left;
	text-align:center;
	border-right:1px solid #cccccc;
	font-size:13px;
	background-color:#dddddd;
}

#header3 li a{
	margin:0;
	padding:0;
	font-size:13px;
	color:#333333;
	text-decoration:none;
	display:block;
	width:100%;
	height:26px;
	overflow: hidden; 
	line-height:1.9;
	background: url(arrow_big.gif) 9px 10px no-repeat;
}



h2 {
	font-size:16px;
	font-weight:normal;
}

#gallery{
    width:620px;
    background-color:#ffffff;
	margin-left:100px;
}
/*widthは写真の大きさにあわせて調整font-sizeは固定した方が良い*/
dl{
    margin:0px;
    margin-right:3px;
    margin-bottom:1em;
    padding:0px;
    float:left;
    width:200px;
    font-size:14px;
    border-width:1px 1px 0px;
    border-style:solid;
    border-color:#7F2D00;
}
dt{
    margin:0px;
    padding:0px;
}
dd{
    margin:0px;
    padding:4px 0.5em;
    border-color::#7F2D00;
    border-bottom:1px solid;
}
/*heightは行数＋αにしておく。コメントの文字数はあらかじめ決めておきましょう。*/
dd.name{
    height:2.2em;
}
dd.comment{
    height:4.4em;
    background-color:#f6eec9;
}
dd.date{
    height:1.2em;
}

#container {
	margin:0;
	padding:0;
	
	height:100%;
	background-color:#e8ffd1;
}
.center {
	text-align:center;
	margin:0;
	padding-top:0;
	padding-bottom:20px;
}
table.navi {
	margin:auto;
	text-align:center;
}
li#spring {
	width:100px;
}
li#summer {
	width:100px;
}
li#fall {
	width:100px;
}
li#winter {
	width:100px;
}
.center h2 {
	padding:20px;
	margin:0;
}
