﻿@charset "UTF-8";

/* ============================================================ base style */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	color: #333333;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}

table, th, td, img {
	border: none;
}

a:link {
	color: #005396;
	text-decoration: underline;
}

a:visited {
	color: #005396;
	text-decoration: underline;
}

a:hover {
	color: #f71d6f;
	text-decoration: none;
}

a:active {
	color: #f71d6f;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:focus {
	/*\*/
		overflow: hidden;
	/**/
}

.clearBoth {
	clear: both;
}


/* ============================================================ headerArea */

#headerArea {
	width: 940px;
	margin: 0 auto 30px;
}

#headerLink {
	float: right;
	padding: 40px 0 0;
	font-size: 130%;
	font-weight: bold;
}

h1 {
	padding: 20px 0;
	border-bottom: 5px solid #333333;
}

h2 {
	margin: 30px 0 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

h2 span {
	font-size: 70%;
}

h3 {
	margin: 0 0 20px;
	font-size: 80%;
	text-align: center;
}


/* ============================================================ contentArea */

#contentArea {
	width: 940px;
	margin: 0 auto 30px;
}

h4 {
	margin: 0 0 10px;
	border-bottom: 2px solid #999999;
	font-size: 120%;
	font-weight: bold;
}

p {
	margin: 0 0 10px;
	line-height: 1.5em;
}

table {
	width: 750px;
	margin: 0 auto 10px;
	border-collapse: collapse;
}

th {
	padding: 10px 20px;
	background: #f0f0f0;
	border-bottom: 1px solid #ffffff;
	font-size: 90%;
	text-align: left;
}

td {
	padding: 10px 20px;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	font-size: 90%;
	text-align: left;
}

th.firstChild {
	border-top: 1px solid #ffffff;
}

td.firstChild {
	border-top: 1px solid #f0f0f0;
}


/* ============================================================ pageTop */

#pageTop {
	position: fixed;
	bottom: 40px;
	right: 30px;
}


/* ============================================================ footerArea */

#footerArea {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

#copyRight {
	margin: 5px 0 30px;
	padding: 5px 0;
	border-top: 3px solid #666666;
	font-size: 70%;
}

#copyRight img {
	margin: 10px 0;
}


/* ============================================================ common */

.textCenter {
	text-align: center;
}

.textRed {
	color: #ff0000;
}

.text80 {
	font-size: 80%;
}

.text90 {
	font-size: 90%;
}

.text110 {
	font-size: 110%;
}

.text120 {
	font-size: 120%;
}

.text130 {
	font-size: 130%;
}

.text140 {
	font-size: 140%;
}

.text160 {
	font-size: 160%;
}

.text180 {
	font-size: 180%;
}

.textBold {
	font-weight: bold;
}

.marginBtm10 {
	margin-bottom: 10px;
}

.marginBtm20 {
	margin-bottom: 20px;
}

.marginBtm30 {
	margin-bottom: 30px;
}

.marginBtm50 {
	margin-bottom: 50px;
}

.marginBtm100 {
	margin-bottom: 100px;
}

.marginLft50 {
	margin-left: 50px;
}


