@charset "utf-8";

/* style reset ---------------------- */

*	{
	margin: 0;
	padding: 0;
	}

*	{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Arial,'ＭＳ Ｐゴシック',sans-serif;
	}

img	{
	vertical-align: bottom;
	}

a img	{
	border-style: none;
	}

body	{
	background-color: #f7f7f6;
	}


/* structure ------------------------ */

div#wrapper	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

div#footer	{
	margin: 10px 0px;
	border: 2px solid #ffcc00;
	background-color: #ffff99;
	}

/* footer section ------------------- */

/* clearfix */
div#footer:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
div#footer	{
	display: inline-block;
	}
/* Hides from IE-mac ¥*/
* html div#footer	{ height: 1%; }
div#footer	{ display: block; }
/* End hide from IE-mac */
/* clearfix */

div#footer p	{
	float: left;
	margin: 0px 20px;
	font-size: 0.9em;
	}


/* Navi ----------------------------- */

ul.naviButton	{
	margin-bottom: 10px;
	background-color: #ffffff;
	border-right: 2px solid #ffcc00;
	border-bottom: 2px solid #ffcc00;
	border-left: 2px solid #ffcc00;
	list-style: none;
	overflow: hidden;
	}

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


ul.naviButton li	{
	float: left;
	width: 113px;
	padding: 5px 0px;
	text-align: center;
	font-size: 0.9em;
	}

ul.naviButton li a	{
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	}

ul.naviButton li:hover	{
	background-color: #ffff99;	
	}


ul.naviButton li.naviCurrent	{
	background-color: #ffff99;	
	}


/* common tag ----------------------- */

h1	{
	margin-top: 10px;
	position: relative;
	height: 150px;
	background: url(header.jpg);
	}

h1 span	{
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	font-size: 1.5em;
	color: #555555;
	}

h2	{
	margin: 20px 0px;
	padding: 0px 4px;
	background-color: #ffff99;
	border-bottom: 2px solid #ffcc00;
	font-size: 1.2em;
	}

/* contents section ----------------- */

#contents	{
	padding: 0px 40px;
	width: 720px;
	line-height: 1.6;
	}

#contents p	{
	margin: 20px 0px 20px 0px;
	font-size: 1em;
	text-align: justify;
	}

#contents p.linkText	{
	margin-top: -20px;
	text-align: right;
	}

#contents ul	{
	margin: 0 0 1em 2em;
	font-size: 1em;
	}

#contents ol	{
	margin: 0 0 1em 2em;
	font-size: 1em;
	}

#contents p.titleImage	{
	width: 700px;
	padding: 9px;
	border: 1px solid #ffcc99;
	}

/* inquiry section ------------------ */

#contents .inquirySection	{
	margin: 20px 0px;
	padding: 10px 20px;
	border: 2px solid #ffcc00;
	}

#contents .inquirySection	p	{
	margin: 0px;
	}

#contents .inquirySection	address	{
	margin-left: 10px;
	}

/* list section --------------------- */

table	{
	width: 720px;
	margin-bottom: 30px;
	font-size: small;
	border-collapse: collapse;
	border: solid 1px #ffcc00;
	table-layout: fixed;
}

th, td	{
	border: solid 1px #ffcc00;
	padding: 2px;
}

th	{
	background-color: #ffff99;
	}

th.th1	{
	width: 130px;
}

th.th2	{
	width: 130px;
}

th.th3	{
	width: 70px;
}

th.th4	{
	width: 80px;
}

th.th5	{
	width: 100px;
}

th.th6	{
	width: 80px;
}

th.th7	{
	width: 90px;
}



#contents div.introduction	{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 28px;
	border: solid 1px #333333;
	background-color: #cccccc;
	}