@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:#F0F0F0;
	text-align:left;
	font-weight:bold;
}
td {
}
th, td {
	border:1px solid #CCC;
	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;*/
	margin:0 0 0.75em;
}
.fieldset {
	margin-bottom:1.5em;
}
/*h2 {
	background:#FFB500;
	color:#000;
	font-size:100%;
	font-weight:normal;
	padding:1em;
}*/

h2 {
	color:#333333;
	font-size:14px;
	font-weight:normal;
	margin:15px 0;
	padding:5px 12px;
	background-color:#FFB500;
}

h3 {
	font-size:100%;
	margin-bottom:0.75em;
}
strong.required {
	color:#F00;
	font-weight:bold;
}
.submit {
	text-align:center;
}
#inputFormSubmit input {
	font-size:100%;
	font-weight:normal;
	padding:2px;
	color:#333333;
/* ボタンをビジュアライズする（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;
	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;
}

/* ボタン黄色 */

.buttonLook {
	color:#000000;
	border:1px solid #CCBB00;
	display:inline-block;

	*display:inline;
	*zoom:1;
	overflow:visible;
	text-align:center;
	line-height:1;
	padding:12px 12px;
	cursor:pointer;
	margin:0 6px;
	word-wrap:break-word;
	white-space:nowrap;
	width:120px;
	/* -- CSS3 -- */
	border-radius:6px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
	background-color: #FFCC00;
}

/* ボタングレー */

.buttonLook_grey {
	color:#000000;
	border:1px solid #666666;
	display:inline-block;

	*display:inline;
	*zoom:1;
	overflow:visible;
	text-align:center;
	line-height:1;
	padding:12px 12px;
	cursor:pointer;
	margin:0 6px;
	word-wrap:break-word;
	white-space:nowrap;
	width:120px;
	/* -- CSS3 -- */
	border-radius:6px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
	background-color: #CCCCCC;
}

/* 確認画面ボタン大きさ調整 */

#inputFormSubmit input,#confirmSubmit input,#completeClose input,.buttonReturn button {
	font-weight:normal;
	padding:12px;
}

/* マウスオーバー */

.buttonLook:hover,.buttonLook_grey:hover {
	-ms-filter:"alpha( opacity=70 )";
	filter:alpha( opacity=70 );
	opacity:0.7;
}

