*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
	background: url("images/body_back.gif");
}

img{
	border: 0;
}

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

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

div#wrapper{
	margin: 10px auto;
	padding: 0;
	width: 760px;
	background:url("images/wrapper_back.gif");
}

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

div#header{
	padding: 10px;
	height: 90px;
	background: url("images/header.gif") no-repeat;
}

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

div#main{
	padding-top: 20px;
}

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

div#menu{
	float:left;
	background: transparent;
	width:200px;
}

* html body div#menu{
	float:left;
	background: transparent;
	width:180px;
}

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

div#news{
	margin:0px 10px 25px 0;
	padding:5px 10px;
	border:1px solid #990000;
	background: #FFF;
}

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

div#contents{
	margin: 0 10px 20px 0;
	padding: 10px 15px;
	float:right;
	width: 500px;
	background: #FFF;
}

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

div#footer{
	padding: 6px 5px 1px 5px;
	width: 750px;
	background: url("images/footer_back.gif") no-repeat bottom;
	color: #FFF;
	height: 73px;
}

/*** COPYRIGHT ***/

div#copyright{
	float:left;
	margin: 20px 0 0 20px;
}

/*** decoウェブバナー ***/

div#deco_banner{
	float:right;
	margin: 20px 20px 0 0;
}

/*** clearfix ***/

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

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

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

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

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

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

#news div{
	margin-bottom: 8px;
	font-weight: bold;
	color: #99CC00;
	border-bottom: 2px dotted #B77609;
}

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

#menu ul{
	list-style: none;
}

#menu li{
	margin-bottom: 10px;
}

#menu li a{
	display: block;
	padding: 3px 5px 3px 10px;
	font-weight: bold;
	width: 185px;
	text-decoration: none;
	background: url("images/body_back.gif");
	color: #888800;
}

* html body #menu li a{
	display: block;
	padding: 3px 5px 3px 10px;
	font-weight: bold;
	width: 165px;
	text-decoration: none;
	background: url("images/body_back.gif");
	color: #888800;
}

#menu li a:hover{
	background: black;
	text-decoration: none;
	color: #222;
	background: #DDD7B7;
}

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

#contents p{
	margin: 15px 0px;
	line-height: 1.5;
}

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

#contents img{
	margin: 5px;
}

/*** コンテンツ内リスト定義 ***/

#contents ul, #contents ol{
	padding-left: 25px;
}

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

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

#header h1{
	font-size: 1.6em;
	color: #FFF;
	margin: 40px 0 5px 70px;
}

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

#header div{
	margin-left: 60px;
	font-size: 1em;
	color: #ECE9D8;
}

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

#contents h2{
	margin: 0 10px 20px 0px;
	padding: 5px 0px 5px 35px;
	font-size: 1em;
	background: url("images/h2_mark.gif") no-repeat;
	color: #990000;
}