@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;	
}
#nav1 {
	line-height: 170%;
	margin:5px ;
	padding:0px;
	list-style:none;	
	float:left;	
}
#nav2 {
	line-height: 170%;
	margin:5px ;
	padding:0px;
	list-style:none;	
	float:left;	
}
#nav3 {
	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/phototop1.jpg")
}


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

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	float:left;
	background-color:#FFE4E1;
        margin-right: 5px;
	margin-left: 0px;
	border-style: ridge;
	border-width: 4px;
	border-color: #FFB6C1;
	font-size:90%;
	text-align: center;
	width: 103px;
	height:60px;

}

#nav a{
	color: #8B4513;
	display:block;
	width: 103px;
	height:60px;
	text-decoration:none;

}

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

#nav1 li {
	float:left;
	background-color:#F0FFF0;
	margin-right: 5px;
	margin-left: 0px;
	border-style: ridge;
        border-width: 4px;
        border-color: #CC6;
        font-size:90%;
	text-align: center;
	width: 103px;
	height:60px;
}

#nav1  a{
	color: #556B2F;
	display:block;
	width: 103px;
	height:60px;
	text-decoration:none;
}

#nav1 a:hover {
	color: #FFF;
	background-color: #8FBC8F;
	text-decoration:none;
}

#nav2 li {
	float:left;
	background-color:#E0FFFF;
	margin-right: 5px;
	margin-left: 0px;
	border-style: ridge;
        border-width: 4px;
        border-color: #CFF;
        font-size:90%;
	text-align: center;
	width: 103px;
	height:60px;
}

#nav2 a{
	color: #4169E1;
	display:block;
	width: 103px;
	height:60px;
	text-decoration:none;
}

#nav2 a:hover {
	color: #FFF;
	background-color: #87CEEB;
	text-decoration:none;
}

#nav3 li {
	float:left;
	background-color:#FFE4E1;
	margin-right: 5px;
	margin-left: 0px;
	border-style: ridge;
        border-width: 4px;
        border-color: #FFB6C1;
        font-size:90%;
	text-align: center;
	width: 103px;
	height:60px;
}

#nav3  a{
	color:#8B4513;
	display:block;
	width: 103px;
	height:60px;
	text-decoration:none;
}

#nav3 a:hover {
	color: #FFF;
	background-color: #FFB6C1;
	text-decoration:none;
}

/* contentに関するCSS 
--------------------------------------------------------------------------------*/
h2{margin-top: 0px;}
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:0px;
}
img.thumb1 {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}

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