/* CSS Document */

*{
	color: #FFF;
}

body{
	background-color:#0045A8;
	background-image: none;
	color: #FFF;
}

font,span,strong,u{
	color:inherit;
}

a{
	color:yellow;
}

a:hover{
	color:yellow;
}

a:visited{
	color:yellow;
}

.text_blue{
	color:#FFF;
}

.text_brown{
	color:#F88C00;
}

.text_green{
	color:#00D900;
}

.text_red{
	color:#FF6060;
}


/*###################################
ヘッダー
###################################*/

#header{
	background-color: #0045A8;
}

#header .logo{
	background-color: #FFF;
	border-radius: 30px;
}

#header .user{
	color: #FFF;
}




/*###################################
メインメニュー
###################################*/

#menu{
	background-color: #0045A8;
	border-bottom: 2px solid #777;
	border-top: 2px solid #777;
	margin-top: 10px;
}

#menu li a{
	color: yellow;
}


/*###################################
トップコンテンツ
###################################*/

#wrap{
}

.search{
	background-image: url(../contents_images/search_back_blue.png);
}

.search input{
	color: #00365B;
}

.search ul{
	border-bottom: 3px solid #0045A8;
}

.search .login a{
	background-color: #0045A8;
}

#wrap .left_col .left_sub li{
	background-image: none;
	background-color: #00365B;
}

#wrap .left_col .left_sub li a{
	padding: 15px 10px 15px 20px;
	color: yellow;
}

#wrap .right_col .top_center .news{
	background-color: #005DAA;
	border: none;
	padding-bottom: 10px;
}

#wrap .right_col .top_center .news h2{
	background-image: none;
	background-color: #00365B;
}

#wrap .right_col .top_center .news th{
	color: #FFF;
}

#wrap .right_col .top_right .open_time{
	background-color: #005DAA;
	border: none;
	padding-bottom: 10px;
}

#wrap .right_col .top_right .open_time h2{
	background-image: none;
	background-color: #00365B;
}

#wrap .right_col .top_right .open_time td{
	display: block;
}

#wrap .right_col .top_right .calendar a,
#wrap .right_col .top_right .accessibility a{
	background-color: #00365B;
	color: yellow;
	background-image: none;
}

#wrap .left_col .small_sub{
	background-color: #005DAA;
	border: none;
	padding-bottom: 20px;
}

#wrap .left_col .small li::before{
	border-left: 8px solid #000;
}

#wrap .right_col .top_right .banner{
	background-color: #005DAA;
	border: none;
	padding-bottom: 20px;
}


/*###################################
下層コンテンツ
###################################*/

#detail .breadcrumb{
	background-color: #00365B;
}


#detail .text{
	background-color: #00365B;
}

#detail .text h1{
	border-bottom: 3px solid #777;
}

#detail .text h2{
	background-color: #005DAA;
}

#detail .text h3{
	margin: 0 -10px 10px;
	font-size: 130%;
}

#detail .text h4{
	margin: 0 -10px 10px;
	font-size: 120%;
}



#detail .text h3{
	border-bottom: 3px solid #777;
}

#detail .text h3::before{
	border-left: 12px solid #777;
}

#detail .text h4{
	border: 1px solid #777;
}



#detail .sub_menu{
	background-color: #00365B;
	border: none;
}

#detail .sub_menu h2{
	background-image: none;
	border-bottom: 3px solid #777;
}

#detail .sub_menu ul{
	margin: 10px 20px 20px;
}

#detail table th,
#detail table td{
	background: #00365B !important;
}
