﻿@charset "utf-8";

* {
	color: #000000;
	padding: 0;
	font-size: 14px;
	line-height: 150%;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background-color: #FFFFFF;
}

#wrapper {
	width: 705px;
	margin: 0 auto;
	border-left: 10px solid #003399;
	border-right: 10px solid #003399;
}

a {
	color:#1414C8;
}

a:hover {
	text-decoration: none;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:685px;
	height:180px;
	margin: 0 auto;
}

h1 {
	display: block;
}


/*
ミドル
-------------------------------------------------------------------*/
#middle {
	width: 585px;
	margin: 0 auto;
}

h2 {
	font-size: 14px;
	font-weight: 400;
	margin: 50px 0;
	color: #000000;
}

h2 span {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
	color: #F0037F;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	color: #0E1B61;
	margin-top: 10px;
}

h4 {
	color: #6699FF;
}

strong {
	font-size: 14px;
}

/*
コピーライト
-------------------------------------------------------------------*/
#fotter {
	background-color: #003399;
}

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	font-size: 10px;
	line-height: 30px;
}

