@charset"utf-8";
/* ---------------------------------------------------------
    All reset
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}
/* ---------------------------------------------------------
    text link
--------------------------------------------------------- */
a:link    { color: #003497; text-decoration: none; }
a:visited { color: #003497; text-decoration: none; }
a:hover   { color: #0066CC; text-decoration: underline; }
a:active  { color: #0066CC; text-decoration: underline; }
/* ---------------------------------------------------------
    float clear
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1em;
	display: block;
	clear: both;
}
/* ---------------------------------------------------------
    rollover
--------------------------------------------------------- */
img.rollover {
}
/* ---------------------------------------------------------
    layout
--------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5em;
	color: #333333;
	background: #FFFFFF;
}
div#container {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
div#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#logo {
	margin-bottom: 5px;
}
div#header {
}
div#point {
}
div#flow {
}
div#footer_navi {
	padding-top: 10px;
}
div#footer {
	height: 25px;
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
	background: url(../img/background_footer.gif) repeat-x 0 0;
}
.width {
	width: 900px;
	margin: 0px auto;
	padding: 0;
}
.note {
	color: #FF3300;
}
/* --- logo ---------------------------- */
div#logo p {
	padding-right: 10px;
	float: left;
}
h1 {
	padding: 33px 0 0 0;
	font-size: 10px;
}
/* --- header ---------------------------- */
div#header p {
	float: left;
}
/* --- point ---------------------------- */
div#point h2#title_point {
	height: 40px;
	margin: 10px 0 20px;
	background: url(../img/title01.gif) repeat-x 0 0;
}
div#point h2#title_point span {
	display: none;
}
div#point p {
	float: left;
}
div#point p.center {
	text-align: center;
	float: none;
}
/* --- campaign_txt ---------------------------- */
div#campaign_txt {
	height: 90px;
	background: url(../img/point08.gif) no-repeat 0 0;
	border-right: 1px #197EED solid;
	border-bottom: 1px #197EED solid;
	border-left: 1px #197EED solid;
	clear: both;
}
div#campaign_txt p {
	padding: 10px;
	line-height: 1.8em;
}
/* --- set_button ---------------------------- */
div#set_button {
	margin: 30px 0;
	text-align: center;
}
div#set_button p.link {
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
/* --- flow ---------------------------- */
div#flow h2#title_flow {
	height: 40px;
	margin-bottom: 10px;
	background: url(../img/title02.gif) repeat-x 0 0;
}
div#flow h2#title_flow span {
	display: none;
}
div#flow div#flow_box_l {
	margin-right: 13px;
	width: 291px;
	float: left;
	display: inline;
}
div#flow div#flow_box_r {
	width: 291px;
	float: right;
}
div#flow div.flow_box_inner {
	height: 300px;
	padding: 10px;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}
div#flow div.flow_box_inner p {
	line-height: 1.5em;
}
div#flow div.flow_box_inner p.link {
	margin-top: 30px;
	line-height: 1.5em;
}
/* --- page_top ---------------------------- */
p.page_top {
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 10px;
	border-bottom: 5px #CCCCCC solid;
}
/* --- footer_navi box ---------------------------- */
div#footer_navi div#footer_navi_box {
	margin-bottom: 20px;
	text-align: left;
	border: 1px #CCCCCC solid;
	background: url(../img/background_footer.gif) repeat 0 0;
}
div#footer_navi div#footer_navi_box ul {
	padding: 10px 44px 10px 10px;
	text-align: center;
}
div#footer_navi div#footer_navi_box ul li {
	margin-bottom: 5px;
	padding: 5px;
	line-height: 1.5em;
	text-align: left;
	display: inline;
}

