@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;
}

.skip { display: none; }

/* ==================================== レイアウト */
#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%;height: 150px; }
#home #header { height: 310px; }

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

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

#wrapper {
		text-align: left;
		width: 900px;
		margin: 0 auto;
}

#content {
		width: 650px;
		float: right;
		padding-top: 20px;
}

.h{ height: 400px; }

#sidebar {
		width: 220px;
		float: left;
		padding-bottom: 10px;
		background: url(../image/bg-sidebar.jpg) no-repeat 0 100%;
}

#sidebar .inner {
		width: 200px;
		padding: 20px 10px 10px;
		background: url(../image/bg-sidebar-inner.jpg) repeat-y 0 0;
}

#undernavi {
		width: 100%;
		clear: both;
}

#undernavi .inner {
		width: 650px;
		padding: 20px 0 10px 250px;
}

#footer { width: 100%; }

#footer .inner {
		width: 900px;
		height: 100px;
		margin: 0 auto;
		background: url(../image/bg-footer-inner.jpg) no-repeat 0 0;
		color: #fff;
}

/* ==================================== header */
h1 {
		font-size: 100%;
		font-weight: normal;
		position: absolute;
		top: 10px;
		left: 0;
		color: #fff;
}

#header p.logo {
		text-indent: -9999px;
		width: 210px;
		height: 75px;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 5px;
		background: url(../image/bg-logo.jpg) no-repeat 0 0;
}

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

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

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

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

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

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

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

/* ==================================== content */
p.topicpath {
		line-height: 30px;
		height: 30px;
		margin: 0;
}

h2 {
		font-size: 120%;
		font-weight: normal;
		line-height: 50px;
		height: 50px;
		margin: 0 0 20px;
		padding: 0 0 0 20px;
		background: url(../image/headline01.jpg) no-repeat 0 0;
		color: #003399;
}

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

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

ul.localnavi li {
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding: 0;
}

ul.localnavi a {
		text-decoration: none;
		display: block;
		width: 180px;
		margin: 0;
		padding: 0 0 0 20px;
		background: url(../image/bg-li.jpg) no-repeat 0 0;
		color: #000;
}

ul.localnavi a:hover {
		text-decoration: none;
		background: url(../image/bg-li.jpg) no-repeat 0 -30px;
		color: #f00;
}

/* ==================================== undernavi */
#undernavi ul {
		list-style-type: none;
		margin: 0;
		padding: 0.5em 1em;
}

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

#undernavi p {
		text-align: right;
		margin-bottom: 2em;
}

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

address {
		line-height: 1.2em;
		font-style: normal;
		text-align: right;
		padding-right: 170px;
		margin: 0;
}

address span { display: block; }

#footer a,
#footer a:hover {
		text-decoration: none;
		color: #fff;
}
