#container{
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 75px;
	width: 800px;
}

#navi-top{
	height: 23px;
	width: 800px;
	margin-bottom: 2px;
	font-size: medium;

}
#big-image{
	height: 271px;
	width: 800px;
}

#wrapper{
	height: auto;
	width: 800px;
	overflow: hidden;
	background-color: #FFF;
}

#navi-side{
	float: left;
	width: 180px;
	background-color: #FFF;
	font-size: 16px;
}

#content-1{
	float: right;
	width: 610px;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #FFF;
}

#content-2{
	float: right;
	width: 610px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFF;
}

#content-3{
	float: right;
	width: 610px;
	background-color: #FFF;
}
#footer{
	width: 800px;
}

/*-------------------------------------------------
トップナビメニュー
--------------------------------------------------*/

.top-menu{
	font-size: 0.75em;
	width: 800px;
	height: 25px;
	background-color: #CFF;
}

.top-menu ul{
	margin: 0;
	padding: 0;
}

.top-menu li{
	list-style-type: none;
	float: left;
}

.top-menu li a{
	display: block;
	width: 120px;
	line-height: 25px;
	border-right: solid 1px #FFF;
	color: #00C;
	text-align: center;
	text-decoration: none;
}

.top-menu li a:hover{
	background-color: #CCF;
}


/*-------------------------------------------------
サイドナビメニュー
--------------------------------------------------*/

.side-menu{
	width: 180px;
	overflow: hidden;
	margin-top: 10px;
}
.side-menu li{
	margin-bottom: 0;
	list-style-type: none;
	line-height: 0;
	border-bottom: solid 1px #FFF;
	text-indent: 10px;
}

.side-menu li a{
	display: block;
	line-height: 30px;
	padding-left: 10px
	background-color: #00c;
	color: #000;
	font-size: 0.75em;
	text-decoration: none;
	background-color: #CFF;
}

.side-menu li a:hover{
	background-color: #CCF;
}

.side-menu ul{
	margin: 0;
	padding: 0;
	border-top:: solid 1px #FFF
}




/*---------------------------------------------
見出し
---------------------------------------------*/
	
	

#content-1 h4{
	background-color: #03F;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #009;
	font-size: medium;
	color: #FFF;
	letter-spacing: 0.3em;
}

#content-2 h4{
	background-color: #03F;
	width: 270px;
	padding-top: 3px;
	font-size: medium;
	color: #FFF;
	letter-spacing: 0.3em;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #009;
}


/*-----------------------------------------
写真を回り込み記述
-----------------------------------------*/

.imgleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/*-------------------------------------------
キャプション
--------------------------------------------*/

.imgcaption{
	text-align: center;
	font-size: 0.85em;
	float: left;
	margin-right: 1px;
	margin-bottom: 10px;
}


.imgcaption img{
	margin-bottom: 0px;
}

.imgcaption p{
	margin: 0;
}


/*-------------------------------------------------
背景
--------------------------------------------------*/

body{
	background-image : url(001.gif);
	background-repeat: repeat;
}
	
