@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;
}

/*---------------
 pankuzu
---------------*/
#pankuzu {
	padding: 5px 0 6px;
	zoom: 1;
}


#pankuzu li {
	display: inline;
	font-weight: nomal;
	text-align: left;
}


#pankuzu li a,
#pankuzu li span {
	background: url("../img/arrow_breadcrumblist.gif") no-repeat 3px 50%;
	
	padding-left: 15px;
	white-space: nowrap;
}


#pankuzu li.first a {
	background-image: none;
	padding-left: 2px;
}
/*
--------------------------------------------------------- */
	
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}

/* #mainArea
--------------------------------------------------------- */
#mainArea {
	width: 950px;
	overflow: hidden;
}
#mainArea .bgbtm img {
	vertical-align: bottom;
}
* html #mainArea .bgbtm img {
	margin-left: 2px;
}
#mainArea .bgwrap {
	background: url(../img/bg_mdl.jpg) repeat-y left top;
}
#inner-area {
	padding: 0 20px;
}
#inner-area h2 {
	padding-top: 18px;
}
#inner-area h2.top {
	padding-top: 0;
}
#inner-area .stepbox {
	background: #fff;
	border-right: solid 1px #BFDB4D;
	border-left: solid 1px #BFDB4D;
	padding: 0 0 0 10px;
	position: relative;
}
#inner-area .stepbox .txt {
	position: absolute;
}
#inner-area .stepbox.box01 .txt {
	top: 12px;
	left: 482px;
	width: 405px;
}
#inner-area .stepbox .btm-wrap {
	padding: 17px 140px;
}
#inner-area .stepbox .btm-wrap p {
	background: #EEEEEE;
	padding: 10px 0;
	text-align: center;
}
#inner-area .stepbox.box01 .btm-wrap {
	padding: 17px 150px 17px 140px;
}
#inner-area .stepbox.box02 .txt {
	top: 20px;
	left: 478px;
	width: 405px;
}
#inner-area .stepbox.box03 .txt {
	top: 20px;
	left: 478px;
	width: 415px;
}
#inner-area .stepbox .tac {
	text-align: center;
}
#inner-area .stepbox.box05 .btm-wrap {
	padding: 5px 140px;
}
#inner-area .stepbox.step3 {
	padding-bottom: 12px;
}
#inner-area .stepbox.step3 ul li {
	line-height: 1.6;
	padding-left: 0.6em;
	text-indent: -0.6em;
}
#inner-area .stepbox.step3 .btm-wrap {
	padding: 10px 140px 5px;
}

#AllLayout .btmLink {
	margin-bottom: 33px;
	text-align: right;
	line-height: 1.7;
}

/* 7.totoback
--------------------------------------------------------- */
div#btmBtn {
	margin: 0 auto;
	text-align: center;
	width: 816px;
}
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;
}



