@charset "utf-8";
/* CSS Document */

/* reset */

html {
	background:#FFF;
	overflow-y:scroll;
}
body{
	text-align:center;
}
a {
	color:#06C;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
a:link {
	color:06C;
}
a:visited {
	color:#999;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
img {
	vertical-align:bottom;
}
body, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}
caption, th {
	text-align:left;
}
ol, ul {
	list-style:none outside;
}
input {
	outline:none;
}
/* @font */

body {
	color:#333;
	font:12px/1.5 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
*+html body {
	font-family:'メイリオ', 'ＭＳ ゴシック';
	font-size:75%;
}/* for IE7 */
* html body {
	font-family:'メイリオ', 'ＭＳ ゴシック';
	font-size:75%;
}/* for IE6 */
table select, table input, table textarea {
	font-size:100%;
}
/* @general */

p {
	margin-bottom:1.5em;
}
table {
	border:1px solid #CCC;
	border-collapse:collapse;
	border-spacing:0;
	border-top:none;
	display:table;
	font-size:100%;
	width:100%;
}
th {
	background:#F5F5F5;
	text-align:left;
	font-weight:bold;
	width:145px;
}
td {
}
th, td {
	border:1px solid #CCC;
	border-top:none;
	padding:6px;
}
/* @commonLayout */

.wrapPage {
	margin:0 auto 36px;
	overflow:hidden;
	text-align:left;
	width:590px;
}
h1 {
	font-size:200%;
	font-weight:bold;
	margin:27px 0 0.75em;
}
.fieldset {
	margin-bottom:1.5em;
}
h2 {
	background:#000;
	color:#FFF;
	font-size:100%;
	font-weight:bold;
	padding:0.5em;
}
h3 {
	font-size:100%;
	margin-bottom:0.75em;
}
strong.required {
	color:#F00;
	font-weight:bold;
}
.submit {
	text-align:center;
}
#inputFormSubmit input {
	font-size:120%;
	font-weight:bold;
	padding:2px;
/* ボタンをビジュアライズする（IEでは text-indent の挙動がおかしいため不可） */
/*
	background:url(../images/buttonSubmit.gif) no-repeat top center;
	border:none;
	height:36px;
	text-indent:-10000px;
	width:80px;
*/
}
#inputFormSubmit input:hover {
	background-position:bottom;
}
/* @inputForm */

.ppText {
	border:1px solid #CCC;
	border-top:none;
	overflow-y:scroll;
	margin-bottom:1.5em;
	padding:0.75em;
	height:15em;
}
.ppText ul.ppDecimalList {
	list-style:decimal inside;
}
.ppText ul.ppDecimalList li {
font-weight:bold;
}
.ppText h4 {
	display:inline;
	font-size:100%;
	margin:0.75em 0 0;
}
.ppText p {
	font-weight:normal;
	margin:0.75 0 0.75em 0;
	text-indent:0;
}
/* @confirm */

#confirm th {
	width:10em;
}
#confirmSubmit input {
	font-size:120%;
	font-weight:bold;
	padding:2px;
/* ボタンをビジュアライズする（IEでは text-indent の挙動がおかしいため不可） */
/*
	background:url(../images/buttonSend.gif) no-repeat top center;
	border:none;
	height:36px;
	text-indent:-10000px;
	width:80px;
*/
}
#confirmSubmit input:hover {
	background-position:bottom;
}

/* @error */

.buttonReturn button {
	font-size:120%;
	font-weight:bold;
	padding:2px;
/* ボタンをビジュアライズする（IEでは text-indent の挙動がおかしいため不可） */
/*
	background:url(../images/buttonReturn.gif) no-repeat top center;
	border:none;
	height:36px;
	text-indent:-10000px;
	width:80px;
*/
}
.buttonReturn button:hover{
	background-position:bottom;
}
#err_box{
	line-height:1.5em;
}
#err_box ul{
	list-style:disc inside;
	line-height:2em;
	margin:1em;
}

/* @complete */

#complete{text-align:center;}
#complete h1{font-size:24px;}
#completeClose input {
	font-size:120%;
	font-weight:bold;
	padding:2px;
/* ボタンをビジュアライズする（IEでは text-indent の挙動がおかしいため不可） */
/*
	background:url(../images/buttonClose.gif) no-repeat top center;
	border:none;
	height:36px;
	text-indent:-10000px;
	width:80px;
*/
}
#completeClose input:hover {
	background-position:bottom;
}


