*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外枠 ***/

div#line{
	margin: 0 auto;
	width:780px;
	background: url("images/line_back.gif") repeat-y;
}

/*** 外ボックス ***/

div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #FFF;
}

/*** ヘッダー ***/

div#header{
	padding: 0px;
	height: 83px;
	background: url("images/header_back.gif") no-repeat;
}

/*** メインボックス ***/

div#main{
	margin: 0;
}

/*** メニュー上部画像 ***/

div#photo{
	margin: 10px auto 10px auto;
	padding-top: 10px;
	width: 740px;
	height: 150px;
	background:	url("images/photo_back.gif") no-repeat;
}

/*** メニュー ***/

div#menu{
	float:left;
	background: url("images/menu_back_top.gif") no-repeat top;
	width: 200px;
	padding-top: 55px;
}

#menu div{
	padding: 0 10px;
}

#menu div.menu_bottom{
	padding-top: 20px;
	background: url("images/menu_back_bottom.gif") no-repeat bottom;
}

/*** ニュース ***/

div#news{
	margin:0px 10px 35px 0;
	padding:5px 10px;
	background: url("images/news_back.gif") repeat-y;
	font-weight: bold;
}

/*** コンテンツ ***/

div#contents{
	margin: 10px 10px 20px 0;
	float:right;
	width: 525px;
	background: transparent;
}

/*** フッター ***/

div#footer{
	margin: 0;
	padding: 15px 5px 10px 5px;
	width: 750px;
	background: url("images/footer_back.gif") no-repeat top;
	color: #222;
}

/*** 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: #222;
	text-decoration: none;
}

#header a:hover{
	color: #999;
	text-decoration: none;
}

/*** ニュースのタイトル ***/

#news_title{
	margin: 0;
}

/*** メニューリスト ***/

#menu ul{
	padding-top: 10px;
	list-style: none;
}

#menu li a{
	display: block;
	padding: 5px 5px 5px 20px;
	width: 155px;
	font-weight: bold;
	text-decoration: none;
	background: url("images/menu_arrow.gif") no-repeat left top #FFF;
	color: #222;
}

#menu li a:hover{
	background: url("images/menu_arrow_ov.gif") no-repeat left top #FFF;
	text-decoration: none;
	color: #CC0000;
}

/*** コンテンツ内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.3em;
	color: #222;
	margin: 15px 0px 0px 15px;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 10px 10px 20px 0px;
	padding: 5px 0px 12px 35px;
	font-size: 1em;
	background: url("images/h2_mark.gif") no-repeat left bottom;
}