
/*
==================================================================
body
==================================================================
*/

body{
	background-color:#ffffff;
	width:auto;
	height:auto;
	line-height:auto;
}

/*
==================================================================
MainArea
==================================================================
*/
#MainArea{
	margin-top:0px;
	margin-bottom:0px;
}

/*
==================================================================
Header
==================================================================
*/

.HeaderBlock{
	background-image: url("image/header.jpg");
	background-repeat:repeat-x;
	background-position:center left;
	height:50px;
	line-height:normal;
}

.HeaderBlock .HeaderLeftBg{

}

/*
==================================================================
Menu
==================================================================
*/

.MenuBlock .menu_tab{
	background-color:#3CB9EB;
}

.MenuBlock .menu_tab .tab_a{
	background-color:#3CB9EB;
	color:#ffffff;
}
.MenuBlock .menu_tab .tab_b{
	background-color:#ffffff;
	color:#051F47;
}

.MenuBlock .menu_box{
	cursor:pointer;
}

.MenuBlock .menu_box a {
	display:block;
	color:#333333;
	text-align:left;
	background-image: url("image/menu_b.jpg");
	background-repeat:repeat-x;
	background-position:center left;
	height:40px;
	line-height:40px;
	text-decoration: none;
	cursor:pointer;
}

.MenuBlock .menu_box .menu_box_right{
	width:0px;
	display:block;
	text-decoration: none;
}


.MenuBlock .menu_box span{
	margin-left:5px;
}

.MenuBlock .subMenu .menu_box a {
	display:block;
	color:#FFFFFF;
	text-align:left;
	background-image: url("image/sub_b.jpg");
	background-repeat:repeat-x;
	background-position:center left;
	height:30px;
	line-height:30px;
	text-decoration: none;
	cursor:pointer;
}

.MenuBlock .subMenu .menu_box .menu_box_right{
	width:0px;
	display:block;
	text-decoration: none;
}

.MenuBlock .subMenu .menu_box span{
	margin-left:10px;
}


/*
==================================================================
Footer
==================================================================
*/

.FooterBlock{
	background-image: url("image/footer.jpg");
	background-repeat:repeat-x;
	background-position:center left;
	height:30px;
	line-height:30px;
}


.FooterBlock .Copyright{
	color:#FFFFFF;
}

/*
==================================================================
CONTENTS
==================================================================
*/

.menu_title {
	color:#333333;
	background-image: url("image/p_title.jpg");
	background-repeat:repeat-x;
	background-position:center left;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
}

.contents_title {
	color:#FFFFFF;
	background-image: url("image/b_title.jpg");
	background-repeat:repeat-x;
	background-position:center left;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}

.record_title {
	color:#333333;
	width:auto;
	height:auto;
	line-height:auto;
	background-color:#3CB9EB;
	margin-bottom:10px;
}
