/* CSS Document */

@import url(menu_blue05/menu.css);

@import url(contents_blue05/contents.css);

@import url(foot_blue01/foot.css);



#header {

	background : url("img_l/header_bg.jpg") no-repeat right bottom #FFF ; }

	

/*　タイトル設定　*/



#header h1 {

	color: #006;}



#header h2 { 

	color:#09c}	

	

#header a { color : #006 ; text-decoration : underline ;}

#header a:hover { text-decoration:none;}



#content-body {

	font-size:80%;

}





/*枠線あり*/

#content-body .border_on{

	border-collapse:collapse;

}

#content-body .border_on th{

	background:#f4feff;

	text-align:left;

	color:#333333;

	border:1px solid #999999;

	padding:5px;

}

#content-body .border_on td{

	border:1px solid #999999;

	padding:5px;

}



