@charset "Shift-JIS";

a {
	color: #017acd
}

/* コンテナ */
div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto
}

/* ヘッダー */
div#header {
	background-color: #0000FF;
	background-image: url(../images/head-design.gif);
	padding: 28px 25px 5px
}

div#header h1 {
	margin: 2
}

div#header p {
	color: #ffffff;
	font-size: 16px;
	margin: 5
}

/* トップボタン */
div#topbtn {
	margin-top: 10px;
	margin-left: 10px
}

/* パンくずリスト */
p#bread {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 30px
}

/* フッター */
div#footer {
	background-image: url(../images/line-blue.png);
	background-repeat: repeat-x;
	width: 800px;
	margin-top: 0;
	padding-top: 8px;
	clear: both
}

address {
	font-size: 13px;
	font-style: normal;
	text-align: center
}


/* フォーム入力 */


/* メイン */
div#main {
	width: 755px;
	float: left
}

/* コンテンツ */
div#content {
	width: 710px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
}

div#content h2 {
	background-color: #014471;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0
}

div#content h3 {
	background-color: #08A692;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0
}

div#content p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	margin: 0px;
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0
}

div#content p.red {
	font-size: 14px;
	color: #C33;
	margin: 1.2em;
	margin-top: 8px;
	margin-bottom: 8px;
	text-indent: 0
}

div#content p.form {
	font-size: 16px;
	line-height: 1.6em;
	margin: 1em;
	margin-top: 0px;
	margin-bottom: 20px;
	text-indent: 0
}

/* トップに戻る */
p#retum {
	font-size: 14px;
	margin-top: 3px
}