﻿@charset "utf-8";

#formBtns {
	text-align:center;
}
button {
	width:130px; height:30px; line-height:30px;
	padding:0; border:0; margin:10px 0;
	background:transparent url(img-aom/btnskins-plan.gif) 0 2px no-repeat;
	color:white;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}
button:active {
	background:url(img-aom/btnskins-plan.gif) -130px 0 no-repeat;
}

button.promoted,
button.big {
	width:160px; height:50px; line-height:50px;
	padding:0; border:0; margin:0;
	background:transparent url(img-aom/btnskins-big.gif) 0 0 no-repeat;
	color:white;
	font-weight:bold;
}
button.promoted:active,
button.big:active {
	background:url(img-aom/btnskins-big.gif) -160px 0 no-repeat;
}


.button {
	width:130px; height:30px; line-height:30px;
	padding:0; border:0; margin:10px 0;
	background:transparent url(img-aom/btnskins-plan.gif) 0 2px no-repeat;
	color:white;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}
.button:active {
	background:url(img-aom/btnskins-plan.gif) -130px 0 no-repeat;
}

.promoted,
.big {
	width:160px; height:50px; line-height:50px;
	padding:0; border:0; margin:0;
	background:url(img-aom/btnskins-big.gif) 0 0 no-repeat;
	color:white;
	font-weight:bold;
}
.promoted:active,
.big:active {
	background:url(img-aom/btnskins-big.gif) -160px 0 no-repeat;
}

/* 
	Guidance
*/
#Guidance {
	width:590px; height:auto;
	padding:0 0 0 76px; /* w:666px*/
	margin-bottom:10px;
	background:url(img-aom/bg-guidance.gif) 0 0 no-repeat;
	min-height:70px;
	_height:70px;
}
#Guidance h4 {
	width:500px;
	padding:10px 5px 5px 10px;
	font-size:14px;
	color:#C60;
}
#Guidance p {
	padding:0px 10px;
	line-height:1.8em;
	border-left:1px solid #999; border-right:1px solid #999;
	color:#000;  background:#FFF;
}
#Guidance .Important {
	padding:10px;
	border-left:1px solid #999; border-right:1px solid #999; background:#FFF;
}
#Guidance .Important p {
	padding:5px;
	border:none;
	background:url(img-aom/icon-important.gif) 5px 5px no-repeat;
	padding-left:60px;
}
#Guidance .Important p a {
	margin-left:10px;
	font-size:12px; font-weight:bold;
	color:#D32327;
	text-decoration:none;
}

#Guidance .end {
	width:590px; height:10px;
	background:url(img-aom/bg-guidance-result.gif) -666px 0 no-repeat;
}


.ShowResultPhase #Guidance {
	background:url(img-aom/bg-guidance-result.gif) 0 0 no-repeat;
}
.error h4 {
	color:#f00 !important; /* override */
}


span.attention {
	padding:0 2px 3px 2px; margin:0 3px;
	background:url(img-aom/wavy-line.gif) 0 bottom repeat-x;
}
span.checkmarkhere img,
span.checkmarkhere img.valign {
	vertical-align:text-bottom;
	line-height:1.5em;
}
span.note {
	padding:0 2px;
	font-weight:bold;
	vertical-align:top;
	color:red;
}

/* 
	[ index ]
*/
#contents h3 {
	height:28px; line-height:28px;
	border-bottom:3px solid #5B5B36;
	text-indent:30px;
	background:url(img-aom/h4-plangrp-name-tab.gif) 10px 0 no-repeat;
}
#contents h5 {
	padding:5px 5px;
	text-align:left;
	font-weight:bold;
	border-bottom:2px solid #565633;
}

table.fieldset {
	width:680px;
	border:0; border-collapse:collapse;
	margin:15px auto;
}

table.fieldset th,
table.fieldset td {
	padding:5px 5px;
}
table.fieldset th{
	width:120px;
	text-align:right;
}
table.fieldset td{
	/*width:490px;*/
}
table.fieldset td img {
	vertical-align:top;
}
table.fieldset tbody td img {
	vertical-align:top;
}
table.fieldset tbody td ul {
	padding:5px 0px;
	background:#eee;
}
table.fieldset tbody td ul li {
	padding:2px 0px;
}
table.fieldset .must{
	width:40px;
	white-space:nowrap;
	font-size:10px; font-weight:bold; color:#900;
}
table.fieldset .input{
	width:490px;
}
table.fieldset em {
	font-style:normal;
	font-weight:bold;
}
#_name, #_kana { width:250px; }
#_tel, #_tel2, #_fax { width:250px; ime-mode:disabled; }
#_mail, #_mail2 { width:350px; ime-mode:disabled; font-weight:bold; }
#_comment { width:450px; }

