* {
	margin:0;padding:0;
}

body {
	font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#252525;
	background-color: #ffffff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a {
	color:#b4a06a;text-decoration:none;
}
a:hover {
	color:#cfbc8a;
}
a:active, a:focus {
	outline: 0;
}
img {
	border:0;
}
.clear {
	clear:both;
}


/*************
全体
*************/
#wrapper {
	background-image: url(../images/contents_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 910px;
}

/*************
/* ヘッダー
*************/
#header {
	padding-top: 20px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

#header h1,#header h2,#header p {
	font-size:10px;
	font-weight:normal;
	line-height:22px;
}

#header h1 {
	color:#555;
	font-size: x-large;
	margin-bottom: 7px;
}

#header h2 {
}


/*************
/* トップナビゲーション
*************/
#topnavWrap {
	background-image: url(../images/gmenu_bg.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

ul#topnav {
	width: 910px;
	height: 46px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

ul#topnav li {
	float:left;
	list-style:none;
	width:130px;
	padding-top: 1px;
}

ul#topnav a {
	display: block;
	padding-top: 10px;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 36px;
	background:url(../images/topnav.png) no-repeat;
	text-align: center;
}
ul#topnav a:hover {
	background-position:0 -46px;
}


/*************
メイン（右側）コンテンツ
*************/
#main {
	float: right;
	width: 618px;
	padding: 15px 0;
	display: inline;
}

#main h3 {
	margin-bottom: 10px;
	padding: 0 10px 0px 20px;
	line-height: 40px;
	font-size: 13px;
	font-weight: normal;
	color: #252525;
	background: url(../images/heading.png) no-repeat;
}

#main p {
	padding: 15px 15px 15px 20px;
}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
	float: left;
	width: 265px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#sidebar h3 {
	line-height: 40px;
	font-size: 13px;
	font-weight: normal;
	color: #252525;
	background: url(../images/heading2.png) no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 23px;
}

#sidebar ul {
	margin-left: 5px;
	padding: 10px 0;
}

#sidebar li {
	margin: 0 10px 10px 5px;
	list-style: none;
	border-bottom: 1px solid #efefef;
}

#sidebar li a {
	background: url(../images/linkArrow_gray2.png) no-repeat 0 50%;
	display: block;
	padding-left:15px;
}

#sidebar li a:hover {
	background-position: 3px 50%;
}




/*************
/* フッター
*************/
address {
	padding: 20px 0 3px;
	text-align: center;
	font-style:normal;
	font-size: 12px;
	clear:both;
	display:block;
}



/*******************************
/* 汎用スタイル
*******************************/
.adarea {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*---------------------------------
_clearfix
-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
