@charset "utf-8";

/*
==================================================

	株式会社8bit
	Copyright (C) 8bit. All Rights Reserved.

    Author: Ryo Tanaka

    CSS File Name - home.css
    Last-updated: 2009-08-04

    +1: #mainContent
		+1-1: Point
		+1-2: Information

==================================================
*/


/*--------------------------------------------------
    +1: #mainContent
==================================================*/

div#mainContent p#regist {
	margin: 0 0 -85px 10px;
}


/*
	+1-1: Point
========================================*/

div#point {
	margin: 0 0 20px -13px;
	position: relative;
	width: 821px;
}

div#point div.pointBox {
	background: url(../../images/bg_pointBox.gif) 8px bottom no-repeat;
	display: inline;
	float: left;
	margin-right: 1px;
	padding-bottom: 10px;
	width: 201px;
}

div#point div.pointBox.simple {
	background: url(../../images/bg_pointBox.gif) right bottom no-repeat;
	width: 205px;
}

div#point div.pointBox p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0 10px 5px 20px;
}


/*
	+1-2: Information
========================================*/

div#info {
	background: url(../../images/bg_infoBox.gif) 0 bottom no-repeat;
	display: inline;
	float: left;
	margin-bottom: 30px;
	width: 600px;
}

body.info div#info {
	background: url(../../images/bg_infoBox_02.gif) 0 bottom no-repeat;
	display: block;
	float: none;
	padding-bottom: 10px;
	width: 800px;
}

div#info dl {
	padding: 0 15px 10px 15px;
}

div#info dl dt {
	clear: both;
	display: inline;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 8em;
}

div#info dl dd {
	background: url(/common/images/bg_arrow.gif) 8em 3px no-repeat;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 0 0 5px 9.5em;
}

div#info div.infoBox {
	border-bottom: 1px dashed #ccc;
	margin: 0 15px 10px 15px;
}

div#info div.infoBox.lastChild {
	border-bottom: none;
}

div#info div.infoBox h3 {
	border-bottom: 1px solid #999;
	border-left: 5px solid #247be6;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px 0 5px 10px;
}

div#info div.infoBox p {
	margin-bottom: 10px;
}