*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
	background: url("../images/body_back.jpg") repeat-x #FFE1E1;
	word-wrap: break-word;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

/*** ヘッダー ***/

div#header{
	width: 740px;
	height: 80px;
	padding: 10px;
	background: url("../images/header_back.jpg") no-repeat;
}

/*** メインボックス ***/

div#main{
	width: 760px;
	margin: 20px 0;
	background: transparent;
}

/*** サイド ***/

div#side{
	width: 200px;
	float: left;
}

/*** メニュー ***/

div#menu{
	width: 180px;
	margin: 0 10px;
	padding: 10px 0 0 0;
	background: url("../images/menu_back.jpg") no-repeat top;
	overflow: hidden;
}

#menu div.menu_bottom{
	width: 180px;
	height: 15px;
	background:url("../images/menu_back_bottom.jpg") no-repeat left bottom;
}

/*** ニュース ***/

div#news{
	margin: 0 10px 30px 0;
	padding: 10px;
	border:1px solid #FFCCCC;
	background: url("../images/news_back.jpg") repeat-x bottom left;
	line-height: 140%;
}

/*** コンテンツ ***/

div#contents{
	width: 540px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	float: right;
	background: url("../images/contents_back.jpg") no-repeat top left;
	overflow: hidden;
}

/*** contents_main ***/

div#contents_main{
	width: 510px;
	margin: 0;
	padding: 0 10px 0 20px;
	background: url("../images/contents_main_back.jpg") repeat-y;
}

div.contents_bottom{
	width: 540px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url("../images/contents_bottom_back.jpg") no-repeat top left;
	vertical-align: bottom;
}

/*** フッター ***/

div#footer{
	width: 750px;
	margin-bottom: 10px;
	padding: 5px;
	background: transpanret;
	color: #666;
}

/*** COPYRIGHT ***/

div#copyright{
	text-align: center;
}

/*** decoウェブバナー ***/

div#deco_banner{
	margin: 5px 0;
	text-align: center;
	font-size: x-small;
}

/*** サイドフリーエリア ***/

div.free{
	width: 180px;
	margin: 15px 10px;
}

/*** page up ***/

div.pageup{
	margin: 30px 0 0 0;
	text-align: right;
}

/************ ここからスタイル定義 ************/

/*** 通常リンク ***/

a:link,
a:visited,
a:hover{
	color: #0000ff;
}

a:hover{
	text-decoration: none;
	color: #996600;
}

/*** ヘッダー内リンク ***/

#header a, #header a:hover{
	color: #FFF;
	text-decoration: none;
}

/*** メニューリスト ***/

#menu ul{
	width: 180px;
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0 0 5px 0;
	background: url("../images/menu_ul_back.jpg");
}

#menu li a{
	width: 140px;
	display: block;
	margin: 10px 0 0 10px;
	padding: 0 10px 0 20px;
	font-weight: bold;
	text-decoration: none;
	color: #996600;
	background: url("../images/menu_arrow.gif") no-repeat top left;
}

#menu li a:hover{
	text-decoration: none;
	color: #FFF;
}

/*** コンテンツ内p定義 ***/

#contents p{
	margin: 15px 0px;
	line-height: 1.5;
}

/*** コンテンツ内画像位置 ***/

#contents img{
	margin: 5px;
}

/*** コンテンツ内リスト定義 ***/

#contents ul, #contents ol{
	padding-left: 25px;
}

/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
	font-size: 1.4em;
	color: #FFF;
	padding: 10px 5px;
	text-align: center;
	letter-spacing: .1em;
}

/*** ヘッダー内サブタイトル ***/

#header div{
	margin-left: 10px;
	font-size: 1em;
	color: #FFF;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 0 10px 10px 0px;
	padding: 5px;
	font-size: 1.2em;
	border-bottom: 3px double #D1CAA3;
	color: #660000;
}

/*** h3 ---- コンテンツの見出し ***/

#contents h3{
	margin: 0 10px 10px 0px;
	padding: 5px;
	font-size: 1em;
	border-bottom: 2px solid #D1CAA3;
}

/*** h4 ---- コンテンツの見出し ***/

#contents h4{
	margin: 0 10px 10px 0px;
	padding: 5px;
	font-size: 2em;
	border-bottom: 1px solid #D1CAA3;
}

/*** 引用 ***/

#contents blockquote{
	width: 90%;
	border: 1px solid #D1CAA3;
	background: #ECE9D8;
	margin: 10px auto;
	padding: 10px;
	color: #777;
	line-height: 150%;
}

/*** コンテンツ内画像 ***/

#contents img{
	margin: 5px 0;
	border-top: 1px solid #C1B9AC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #C1B9AC;
}

#contents div.news img{
	border: 0;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}