.fieldset .radio {
	vertical-align:text-bottom;
}

.ConfirmInfoPhase table.fieldset ul {
	margin-top:-18px;
}
.ConfirmInfoPhase table.fieldset h6 {
	line-height:1.5em;
	width:50px; height:18px;
}
.ConfirmInfoPhase table.fieldset ul li {
	margin-left:50px;
	line-height:1.5em;
}


#ConfirmInfoDiv tbody td img {
	width:45px; height:45px;
	margin-right:5px;
}

.error {
/*
	border:1px solid red;
	border-top:2px inset red;
	border-left:2px inset red;
*/
}
.checkmarkhere {
	padding:2px;
}
.unitsample {
	padding:2px 7px;
	line-height:1.5em;
}
label,
input,
select,
option {
	vertical-align:middle;
}
.nonchoosable{
	color:gray;
	padding-left:10px;
	font-style:italic !important;
}
.example {
	color:#bbb;
	font-weight:bold;
	font-style:italic;
	padding:3px 2px;
}
.disabled {
	color:#bbb;
	background:#ebebe4;
}
/* 
	MailContents
*/
#PolicyAgreement {
	padding:0 0 0 0px; margin-left:0px; width:670px;
	margin-bottom:15px;
	background:url(img-aom/bg-policy-agreement.jpg) -670px 0 repeat-y;
}
#PolicyAgreement .bgend {
	height:10px;
	background:url(img-aom/bg-policy-agreement.jpg) 0 bottom no-repeat;
}
#PolicyAgreement h5{
	height:28px;
	padding:5px 7px !important;
	background:url(img-aom/bg-policy-agreement.jpg) 0 0 no-repeat;
	border:none !important;
}
#PolicyAgreement p {
	padding:5px 20px 10px 20px;
	line-height:1.5em;
	font:"Courier New", Courier, mono,"ＭＳ ゴシック", "Osaka－等幅"!important;
	font-weight:bold;
	font-size:122%;
	color:#C60;
}
#PolicyAgreement p #btnYakkan {
	display:block;
	width:130px; height:30px; line-height:30px;
	margin:10px 20px 5px 250px;
	background:transparent url(img-aom/btnskins-plan.gif) 0 0 no-repeat;
	color:white;
	text-align:center; font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
/*
	ShowResult
*/

/* 
	MailContents
*/
#MailContents {
	padding:0 0 0 0px; margin-left:75px; width:590px;
	background:url(img-aom/bg-mailcontents.jpg) -590px 0 repeat-y;
}
#MailContents .bgend {
	height:10px;
	background:url(img-aom/bg-mailcontents.jpg) 0 bottom no-repeat;
}
#MailContents h5{
	height:50px;
	padding:5px 7px !important;
	background:url(img-aom/bg-mailcontents.jpg) 0 0 no-repeat;
	border:none !important;
}
#MailContents p {
	padding:5px 20px;
	line-height:1.5em;
	font:"Courier New", Courier, mono,"ＭＳ ゴシック", "Osaka－等幅"!important;
}
#MailContents p.notice {
	width:470px; height:60px;
	padding:10px 20px 10px 100px;
	background:url(img-aom/bg-mailcontents-notice.jpg) 20px 0 no-repeat;
	font-weight:bold;
	color:#c60;
}
#MailContents blockquote {
	font-size:12px;
}

/*
	sidebar
*/
#DecidedFacts {
	background:url(img-aom/bg-decided-facts.gif) -240px repeat-y;
}
#DecidedFacts .bgend{
	height:10px;
	background:url(img-aom/bg-decided-facts.gif) -480px bottom no-repeat;
}
#DecidedFacts h4{
	padding:3px 10px;
	height:22px; line-height:22px;
	font-size:12px;
	background:url(img-aom/bg-decided-facts.gif) 0 0 no-repeat;
	color:white;
}
#DecidedFacts dl{
	padding:0px 10px;
	color:#666;
}
#DecidedFacts dt{
	clear:both;
	padding:10px 0 5px 0;
}
#DecidedFacts dd{
	margin:0;
	padding:0 0 5px 0;
	color:#AA6A00;
	font-weight:bold;
}
#DecidedFacts dd img{
	float:left; clear:none;
	width:45px; height:45px;
	margin-right:5px;
}