@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	text-align: left;
}
body {
    background-color: #ebf0f2;
	background-image:url(images/bg_rpt.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin-top:40px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	
}

#top {
    width:844px;
	margin:auto;
}

#banner_screen {
    width:844px;
	margin:auto;
}

#sub_banner_screen {
    width:844px;
	margin:auto;
}

#sub_navi_control {
    width:146px;
	padding-left:1px;
	padding-right:1px;
	margin:auto;
}


#body_control {
    width: 657px;
	margin: auto;
}

#the_space {
    width: 10px;
	margin: auto;
}

#bg_column {
    width: 657px;
	margin: auto;
	background-image: url(images/inner_page/bod_bg.jpg);
	background-repeat: no-repeat;
}

#side_bg_column {
    width: 151px;
	margin: auto;
	background-image: url(images/inner_page/pic_bg.jpg);
	background-repeat: no-repeat;
}




#body_copy {
    width:844px;
	margin:auto;
}

#footer_grey {
    width:844px;
	margin:auto;
}



/* text */
.line_title {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:18px;
	color:#ffffff;
	font-weight:bold;
	margin-left:0px;
	margin-top:3px;
	margin-right:0px;
	margin-bottom:5px;

}


.main_text {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#343434;
	margin-left:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;

}



.sub_navitext {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#343434;
	margin-left:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;

}

.sub_naviselected {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#ffffff;
    text-decoration: none;
	display: block;
	background-color: #85bce8;
	color: #ffffff;
}



.footer_text{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#ffffff;
	margin-left:0px;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:20px;

}

.title_body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-left:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	

}

.numberTag {
    margin-left:0px;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:4px;

}


a.mail:link {
	text-decoration: underline;
	color: #f6984b;
}
a.mail:visited {
	text-decoration: underline;
	color: #f6984b;
}
a.mail:hover {
	text-decoration: none;
	color: #f6984b;
}
a.mail:active {
	text-decoration: underline;
	color: #f6984b;
}


/* side_subnavi */

a.sub:link {
	text-decoration: none;
	color: #343434;
}
a.sub:visited {
	text-decoration: none;
	color: #343434;
}
a.sub:hover {
	text-decoration: none;
	display: block;
	background-color: #85bce8;
	color: #ffffff;
}
a.sub:active {
	text-decoration: none;
	color: #fffff;
}

