/*--------------------------------------------------------------------------------
	ページ全体
--------------------------------------------------------------------------------*/

body {
	margin: 0px;
	font: 0.85em/1.3em Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: #fff6e3;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

h5 {
	margin: 0px;
	padding: 0px;
}

h6 {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: bottom;
}

em {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}

dl {
	margin: 12px 20px 15px;
	text-align: left;
}

dt {
	font-weight: bold;
	color: #cc0000;
}

dd {
	margin: 0px 0px 12px;
	font-size: 0.84em;
	line-height: 1.25em;
}

dd address {
	margin: 0px 0px -10px;
	font-style: normal;
	font-weight: bold;
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}

.align_right{
	text-align: right;
}

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

.img_space {
	margin: 15px 0px;	
}

/*--------------------------------------------------------------------------------
	ヘッダー
--------------------------------------------------------------------------------*/

.header_wrapper {
	background: url(../img/header_bg.gif) repeat-x top;
	width: 100%;
	height: 125px;
}

.header {
	width: 820px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------------------------
	ページ
--------------------------------------------------------------------------------*/

.page_wrapper {
	background: url(../img/contents_bg.gif) repeat left top;
	width: 100%;
}

.page {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.page #left {
	width: 10px;
	background: url(../img/contents_shadow_l.png) repeat-y right;
	behavior: expression(IEPNGFIX.fix(this));
}

.page #center {
	width: 760px;
	background: #ffffff url(../img/contents_shadow_t.gif) no-repeat center top;
	padding: 20px;
}

.page #center td {
	vertical-align: top;
}

.page #right {
	width: 10px;
	background: url(../img/contents_shadow_r.png) repeat-y left;
	behavior: expression(IEPNGFIX.fix(this));
}

/*--------------------------------------------------------------------------------
	メニュー
--------------------------------------------------------------------------------*/

.menu_wrapper {
	width: 180px;
	margin-right: 10px;
}

.menu_main img {
	padding-bottom: 2px;
}

.menu_sub {
	padding-top: 10px;
}

/*--------------------------------------------------------------------------------
	コンテンツ
--------------------------------------------------------------------------------*/

.contents_wrapper {
	width: 570px;
	border-top: 5px solid #eaeaea;
	border-right: 5px solid #eaeaea;
	border-bottom: 18px solid #eaeaea;
	border-left: 5px solid #eaeaea;
}

.contents {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	text-align: center;
	padding-top: 7px;
}

.contents p {
	text-align: left;
	margin: 12px 20px 15px;
}

/*--------------------------------------------------------------------------------
	フッター
--------------------------------------------------------------------------------*/

.footer_wrapper {
	background: url(../img/footer_bg.gif) repeat-x top;
	width: 100%;
	height: 100px;
}

.footer {
	width: 820px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
