@charset "utf-8";

/* CONTAINER ****************************************************************/
div#contents div.topback {
	margin: 0 80px 30px 0;
}


/* HEADER ****************************************************************/
div#header {
	width: 800px;
	height: 80px;
}

div#h-top p {
	float: left;
	width: 430px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}
div#h-top p a {
	float: left;
	width: 430px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}


/* MAIN ****************************************************************/
div#main {
	padding-top: 17px;
}
div#main h1 {
	width: 580px;
	height: 35px;
	margin-bottom: 22px;
	text-indent: -9999px;
	background: url(../support/images/main_title.gif) no-repeat;
}
div#main h2 {
	width: 455px;
	height: 60px;
	margin-bottom: 20px;
	margin-left: 25px;
	text-indent: -9999px;
	background: url(../support/images/main_sent.gif) no-repeat;
}
div#main h3 {
	width: 300px;
	height: 26px;
	margin-bottom: 18px;
	text-indent: -9999px;
}

h3#box-title1 { background: url(../support/images/box_title01.gif) no-repeat;}
h3#box-title2 { background: url(../support/images/box_title02.gif) no-repeat;}
h3#box-title3 { background: url(../support/images/box_title03.gif) no-repeat;}
h3#box-title4 { background: url(../support/images/box_title04.gif) no-repeat;}
h3#box-title5 { background: url(../support/images/box_title05.gif) no-repeat;}

div#main h4 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 116%;
}

div.box {
	width: 526px;
	margin-left: 25px;
	padding-bottom: 0;
}

div#box01 {
	width: 551px;
	margin-bottom: 10px;
}
div#box01 p {
	width: 526px;
	padding-bottom: 20px;
	padding-left: 25px;
}
div#box01 p#main-sent {
	margin-bottom: 16px;
	border-bottom: #C8C8C8 dotted 1px;
	font-size: 116%;
}

div#box02 {
	padding-bottom: 8px;
}
div#box02 dl {
	width: 475px;
	height: 84px;
	margin-bottom: 25px;
	text-indent: -9999px;
	background: url(../support/images/merit.gif) no-repeat;
}
div#box02 div#inbox01 {
	float: left;
	width: 245px;
}
div#box02 p#inbox02 {
	float: right;
	width: 262px;
}
div#box02 p {
	margin-bottom: 15px;
}

div#box03 {
	margin-bottom: 38px;
}
div#box03 table {
	width: 100%;
}
div#box03 tr td {
	vertical-align: middle;
	padding: 10px 0 10px 15px;
	border-bottom: #C6C3C3 dotted 1px;
}
div#box03 tr td.title {
	width: 124px;
	padding-left: 0;
	text-align: center;
	background-color: #EDECEC;
}
div#box03 dl.space {
	margin-bottom: 15px;
}
div#box03 em {
	color: #E60012;
}

div#box04 {
	margin-bottom: 35px;
	border-bottom: #C6C3C3 dotted 1px;
}
div#box04 p {
	margin-bottom: 10px;
}

div#useback {
	margin-right: 80px;
}
div#useback p {
	float: right;
	width: 97px;
	margin-bottom: 35px;
	text-indent: -9999px;
}
div#useback p a {
	display: block;
	height: 26px;
	background: url(../support/images/support_back_btn.gif) no-repeat 0 0;
}
div#useback p a:hover {
	background-position: 0 -26px;
}

div#box05 {
	margin-bottom: 31px;
}
div#box05 table {
	width: 100%;
	margin-bottom: 10px;
	border: #C6C3C3 solid 1px;
}
div#box05 tr th,
div#box05 tr td {
	vertical-align: middle;
	border-right: #C6C3C3 dotted 1px;
	text-align: center;
	background-color: #EDECEC;
}
div#box05 tr.line td {
	background-color: #F7F7F7;
}

div#box06 {
	margin-bottom: 13px;
	border-bottom: #C6C3C3 dotted 1px;
}
div#box06 p {
	margin-bottom: 10px;
}
div#box06 ul {
	margin-bottom: 14px;
}
div#box06 p#entry-btn {
	width: 253px;
	height: 37px;
	margin-bottom: 13px;
	padding-top: 22px;
	text-indent: -9999px;
	background: url(../support/images/entry_btn.gif) no-repeat 0 0;
}
div#box06 p#entry-btn a {
	display: block;
	height: 37px;
	background: url(../support/images/entry_btn.gif) no-repeat 0 -22px;
}
div#box06 p#entry-btn a:hover {
	background-position: 0 -81px;
}

div#box07 dl {
	margin-bottom: 15px;
}
div#box07 dd {
	margin-left: 1em;
}


/* FOOTER ****************************************************************/
div#footer {
	height: 3em;
	font-size: 10px;
}
div#footer address {
	padding-top: 0.2em;
	font-size: 10px;
}


