/* 基本 */
body {
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
}
h1 {
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3, h4 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5, h6 {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul,ol {
	margin-top: 10px;
	margin-bottom: 10px;
}


form {
	padding: 0px;
	margin: 0px;
}
th, td, input, textarea {
	font-size: 13px;
}
img {
	border: 0px;
}
a {
	color: #00539B;
}
a:active, a:hover {
	color: #CD2E05;
}
.larger {
	font-size: 120%;
}
.error {
	color: #EE0000;
	font-weight: bold;
}
.require {
	color: #EE0000;
}
.spacer {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
.clearboth {
	clear: both;
}

#wrapper {
	width: 1000px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
#headerArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 1000px;
}
#headerArea h1 {
	float:left;
	width: 500px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#headerArea h2 {
	float:left;
	font-size: 140%;
	padding-top: 10px;
	line-height: normal;
}
#global-nav {
	text-align: right;
	clear: both;
}
#global-nav a {
	text-decoration: none;
	color: #000;
}
#global-nav a:hover {
	text-decoration: underline;
	color: #CB2F3C;
}
#global-nav ul {
	margin-bottom: 0px;
}
#global-nav li {
	list-style-type: none;
	display: inline;
}
#contents {
	width: 876px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: right;
}
