﻿@charset "utf-8";

/*******************************************************************************
[1] 共通設定
********************************************************************************/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif";
}
body{
	background-color:#e7e8e9;
	text-align:center;
}
p{
	padding-bottom:15px;
}
img{
	border:none;
	vertical-align:bottom;
}
a:link,a:active,a:visited{
	color:#1D2087;
	text-decoration:none;
}
a:hover{
	color:#0000ff;
	text-decoration:underline;
}
table{
	font-size:100%;
	color:inherit;
	border-collapse:collapse;
	border-spacing:0;
}
ul{
	padding-bottom:15px;
	padding-left:2px;
	list-style-position:inside;
	margin-bottom:20px;
	margin-left:20px;
}
li{
	margin-bottom:3px;
}
hr{
	display:none;
}
/*******************************************************************************
[2] レイアウト
********************************************************************************/
/*===============================================
 配置
=================================================*/
/* 全体包括用ボックス ---------------------------*/
#wrap{
	margin-right:auto;
	margin-left:auto;
	width:800px;
	overflow:hidden;
}
#content{
	padding:20px 24px 35px 25px;
	width:751px;
	clear:both;
	background:#ffffff;
}
/*-----------------------------------------------*/
/* ヘッダ ---------------------------------------*/
/*-----------------------------------------------*/
/* フッタ ---------------------------------------*/
#footer{
	width:800px;
	height:22px;
	clear:both;
}
#footer address{
	display:inline;
}

/*===============================================
 書式設定・その他
=================================================*/
/* 全体包括用ボックス ---------------------------*/
#wrap{
	font-size:12px;
	line-height:1.6;
	background-color:#ffffff;
	text-align:left;
}
/*-----------------------------------------------*/
/* ヘッダ ---------------------------------------*/
/* ヘッダ メニュー ---------------------------------------*/
/*-----------------------------------------------*/
/* フッタ ---------------------------------------*/
#footer{
	color:#ffffff;
	background-color:#736357;
	text-align:center;
}
#footer address{
	font-style:normal;
}

/*******************************************************************************
[3] 詳細デザイン
********************************************************************************/
/* ヘッダ ---------------------------------------*/
/* ボディ ---------------------------------------*/
/* フッタ ---------------------------------------*/

