*{
	margin: 0;
	padding: 0;
}

BODY{
	margin: 0;
	padding: 0;
	font-size: 80%;
  text-align : center;
}

img{
	border: 0;
}

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

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

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

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

div#header{
	padding: 10px;
	background: #FFF;
	height: 50px;
}

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

div#main{
	padding-top: 20px;
	background: #FFF;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

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

div#menu{
	background: url("images/side_bottom_back.gif") repeat-x bottom;
}

/*** メニュー下部イメージ ***/

div#image{
	background: #FFF;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

/*** サイド ***/

div#side{
	float:left;
	width:185px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
}

#side div.side_title{
	background:url("images/side_title_back.jpg") no-repeat left top;
	font-weight: bold;
	text-align: center;
	padding: 4px 5px;
	border-bottom: 1px solid #BBB;
}

#side div.side_contents{
	margin-bottom: 20px;
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: url("images/side_bottom_back.gif") repeat-x bottom #FFF;
}

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

div#news{
	
}

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

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

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

div#footer{
	padding: 6px 5px 5px 5px;
	background: url("images/side_bottom_back.gif");
	color: #222;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

/*** 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;
}

.clearfix{
	zoom: 1;
}

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

/*** 通常リンク指定 ***/

a:link{
	color: #000099;
}

a:visited{
	color: #990099;
}

a:hover{
	color: #999999;
	text-decoration: none;
}

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

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

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

#news div{
	padding: 17px 5px 12px 50px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #009900;
	background: url("images/news_back.jpg") no-repeat;
}

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

#menu ul{
	list-style: none;
}

#menu li{
	float: left;
	margin: 0px;
}

#menu li a{
	display: block;
	margin-right: 1px;
	padding: 7px 5px 7px 5px;
	_padding: 8px 5px;
	width: 141px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	background: url("images/menu_back.jpg") no-repeat;
}

#menu li a:hover{
	font-weight: bold;
	background: url("images/menu_back_ov.jpg") no-repeat;
	text-decoration: none;
	color: #444;
}

#menu li.home a{
	display: block;
	margin: 0;
	padding: 7px 5px 7px 5px;
	_padding: 8px 5px;
	width: 142px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	background: url("images/menu_back_home.jpg") no-repeat;
}

#menu li.home a:hover{
	font-weight: bold;
	background: url("images/menu_back_ov_home.jpg") no-repeat;
	text-decoration: none;
	color: #444;
}

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

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

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

#contents img{
	margin: 5px;
}

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

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

/*** サイド内リスト定義 ***/

#side ul, #side ol{
	padding-left: 15px;
}

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

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

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

h3{
	padding: 5px;
	margin: 10px 0;
	font-size: 1em;
	border-bottom: 1px solid #999;
}

h4{
	padding: 5px;
	margin: 10px 0;
	font-size: 1em;
	border-bottom: 1px dotted #CCC;
}

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

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

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

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