*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #FFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

/*** ヘッダー ***/

div#header{
	padding: 10px;
	height:50px;
	background: #FFF;
	border-bottom: 1px solid #999;
}

/*** メインボックス ***/

div#main{
	margin: 0;
	background: #FFF;
}

/*** サイドボックス ***/

div#side{
	float:left;
	background:	transparent;
	width:200px;
}

/*** メニュー上部画像 ***/

div#photo{
	margin: 20px auto 10px auto;
	width: 180px;
	background:	#999;
}

/*** メニュー ***/

div#menu{
	margin: 0px auto 10px auto;
	width: 180px;
	background:	transparent;
}

/*** ニュース ***/

div#news{
	margin:10px 10px 25px 0;
	padding:5px 10px;
	border:1px solid #999;
	background: #FFF;
}

/*** コンテンツ ***/

div#contents{
	margin: 10px 10px 20px 0;
	float:right;
	width: 525px;
	background: transparent;
}

/*** フッター ***/

div#footer{
	margin: 0;
	padding: 6px 5px 1px 5px;
	width: 750px;
	background: #FFF;
	color: #222;
	border-top: 1px solid #999999;
}

/*** 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, #header a:hover{
	color: #222;
	text-decoration: none;
}

/*** ニュースのタイトル ***/

#news div{
	margin-bottom: 8px;
	font-weight: bold;
	color: #222;
	border-bottom: 2px dotted #999999;
}

/*** メニューリスト ***/

#menu ul{
	list-style: none;
}

#menu li{
	margin: 5px 0;
}

#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;
	border: 1px solid #999;
}

#menu li a:hover{
	background: url("images/menu_arrow_ov.gif") no-repeat left top #FFF;
	text-decoration: none;
	color: #222;
}

/*** コンテンツ内p定義 ***/

#contents p{
	font-size: 1.2em;
	margin: 15px 0px;
	line-height: 1.5;
}

/*** コンテンツ内画像位置 ***/

#contents img{
	margin: 5px;
}

/*** コンテンツ内リスト定義 ***/

#contents ul, #contents ol{
	padding-left: 25px;
}

/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
	font-size: 1.5em;
	color: #FFF;
	margin: 5px 0px 0px 5px;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 20px 10px 20px 0px;
	padding: 0px 0px 2px 10px;
	font-size: 1.2em;
	background: url("images/h2_mark.gif") no-repeat left bottom;
	border-bottom: 3px double #999;
	border-left: 3px solid #999;
}