@import url(../../common/css/reset.css);
@import url(../../common/css/base.css);



body {
	
}

#wrapper {
	width:100%;
	background-image:url(../img/bg_002.jpg);
	background-repeat:repeat;
}

#header {
	width:100%;
	height:122px;
	background-image:url(../img/bg_gra_001.jpg);
	background-repeat:repeat-x;
}

#header #hd_wrapper {
	width:960px;
	margin:0 auto;
}

#header #hd_wrapper #logo {
	width:247px;
	padding-top:16px;
	padding-right:10px;
	float:left;
	
}

#navis {
	
}

#g_navi {
	width:600px;
	padding-top:13px;
	padding-left:0px;
	padding-right:1px;
	float:right;
}

#pan {
	width:200px;
	padding-top:16px;
	float:right;
	padding-right:25px;
}

#pan a {
	color:#000000;
}

#pan .pan_link {
	background-color:#FFFFFF;
	color:#000000;
}

/* g-navi
---------------------------------------------------------------------------------------------------- */

/* contents
---------------------------------------------------------------------------------------------------- */

#contents {
	width:100%;
	background-image:url(../img/bg_gra_002.jpg);
	background-repeat:repeat-x;
}

#contents #cont_wrapper {
	width:790px;
	margin:0 auto;
}

#contents #cont_box {
	color:#000000;
	margin-top:10px;
	padding:15px 40px;
	background-image:url(../img/bg_cont_box.jpg);
	background-repeat:repeat;
	
}

#cont_box .left{
	width:230px;
	color:#000000;
	font-weight:bold;
	float:left;
}

#cont_box .right{
	width:500px;
	color:#000000;
	float:left;
}

#cont_box .cont_txt {
	padding:7px 0px;
	border-bottom:inset 1px #0000FF;
}

#cont_box .cont_txt_noLine {
	padding:7px 0px;
}

#contents .strong {
	font-weight:bold;
}

#contents .text_link a{
	color:#001533;
	text-decoration:underline;
}

#contents .text_link a:hover{
	color:#001533;
	text-decoration:none;
	
}

/* footer
---------------------------------------------------------------------------------------------------- */
#footer {
	margin:0px;
	width:100%;
	height:111px;
	background-image:url(../../company/common/img/bg_gra_003.jpg);
	background-repeat:repeat-x;
}

#ft_wrapper {
	width:960px;
	margin:0 auto;
}

#ft_cont {
	padding-top:42px;
}

#ft_cont .co_name {
	width:300px;
	float:left;
}

#ft_cont .ft_navi {
	width:500px;
	float:right;
}
#footer .page_top {
	padding-right:35px;
}


/* clearfix
---------------------------------------------------------------------------------------------------- */
#g_navi:after,
#header:after{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}
.clear{
	clear: both;
}



/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

