*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
}

img{
	border: 0;
}

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

/*** 背景 ***/

div#back{
	margin: 0 auto;
	width: 800px;
	background: url("images/back.jpg") repeat-y;
}

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

div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #FFF;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

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

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

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

div#main{
	margin-top: 20px;
	background: #FFF;
}

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

div#menu{
	float:left;
	background:url("images/menu_back_top.gif") no-repeat left top #eeeeee;
	width:180px;
	padding-top: 10px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
}

#menu div{
	background: #99A4B2;
}

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

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

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

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

div#contents{
	margin: 0 10px 20px 0;
	float:right;
	width: 530px;
	background: transparent;
}

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

div#footer{
	padding: 5px;
	width: 750px;
	background: #6E7D92;
	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, #header a:hover{
	color: #222;
	text-decoration: none;
}

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

#news div{
	margin-bottom: 8px;
	font-weight: bold;
	color: #EEAF6A;
	border-bottom: 2px dotted #999999;
}

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

#menu ul{
	list-style: none;
	padding: 0 5px 0 10px;
}

#menu li a{
	display: block;
	padding: 5px 5px 10px 25px;
	font-weight: bold;
	width: 135px;
	text-decoration: none;
	background: url("images/menu_arrow.gif") no-repeat left top transparent;
	color: #FFF;
}

#menu li a:hover{
	background: url("images/menu_arrow_ov.gif") no-repeat left top transparent;
	text-decoration: none;
	color: #DDD;
}

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

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

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

#contents img{
	margin: 5px;
}

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

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

/*** コンテンツ内テーブル定義 ***/

#contents table{
	border: 0px #000000 solid;
}
#contents td {
	border: 0px #000000 solid;
	text-align: left;
	vertical-align: top;

}


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

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

#header a{
	color: #FFF;
}

#header a:hover{
	color: #DDD;
}

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

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

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

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

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