@charset "UTF-8";

/* CSS Information
	Last Editor: Naoko Kobayashi;
	Editors: Naoko Kobayashi;
	Last Modified: 2009/07/14;
	Guideline: non;
 */

/* ******************************************
 * Table of Contents
 *
 * メイン
 * サービス案内
 * IE6/7ハック
 *
 * ******************************************
 */


/* メイン */
#main {
	position: absolute;
	top: 132px;
	width: 930px;
	height: 581px;
	margin-left: 50px;
	padding: 28px 30px 0 40px;
	background:
		#ffffff
		url(../images/service/bg.jpg)
		left
		top
		no-repeat;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	float: left;
}
#main h1 {
	position: absolute;
	top: 30px;
}
#main-inner {
	position: relative;
	float: right;
	width: 490px;
	height:538px;
	margin-bottom: 30px;
	background:
		url(../images/service/bg_service.gif)
		left
		top
		no-repeat;
}

/* サービス案内 */
#service {
	width: 490px;
	height:538px;
	margin-bottom: 30px;
	background:
		url(../images/service/bg_service.gif)
		left
		top
		no-repeat;
}
#service p#title {
	position: absolute;
	top: 2px;
	left: 2px;
}
#service ul {
	position: absolute;
	top: 30px;
	left: 4px;
}
#detail {
	position: absolute;
	top: 40px;
	left: 2px;
	width: 440px;
	height:460px;
	padding: 0 10px 10px 20px;
	overflow: auto;
}
#detail h3 {
	margin: 0 0 10px 0;
}

.photo {
	margin: 0 0 10px 10px;
	float: right;
	clear: both;
}
.text01 {
	width: 410px;
	padding-bottom: 20px;
}
.text02 {
	width: 422px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}


/* IE6/7ハック */
*html .text01 {
	width: 280px;
}
*html  #main {
	margin-left: 0;
}
*:first-child+html .text01 {
	width: 280px;
}
*:first-child+html #main {
	margin-left: 0;
}
