/* tag style
------------------------------------------------------------------*/
@import url("base.css");
@import url("table.css");
@import url("float.css");
@import url("color.css");
@import url("h.css");


body	{
	font-family: 'ＭＳ Ｐゴジック','Osaka',sans-serif;
	font-size: 95%;
	line-height: 1.5;
	background-image: url(wall.jpg);
	text-align: center;
	margin: 10px auto;
	padding: 0;
}

A:link		{ text-decoration : none ; color: blue; }
A:visited	{ text-decoration : none ; color : #0000cd ; }
A:active	{ text-decoration : none ; color: green; }
A:hover		{ text-decoration : none ; color: red; background-color: #ffffff;}


#layout01	{
	background-color: #FFFFE6;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-color: #9A9A9A;
	border-style: solid;
	width: 760px;
}

#layout02	{
	text-align: left;
}


#primary	{
	background-color: #EBEBEB;
	margin: 0px 0px 0px 0px;
	width: 190px;
	float: left;
}


#secondary	{
	background-color: #FCFCFC;
	margin: 0;
	width: 530px;
	float: right;
}


#footer	{
	text-align: right;
	font-family: 'ＭＳ ゴジック';
	font-style: normal;
	font-weight: 400;
	font-size: 90%;
	line-height: 170%;
	color: white;
	background-image: url(footer.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 50px;
	clear: both;
}

#header	{
	text-align: center;
	margin: 0px;
	width: 760px;
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#pankuzu	{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
p	{
	font-family: 'ＭＳＰゴジック','Osaka-等幅',monospace;
	font-weight: 500;
	font-size: 90%;
	line-height: 170%;
	margin: 10px;
	padding: 5px;
}

ul	{
	margin: 0;
}

#li_green	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	marker-offset: auto;
	font-size: 85%;
	line-height: 170%;
}

#li_green li	{
	padding-left: 35px;
	list-style-type: none;
	background: url(green.gif) no-repeat 10px 0.3em;
}

#li_blue	{
	font-size: 95%;
	line-height: 170%;
	letter-spacing: 1px;
	margin: 10px;
	padding: 5px;
	marker-offset: auto;
}

#li_blue li	{
	padding-left: 35px;
	list-style-type: none;
	background: url(blue.gif) no-repeat 10px 0.3em;
}

#li_red	{
	font-size: 85%;
	line-height: 170%;
	background-color: #ECFFFF;
	letter-spacing: 1px;
	margin: 10px;
	padding: 5px;
	marker-offset: auto;
}

#li_red li	{
	padding-left: 35px;
	list-style-type: none;
	background: url(red.gif) no-repeat 10px 0.3em;
}







ol	{
	font-weight: 500;
	list-style-type: decimal;
	font-size:	95%;
	line-height: 170%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.red	{
	font-size:100%;
	color:red;
	font-weight:500;
	}

.green	{
	font-size:90%;
	color:green;
	font-weight:500;
	}

.green_b	{
	font-size:100%;
	color:green;
	font-weight:600;
	}


.white	{
	font-size:13px;
	color:white;
	font-weight:600;
	}

.yellow	{
	font-size:13px;
	color:yellow;
	font-weight:600;
	}


.blue	{
	font-size:13px;
	color:blue;
	font-weight:600;
	}

.orange	{
	font-size:13px;
	color:orange;
	font-weight:600;
	}

.black	{
	font-size:13px;
	color:black;
	font-weight:600;
	}

.pink	{
	font-size:16px;
	color:pink;
	font-weight:600;
	}

.purple	{
	font-size:13px;
	color:purple;
	font-weight:600;
	}

.fuji	{
	font-weight: 600;
	font-size: 16px;
	color: #8080C0;
}

.aqua	{
	font-weight: 600;
	font-size: 13px;
	color: aqua;
}

.center		{
		text-align: center;
		}

.left		{
		text-align: left;
		}

.right		{
		text-align: right;
		}

.fleft	{
	float: left;
	border-style: none;
	}

.fleft0000	{
	float: left;
	border-style: none;
	margin: 0px 0px;
}

.fleft0005	{
	float: left;
	border-style: none;
	margin: 0px 5px;
}
	
.fleft0010	{
	margin: 0px 10px;
	border-style: none;
	float: left;
}


.fleft0020	{
	float: left;
	border-style: none;
	margin: 0px 20px;
}

.fleft1010	{
	float: left;
	border-style: none;
	margin: 10px 10px;
	}


.fleft1020	{
	float: left;
	border-style: none;
	margin: 10px 20px;
	}

.fleft2020	{
	float: left;
	border-style: none;
	margin: 20px 20px;
}

.fleft3020	{
	float: left;
	border-style: none;
	margin: 30px 20px;
}

.fright0020	{
	float:right;
	border-style: none;
	margin: 0px 20px;
}

.fright1020	{
	float:right;
	border-style: none;
	margin: 10px 20px;
}

.fright2020	{
	float:right;
	border-style: none;
	margin: 20px 20px;
}

.fright3020	{
	float:right;
	border-style: none;
	margin: 30px 20px;
}

img	{
	border-style: none;
}


.img0002	{
	margin: 0px 2px;
	border-style: none;
}

.img0005	{
	margin: 0px 5px;
	border-style: none;
}

.img0010	{
	margin: 0px 10px;
	border-style: none;
}

.img0020	{
	margin: 0px 20px;
	border-style: none;
}

.img1010	{
	margin: 10px 10px;
	border-style: none;
}
	
.img1020	{
	margin: 10px 20px;
	border-style: none;
}

.img2020	{
	margin: 20px 20px;
	border-style: none;
}


.left_cl	{
	clear: left;
}

.right_cl	{
	clear: right;
}

.both	{
	margin: 0;
	clear: both;
}


#barnner	{
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

hr	{
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
}

address	{
	font-family: 'ＭＳ Ｐゴジック','Osaka',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 90%;
	color: white;
	line-height: 170%;
	color: #FFFFCE;
	background-image: url(footer.gif);
	margin: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 50px;
}

#g_navi	{
	margin: 0px;
	padding: 0px;
}

