@charset "UTF-8";

/* ぺぺぺぺ */


/* ------------------------------------------------------------------------- */
/*
	各セクションで font-sizeを指定

	ベース:82% 指定済み
	 (+1 = 115%) >>>> BASE >>>> (-1 84%) >>>>> (-2 77%)


760; 15,15; 730; 200 : 10 : 520;
*/
/* ------------------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	line-height: 1.37;
	background-color: #fbd;
	background: #fff;
	font-size: 82%;
}

/* ------------------------------------------------------------------------- */

body, th, td {
	color: #000;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

caption {
	text-align: left;
}

img, a img {
	vertical-align: bottom;
	border: none;
	background: transparent;

	/* for ALT */
	font-size: 9px;
	line-height: 1;
	overflow: hidden;
	color: #777;
}

object,embed {
	vertical-align: top;
}

fieldset {
	border: none;
}

input, textarea {
	font-size: 1em;
	padding: 1px;
}

input {
}

option {
	padding: 1px 0.4em;
}

textarea {
	display: block;
}

em, address, dfn {
	font-style: normal;
}

em {
	font-weight: bold;
}

address {
	display: block;
}

ul ul, ul dl, dl ul, table p, table ul, table table {
	font-size:1em;
}

li {
	list-style:none;
} 


h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/* ------------------------------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.mono {
	font-family: monospace;
}

.noime {
	ime-mode: disabled;
}

/* ------------------------------------------------------------------------- */
/* Link style */

a {
	word-break: break-all;
}

a:link,
a:link * {
	text-decoration:none;
}

a:visited,
a:visited * {
	text-decoration:none;
}

a:hover,
a:hover * {
	text-decoration: underline;
}

a:active,
a:active * {
}

noscript {
	text-align: centger;
	font-weight: bold;
	color: #e00;
}

/* ------------------------------------------------------------------------- */

.alert {
	font-weight: bold;
	color: #e00;
}

/* ------------------------------------------------------------------------- */
#container {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}


/* ------------------------------------------------------------------------- */
/* top */

#bodyTop {
}

#bodyTop #container {
	width: 800px;
}

#bodyTop #content {
	height: 625px;
	margin: 0 auto;
	background: url(/img/top.jpg) transparent no-repeat 0 0;
	position: relative;
}

#bodyTop #content #description {
	display: none;
}

#bodyTop #getOkotoba {
	dispaly: block;
	width: 284px;
	height: 57px;
	overflow: hidden;
	text-indent: -99999px;

	position: absolute;
	left: 255px;
	top: 502px;
}

#bodyTop #footer {
	margin: 0 auto;
	height: 130px;
	position: relative;
}

#bodyTop #footer .bn {
	position: absolute;
	bottom: 28px;
}

#bodyTop #footer #bnQr {
	left: 55px;
}

#bodyTop #footer a#bnOfficial {
	display: block;
	width: 286px;
	height: 76px;
	overflow: hidden;
	text-indent: -99999px;

	left: 456px;
	background: url(/img/bn_official_mo.gif) transparent no-repeat 0 0;
}

#bodyTop #footer a#bnOfficial:hover {
	background: url(/img/bn_official_mo.gif) transparent no-repeat 0 -76px;
}





/* ------------------------------------------------------------------------- */
/* diag */

#bodyDiag {
	background: url(/img/bg_form1.jpg) #fff no-repeat 50% 0 fixed;
}


#bodyDiag #container {

/*
	background: url(/img/bg_form.jpg) #e6cfad no-repeat 0 0;
	height: 741px;
	overflow: hidden;
*/
}


#bodyDiag #header {
	height: 195px;
}

	#bodyDiag #header h1 {
		width: 247px;

		position: absolute;
		top: 34px;
		left: 34px;
	}

	#bodyDiag #header h1 a {
/*
		background: url(/img/logo_megami.png) transparent no-repeat 0 0;
		display: block;
		height: 124px;

		overflow: hidden;
		text-indent: -99999px;
*/
	}


#bodyDiag #content {
	width: 334px;
	margin: 0 auto;

/*
	height: 515px;
	overflow-y: scroll;
*/

}

#bodyDiag #content th,
#bodyDiag #content td {
	padding: 2px;
}

#bodyDiag #content th {
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
}

#bodyDiag #name,
#bodyDiag #target_name {
	width: 98%;
}


#bodyDiag .qs {
	margin-top: 2em;
}

#bodyDiag h3 {
	font-weight: bold;
}

#bodyDiag h3 img {
	vertical-align: middle;
}

#bodyDiag .qd {
	margin-top: 1em;
	padding-left: 40px;
}

#bodyDiag .qd input {
	margin-right: 0.25em;
}


/* ------------------------------------------------------------------------- */
/* result */

#bodyResult #container {
	background: url(/img/bg_head.jpg) transparent no-repeat 0 0;
}


