@charset "utf-8";
@import"font.css";

* {
		margin: 0;
		padding: 0;
}

a:link {
		text-decoration: underline;
		background-color: transparent;
		color: #00f;
}

a:visited {
		text-decoration: underline;
		background-color: transparent;
		color: #90f;
}

a:hover {
		text-decoration: underline;
		background-color: transparent;
		color: #f00;
}

a { overflow: hidden; }

body {
		text-align: center;
		font-size: 90%;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		margin: 0;
		padding: 0;
}

.small { font-size: 90%; }

.medium { font-size: 100%; }

.large { font-size: 120%; }

p,
li {
		line-height: 1.5em;
		margin-bottom: 0.5em;
}

/* ==================================== レイアウト */
#bg {
		width: 100%;
		background: url(../image/bg.jpg) repeat-x 0 0;
}

#home #bg { background: url(../image/bg-home.jpg) repeat-x 0 0; }

#header { width: 100%; }

#header .inner {
		text-align: left;
		width: 900px;
		height: 280px;
		margin: 0 auto;
		position: relative;
		background: url(../image/bg-header-inner.jpg) no-repeat 0 100%;
}

#home #header .inner {
		height: 380px;
		background: url(../image/bg-header-inner-home.jpg) no-repeat 0 100%;
}

#wrapper {
		text-align: left;
		width: 900px;
		margin: 0 auto;
		background: url(../image/bg-wrapper.jpg);
}

.wrapper-inner {
		width: 870px;
		margin: 0 10px 0 20px;
		background: url(../image/bg-wapper-inner.jpg) repeat-y 100% 0;
}

#home .wrapper-inner { padding-top: 30px; }

#content {
		width: 650px;
		float: left;
}

.h{ height: 400px; }

#sidebar {
		width: 190px;
		float: right;
		padding-top: 30px;
		background: url(../image/bg-sidebar.jpg) no-repeat 0 0;
}

#undernavi {
		width: 870px;
		clear: both;
		background: url(../image/bg-undernavi.jpg) no-repeat 100% 100%;
}

.undernavi-inner { width: 670px; }

#footer {
		width: 100%;
		border-bottom: 10px solid #9c0;
}

#footer .inner {
		width: 900px;
		height: 120px;
		margin: 0 auto;
		padding-top: 40px;
		background: #9c0 url(../image/bg-footer-inner.jpg) no-repeat 50% 0;
}

/* ==================================== header */
h1 {
		font-size: 100%;
		font-weight: normal;
		position: absolute;
		top: 60px;
		left: 200px;
}

ul.globalnavi {
		list-style: none;
		width: 900px;
		height: 40px;
		overflow: hidden;
		position: absolute;
		top: 90px;
		left: 0;
}

ul.globalnavi li {
		text-align: center;
		width: 180px;
		height: 40px;
		line-height: 40px;
		float: left;
		margin: 0;
}

ul.globalnavi a {
		text-decoration: none;
		display: block;
		width: 100%;
		background: url(../image/bg-globalnavi.jpg) no-repeat;
		color: #000;
}

li.skip { display: none; }

li.navi01 a { background-position: 0 0; }

li.navi02 a { background-position: -180px 0; }

li.navi03 a { background-position: -360px 0; }

li.navi04 a { background-position: -540px 0; }

li.navi05 a { background-position: -720px 0; }

ul.globalnavi a:hover {
		text-decoration: none;
		background: url(../image/bg-globalnavi.jpg) no-repeat;
		color: #fff;
}

li.navi01 a:hover { background-position: 0 -40px; }

li.navi02 a:hover { background-position: -180px -40px; }

li.navi03 a:hover { background-position: -360px -40px; }

li.navi04 a:hover { background-position: -540px -40px; }

li.navi05 a:hover { background-position: -720px -40px; }

#header p.logo {
		text-indent: -9999px;
		width: 180px;
		height: 60px;
		margin: 0;
		position: absolute;
		top: 20px;
		left: 0;
		background: url(../image/bg-logo.jpg) no-repeat 0 0;
}

#header p.logo a {
		text-decoration: none;
		display: block;
		width: 180px;
		height: 60px;
		background-image: none;
}

#header p.logo a:hover {
		text-decoration: none;
		background: url(../image/bg-logo.jpg) no-repeat -180px 0;
}

ul.fontsize {
		list-style-type: none;
		width: 180px;
		height: 40px;
		margin: 0;
		padding: 0 0 0 80px;
		position: absolute;
		top: 10px;
		right: 0;
		background: url(../image/bg-fontsize.jpg) no-repeat 0 0;
}

ul.fontsize li {
		text-indent: -9999px;
		float: left;
		width: 60px;
		height: 40px;
		margin: 0;
}

ul.fontsize a {
		text-decoration: none;
		display: block;
		width: 60px;
		height: 40px;
}

ul.fontsize a:hover { text-decoration: none; }

/* ==================================== content */
h2 {
		font-size: 140%;
		font-weight: normal;
		line-height: 60px;
		height: 60px;
		margin: 0;
		padding: 0 0 0 60px;
		background: url(../image/bg-headline01.jpg) no-repeat 0 0;
		color: #336600;
}

p.topicpath {
		line-height: 30px;
		height: 30px;
		margin: 0;
}

h3 {
		font-size: 120%;
		font-weight: normal;
		line-height: 80px;
		height: 80px;
		margin: 0 0 20px;
		padding: 0 0 0 100px;
		background: url(../image/bg-headline02.jpg) no-repeat 0 0;
		color: #336600;
}

ul.temp { margin: 0 0 0 2em; }

/* ==================================== sidebar */
ul.localnavi {
		list-style-type: none;
		width: 170px;
		margin: 0 10px 20px;
		padding: 0;
}

ul.localnavi li {
		width: 170px;
		margin: 0;
}

ul.localnavi a { text-decoration: none;
display: block;
		width: 155px;
		margin: 0 0 1px;
		padding: 5px 4px 5px 9px;
		border: 1px solid #cc6;
		color: #000;
}

ul.localnavi a:hover { text-decoration: none;
		border: 1px solid #336600;
		color: #336600;
}

/* ==================================== undernavi */
#undernavi ul {
		list-style-type: none;
		height: 60px;
		margin: 0;
		padding: 5px 0 0 5px;
		background: url(../image/bg-undernavi-ul.jpg) no-repeat 0 100%;
}

#undernavi li {
		display: inline;
		padding: 0 1em 0 0;
}

#undernavi p {
		text-align: right;
		width: 650px;
		height: 20px;
		margin: 0;
		padding-bottom: 10px;
		background: url(../image/bg-pagetop.jpg) no-repeat 0 100%;
}

/* ==================================== footer */
#footer p.copy {
		line-height: 1em;
		margin-bottom: 20px;
}

#footer p.logo {
		line-height: 1em;
		margin-bottom: 20px;
}

#footer p.logo a,
#footer p.logo a:hover {
		text-decoration: none;
		color: #000;
}

address {
		line-height: 1.2em;
		font-style: normal;
		text-align: right;
		padding-right: 2em;
}

address span {
		display: block;
		margin: 0;
		padding: 0;
}
