@charset "utf-8";
/*-------------------------

初期化

-------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* =============== デフォルト ===================== */
html {
	height: 100%;
}

body {
	font: 75%/1.667 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #666;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: bottom;
}

ol,
ul {
	list-style: none;
}

/* =============== リンク ======================= */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#container a:link {
	color: #00baff;
	text-decoration: underline;
}

#container a:visited {
	color: #5dc1f0;
	text-decoration: underline;
}

#container a:hover,
#container a:focus {
	color: #00baff;
	text-decoration: none;
}

/* =============== ヘッダ ======================= */
#header {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 10px 0;
	background: #ff8712;
	color: #FFFFFF;
	text-align: center;
}

#headerInner {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#headerInner h1 {
	float: left;
	width: 414px;
}

#headerInner #headerLinks {
	float: right;
	margin: 25px 0 0 0;
}

#headerInner #headerLinks li {
	display: inline;
	font-size: 120%;
	font-weight: bold;
}

/* =============== コンテンツ ======================= */
#contentsWrap {
	clear: both;
	 width: 100%;
	 text-align: center;
}

#container {
	clear: both;
	 width: 860px;
	 margin: 0 auto;
	 text-align: left;
}

#contents {
	float: right;
	width: 525px;
	margin: 0 0 20px 45px;
}

#contents h2 {
	clear: both;
	margin: 0 0 15px 0;
}

#contents .inner {
	width: 500px;
	margin: 0 0 15px 25px;
}

#contents .separate {
	width: 500px;
	padding: 0 0 15px 0;
	background: url(../img/dash.gif) repeat-x left bottom;
}

#contents .img {
	float: left;
	width: 154px;
	margin: 0 10px 0 0;
}

#contents .txt {
	float: left;
	width: 335px;
}

#contents .link li {
	padding: 0 0 0 15px;
	background: url(../img/arrow_blue.gif) no-repeat 0 4px;
}

#subContents {
	float: right;
	width: 290px;
}

.caution {
	clear: both;
	width: 838px;
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #999999;
	background: #F2F2F2;
}

.caution dt {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.btn {
	width: 303px;
	margin: 0 auto 15px auto;
}

.pickup {
	margin:5px;
	padding:5px;
	border:1px solid #d10000;
	background-color:#ffebeb;
	color:#d10000;
	font-weight:bold;
}

.t-right {
	display:block;
	text-align:right;
	font-weight:normal;
	color:#5e5e5e;
}

.t-center {
	display:block;
	text-align:center;
	font-weight:normal;
	color:#5e5e5e;
}

/* =============== フッタ ======================= */
#footer {
	width: 100%;
	padding: 10px 0;
	background: #ff8712;
	color: #FFFFFF;
	text-align: center;
}

#footer li {
	display: inline;
}

/* =============== 汎用 ======================= */
div:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "";
}

div,
.clearfix {
	display: inline-block;
}

.clear {
	clear: both;
}




