@charset "Shift_JIS";
/* #############################

   LAST UP DATE : 2008.06.20

   ############################# */

/* ------- CSS INDEX -------
	01. Standard class
	02. Container
   	03. Colum Left
	04. Colum Right
	05. foot
*/


/* -----------------------------------
   01. Standard class
   ----------------------------------- */
body, td, th {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	color: #000000;
	line-height: 1.3em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #fcfae6;
	background-image: url(../image/backimage.jpg);
	background-repeat: repeat-x;
}
a:link {color: #0000FF;}

a:visited {color: #660099;}
a:hover {color: #FF6600;}
.clear{clear: both; display: block;}
.none{display: none;}
.hidden{visibility: hidden;}
.text-small {
	font-size: x-small;
}
.text-white {color: #FFFFFF;}
.text-red {color: #FF0000;}
.text-blue {color: #0000FF;}
.text-yellow {color: #FFFF00;}


.box01 {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #ffffff;
}


/* --- Float Clear ------------- */
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{overflow:hidden;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%; overflow:visible;}
h1 {
	line-height: 1em;
}

/* End hide from IE-mac */


/* -----------------------------------
   02. Container
 * ----------------------------------- */
#wrapper {
	text-align: left;
	width: 840px;
	margin: 0px auto;
	text-align:justify;
	text-justify: inter-ideograph;
	padding-top: 0px;
}
#header {
	height: 56px;
	width: 840px;
}
#dirlink {
	width: 840px;
	background-color: #ede5e2;
	border-bottom: solid #c0c0c0 1px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	text-indent: 5px;
	text-align: left;
}

/* -----------------------------------
   03. Colum Left
 * ----------------------------------- */
#colum-left {
	width: 560px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../image/left_colum_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 10px;
	position: relative;
}
#colum-left-footer  {
	background-image: url(../image/left_right_colum_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 100%;
}
#btn-hanrei {
	position: absolute;
	top: 283px;
	right: 15px;
	height: 20px;
	width: 150px;

}


/* -----------------------------------
   04. Colum right
 * ----------------------------------- */

#colum-right {
	width: 272px;
	float: right;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../image/right_colum_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#colum-right-footer {
	background-image: url(../image/left_right_colum_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 20px;
}
#colum-right ul {
	padding-bottom: 15px;
}
#colum-right li {
	background-repeat: no-repeat;
	background-position: 15px;
	margin-top: 10px;
	padding-left: 35px;
	background-image: url(../image/list.gif);
}


/* -----------------------------------
   05. foot
 * ----------------------------------- */

#foot{
	position:relative;
	width:840px;
	margin:0;
	padding:0;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	text-align:center;
	background-color:#E6E6E6;
	border-top:1px solid #0D2355;
	line-height:160%;
	font-size:90%;
}
/* -----------------------------------
   06. Colum wide 08.11.18’Ç‰Á
 * ----------------------------------- */
#colum-wide {
	text-align: left;
	width: 832px;
	border-color: #996666;
	border-style: solid;
	border-width: 1px;
	background-color: #e6d9da;
	margin-top: 5px;
	text-align:justify;
	text-justify: inter-ideograph;
	padding: 3px;
}

