/* CSS Document */

@import url("../common/css/baserayout.css");

#BackGrnd {
	width: 960px;
	height: 1358px;
	background-image:url(../common/img/top_illust2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
	position: fixed;
	
	z-index: 1;
	
	opacity: 0.4;

}


#main {
	width: 800px;
	margin-left: 80px;
	position: absolute;
	top: 100px;
	
	float: left;
	z-index: 3;
}

#navi {
	width: 800px;
	position: relative;
	
	float: left;
	z-index: 3;
}


a.contBox {
	position: relative;
	
	width: 350px;
	padding: 10px;
	border: 1px dashed #FFF;
	display: block;
	float: left;
	margin: 10px 10px;
	
	text-align: left;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	
	background-image: url(../common/img/mask60.png);
}


p.title {
	font-size: 20px;
	font-weight: bold;
}


#maincontBox {
	width: 780px;
	padding: 10px;
	border: 2px dashed #FFF;
	display: block;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
	color: #FFF;
	
	background-image: url(../common/img/mask60.png);
}

h1 {
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#sampleBox {
	width: 300px;
	display: block;
	margin-left: 20px;
	float: right;
}

#cleaBox {
	clear: both;
}

#sampleBox2 {
	width: 750px;
	padding: 5px;
	display: block;
	margin-top: 10px;
	border: 1px solid #666;
	border-radius: 10px;
	background-color:#454545;
}

dt {
	display: block;
	padding: 5px;
	font-weight: bold;
}