@charset "Shift_JIS";

/* 
--------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

body{
	font-size:100%;
	line-height:1.5;
}

img{
	border:0;
	vertical-align:bottom;
}

strong{
	color:#ce0004;
	font-weight:bold;
}

ul,ol{
	list-style:none;
}

hr{
	display:none;
}

fieldset{
	border:0
}

/* clearfix
------------------------------------------------ */
.clearfix {
	height:auto !important;
	height:1px;
	min-height:1%;  /* for IE 7*/
/*\*//*/display:inline-table;/**/
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:1%;
	line-height:1%;
	visibility:hidden;
}

/* Link Style
------------------------------------------------ */
a:link, a:visited{
	color:#1D3994;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
}

a[name]{
	text-decoration:none;
}

#mainColumn a:visited{
	color:#941D55;
}


/* Frame
------------------------------------------------ */
div#frame{
	margin-left:20px;
	width:900px;
	text-align:left;
}


/* Header
------------------------------------------------ */
div#header{
	position:relative;
	padding-top:7px;
}

div#header p#logo{
	padding:0 24px;
	width:50px;
}

div#header h1#slogan{
	position:absolute;
	top:33px;
	left:100px;
}

div#header p#jaLabel{
	position:absolute;
	top:10px;
	right:5px;
}

div#header div#google{
	position:absolute;
	top:40px;
	right:0px;
}

div#header ul li{
	position:absolute;
}

/* Global Navigation
------------------------------------------------ */
div#globalNavArea{
	margin-bottom:0;
	padding-bottom:2px;
	background:url("../images/globalnav/bg_globalnavarea.gif") #eaeaea no-repeat left bottom;
}

div#globalNav{
	padding-left:0;
	width:898px;
	border-right: #999999 1px solid;
	border-top: #9999e99 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	margin-top: 22px;
	padding-left: 0px;
	width: 898px;
	background-repeat: repeat-x;
	background-image: url(../images/globalnav/bg_globalnav.gif);
	background-position: top;
	height: 30px;
}

div#globalNav ul{
	display:inline-block;
	padding-left:20px;

	border-bottom:0;
}

div#globalNav ul:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

div#globalNav ul li{
	float:left;
	padding-left:1px;
	background:transparent url("../images/globalnav/line_separate.gif") left top no-repeat;
	float:left
}

div#globalNav ul li#gnHome{
	padding-left:0px;
	width:52px;
}

div#globalNav ul li#gnService{
	width:98px;
}

div#globalNav ul li#gnNews{
	width:121px;
}

div#globalNav ul li#gnReport{
	width:85px;
}

div#globalNav ul li#gnDevelopment{
	width:74px;
}

div#globalNav ul li#gnCorporate{
	width:63px;
}

div#globalNav ul li#gnInquiry{
	width:87px;
}

div#globalNav ul li a{
	display:block;
	border-bottom:4px solid #cccccc;
	width:100%;
}

div#globalNav ul li a:hover,
body.home div#globalNav ul li#gnHome a,
body.service div#globalNav ul li#gnService a,
body.news div#globalNav ul li#gnNews a,
body.report div#globalNav ul li#gnReport a,
body.development div#globalNav ul li#gnDevelopment a,
body.corporate div#globalNav ul li#gnCorporate a,
body.inquiry div#globalNav ul li#gnInquiry a{
	border-bottom-color:#666666;
}

/* Contents Container
------------------------------------------------ */
div#contentsContainer{
	display:inline-block;
	width:900px;
}

div#contentsContainer:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

div#contentsContainer p#topicPath{
	margin:10px 0 10px 30px;
	font-size:70%;
}

/* Main Column
------------------------------------------------ */
div#mainColumn{
	float:right;
	width:690px;
	font-size:80%;
	color: #333333;
}

/* Sub Column
------------------------------------------------ */
div#subColumn{
	float:left;
	width:180px;
}

/* Footer
------------------------------------------------ */
div#plugin{
	margin-top: 10px;
	clear: both;
	background-color: #EEEEEE;
}

div#plugin table{
	width:900px;
	height:40px;
	font-size:60%;
	line-height:1.5;
	vertical-align: top;
}

/* Footer
------------------------------------------------ */
div#footer{
	margin-top: 20px;
	padding:10px 0 5px;
	background:url("../images/footer/bg_footer.gif") left top repeat-x;
	clear: left;
}

div#footer:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

div#footer ul{
	float:left;
	width:520px;
	font-size:70%;
}

div#footer ul li{
	display:inline;
	margin-right:8px;
	padding-right:8px;
	background:url("../images/footer/bg_footernav.gif") right bottom repeat-y;
	line-height:1.5;
}

div#footer ul li a{
	white-space:nowrap;
}

div#footer ul li.lastItem{
	margin-right:0;
	padding-right:0;
	border-right:0;
	background:none;
}

div#footer p#copyright{
	float:right;
	width:280px;
	color:#868686;
	font-size:70%;
	line-height:1.5;
	text-align:right;
}

div#footer p#mark{
	float:left;
	width:520px;
}

/* Additional Classes
------------------------------------------------ */
.hide {display:none;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.center {text-align:center;}
}
