*{
	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: #4D8DB2;
}

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

div#main{
	margin: 0;
	background: #EFF4F6;
}

/*** サイドボックス ***/

div#side{
	float:left;
	background:	transparent;
	width:200px;
}

/*** メニュー上部画像 ***/

div#photo{
	margin: 20px auto 10px auto;
	width: 180px;
	background:	#EFF4F6;
}

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

div#menu{
	margin: 0px auto 10px auto;
	width: 180px;
	background:	transparent;
}

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

div#news{
	margin:10px 10px 25px 0;
	padding:5px 10px;
	border:1px solid #4D8DB2;
	background: #FFF;
}

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

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

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

div#footer{
	margin: 0;
	padding: 5px;
	width: 750px;
	background: #4D8DB2;
	color: #FFF;
	text-align: center;
}

div#deco_banner{
	font-size: x-small;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

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

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

#header a{
	color: #FFF;
	text-decoration: none;
}

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

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

#news div{
	margin-bottom: 8px;
	font-weight: bold;
	color: #689DBD;
	border-bottom: 2px dotted #689DBD;
}

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

#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: #4D8DB2;
}

/*** コンテンツ内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: #FFF;
	margin: 5px 0px 0px 5px;
}

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

#contents h2{
	margin: 20px 10px 20px 0px;
	padding: 0px 0px 2px 10px;
	font-size: 1em;
	background: url("images/h2_mark.gif") no-repeat left bottom;
	border-bottom: 3px double #689DBD;
	border-left: 3px solid #4D8DB2;
}
/*-------------------- 中央に配置 --------------------*/
 
body{
 text-align: center;
 }
 .hpb-head,.hpb-main{
 margin-right : auto;
 margin-left : auto;
 text-align : left;
 }