@charset "utf-8";

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                  footerFixing                 */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

html, body {
	 height:100%;
}
* html #wrap {
    height:100%;
}
#wrap {
	position:relative;
    min-height: 100%;
}
body > #wrap {
    height: auto;
}
#contents {
    padding-bottom:60px;
}
#footer {
    position:absolute;
    bottom:0px;
    height:60px;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                   baseSetting                 */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

html {
	overflow-y:scroll; /* firefox scrollbarYp */
}
body {
	font-size:0;
	color:#666666;
	text-align:center;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	_font-family : "ＭＳ Ｐゴシック", sans-serif; /* IE6 */
}

/* link style */

a {
	overflow:hidden;
	outline:none;
}
a:link, a:visited {
	color:#0199e6;
	text-decoration:none;
}
a:hover {
	color:#5cb8e6;
	text-decoration:underline;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                      wrap                     */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#wrap {
	width:750px;
	margin:0 auto;
	text-align:left;
}
/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#wrap {
	zoom: 1; /* for IE5.5 - IE7 */
}
#wrap:after {
	/* for modern browser */
    content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

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

#header {
	position:relative;
	width:750px;
	height:80px;
}
h1 {
	position:absolute;
	top:14px;
	left:5px;
}

/* hNavi ----------------------------------------*/

#language {
	position:absolute;
	top:5px;
	right:0px;
}
#language li {
	float:right;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#language li a {
	display:block;
	padding:3px 10px;
	border:1px solid #cccccc;
	letter-spacing:0.1px;
	color:#666666;
	font-size:11px;
	text-decoration:none;
}
#language li.english a {
	background:#0099e6;
	border-color:#0099e6;
	color:#FFF;
}
#language li.english a:hover {
	background:#24b0f6;
	border-color:#24b0f6;
}

/*-----------------------------------------------*/
/*                    clearfix                   */
/*-----------------------------------------------*/

#language {
	zoom: 1; /* for IE5.5 - IE7 */
}
#language:after {
	/* for modern browser */
  content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                      gNavi                    */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#gNavi {
	width:750px;
	/*margin-bottom:5px;*/
	padding-bottom:5px;
}
#gNavi li {
	float:left;
}
#gNavi li span {
	display:none;
}
#gNavi li a {
	display:block;
	width:107px;
	height:55px;
	background-image:url(../img/gnavi.gif);
}
#gNavi #gNavi01 a:hover {
	background-position:0 -55px;
}
#gNavi #gNavi02 a {
	background-position:-107px 0;
}
#gNavi #gNavi02 a:hover {
	background-position:-107px -55px;
}
#gNavi #gNavi03 a {
	background-position:-214px 0;
}
#gNavi #gNavi03 a:hover {
	background-position:-214px -55px;
}
#gNavi #gNavi04 a {
	background-position:-321px 0;
}
#gNavi #gNavi04 a:hover {
	background-position:-321px -55px;
}
#gNavi #gNavi05 a {
	background-position:-428px 0;
}
#gNavi #gNavi05 a:hover {
	background-position:-428px -55px;
}
#gNavi #gNavi06 a {
	background-position:-535px 0;
}
#gNavi #gNavi06 a:hover {
	background-position:-535px -55px;
}
#gNavi #gNavi07 a {
	width:108px;
	background-position:-642px 0;
}
#gNavi #gNavi07 a:hover {
	background-position:-642px -55px;
}

/*-----------------------------------------------*/
/*                    clearfix                   */
/*-----------------------------------------------*/

#gNavi {
	zoom: 1; /* for IE5.5 - IE7 */
}
#gNavi:after {
	/* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

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

#contents {
	width:750px;
	margin-bottom:30px;
}

/*-----------------------------------------------*/
/*                    textSize                   */
/*-----------------------------------------------*/

#contents p, #contents th, #contents td, #contents dt, #contents dd, #contents li, #contents form {
	line-height:160%;
	font-size:12px;
	letter-spacing:1px;
}

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

#footer {
	width:750px;
	margin:0 auto;
	padding-top:15px;
	border-top:1px solid #d9d4d4;
	text-align:left;
}
#copy {
	margin:0 0 10px 5px;
	font-size:10px;
}

/* fNavi ----------------------------------------*/

#fNavi {
	margin-left:5px;
}
#fNavi li {
	float:left;
	margin-right:10px;
	font-size:10px;
}
#fNavi li a {
	display:block;
	line-height:120%;
	padding-left:16px;
	background:url(../img/arrow_out.gif) no-repeat left center;
}
#fNavi li a:hover {
	background:url(../img/arrow_over.gif) no-repeat left center;
	color:#5cb8e6;
}

/*-----------------------------------------------*/
/*                    clearfix                   */
/*-----------------------------------------------*/

#fNavi {
	zoom: 1; /* for IE5.5 - IE7 */
}
#fNavi:after {
	/* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}










