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

#header {
		
		width: 900px;
		height: 180px;
		margin: 0 auto 20px;position: relative;
}

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

#home #wrapper {
		padding-top: 320px;
		background: url(../image/bg-wrapper-home.jpg) no-repeat 0 0;
}

#content {
		width: 860px;
		margin: 0 auto;
}



#undernavi { margin-bottom: 20px; }

#footer {
		width: 100%;
		padding: 20px 0;
		background: #690 url(../image/bg-footer.jpg) repeat-x 0 0;
}

#footer .inner {
		width: 80%;
		margin: 0 auto;
}

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

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

#header p.logo a {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		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: 150px;
		height: 30px;
		margin: 0;
		padding: 0 0 0 80px;
		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: 50px;
		height: 30px;
		margin: 0;
}

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

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

/* ==================================== content */
h2 {
		font-size: 140%;
		font-weight: normal;
		line-height: 90px;
		height: 90px;
		margin: 0 0 10px;
		padding: 0 0 0 210px;
		color: #fff;
}

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

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

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

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

#undernavi ul a {
		text-decoration: none;
		color: #fff;
}

#undernavi ul a:hover {
		text-decoration: none;
		color: #FF9900;
}

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

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

#footer p.logo {
		text-align: right;
		line-height: 1em;
}

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

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

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