@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-body.jpg) repeat-x 0 0;
}

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

#header {
		width: 100%;
		height: 130px;
}

#home #header { height: 550px; }

#header .header-inner {
		text-align: left;
		width: 900px;
		height: 130px;
		margin: 0 auto;
		position: relative;
}

#home #header .header-inner { height: 550px; }

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

.wrapper-inner {
		width: 900px;
		background: url(../image/bg-wrapper-inner.jpg) repeat-y 670px 0;
}

#content {
		width: 610px;
		float: left;
		padding-left: 20px;
}

#sidebar {
		width: 240px;
		float: right;
		padding-top: 50px;
}

#sidebar .inner {
		width: 210px;
		margin: 0 15px;
}

#home .wrapper-inner {
		width: 890px;
		padding: 30px 5px 0;
		background-image: none;
}

#home #content {
		width: 640px;
		padding: 0;
		overflow: hidden;
}

#home #btns {
		width: 240px;
		float: right;
}

#home #btns .inner {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 300px;
		background: #eee;
}

#home #sidebar {
		width: 240px;
		float: right;
		padding-top: 0;
}

#home #sidebar .inner {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 300px;
		background: #eee;
}

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

#undernavi .inner {
		width: 610px;
		padding: 30px 0 20px;
}

#home #undernavi .inner {
		width: 100%;
		padding: 0;
}

#footer {
		width: 100%;
		padding: 20px 0 0;
		background-color: #39f;
}

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

/* ==================================== header */
#header p.logo {
		text-indent: -9999px;
		width: 200px;
		height: 80px;
		margin: 0;
		background: url(../image/bg-logo.jpg) no-repeat 0 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
}

#home #header p.logo { top: 25px; }

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

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

h1 {
		font-weight: normal;
		font-size: 100%;
		position: absolute;
		top: 60px;
		left: 220px;
}

#home h1 { top: 90px; }

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

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

.skip { display: none; }

#header ul.globalnavi a {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		line-height: 40px;
		margin: 0;
		background: url(../image/bg-globalnavi.jpg) no-repeat 0 0;
		color: #fff;
}

#header ul.globalnavi a:hover {
		text-decoration: none;
		background: url(../image/bg-globalnavi.jpg) no-repeat -180px 0;
		color: #0099FF;
}

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

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

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

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

/* ==================================== content */
h2.headline {
		font-size: 140%;
		font-weight: normal;
		width: 800px;
		height: 85px;
		margin: 0;
		padding: 15px 0 0 100px;
		background: url(../image/headline01.jpg) no-repeat 0 0;
		color: #06c;
}

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

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

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

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

ul.localnavi li a {
		text-decoration: none;
		display: block;
		width: 185px;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding: 0 0 0 15px;
		background: url(../image/bg-localnavi.jpg) no-repeat 0 50%;
		color: #0066CC;
}

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

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

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

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

#undernavi .skip { display: none; }

/* ==================================== footer */
p.copy {
		text-align: center;
		line-height: 2em;
		margin-bottom: 2em;
}

#footer p.logo {
		text-indent: 0;
		width: auto;
		height: auto;
		position: static;
		text-align: right;
		line-height: 1em;
		margin-bottom: 0.5em;
		padding-right: 2em;
		background: none;
}

#footer p.logo a {
		text-decoration: none;
		display: inline;
		width: auto;
		height: auto;
		color: #fff;
		background: none;
}

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

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

address span { display: block; }
