
/***   mian style
----------------------------------------------***/


body { color: #000000; background-color: #ffffff; text-align: center; font-size: 84%; line-height:1.4em; }

a:link { color: #001c6e; }
a:visited { color: #663399; }
a:hover { text-decoration: underline; color: #B2000E; }

.img_left { float:left;	margin-right:8px; }
.img_right { float:right; margin-left:8px; }



/*----------------------------------------------*/
/***   2012リニューアル
/*----------------------------------------------*/


/***   container
*******************************************/

#container {
	width:100%;
	margin: 0 auto;
	text-align: left;
}

/***   header
*******************************************/

#header {
	width:1024px;
	height:52px;
	margin: 0 auto;
	position:relative;
}

#logo {
	width:443px;
	position:absolute;
	left:0;
	top:0;
}

#h_nav {
	width:430px;
	_width:432px;
	position:absolute;
	right:10px;
	bottom:2px;
}

#h_nav li {
	float:right;
	padding:0 10px 0 15px;
	background:url(../../images/new_blue/nav/sub_icon.gif) left no-repeat;
	text-align:right;
	font-size:12px;
}

#h_nav li a{
	color:#41477f;
}

/***   global navigation
*******************************************/

#g_nav {
	width:993px;
	margin:13px auto 0;
	padding:0 17px;
}

#g_nav li {
	float:left;
	margin:0 auto;
}

/***   contents
*******************************************/

#contents {
	width:990px;
	margin: 0 auto;
	padding:0 17px;
}

.page_top {
	text-align:right;
	margin:10px 0 0 0;
}

/***   footer
*******************************************/

.bottom_page_top {
	margin:5px -17px 0 0;
	text-align:right;
}

#footer {
	width:100%;
	text-align:center;
	background:#dadde4;
}

#footer address {
	display:block;
	width:1024px;
	margin:0 auto;
	background:url(../../images/new_blue/footer_bg.gif) repeat-x;
}

/***   public style
*******************************************/

.head_title {
	width:780px;
	background:url(../../images/new_blue/head_title_bg.jpg) no-repeat center top;
	margin-top:15px;
}

.head_title h4 {
	padding-left:25px;
}

.concept_text h5{
	margin-bottom:2px;
	font-size:13px;
	font-weight:bold;
}

.border_bottom {
	border-bottom: dashed 1px #CCC;
	margin-top:10px;
}

