@charset "shift_jis";

/*
	coder: Hiratsuka
	last updated：00/00/00


////////// contents //////////

*/



/* 1 : Base style
------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
	scrollbar-base-color: #999999;
	scrollbar-track-color: #777777;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	text-align: center;
}

#container {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	line-height: 140%;
}
/* 共通設定
----------------------------- */
.head {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CED6DB;
}
.totop {
	font-size: 12px;
	line-height: 150%;
	text-align: right;
}
#container .st-title {
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CED6DB;
	font-size: 130%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #CC0000;
	padding-bottom: 10px;
	text-transform: uppercase;
	clear: both;
}

/* privacyページ設定
----------------------------- */
#container .privacy h4 {
	color: #CC0000;
	font-size: 110%;
	margin-top: 40px;
	margin-bottom: 0px;
}
#container .privacy h3 {
	font-size: 120%;
	color: #990000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CC0000;
	text-indent: 0.5em;
	margin-bottom: 0px;
}
#container .privacy li {
	list-style-type: circle;
}

#container .privacy p {
	margin-top: 15px;
	margin-bottom: 0px;
}

/* フッター設定
----------------------------- */
.footer {
	text-align:center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	padding-bottom: 20px;
}

/* menu設定
----------------------------- */
#container .menu {
	background-color: #FFFFFF;
	height: 20px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}
.head .aflogo {
	width: 650px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#container .menu a {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #003366;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}

#container .menu a:hover   {
	color: #0099CC; text-decoration: underline;
}

#container .menu ul {
	margin: 0px;
	padding: 0px;
}

#container .menu li {
	list-style-type: none;
	float: left;
}
.text {
	font-size: 80%;
	list-style-type: circle;
}


/* FAQページ設定
----------------------------- */
.question {
	padding: 0px;
	margin: 0px 0px 5px;
	color: #003366;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Times New Roman";
	font-size: 90%;
	font-weight: bold;
}
.answer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Times New Roman";
	font-size: 80%;
	color: #000000;
	margin: 0px 0px 40px;
	padding: 0px;
}

.question-login {
	padding: 0px;
	margin: 10px 0px 0px;
	color: #CC0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Times New Roman";
	font-weight: bold;
	font-size: 110%;
}
.answer-login {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Times New Roman";
	color: #000000;
	margin: 0px 0px 40px;
	padding: 0px;
}


/* 利用規約ページ設定
----------------------------- */
#container .usg {
	font-size: 80%;
	line-height: 150%;
}
#container .usg h3 {
	font-size: 110%;
	color: #CC0000;
	margin-top: 40px;
	margin-bottom: 0px;
}
#container .privacy {
	font-size: 80%;
}
#container .contact {
	font-size: 80%;
}
.red {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
