@charset "utf-8";

/*
===========================================================================
| 			top.css
===========================================================================
*/
/*----------------------------------------------------------------------
/			レイアウト上書き
/----------------------------------------------------------------------*/
div.contents{
	background: #fff url(/images/top/bg_contents.gif) no-repeat center top;
}
div.contents div.contentsInner{
	background: url();
}
div.contents div.contentsHead{
	padding-bottom: 10px;
	background: url();
}
div.contents div.main{
	background-color: transparent;
}
div.contents div.main div.mainHead{
	width: 581px;
	min-height: 630px;
	padding: 0 8px;
	background: url();
}
div#footer{
	height: 100px;
	background: url(/images/top/bg_footer.gif) no-repeat center top;
}
div#footer div.pagetop{
	position: absolute;
	right: 28px;
	top: 0;
}

/*----------------------------------------------------------------------
/			topimage
/----------------------------------------------------------------------*/
div.main div.topimage{
	position: relative;
	margin: 0 0 10px;
}
div.main div.topimage div.btnContact{
	position: absolute;
	top: 253px;
	left: 196px;
}

/*----------------------------------------------------------------------
/			topics
/----------------------------------------------------------------------*/
div.main div.topics{
}
div.main div.topics h1{
	margin: 0 0 8px;
	padding: 0;
	background: url();
}
div.main div.topics dl{
	margin: 0;
	padding: 2px 0 0;
	background: url(/images/common/line_dot.gif) repeat-x left top;
}
div.main div.topics dl dt,
div.main div.topics dl dd{
	padding: 5px 0;
}
div.main div.topics dl dt{
	clear: both;
	float: left;
}
div.main div.topics dl dd{
	padding-left: 7em;
	background: url(/images/common/line_dot.gif) repeat-x left bottom;
}
