@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:0.9em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
}

a{
	color:#960;
}

a:hover{
	color:#FC0;
}

ul,
ol{
	list-style:none;
}

img{
	border:0;
	vertical-align:bottom;
}

/*--------------------------------------------------
	header
--------------------------------------------------*/

#header{
	width:780px;
	margin:0 auto;
	overflow:hidden;
}

p#faxform{
	width:auto;
	float:left;
	font-size:16px;
	font-weight:bold;
}

#brand{
	width:560px;
	float:left;
}

h1{
	font-size:0.75em;
	font-weight:100;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent:-9999px;
	display:none;
	
}

h2#logo{
	float:left;
	font-size:0;
	margin:10px 0 0 0;
}

#utility{
	width:220px;
	float:right;
	margin-top:4px;
}

dl#fontsize dl{
	font-size:0;
	width:auto;
	margin-left:10px;
}

dl#fontsize dd{
	font-size:0;
	width:auto;
	float:left;
	margin-left:10px;
}

#utility p, dl#fontsize dt{
	margin:5px 0 10px 0;
}

dl#fontsize dt{
	float:left;
	margin-left:10px;
	font-size:0;
}


#utility p{
	line-height:1;
	font-size:0;
	float:left;
	padding-left:10px;
	background:url(../images/Yyaji.gif) no-repeat left center;
}

#utility dl.add{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}

#utility dl.add dt{
	width:auto;
	float:left;
}


#utility dl.add dd{
	width:auto;
	float:right;
	line-height:1.1;
}



/*--------------------------------------------------
	gNav
--------------------------------------------------*/

#gNav{
	clear:both;
	height:54px;
	background:url(../images/gNavbg.jpg) repeat-x;
}

#gNav ul{
	width:780px;
	height:54px;
	margin:0 auto;
}

#gNav li{
	width:156px;
	height:54px;
	float:left;
	text-indent:-9999px;
}

#gNav li a{
	width:156px;
	height:54px;
	display:block;
}

#nTop a{
	background:url(../images/gNav.jpg) no-repeat 0 0;
}

#nTop a:hover, #nTopActive a{
	background:url(../images/gNav.jpg) no-repeat 0 -54px;
}
	
#nCom a{
	background:url(../images/gNav.jpg) no-repeat -156px 0;
}

#nCom a:hover, #nComActive a{
	background:url(../images/gNav.jpg) no-repeat -156px -54px;
}

#nHan a{
	background:url(../images/gNav.jpg) no-repeat -312px 0;
}

#nHan a:hover, #nHanActive a{
	background:url(../images/gNav.jpg) no-repeat -312px -54px;
}

#nAcc a{
	background:url(../images/gNav.jpg) no-repeat -468px 0;
}

#nAcc a:hover, #nAccActive a{
	background:url(../images/gNav.jpg) no-repeat -468px -54px;
}

#nCon a{
	background:url(../images/gNav.jpg) no-repeat -623px 0;
}

#nCon a:hover, #nConActive a{
	background:url(../images/gNav.jpg) no-repeat -623px -54px;
}

/*--------------------------------------------------
	content
--------------------------------------------------*/

#content{
	width:780px;
	margin:0 auto;
	overflow:hidden;
}

#main{
	width:540px;
	float:left;
}

#main h2{
	font-size:0;
	line-height:1;
	margin-bottom:15px;
}

#mainArea h2{
	font-size:0;
	line-height:1;
	margin-bottom:30px;
}

#main p{
	margin:0 10px 15px 0;
}




/*--------------------------------------------------
	sub
--------------------------------------------------*/

#sub{
	width:220px;
	float:right;
}

#sub p{
	margin-bottom:5px;
}

#sub h2{
	font-size:0;
	line-height:1;
	margin-bottom:10px;
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/

#footer{
	background-color:#693;
	clear:both;
}

#footerborder{
	padding:5px;
	background:url(../images/FooterBoder.gif) repeat-x 0 0;
}

#footerArea{
	width:780px;
	margin:0 auto;
}

#footerArea ul{
	overflow:hidden;
	margin-bottom:10px;
}

#footerArea ul li{
	font-size:0.81em;
	width:auto;
	float:left;
	margin-right:15px;
}

#footerArea ul li a{
		color:#FFF;
}

#footerArea p{
	clear:both;
	color:#FFF;
	font-size:0.81em;
	margin-bottom:10px;
}

/*--------------------------------------------------
	コンテンツの高さを100%にしています。
--------------------------------------------------*/

html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#content {
	min-height:100%;
	margin-bottom:30px;
	height:auto;
}
*html #content{
	height: auto !important;
}
#footer{
	height:70px;
} 