@charset "utf-8";

/* =========================================================

Menu  :
	1.BROWSER-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.CUSTOM STYLE
	5.PART STYLE
	6.FORM STYLE
	7.TABLE STYLE
	8.COMMON STYLE

========================================================= */

/* 1.BROWSER-RESET
--------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333333;
}

input,
textarea {
	margin: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

abbr,
acronym {
	border: 0;
}

a:link {
	color: #0000cc;
	text-decoration: underline;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

hr{
	display: none;
}



/* 2.BASE-SET
--------------------------------------------------------- */

/* FONT-LIB */

body,
input,
select,
textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Sans-serif;
	font-size: 13px;
}

* html body {
	font-size: small; /* for IE6 */
}

*:first-child+html body {
	font-size: small; /* for IE7 */
}

* html table {
	font-size: 100%; /* for IE6 table */
}

.px10 {
	font-size: 77%;
}

.px11,
.xs {
	font-size: 85%;
}

.px12,
.s {
	font-size: 93%;
}

.px13,
.m {
	font-size: 100%;
}

.px14 {
	font-size: 108%;
}

.px15,
.l {
	font-size: 116%;
}

.px16,
.xl {
	font-size: 123%;
}

.px17 {
	font-size: 131%;
}

.px18 {
	font-size: 138%;
}

.px19 {
	font-size: 146%;
}

.px20 {
	font-size: 153%;
}

.px21 {
	font-size: 161%;
}

.px22 {
	font-size: 167%;
}

.px23 {
	font-size: 174%;
}

.px24 {
	font-size: 182%;
}

.px25 {
	font-size: 189%;
}

.px26 {
	font-size: 197%;
}

/* CLEAR-FIX */

.clfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .clfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clfix {
	height: 1%;
}

.clfix {
	display: block;
}
/* End hide from IE6/IE Mac */

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll; /* CSS3 */
}

div#AllLayout {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 950px;
	line-height: 1.4;
}


/*
--------------------------------------------------------- */
	
.pt10 {
	padding-top:10px;
}

/* #mainArea
--------------------------------------------------------- */
#mainArea {
	background: url(../img/bg_btm.jpg) no-repeat left bottom;
	padding-bottom: 18px;
	margin-bottom: 42px;
}
#mainArea .bg-wrap {
	background: url(../img/bg_mdl.jpg) repeat-y left top;
}
#mainArea .top-area {
	background:url(../img/bg_top.jpg) no-repeat left top;
	padding: 0 17px;
}
#mainArea .top-txt {
	padding: 3px 0 10px;
}
#mainArea .top-txt a {
	font-weight: bold;
}
#mainArea .btm-area {
	padding:13px 3px 0 3px;
}
#mainArea .btm-area .box-wrap {
	background: url(../img/step_bg_03.jpg) no-repeat left bottom;
}
#mainArea .btm-area .box-wrap ul li {
	float: left;
	width: 440px;
}
#mainArea .btm-area .box-wrap ul li.right {
	float: right;
}
#mainArea .btm-area .box-wrap ul li p {
	padding: 0 25px;
}
#mainArea .btm-area .box-wrap ul li p.btn {
	padding: 10px 25px 0;
}
#mainArea .btm-area .box-wrap ul li p.txtlink {
	padding: 8px 25px 22px;
	text-align: right;
}

/* #stepArea
--------------------------------------------------------- */
#stepArea {
	margin-bottom: 25px;
	line-height: 1.8;
}
#stepArea h2 {
	margin-bottom: 5px;
}
#stepArea .step-box {
	background: url(../img/step_bg02.jpg) no-repeat left bottom;
	padding-bottom: 19px;
}
#stepArea .step-box ul {
	background: url(../img/step_bg01.jpg) repeat-y left top;
}
#stepArea .step-box ul li {
	background: url(../img/step_arrow.jpg) no-repeat 284px 0;
	float: left;
	min-height: 160px;
	width: 332px;
}
#stepArea .step-box ul li.first {
	width: 334px;
}
#stepArea .step-box ul li.last {
	background: none;
	width: 284px;
}
#stepArea .step-box ul li p.txt {
	padding: 0 82px 0 22px;
}
#stepArea .step-box ul li.last p.txt {
	padding: 0 22px 0 22px;
}
#stepArea .txt-link {
	text-align: right;
	margin-top: 10px;
	line-height: 1.5;
}

/* #applyArea
--------------------------------------------------------- */
#applyArea {
	margin:0;
	line-height: 1.8;
}
#applyArea h2 {
	margin-bottom: 20px;
}
#applyArea .box {
	padding-left: 15px;
	padding-right: 15px;
}
#applyArea dl {
	background: url(../img/border_dot.gif) repeat-x left bottom;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
#applyArea dt {
	float: left;
	font-weight: bold;
	width: 168px;
}
#applyArea dd {
	float: left;
	font-size: 93%;
	width: 705px;
}
#applyArea dd  ul li {
	text-indent: -0.6em;
	padding-left: 0.6em;
}
#applyArea .caution {
	color: #FF0000;
}
#applyArea .fChr {
	color: #e7d09d;
}
#applyArea .bold {
	font-weight: bold;
}

/* 6.applyBox
--------------------------------------------------------- */

div#btmBtn {
	margin: 0 auto;
	text-align: center;
	width: 816px;
}	
div#btmBtn ul {
	margin-bottom: 30px;
}	
div#bnmBtn p {
	text-align: center;
}
#btmBtn ul li {
	float: left;
	width: 394px;
}
#btmBtn ul li.right {
	float: right;
}

/* 7.totoback
--------------------------------------------------------- */
p#toback {
	display: block;
	padding: 0 0 2.5em;
	text-align: right;
}

/* 8.footer
--------------------------------------------------------- */

div#copy{
	border-top: 1px solid #cccccc;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}



