@charset "utf-8";

/*ウィンドウ背景色の設定*/
body{
	background-color:#fbf9cc;
	background-image:url(img/d_bg04.jpg);
	background-repeat:repeat;
}

/*リンク色の設定*/
a:link{
	color:black;
}

a:visited{
	color:red;
}

a:hover{
	color:skyblue;

}

/*ページタイトルの設定*/
h1{
	color:black;
	text-align:center;
	font-size:250%;
}

h1 span{
	color:#d0e35b;
}

/*大見出しの設定*/
h2{
	color:#99cc99;
	border:#94c8b1 1px dotted;
	border-left:#d0e35b 10px solid;
	padding:5px 20px;
	margin-bottom:0;
}

/*情報データ見出しの設定*/
dt{
	clear:left;
	float:left;
	font-weight:bold;
}

/*リード文領域の設定*/
#lead{
        color:green;
        border-top:#6fbb9a 1px dotted;
	border-bottom:#6fbb9a 1px dotted;
	padding:15px;
	text-align:center;
	line-height:150%;
        font-size:150%;
}

/*フレームの設定*/
.frame{
        margin:20px 80px;
	padding:35px 30px 30px 30px;
	background:url(img/bg_04.png) repeat-x #fbf9cc;
        line-height:120%;
}

/*コンテンツ領域の設定*/
#wrap{
	width:918px;
	margin:40px auto;
	border:#f6bb9e 1px solid;
	background-color:#cc9966;
}
/*ヘッダの設定*/
#header{
  height : 233px;
  background-image : url(img/header03.png);
  background-color:#ff9966;
}

/*DATEの設定*/
#date{
  width:920px;
  height:300px;
  position:relative;
  left:auto;
  right:auto;
}

ul#date01{
  list-style-type: none;
  line-height:140%;
}

/*横並びレイアウトの設定*/
.ph{
	float:left;
	margin-left:150px;
        margin-right:30px;
        margin-bottom:30px
}

.clear{
        clear:left;
}

ul#story{
	list-style-type:decimal;
}

.dr{
	margin-top:30px;
	margin-left:45px;
}
/*ナビゲーションの設定*/
#arrow li{        
        list-style-type:none;
        float:left;
        margin-left:30px;
}
        
/*フッタの設定*/
#footer{
        clear:left;
	border-top-width: 0px;
	border-top-color : #ffffff;
	height: 20px;
        text-align:center;
        color:black;
	background-color: gray;
	margin :20px 0px;
}

#story{
	line-height:17pt;
}

#about{
	line-height:17pt;
}


/*ナビゲーションの設定*/

#pagingArea{
 	text-align:center;
}

