@charset "utf-8";

@import url(style.css);/* import Style Type */
@import url(layout/default.css);/* import Layout Type */

/* ==================================================================
	Layout テーマレイアウト設定
================================================================== */
body {
	color: #333;
	background: url("images/bg.gif");
}

#container {
	width:900px;
	background-color:#fff;
	height:100%;
}

/* ==================================================================
	#header ヘッダ設定
================================================================== */

#header {
	position: relative;
	height: 60px;
	width:100%;
}

#header h1 {
	position: absolute;
	padding:0px 0px 0px 50px;
	line-height:60px;
	color:#fff;
}

#header .wrap {
	margin: 0 auto;
	position: relative;
	width: 900px;
	height: 60px;
	background: url("images/header.gif") no-repeat left top;
}

* html #header {
	text-align: center;
}

* html #header .wrap {
	width: 800px;
	position: relative;
}

/* ------------------------------------------------------------------
	#global-nav ナビゲーション設定
------------------------------------------------------------------ */
#global-nav_area {
	width: 100%;
}

#global-nav_area .wrap {
	margin: 0 auto;
	width: 800px;
	height: 35px;
	background: url("images/global-nav.gif") no-repeat left top;
	font-family: Meiryo, "メイリオ";
}

/* @IE6 */
* html #global-nav_area { text-align: center; }
* html #global-nav_area .wrap { width: 800px; }

ul#global-nav {
	position: relative;
	width: 800px;
	height: 35px;
}

ul#global-nav li {
	display: inline;
	float: left;
	width: 133px;
	height: 35px;
}

ul#global-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	overflow: hidden;
}

li#gn-00 a        { background: url("images/global-nav.gif") no-repeat left top; }
li#gn-00 a:hover  { background-position: left -35px; }
li#gn-00 a:active { background-position: left -70px; }

li#gn-01 a        { background: url("images/global-nav.gif") no-repeat -133px top; }
li#gn-01 a:hover  { background-position: -133px -35px; }
li#gn-01 a:active { background-position: -133px -70px; }

li#gn-02 a        { background: url("images/global-nav.gif") no-repeat -266px top; }
li#gn-02 a:hover  { background-position: -266px -35px; }
li#gn-02 a:active { background-position: -266px -70px; }

li#gn-03 a        { background: url("images/global-nav.gif") no-repeat -399px top; }
li#gn-03 a:hover  { background-position: -399px -35px; }
li#gn-03 a:active { background-position: -399px -70px; }

li#gn-04 a        { background: url("images/global-nav.gif") no-repeat -532px top; }
li#gn-04 a:hover  { background-position: -532px -35px; }
li#gn-04 a:active { background-position: -532px -70px; }

ul#global-nav li#gn-05{
	width:135px;
}
li#gn-05 a        { background: url("images/global-nav.gif") no-repeat -665px top; }
li#gn-05 a:hover  { background-position: -665px -35px; }
li#gn-05 a:active { background-position: -665px -70px; }

/* ==================================================================
	#content コンテンツ設定
================================================================== */
#content {
	padding-bottom: 2em;
	width: 100%;
	padding-top:20px;
}

#content .wrap {
	margin: 0 auto;
	width: 800px;
}

/* @IE6 */
* html #content {
	text-align: center;
	padding-bottom:30px;
}

* html #content .wrap {
	width: 800px;
}

.L {
	display: inline;
	float: left;
	width:390px;
	margin-right:20px;
	margin-top:20px;
}

.R {
	display: inline;
	float: right;
	width: 390px;
	margin-top:20px;
}

.boxWrap {
	padding: 10px;
}

#quickAccess {
	/*max-height: 255px;*/
}


/* ==================================================================
	#footer フッタ設定
================================================================== */
#footer {
	width: 100%;
	color: #4E4E4E;
	font-size: 85%;
}

#footer .wrap {
	margin: 0 auto;
	width: 800px;
	height: 100%;
}

/* @IE6 */
* html #footer {
	text-align: center;
}

* html #footer .wrap {
	width: 800px;
	padding-bottom: 0px;
/*	height: 100%;*/
}

ul#footer-nav {
	float:right;
	margin-bottom:20px;
}
ul#footer-nav li {
	margin-left: 1em;
	display: inline;
	float: left;
	line-height: 30px;
	font-family: Meiryo, "メイリオ";
	font-size: 11px;
}

/* @IE6 */
* html ul#footer-nav li {
	float:right;
	margin-bottom:0px;
	display: inline;
}

* html ul#footer-nav * li {
	margin-right: 0;
	display: block;
	float: none;
}

li#li1{
	padding-right:30px;
}
