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

html,body {
	height: 100%;
	width: 100%;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	background-color: #EBEBEB;
}

a {
	color: #0066CC;
	overflow: hidden;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
a:hover {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	padding: 0px;
	margin-bottom: 0.5em;
}



/* -------------------------------------

Universal styles

-----------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

.clr {
	clear: both;
	margin: 0px;
	padding: 0px;
}


/* -------------------------------------

基本レイアウト

-----------------------------------------*/

#container {
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-height: 100%;
	_height: 100%;
	text-align: left;
}
#container-inner {
	position: relative;
	width: 940px;
	left: 15px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	top: 0px;
	min-height: 100%;
	_height: 100%;
}
#header {
	background-image: url(../images/header-site-header.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 90px;
	width: 940px;
	overflow: hidden;
	background-position: center top;
}
#contentbody {
	clear: both;
	padding-bottom: 20px;
}
#footer {
	position: relative;
	width: 940px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/* -------------------------------------

header

-----------------------------------------*/

#site-logo a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 22px;
	width: 394px;
	left: 274px;
	top: 24px;
}
#gnavi {
	width: 100%;
	padding-top: 10px;
	background-image: url(../images/gnavi-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: auto;
	margin-left: auto;
	text-align: center;
}
#gnavi ul {
	width: 931px;
	margin-right: auto;
	margin-left: auto;
}
#gnavi ul li {
	list-style-type: none;
	height: 30px;
	width: 132px;
	float: left;
	margin-right: 1px;
}
#gnavi ul li a {
	display: block;
	height: 30px;
	width: 132px;
	text-indent: -9999px;
	border-bottom-style: none;
}

/* マウスオフ */
#gn-kinoshita { background: url(../images/header-gnavi.gif) no-repeat 0px 0px;}
#gn-docomo { background: url(../images/header-gnavi.gif) no-repeat -133px 0px;}
#gn-travel { background: url(../images/header-gnavi.gif) no-repeat -266px 0px;}
#gn-auto { background: url(../images/header-gnavi.gif) no-repeat -399px 0px;}
#gn-fc { background: url(../images/header-gnavi.gif) no-repeat -532px 0px;}
#gn-ss { background: url(../images/header-gnavi.gif) no-repeat -665px 0px;}
#gn-net { background: url(../images/header-gnavi.gif) no-repeat -798px 0px;}

/* マウスオン */
#gn-kinoshita a:hover { background: url(../images/header-gnavi.gif) no-repeat 0px -30px;}
#gn-docomo a:hover { background: url(../images/header-gnavi.gif) no-repeat -133px -30px;}
#gn-travel a:hover { background: url(../images/header-gnavi.gif) no-repeat -266px -30px;}
#gn-auto a:hover { background: url(../images/header-gnavi.gif) no-repeat -399px -30px;}
#gn-fc a:hover { background: url(../images/header-gnavi.gif) no-repeat -532px -30px;}
#gn-ss a:hover { background: url(../images/header-gnavi.gif) no-repeat -665px -30px;}
#gn-net a:hover { background: url(../images/header-gnavi.gif) no-repeat -798px -30px;}

/* selected */
#gn-kinoshita a.on { background: url(../images/header-gnavi.gif) no-repeat 0px -30px;}
#gn-docomo a.on { background: url(../images/header-gnavi.gif) no-repeat -133px -30px;}
#gn-travel a.on { background: url(../images/header-gnavi.gif) no-repeat -266px -30px;}
#gn-auto a.on { background: url(../images/header-gnavi.gif) no-repeat -399px -30px;}
#gn-fc a.on { background: url(../images/header-gnavi.gif) no-repeat -532px -30px;}
#gn-ss a.on { background: url(../images/header-gnavi.gif) no-repeat -665px -30px;}
#gn-net a.on { background: url(../images/header-gnavi.gif) no-repeat -798px -30px;}
