*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
	background: url("images/back.jpg") repeat-x #5e5e5e;
	word-wrap: break-word;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

/*** ヘッダー ***/

div#header{
	width: 740px;
	height: 60px;
	padding: 10px;
	background: url("images/header_back.jpg") repeat-x;
}

/*** メインボックス ***/

div#main{
	width: 760px;
	margin: 20px 0;
	background: #FFF;
}

/*** サイド ***/

div#side{
	width: 200px;
	float: left;
}

/*** メニュー ***/

div#menu{
	width: 180px;
	margin: 0 10px;
	padding: 5px 0 0 0;
	background: url("images/menu_back.jpg") no-repeat top;
}

#menu div.menu_bottom{
	width: 180px;
	height: 15px;
	background:url("images/menu_back_bottom.gif") no-repeat left bottom;
}

/*** ニュース ***/

div#news{
	margin: 0 10px 30px 0;
	padding: 10px;
	border:1px solid #CCC;
	background: url("images/news_back.jpg") repeat-x top left #EBE8E4;
	line-height: 140%;
}

/*** コンテンツ ***/

div#contents{
	width: 540px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	float:right;
	background: transparent;
	overflow: hidden;
}

/*** フッター ***/

div#footer{
	width: 750px;
	padding: 5px;
	background: url("images/footer_back.jpg") repeat-x;
	color: #CCC;
}

/*** 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: 20px 0 0 0;
	text-align: right;
}

/************ ここからスタイル定義 ************/

/*** 通常リンク ***/

a:link,
a:visited,
a:hover{
	color: #B5A080;
}

a:hover{
	text-decoration: none;
}

/*** ヘッダー内リンク ***/

#header a, #header a:hover{
	color: #FFF;
	text-decoration: none;
}

/*** メニューリスト ***/

#menu ul{
	width: 180px;
	list-style: none;
	margin: 25px 0 0 0;
	background: url("images/menu_ul_back.gif");
}

#menu li a{
	width: 140px;
	display: block;
	margin: 10px 0 0 10px;
	padding: 0 10px 0 20px;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	background: url("images/menu_arrow.gif") no-repeat top left;
}

#menu li a:hover{
	text-decoration: none;
	color: #999;
}

/*** コンテンツ内p定義 ***/

#contents p{
        font-size: 1.1em;
	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;
}

/*** ヘッダー内サブタイトル ***/

#header div{
	margin-left: 10px;
	font-size: 1em;
	color: #FFF;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 0 10px 10px 0px;
	padding: 0 0px 0 45px;
	font-size: 1.5em;
	background: url("images/h2.jpg") no-repeat top left;
}

/*** h3 ---- コンテンツの見出し ***/

#contents h3{
	margin: 0 10px 10px 0px;
	padding: 5px 10px;
	font-size: 1.2em;
	border-bottom: 2px solid #CCC;
}

/*** h4 ---- コンテンツの見出し ***/

#contents h4{
	margin: 0 10px 10px 0px;
	padding: 5px 10px;
	font-size: 1em;
	border-bottom: 1px solid #CCC;
}

/*** 引用 ***/

#contents blockquote{
	width: 90%;
	border: 1px solid #CCC;
	background: #EEE;
	margin: 10px auto;
	padding: 10px;
	color: #777;
}

/*** コンテンツ内画像 ***/

#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;
}
