/*** INCLUDE ***/
@import url('../../../base/000500/css/layout.css');

#header_top {
	background-image:url("../image/header_top.png");
}

#head_content a {
	text-shadow: #ccc 1px 1px 0px;
	color:#a89201;
}

#head_content a .text_color1 {
	color:#013d7a;
	text-shadow: #ccc 1px 1px 0px;
}

#content_container { 
	background-image:url("../image/content_container.gif");
}

#content_bottom { 
	background-image:url("../image/body_bottom.gif");
}

.box_left_container {
	border-left:1px solid #003c79;
	border-right:1px solid #003c79;
}

.box_left_bottom {
	background-image:url("../image/box_bottom.gif");	
}

.box_left_title{ 
	background-image:url("../image/box_title.gif");
}

.box_left_title h3 { 
	color:#FFFFFF;
}

#body_top { 
	background-image:url("../image/body_top.gif");
}

/*↓ design - ver2 ↓*/
#title_content h1 {
    color:#003c79 !important;
}
/*↑ design - ver2 ↑*/

#title_content h2 {
	color:#003c79;
	border-bottom:dotted 1px #003c79;
}

.box_right_title { 
	background-image:url("../image/box_title.gif");
}

.box_right_title h3 {
	color:#FFFFFF;
}

.box_right_container {
	border-left:1px solid #003c79;
	border-right:1px solid #003c79;
}

.box_right_bottom {
	background-image:url("../image/box_bottom.gif");
}

#footer_bottom {
	background-image:url("../image/content_bottom.png");
}