/* CSS Document */

/*----- Structure ----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	color: #025999;
}


/* --- font size of a,p tag for win IE5x --- */
* html a {
	font-size: 12px;
}
* html p {
	font-size: 12px;
}




* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contents {
	background-image: url(/IMAGES/OLD/bg_950.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#left_contens {
	width: 614px;
	display: block;
}


/*----- Head ----------------------------------------------------*/

#header_area{
	height: 63px;
	width: 950px;
}

#logo_shift {
	background-image: url(/IMAGES/OLD/logo.jpg);
	height: 51px;
	width: 169px;
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 7px;
}
#logo_shift a {
	height: 51px;
	width: 169px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
}
#site_ttl {
	background-image: url(/IMAGES/OLD/LB/r_logo.gif);
	display: inline;
	float: right;
	height: 42px;
	width: 141px;
}
#site_ttl a {
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 141px;
	text-decoration: none;
}


/*----- Foot ----------------------------------------------------*/


#footnavi_950{
	color: #666;
	font-size: 10px;
	line-height: 14px;
	width: 950px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ebebeb;
	border-bottom-color: #ebebeb;
}

#footnavi_950 a {
	font-size: 10px;
	line-height: 14px;
}

#footnavi_950 ul{
	margin: 0px;
	padding: 0px;
}
#footnavi_950 li{
	float: left;
	list-style-type: none;
}

#footnavi_950 li a{
	color: #666;
	text-decoration: none;
}

#footnavi_left_950{
	float: left;
	width: 197px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebebeb;
	text-align: center;
}

#footnavi_left_950 P{
	font-size: 10px;
	line-height: 14px;
}

#footnavi_right_950{
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 720px;
	text-align: left;
}
.blue_title{
	font-size: 14px;
	background-color: #015998;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

.grey_title{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-image: url(/IMAGES/OLD/grey_title_bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.grey_title em{
	font-size: 12px;
	font-weight: bold;
	color: #c71444;
	font-style: normal;
}
.footnavi_line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}


.clear{
	clear: both;
}



#crumb_menu {
	height: 21px;
	clear: left;
	padding-top: 5px;
	margin-left: 13px;
	font-size: 11px;
}

#crumb_menu li {
	float: left;
}

#crumb_menu li a {
	font-size: 11px;
}
