@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/

	body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #494949;
	font-size: 75%;
	line-height: 160%;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width: 940px;
	margin-bottom: 0px;
}
#header2{
        width: 940px;
        margin-bottom: 0px;
        float:left;
}
#nav {
	line-height: 170%;
	margin:5px ;
	padding:0px;
	list-style:none;	
	float:left;	
}

#content {
	float:left;
	width: 940px;
	border: 0px solid #999;
	background-color: #FFF;
	padding: 0px;
	margin-top: 5px;
        background-image: url(image/index2.jpg);
        background-repeat: no-repeat;
}


/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
        float:right;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	float:left;
	background-color:#CC9;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 109px;
	height:22px;
}

#nav a{
	color: #000;
	display:block;
	width: 109px;
	height:22px;
}

#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration:none;
}

/* contentに関するCSS 
--------------------------------------------------------------------------------*/
h3 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #EEE8AA;
	text-align: center;

}
img.thumb {
	float:left;
	margin-right: 10px;
	margin-bottom: -50px;
}
img.thumb1 {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
	float:left;
	margin-top: 28px;
}