#bodyResult #header {
	height: 220px;
}

	#bodyResult #header h1 {
		width: 250px;

		position: absolute;
		top: 34px;
		left: 34px;
	}

	#bodyResult #header h1 a {
		display: block;
		height: 120px;

		overflow: hidden;
		text-indent: -99999px;
	}




#bodyResult #content {
	position: relative;

	width: 659px;
	margin: 0 auto;
	background: url(/img/pp2_head.png) no-repeat 0 0;
	padding-top: 203px;
	z-index: 4;
}

* html #bodyResult #content {
	background: url(/img/pp2_head_ns.gif) no-repeat 1px 0;
}

#bodyResult #resultBody {
	zoom: 1;
}

#bodyResult #resultBody1 {
	background: url(/img/pp2_body.png) repeat-y 0 0;
}

* html #bodyResult #resultBody1 {
	background: url(/img/pp2_body_ns.gif) repeat-y 1px 0;
}

#resultBody1Foot {
	height: 62px;
	overflow: hidden;
	background: url(/img/pp2_foot.png) no-repeat 0 0;
}

* html #resultBody1Foot {
	background: url(/img/pp2_foot_ns.gif) no-repeat 1px 0;
}


#bodyResult #resultBody2 {
	background: url(/img/pp3_body.png) repeat-y 0 0;
	padding-top: 3em;
	padding-bottom: 3.5em;
}

* html #bodyResult #resultBody2 {
	background: url(/img/pp3_body_ns.gif) repeat-y 1px 0;
}

#bodyResult #resultTextFoot {
	height: 38px;
	overflow: hidden;
	background: url(/img/pp3_foot.png) no-repeat 0 0;
}

#bodyResult #resultTextFoot {
	background: url(/img/pp3_foot_ns.gif) no-repeat 0 0;
}

#bodyResult h2#resultHeader {
/*
	background: url(/img/cp_megami.gif) no-repeat 0 0;
	width: 235px;
	height: 247px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -99999px;
*/
}


#bodyResult #resultAdvice {
	margin-top: 4em;
}

#bodyResult #resultAdvice h2 {
	background: url(/img/h_hiketsu2.png) no-repeat 0 0;
	width: 588px;
	height: 102px;
	margin: 0 0 0 31px;

	overflow: hidden;
	text-indent: -99999px;
}

#bodyResult .note {
	width: 452px;
	margin: 0 auto;
	padding: 0.5em 0;
/*
	margin: 2em auto 0 auto;;
	background: url(/img/bg_keisen.gif) repeat-y 0 0;
*/
}

/*
#bodyResult .note h3,
*/

#bodyResult .note p {
	color: #694700;
	line-height: 31px;
	font-size: 115%;
	margin: 0;
	padding: 0 1em;
/*
	margin: 0 0 31px;
	padding: 0.2em 1em 0.1em 1em;
*/
}

#bodyResult .note h3 {
	font-weight: bold;
	position: relative;
	left: -72px;
}

/*IE6*/
*html #bodyResult .note h3 {
	left: -71px;
}

/*IE7*/
*:first-child+html #bodyResult .note h3 {
	left: -71px;
}

/*IE8*/
html>/**/body #bodyResult .note h3 {
	left: -72px\9;
}

* html #bodyResult .note h3 {
}

#bodyResult #letsGoAmalfi {
	padding: 2em 0 1em 0;
}

#bodyResult #letsGoAmalfi a {
	margin: 0 0 0 32px;
}

#bodyResult #goOfficialSite {
	text-align: right;
}

#bodyResult #goOfficialSite a {
	color: #222;
	text-decoration: none;
}

#bodyResult #goOfficialSite a:link {
	color: #222;
	text-decoration: none;
}

#bodyResult #goOfficialSite a:hover {
	text-decoration: underline;
}

#bodyResult #goOfficialSite a:visited {
	color: #222;
}

#bodyResult #goOfficialSite a:active {
	color: #f22;
}

#bodyResult #letsGoAmalfi img {
	vertical-align: middle;
}


#bodyResult #resultText {
	width: 452px;
	margin: 0 auto;
}

	#bodyResult #resultText textarea {
		width: 452px;
		height: 5.5em;
	}

#bodyResult #parmalink {
	width: 452px;
	margin: 2em auto 0 auto;
}

	#bodyResult #parmalink input {
		width: 452px;
	}

#bodyResult #footer {
	background: url(/img/bg_foot.jpg) no-repeat 0 0;
	height: 275px;

	position: relative;
	margin-top: -130px;
	z-index: 2;
}

#bodyResult #footer .bn {
	display: block;
	width: 286px;
	height: 76px;
	position: absolute;
	bottom: 45px;
}

#bodyResult #footer a#bnOfficial {
	left: 105px;

	display: block;
	width: 286px;
	height: 76px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(/img/bn_official_mo.gif) transparent no-repeat 0 0;
}

#bodyResult #footer a#bnOfficial:hover {
	background: url(/img/bn_official_mo.gif) transparent no-repeat 0 -76px;
}

#bodyResult #footer #bnDateplan {
	left: 420px;
}


