*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 85%;	/* 80%; */
	background: url("images/body_back.jpg") repeat-x;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 900px;	/* 760px; */
	background: #FFF;
}

/*** ヘッダー ***/

div#header{
	padding-top: 10px;
	width: 900px;	/* 760px; */
	height:125px;
	/* background: url("images/header_back.jpg") no-repeat; */
	background: url("images/header_back.jpg") repeat-x;
}

/*** メインボックス ***/

div#main{
	margin: 0;
	
}

/*** メニュー ***/

div#menu{
	float:left;
	background:url("images/menu_back_top.jpg") no-repeat top;
	width:200px;
	padding-top:50px;
}

#menu div{
	background:url("images/menu_back_side.jpg") repeat-y;
	padding:0px 10px;
}

#menu div.menu_bottom{
	padding-top:50px;
	background:url("images/menu_back_bottom.jpg") no-repeat bottom;
}

/*** ニュース ***/

div#news{
	margin:10px 0 25px 0;
	padding:5px 10px;
	border:1px dotted #FCD0AD;
}

/*** コンテンツ ***/

div#contents{
	margin: 10px 0 20px 0;
	float:right;
	width: 675px;	/* 535px; */
	background: #FFF;
}

/*** フッター ***/

div#footer{
	margin: 0;
	padding: 5px;
	width: 890px;	/* 750px; */
	background: url("images/footer_back.jpg") repeat-x bottom left #FBB67D;
	color:#FFF;
	text-align: center;
}

div#deco_banner{
	font-size: x-small;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

/************ ここからスタイル定義 ************/

/*** ヘッダー内リンク ***/

#header a{
	color:#B58800;
	text-decoration:none;
}

#header a:hover{
	color:#CC9900;
	text-decoration:none;
}

/*** ニュースのタイトル ***/

#news div{
	margin-bottom: 8px;
	padding: 0 0 0 45px;
	background: url("images/news_mark.gif") no-repeat left;
	font-weight: bold;
	color: #E18C2F;
}

/*** メニューリスト ***/

#menu ul{
	list-style: none;
}

#menu li{
	margin: 0;
}

#menu li a{
	display: block;
	padding:8px 5px 5px 20px;
	width: 155px;
	font-weight: bold;
	text-decoration: none;
	color: #B58800;
}

#menu li a:hover{
	font-weight: bold;
	background: url("images/menu_back_ov.jpg") repeat-x;
	text-decoration: none;
	color: #936F00;
}

/*** コンテンツ内p定義 ***/

#contents p{
	margin: 15px 0px;
	padding: 0 10px 0 25px;	/* 追加 */
	line-height: 1.5;
}

/*** コンテンツ内画像位置 ***/

#contents img{
	margin: 5px;
}

/*** コンテンツ内リスト定義（追加） ***/

#contents ul, #contents ol{
	margin: 15px 0;	/* 15px 0; */
	padding: 0 0 0 25px;	/* 0 0 0 25px; */
}

#contents li{
	margin: 5px 0 0 15px;	/* 5px 0; */
}

/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
	font-size: 1.3em;
	color: #BA6F1B;
	margin: 2px 0px 0px 5px;
}

/*** h3, h4 追加 ***/
h3{
	width: 608px;	/* 558px; */
	margin: 20px 0 20px 10px;	/* 30px 0 20px 0; */
	padding: 5px 10px;
	font-size: 1em;
	background: #FBB67D;
}

h4{
	width: 608px;	/* 558px; */
	margin: 20px 0 20px 10px;	/* 30px 0 20px 0; */
	padding: 5px 10px;
	font-size: 1em;
	border-bottom: 2px solid #FBB67D;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 20px 0 20px 0px;	/* 20px 0px 20px 0px; */
	padding: 3px 0px 8px 30px;
	font-size: 1em;
	background: url("images/h2_mark.gif") no-repeat left bottom;
}
