@charset "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
	font: 13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
	*font-size: small;
	*font: x-small;
	text-align: center;
	line-height: 1.6;
	position: relative;
}

a {
	color: #0066cc;
	text-decoration: underline;
}

#contents a:visited {
	color: #ff9900;
	text-decoration: underline;
}
a:hover, #contents a:hover {
	color: #6699cc;
	text-decoration: none;
}



/* all
------------------------------------------------------------------- */
#all {
	width: 958px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

body > #all {
    height: auto;
}


/* header
------------------------------------------------------------------- */
#header {
	position: relative;
}

#header-inner {
	padding: 10px 19px 0;
}

#logo {
	position: absolute;
	top: 10px;
	left: 19px;
}

#header p {
	margin-bottom: 10px;
	text-align: right;
}

/* u-nav */
#u-nav {
	margin-bottom: 4px;
}

#u-nav li {
	float: right;
	text-indent: -9999px;
}

#u-nav li a {
	height: 16px;
	display: block;
}

#u-nav li#u-nav-1 a {
	width: 79px;
	background: url(../images/u-nav-1-off.gif) left top no-repeat;
}
#u-nav li#u-nav-2 a {
	width: 95px;
	background: url(../images/u-nav-2-off.gif) left top no-repeat;
}
#u-nav li#u-nav-3 a {
	width: 93px;
	background: url(../images/u-nav-3-off.gif) left top no-repeat;
}

#u-nav li#u-nav-1 a:hover, #u-nav li#u-nav-1-current a {
	width: 79px;
	background: url(../images/u-nav-1-on.gif) left top no-repeat;
}
#u-nav li#u-nav-2 a:hover, #u-nav li#u-nav-2-current a {
	width: 95px;
	background: url(../images/u-nav-2-on.gif) left top no-repeat;
}
#u-nav li#u-nav-3 a:hover, #u-nav li#u-nav-3-current a {
	width: 93px;
	background: url(../images/u-nav-3-on.gif) left top no-repeat;
}

/* g-nav */
#g-nav {
	width: 958px;;
	margin-bottom: 1px;
}

#g-nav li {
	float: left;
	text-indent: -9999px;
}

#g-nav li a {
	height: 36px;
	display: block;
}

#g-nav li#g-nav-1 a {
	width: 82px;
	background: url(../images/g-nav-1-off.gif) left top no-repeat;
}
#g-nav li#g-nav-2 a {
	width: 170px;
	background: url(../images/g-nav-2-off.gif) left top no-repeat;
}
#g-nav li#g-nav-3 a {
	width: 119px;
	background: url(../images/g-nav-3-off.gif) left top no-repeat;
}
#g-nav li#g-nav-4 a {
	width: 120px;
	background: url(../images/g-nav-4-off.gif) left top no-repeat;
}
#g-nav li#g-nav-5 a {
	width: 123px;
	background: url(../images/g-nav-5-off.gif) left top no-repeat;
}
#g-nav li#g-nav-6 a {
	width: 141px;
	background: url(../images/g-nav-6-off.gif) left top no-repeat;
}
#g-nav li#g-nav-7 a {
	width: 111px;
	background: url(../images/g-nav-7-off.gif) left top no-repeat;
}
#g-nav li#g-nav-8 a {
	width: 92px;
	background: url(../images/g-nav-8-off.gif) left top no-repeat;
}

