/*------------------------------------------------
	eitatu.css - <eitatu> eitatu.html design css
	2007.10.02
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-ori.css);
@import url(../../common/navigation.css);

/* contents
-------------------------------------------------*/
p{
	padding:20px;
	line-height:1.4;
	text-align:left;
}
h2{margin:15px 0 5px;
}h2 img{
	vertical-align:middle;
	float:left;
}h2 span{
	display:block;
	padding:15px 0 0 200px; 
	font-size:medium;
}
h2 span img{
	display:block;
	float:right;
	vertical-align:top;
}
h3{
	padding:0 5px 3px;
	border-bottom:1px dotted #333;
}

#wrap{
	width:520px;
	margin:10px auto;
	text-align:left;
	background:#fff;
}

/* parts design
------------------------------------------------*/
#hoso h2{
	color:#dc436c;
}
#hoso p{
	background:#fff0f4;
}

#guest h2{
	color:#688200;
}
#guest p{
	background:#eff5d6;
}
#number h2{
	margin-bottom:15px;
}
#hoso p img,#guest p img{
	margin:0 20px 10px 0;
	float:left;
}
#tips h2{
	color:#00a16b;
}
#tips p{
	background:#e2fcf3;
}
#phrase h2{
	color:#376ed7;
}
#phrase h2 span{
	padding:15px 0 0 260px; 
}
#phrase p{
	background:#e3edff;
}
#phrase p span{
	display:block;
	margin-bottom:15px;
	padding:10px;
	background-color:#3f60a0;
	font-weight:bold;
	color:#fff;
}

/* number
------------------------------------------------*/
.ltable{
	width:100%;
	margin-top:5px;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #f59608;
}
.ltable caption{
	text-align:left;
	font-weight:bold;
}
.ltable th,.ltable td{
	padding:6px;
	line-height:1.3;
	border-bottom:1px solid #f59608;
}
.ltable th{
	width:10em;
	background:#f59608;
	border-bottom:1px solid #fff;
}
.ltable th.listend{
	border-bottom:1px solid #f59608;
}
.ltable a{
	color:#333;
	text-decoration:underline;
}
.ltable a:hover{
	color:#f59608;
}
