/*文字セットの設定*/
@charset "Shift_JIS"

/*======================================================================
	ページ全体にかかわる基本設定
======================================================================*/
* {
	margin: 0px;
	padding: 0px;
	line-hight: 1.5px;
}

body {
	background: powderblue url(img/bg.gif);
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size:12px;
	color: darkblue;
}

/*======================================================================
	アンカー設定
======================================================================*/

a:link {
	color: ;
	text-decoration:none;
}
a:visited {
	color: ;
	text-decoration:none;
}
a:hover {
	color: ;
	background-color:lightpink;
	text-decoration:none;
}
#menu-top1 a:link {
	color: ;
	text-decoration:none;
}
#menu-top1 a:visited {
	color: ;
	text-decoration:none;
}
#menu-top1 a:hover {
	color: ;
	background:lightpink url(img/hover-top.gif);
	text-decoration:none;
}
#menu-top2 a:link {
	color: ;
	text-decoration:none;
}
#menu-top2 a:visited {
	color: ;
	text-decoration:none;
}
#menu-top2 a:hover {
	color: ;
	background:lightpink url(img/hover-top.gif);
	text-decoration:none;
}
#menu-left a:link {
	color: ;
	text-decoration:none;
}
#menu-left a:visited {
	color: ;
	text-decoration:none;
}
#menu-left a:hover {
	color: ;
	background:lightpink url(img/hover-left.gif);
	text-decoration:none;
}
/*======================================================================
	見出し文字設定
======================================================================*/

h1{                   /*タイトル設定*/
	padding: 15px 0 0 0;
	font-size: 28px;
	font-family:"Ancestory SF","Adorable","ＭＳ ゴシック",serif;
	color: darkbrown;
	letter-spacing:0.2em;
}
h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing:0.1em;
}
h3{
	background: #e9e9e9 url(img/h3.gif) no-repeat left center;
	margin: 20px 0 10px 0;
	padding: 5px 0 1px 20px;
	font-size: 14px;
	color:darkblue;
	letter-spacing:0.1em;
}
h4{
	font-size: 18px;
	letter-spacing:0.1em;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	letter-spacing:0;
}
h5{
	font-size: 11px;
	background-color:honeydew;
	margin: 0 0 0 0;
	letter-spacing:0;
	color:;
}
h6{
	font-size: 11px;
	background-color:linen;
	margin: 0 0 0 0;
	letter-spacing:0;
	color:;
}
#content h1{
	font-size: 28px;
	color: darkbrown;
	letter-spacing:0.2em;
}
#content h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing:0.1em;
}
#content h3{
	background: #e9e9e9 url(img/h3.gif) no-repeat left center;
	margin: 20px 0 10px 0;
	padding: 5px 0 1px 20px;
	font-size: 14px;
	color:darkblue;
	letter-spacing:0.1em;
}
#content h4{
	background: #e9e9e9 url(img/h3.gif) no-repeat left center;
	font-size: 12px;
	margin: 0 0 0 0;
	letter-spacing:0;
}
#content h5{
	font-size: 11px;
	background-color:honeydew;
	margin: 0 0 0 0;
	letter-spacing:0;
	color:;
}
#content h6{
	font-size: 11px;
	background-color:linen;
	margin: 0 0 0 0;
	letter-spacing:0;
	color:;
}
/*======================================================================
	段落・水平線・イメージ
======================================================================*/

p{
	margin: 0.1em 0 0.5em;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed;          /* 線種 */
	border-color: #666;            /* 線色 */
	height: 1px;                   /* IE用 高さ */
}

img {
	border: none;
}

/*======================================================================
	レイアウト設定
======================================================================*/

/*--------背景(全体)部共通設定----------------------------------------*/
#all
{
	width: 900px;
	padding: 0 0;
	margin: auto;
	text-align: center;
	background: bisque url(img/mainbg.gif);
}

/*--------内容部共通設定----------------------------------------------*/
#menu-top1,			/*トップメニュー部1	*/
#menu-top2,			/*トップメニュー部2	*/
#main,				/*HPメイン部		*/
#footer				/*フッター部		*/
{
	width: 810px;
	margin: auto;
	text-align: center;
}

/*--------タイトル上情報部--------------------------------------------*/
#header-info
{
	background: lightcyan url(img/headerinfobg.gif);
	width:810px;
	padding: 0 0 0 0;
	margin: auto;
	text-align:right;
}
/*--------タイトル部--------------------------------------------------*/
#header-title
{
	width:810px;
	background: lightcyan url(img/headerbg.jpg) no-repeat;
	padding: 105px 0 0 0;
	margin: auto; 
	border: 1px solid #B5C4A1;
	text-align: center;
	color:white;
}
/*--------トップメニュー部1--------------------------------------------*/
#menu-top1
{
	width: 810px;
	height: 25px;
	margin:auto;
	padding:auto;
}
#menu-top1 p
{
	width: 135px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 7px 0 0 0;
	float:left;
	border: none;
}
.on1 {
	background:azure url(img/bottun-on.gif) no-repeat center center;
}
.off1 {
	background:azure url(img/bottun-off.gif) no-repeat center center;
}
/*--------トップメニュー部2--------------------------------------------*/
#menu-top2
{
	width: 810px;
	height: 25px;
	margin:auto;
	padding:auto;
}
#menu-top2 p
{
	width: 135px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 7px 0 0 0;
	float:left;
	border: none;
}
.on2 {
	background:azure url(img/bottun-on.gif) no-repeat center center;
}
.off2 {
	background:azure url(img/bottun-off.gif) no-repeat center center;
}
/*--------HPメイン部--------------------------------------------------*/
#main {
	text-align: left;
	background: azure;
}
/*--------HPメイン左メニュー部----------------------------------------*/
#menu-left
{
	width: 140px;
	min-height: 520px;
	padding: 10px 10px 10px 10px;
	float:left;
	clear : both ; 
	background:azure url(img/bg-left.gif);
}
#menu-left p
{
	width: 140px;
	margin-left:auto;
	margin-right:auto;
	padding: 4px 0 0 0;
	float:left;
	border: none;
}
.on3 {
	height: 15px;
	vertical-align: middle;
	text-align: center;
	padding: 4px 0 0 0;
	background:azure url(img/bottun-on-left.gif) no-repeat center center;
}
.off3 {
	height: 15px;
	vertical-align: middle;
	text-align: center;
	padding: 4px 0 0 0;
	background:azure url(img/bottun-off-left.gif) no-repeat center center;
}
.address{
	height: 220px;
	bottom:5px;
	float:bottom;
	text-align: left;
	padding: 24px 0 0 0;
	background-color:white;
}
/*--------HPメイン右内容部--------------------------------------------*/
#content {
	padding: 10px 10px 10px 10px;
	width: 630px;
	min-height: 520px;
	float:right;
	background-color: white;
}
/*--------フッター部--------------------------------------------------*/
#footer
{
	color: gray;			/*フッター文字色	*/
	background-color: #cee1ea;	/*フッター背景色	*/
	font-size: 12px;
	clear : both ; 
}

#footer div
{
	padding: 5px 5px 5px 5px;
}

