@charset "shift_jis";
/*	-------------------------------------------------------------
	Description:	CSS file for screen media
	Filename:		base.css
	Author: 		N Hayashi
	Date:			03/16/2011
	-------------------------------------------------------------
	¡ƒ†ƒjƒo[ƒTƒ‹ƒZƒŒƒNƒ^
	¡bodyÝ’è
	¡ƒeƒLƒXƒgEƒtƒHƒ“ƒgÝ’è
	¡ƒŠƒ“ƒNÝ’è
	¡ƒŠƒXƒgÝ’è
	¡ƒe[ƒuƒ‹Ý’è
	¡‰æ‘œÝ’è
	¡hrÝ’è
	¡ƒtƒH[ƒ€Ý’è
	¡ƒuƒƒbƒN—v‘fEƒCƒ“ƒ‰ƒCƒ“—v‘fÝ’è

FOR SCREEN ****************************************************** */
/*	-------------------------------------------------------------
	¡ƒ†ƒjƒo[ƒTƒ‹ƒZƒŒƒNƒ^
	ƒuƒ‰ƒEƒU‚Ì‰ŠúŠúÝ’èƒŠƒZƒbƒg
	ƒ^ƒO‚ÉÝ’è‚³‚ê‚Ä‚¢‚é‰Šú’l‚ð‰ðœ
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	color: #333333;
	
}

/*	-------------------------------------------------------------
	¡bodyÝ’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
	background-color: #F4FFFA;
}

/*	-------------------------------------------------------------
	¡ƒeƒLƒXƒgEƒtƒHƒ“ƒgÝ’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
h1 {
	margin-top: 1px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 0px;
	font-weight: normal;
	color: #eeeeee;
	text-align: left;
	height: 14px;
	font-size: 14px;
}

h2 {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #107065;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background-image: url(../images/common/back_h2_01.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

	* html h2 {
		height: 30px;
	}

	/*•MÕŠÓ’èƒy[ƒW—p*/
	h2.kantei {
		margin-bottom: 25px;
		padding-top: 5px;
		padding-left: 10px;
		font-weight: bold;
		text-align: left;
		font-size: 16px;
		color: #003366;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
		background-image: url(../images/common/back_h2_01_kantei.jpg);
		background-repeat: no-repeat;
		height: 25px;
	}
	
		* html h2.kantei {
			height: 30px;
		}
	
h3 {
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	font-family: "‚l‚r ‚o–¾’©", "×–¾’©‘Ì", "ƒqƒ‰ƒMƒm–¾’© Pro W3";
	background-image: url(../images/common/back_h3_01.jpg);
	background-repeat: no-repeat;
	height: 22px;
}

	* html h3 {
		height: 29px;
	}
	
h3.kantei {
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	font-family: "‚l‚r ‚o–¾’©", "×–¾’©‘Ì", "ƒqƒ‰ƒMƒm–¾’© Pro W3";
	background-image: url(../images/common/back_h3_01_kantei.jpg);
	background-repeat: no-repeat;
	height: 22px;
}

	* html h3.kantei {
		height: 29px;
	}

h4 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #006600;
	font-size: 16px;
	text-align: left;
	height: 26px;
	background-image: url(../images/common/back_h4.jpg);
	background-repeat: no-repeat;
}

h4.kantei {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 0px;
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	text-align: left;
	height: 20px;
	width: 580px;
}

h5 {
    margin-bottom: 10px;
}

strong {
    font-weight: normal;
}

/*	-------------------------------------------------------------
	¡ƒŠƒ“ƒNÝ’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
a, a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CC3333;
	text-decoration: underline;
}

/*	-------------------------------------------------------------
	¡ƒŠƒXƒgÝ’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
ul {
	list-style-position: outside;
}

	ul li {
		list-style: none;
	}

ol {
	list-style-position: outside;
}

	ol li {
		list-style: decimal;
	}


/*	-------------------------------------------------------------
	¡ƒe[ƒuƒ‹Ý’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
table {   
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

th {
	margin: 0px;
	font-weight: normal;
	border-collapse: collapse;
	vertical-align: top;
}

td {
	margin: 0px;
	font-weight: normal;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

/*	-------------------------------------------------------------
	¡‰æ‘œÝ’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
}

/*	-------------------------------------------------------------
	¡hrÝ’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
hr {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: 1px;
	color: #CCCCCC;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #ffffff;
	background-color: #666666;
}

/*	-------------------------------------------------------------
	¡ƒtƒH[ƒ€Ý’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
form {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	vertical-align: middle;
}

input, select, option ,textarea {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

optgroup {
    font-style: normal;
}

button {
   background-color: #FFFFFF;
   vertical-align: middle;
}

fieldset {
	border: 0px;
}

/*	-------------------------------------------------------------
	¡ƒuƒƒbƒN—v‘fEƒCƒ“ƒ‰ƒCƒ“—v‘fÝ’è
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
div, p, span, address {
	text-align: justify;
}














