*{
	margin: 0;
	padding: 0;
}

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

img{
	border: 0;
}

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

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

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

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

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

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

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: 535px;
	background: #FFF;
}

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

div#footer{
	margin: 0;
	padding: 0 5px;
	width: 750px;
	background: url("images/footer_back.jpg") repeat-x;
	color:#FFF;
}

/*** COPYRIGHT ***/

div#copyright{
	float:left;
}

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

div#deco_banner{
	float:right;
}

/*** 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;
	line-height: 1.5;
}

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

#contents img{
	margin: 5px;
}

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

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

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

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

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

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

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

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

em{
font-size: 104%;
font-weight: bold;
font-style: normal;
color: #c71585;

}