/* CSS Document */

body {
	font-size:12px;
	color:#4D4D4D;
	line-height:1.6;
	margin-top:10px;
}
a	{
	color:#da1119;
	text-decoration:underline;	
	}
a:hover	{
	text-decoration:none;	
	}
#wrapper {
	background: url(../img/frame/contents_bg.gif) repeat-y;
	width: 962px;
	margin: 0 auto;
}
h1#pageName {
	background:#fff;
	color:333;
	text-align:right;
	padding-right:60px;
}
#header {
	position:relative;
	background: url(../img/frame/header_bg.gif) no-repeat;
	background-position: top left;
	height:105px;
	width:962px;
}
* html #header {
	zoom:1;
}
#siteTitle {
	position:absolute;
	left: 47px; top:53px;
}
#gnavi {
	position:absolute;
	margin-top: 10px;
	right: 35px; top:53px;
}
#gnavi li {
	float: left;
	margin-right: 25px;
}

#footer {
	background: url(../img/frame/footer_bg.gif) no-repeat;
	width: 962px;
	height: 35px;
	clear: both;
	color:#FFFFFF;
	font-size: 12px;
	margin:0 auto 5px;
	line-height:30px;
	position:relative;
}
#footer #copyright {
	padding-left: 60px;
}
#footer ul {
	position:absolute;
	right:50px; top:0;
}
#footer ul li {
	display:inline;
	padding:0 5px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

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