@charset "euc-jp";
/*------------------------------------------------
	index.css - <mariya> index.html design css
	2008.03.14
	:::toc:::
	import url
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-ori.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/
h2{
	margin:15px 0 0 5px;
}
.borderbg p{line-height:1.5;}


.borderbg a{
	color:#ffe400;
	text-decoration:underline;
	font-weight:bold;
}

/* contents */
#ConWrap{
	background-color:#ffefef;
}

p.intro{
	margin:20px 30px;
	padding:20px 190px 20px 20px;
	background:url(../images/p_03.jpg) 98% no-repeat #fff;
}
p.text-box{
	margin:10px 40px;
	padding:20px;
	background-color:#fff;
}
p.text-box img{
	margin-top:3px;
}
#ConCouple{
	padding-bottom:20px;
}
#ConCouple dl{
	float:right;
	width:420px;
	margin-bottom:20px;
	padding:10px 20px 0 0;
}
#ConCouple dt{
	margin-bottom:5px;
}
#ConCouple div.CouImg{
	float:left;
}

strong,p,th,dt{
	text-align:left;
}

#main .borderbg {
	width: 675px !important;
	margin: 0 auto;
}

#main {
	width: 960px !important;
	margin: 0 !important;
}











	
	
