@charset "utf-8";
@import "level2.css";

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

index.css

======================================================================

	01.greet
	02.news
	03.order,reform

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

/* greet
------------------------------------- */

#greet {
	margin: 18px auto;
	width: 560px;
}

#greet p {
	margin: 8px 10px 25px;
	line-height: 1.8;
}
#greet p strong { color: #ed692e;}

#greet img.right,
.box img {
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #e0e0e0;
}

#greet:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* news
------------------------------------- */

#news {
	margin: 0 auto 30px;
	background: url(../../img/news_bg.gif) no-repeat 0 0;
	border: 1px solid #e0e0e0;
	width: 558px;
	height: 164px;
	overflow: scroll;
	overflow-x: hidden;
}

#news table {
	margin: 0 auto;
	width: 510px;
}

#news th,
#news td {
	padding: 11px 0;
	background: url(../img/dod.gif) repeat-x 0 100%;
	text-align: left;
}
#news th {
	width: 90px;
	color: #53bcf3;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}


/* order,reform
------------------------------------- */

#b01 {
	float: left;
	background: url(../../img/img01.gif) no-repeat 0 0;
	width: 275px;
}

.box h3 {
	display: block;
	height: 56px;
	text-indent: -9999px;
	overflow: hidden;
}

#b02 {
	float: right;
	background: url(../../img/img02.gif) no-repeat 0 0;
	width: 275px;
}

.box img {
	margin: 0 auto;
	background-color: #ffffff;
}
.box a img {
	padding: 0;
	border: none;
}

.box p { margin: 12px 10px 15px 15px;}








