* {
    margin: 0;
    padding: 0;
}
body{
	background-image: url(images/background_gray.gif);
	color: #404040;
	font-size: 13px;
	font-weight: 25px;
}

/*/////////////////////////////////// DIV ////////////////////////////////////////*/
div.text{
	color: #3F3F3F;
	font-size: 13px;
	line-height: 20px;
	padding: 5px;
}
div.navy{
	background-image: url(images/background_navy.gif);
	background-repeat: repeat-y;
	color: white;
	width: 815px;
	padding: 0px;
}
div.main{
	background-image: url(images/background_main.gif);
	background-repeat: repeat-y;
}
div.left_menu{
	padding-left: 10px;
	padding-top: 10px;
}
div.top_navi{
	background-image: url(images/top_navi.gif);
	background-repeat: repeat-y;
	height: 30px;
}
div.index_keiei{
	background-image: url(images/index_bnr_keiei.gif);
	width: 291px;
	height: 151px;
}
div.index_keiei2{
	padding-top: 65px;
	padding-left: 15px;
	padding-right: 5px;
	color: #383838;
	font-size: 12px;
	line-height: 18px;
}
div.index_hitori{
	background-image: url(images/index_bnr_hitori.gif);
	width: 291px;
	height: 151px;
}
div.index_genba{
	background-image: url(images/index_bnr_genba.gif);
	width: 291px;
	height: 151px;
}
div.index_dokuritsu{
	background-image: url(images/index_bnr_dokuritsu.gif);
	width: 291px;
	height: 151px;
}
div.pagetop{
	text-align: right;
	padding-right: 5px;
}
/*/////////////////////////////////// CLASS TABLE ////////////////////////////////////////*/
table.main{
	width: 801px;
}
/* TOP navi*/
td.right_navi{
	text-align: right;
	color: white;
	font-size: 13px;
}
td.left_navi{
	width: 250px;
}
/* LEFT navi*/
td.left_menu{
	width: 250px;
	background-image: url(images/background_-blue_189.gif);
	background-repeat: repeat-y; 
}
/* DEFAULT TABLE */
table.default{
	font-size: 13px;
	color: #464646;
	border: 1px solid #ABABAB;
	line-height: 20px;
}
td.left_default{
	background-color: #F5F5F5;
	border: 1px solid #ABABAB;
	padding: 3px;
	font-weight: bold;
	line-height: 20px;
}
td.right_default{
	border: 1px solid #ABABAB;
	padding: 3px;
	line-height: 20px;
}
/* TABLE NONE */
table.none{
	font-size: 13px;
	color: #464646;
}
/*TD Small*/
td.small{
	font-size: 11px;
	width: 80px;
	border: 1px solid #E7E7E7;
	border-collapse: collapse;
	padding: 2px;
	text-align: center;
}
td.small2{
	font-size: 11px;
	border: 1px solid #ABABAB;
	border-collapse: collapse;
	padding: 2px;
	text-align: center;
}

/*/////////////////////////////////// CLASS FONT-LINK ////////////////////////////////////////*/
a.white{
	color:white;
}
a{
	color: Navy;
}
p.center{
	text-align: center;
	font-size: 12px;
}
p.w_center{
	color: white;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
p.midashi1{
	background-image: url(images/background_midashi1.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
p.midashi2{
	font-size:14px;
	padding-bottom: 5px;
	padding-top: 15px;
	font-weight: bold;
	border-bottom: 1px gray dotted;
}
p.attention{
	font-size: 11px;
	color: #191970;
	line-height: 15px;
}
font.red{
	color: red;
	font-weight: bold;
}
font.small{
	font-size: 11px;
}
/*/////////////////////////////////// CLASS LIST ////////////////////////////////////////*/
li.left_menu{
	font-size: 12px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
li.left_title{
	font-size: 13px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}
/*/////////////////////////////////// CLASS IMAGE ////////////////////////////////////////*/
div.index_eye{
	background-image: url(images/index_eye.jpg);
	width: 588px;
	height: 280px;
	line-height: 20px;
}
/*/////////////////////////////////// CLASS HR ////////////////////////////////////////*/
hr.gray{
	border-bottom: 1px gray solid;
	padding-top: 5px;
	padding-bottom: 5px;
}