#g_navi ul	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#g_navi ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#g_navi ul li a	{
	line-height: 2em;
	background-color: #EBEBEB;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	border-top: 1px #CCCCCC solid;
	border-right: none;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	width: 190px;
	height: 2em;
	size: 90%;
}

#g_navi ul li a:hover	{
	background-color: #ffffff;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: none;
	border-bottom: 1px #CCCCCC solid;
	width: 190px;
	height: 2em;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	text-align: center;
	font size: 90%;
	font-wight: nomal;
	line-height: 2em;
}

#navi	{
	margin: 0;
	padding: 0;
}

#navi ul	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi ul li{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navi ul li a	{
	line-height: 2em;
	background-color: #EBEBEB;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	width: 180px;
	height: 2em;
	size: 90%;
}

#navi ul li a:hover	{
	background-color: #ffffff;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	width: 180px;
	height: 2em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font size: 90%;
	font-wight: nomal;
	line-height: 2em;
}

hr	{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0;
}

#def2	{
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 736px;
}

#def2 table	{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 100%;
	font-family: 'ＭＳゴジック','Osaka-等幅',monospace;
	font-weight: 400;
	font-size: 85%;
	line-height: 150%;
}


#def2 th	{
	font-weight: normal;
	background-color: #F3F3F3;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	width: 210px;
}


#def2 th em	{
	font-style: normal;
	color: #ff0000;
	padding-left: 5px;
}

#def2 td	{
	background-color: #E6E6E6;
	padding: 10px;
}

#def3	{
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 736px;
}

#def3 table	{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 90%;
	font-family: 'ＭＳゴジック','Osaka-等幅',monospace;
	font-weight: 400;
	font-size: 85%;
	line-height: 150%;
}


#def3 th	{
	font-weight: normal;
	background-color: #F3F3F3;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	width: 150px;
}


#def3 th em	{
	font-style: normal;
	color: #ff0000;
	padding-left: 5px;
}

#def3 td	{
	background-color: #E6E6E6;
	padding: 10px;
}


#def4	{
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 736px;
}

#def4 table	{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 100%;
	font-family: 'ＭＳゴジック','Osaka-等幅',monospace;
	font-weight: 400;
	font-size: 85%;
	line-height: 150%;
}


#def4 th	{
	font-weight: normal;
	background-color: #F3F3F3;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	width: 200px;
}


#def4 th em	{
	font-style: normal;
	color: #ff0000;
	padding-left: 5px;
}

#def4 td	{
	background-color: #E6E6E6;
	padding: 10px;
	text-align: left;
}

#inquiry	{
	width: 700px;
}

#inquiry table	{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 90%;
  width: 100%;
}

#inquiry td	{
	border-top: none;
	border-bottom: 1px solid #cccccc
	border-left: none;
	border-right: none;
	padding: 10px;
}

#inquiry th	{
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: 6px solid #cccccc;
	border-right: none;
	background-color: #f3f3f3;
	font-weight: normal;
	padding: 20px;
	width: 240px;
	text-align: left;
}

#inquiry th.must	{
	border-left-color: #d90000;
}

#inquiry th em	{
	font-style: normal;
	color: #ff0000;
	padding-left: 5px;
}
