@charset "utf-8";

/* 初期設定
---------------------------------------------------- */

body{
	 margin: 0;
	 padding: 0;
	 font-size: small;
	 color: #333;
	 background: #fff;
}
h1, h2{
	color: #222;
}
h1{
	font-size: x-large;
}
h2{
 	font-size; medium;
}
p{
	line-height: 1.7;
}
a: link,  a:visited{
	 color: #37c;
}
a: hover {
	color: #999;
}

section, article, aside, nav, header, footer, hgroup{
	display: block;
} 

/* ページの枠組み
---------------------------------------------------- */
#page{
	margin: 0 auto;
	width: 900px;
}
footer{
	clear: both;
}
footer section{
	float: left;
	width: 280px;
}
footer section: nth-child(2){
	margin: 30px;
}
#copyright{
	clear: both;
}

/* ヘッダー
---------------------------------------------------- */
header img{
	display: block;
}
#logo {
	margin: 20px 0;
}

/* ナビゲーション
---------------------------------------------------- */
nav ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 0.5;
  background: url(images/background/color_001.jpg) repeat-x bottom;
} 
nav li, nav a {
  display: block;
}
nav li {
  float: left;
  border-right: 0px solid #ddd;
}
nav a {
  padding: 15px 25px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
}
nav a:hover {
  background: #fff;
}

/*スライドショー
---------------------------------------------------- */
.slideshow{
	width:900px;
	height:510px;
	margin: 0 0 10px 0;
	position:relative;
	display:block;
	/*ie7以下用 inline-block */
	*display:inline;
	*zoom:1;
}
/*img要素は絶対配置で一か所に重ねる　*/
.slideshow img{
	position:absolute;
	top:0;
	left:0;
}
/*2番目以降のimg要素にclass="alt"を付け、消す */
.slideshow img.alt{
	display:none;
}

/*フッター
---------------------------------------------------- */
#footer {
clear: both;
width: 100%;
margin: 0;
padding: 0px 0 30px 0;
text-align: center;
font-size: 12px;
line-height: 180%;
}




	 
	 