#g-nav li#g-nav-1 a:hover, #g-nav li#g-nav-1-current a {
	width: 82px;
	background: url(../images/g-nav-1-on.gif) left top no-repeat;
}
#g-nav li#g-nav-2 a:hover, #g-nav li#g-nav-2-current a {
	width: 170px;
	background: url(../images/g-nav-2-on.gif) left top no-repeat;
}
#g-nav li#g-nav-3 a:hover, #g-nav li#g-nav-3-current a {
	width: 119px;
	background: url(../images/g-nav-3-on.gif) left top no-repeat;
}
#g-nav li#g-nav-4 a:hover, #g-nav li#g-nav-4-current a {
	width: 120px;
	background: url(../images/g-nav-4-on.gif) left top no-repeat;
}
#g-nav li#g-nav-5 a:hover, #g-nav li#g-nav-5-current a {
	width: 123px;
	background: url(../images/g-nav-5-on.gif) left top no-repeat;
}
#g-nav li#g-nav-6 a:hover, #g-nav li#g-nav-6-current a {
	width: 141px;
	background: url(../images/g-nav-6-on.gif) left top no-repeat;
}
#g-nav li#g-nav-7 a:hover, #g-nav li#g-nav-7-current a {
	width: 111px;
	background: url(../images/g-nav-7-on.gif) left top no-repeat;
}
#g-nav li#g-nav-8 a:hover, #g-nav li#g-nav-8-current a {
	width: 92px;
	background: url(../images/g-nav-8-on.gif) left top no-repeat;
}


/* contents
------------------------------------------------------------------- */
#contents {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	font-size: 92%;
}

/* topic-path */
#topic-path {
	margin: 10px 0;
}

#topic-path li {
	float: left;
	color: #999;
	font-size: 85%;
}

#topic-path #parent a {
	color: #999;
	text-decoration: none;
}

#topic-path #here a {
	color: #0066cc;
	text-decoration: underline;
}
#topic-path #here a:hover {
	text-decoration: none;
}


/* main */
#main {
	width: 640px;
	float: left;
}

body#index #main {
	width: 520px;
	float: left;
}

#main h1 {
	margin-bottom: 15px;
}

#main h2 {
	margin-bottom: 8px;
}

body#index #main h3 {
	margin-bottom: 8px;
}

#main .section {
	margin-bottom: 20px;
}

#main p {
	margin-bottom: 15px;
}

#main .caption {
	font-size: 78%;
}

/* sub */
#sub {
	width: 240px;
	padding-top: 15px;
	float: right;
}

body#index #sub {
	width: 360px;
	float: right;
}

#link-inqury {
	margin-bottom: 15px;
}

#banner-list {
	margin-bottom: 15px;
}

#banner-list li {
	margin-bottom: 10px;
}

#site-data {
	padding: 10px;
	background-color: #eafaf2;
	border: 1px solid #74cc9f;
}

#site-data dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background: url(../images/bdr-lgreen.gif) left bottom repeat-x;
}



/* footer
------------------------------------------------------------------- */
#footer {
	font-size: 78%;
	text-align: left;
	border-top: 1px solid #ccc;
}

/* f-nav */
#f-nav {
	padding: 8px 19px;
	border-bottom: 1px solid #ccc;
}

#f-nav li {
	margin-right: 5px;
	padding-right: 5px;
	float: left;
	line-height: 1.0;
	border-right: 1px solid #999999;
}
#f-nav li#end {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#f-nav li.f-nav-current a {
	color: #999;
	text-decoration: none;
}

/* footer-top */
#footer-top {
	padding: 10px 19px;
	font-size: 115%;
	background-color: #f0f0f0;
}

#footer-top dt {
	width: 28%;
	float: left;
	font-weight: bold;
}

#footer-top dd {
	width: 72%;
	float: left;
}

/* footer-bottom */
#footer-bottom {
	padding: 10px 19px;
	border-top: 2px solid #3d9877;
}

#footer-bottom a {
	color: #3d9877;
	text-decoration: underline;
}
#footer-bottom a:hover {
	text-decoration: none;
}

#footer-bottom #copy {
	color: #666666;
}


/* other style
------------------------------------------------------------------- */
/* margin */
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}

/* font */
.bold {
	font-weight: bold;
}

/* circle-list */
.circle-list li {
	padding-left: 16px;
	background: url(../images/circle-list.gif) left 3px no-repeat;
}


/* link icon */
.text-link {
	padding-left: 8px;
	background: url(../images/text-link.gif) left 5px no-repeat;
}

/* float */
.f-left {
	float: left;
}

.f-right {
	float: right;
}

/* float解除 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

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

