/* CSS Document */

/*----------------------------------------
汎用
----------------------------------------*/
.margin1 {
	margin:0 10px 50px 10px;
}

.margin2 {
	margin:0 0 0 15px;
}

.margin3 {
	margin:0 0 30px 0;
}


/*----------------------------------------
メインヘッダー
----------------------------------------*/

#cHead {
	width:900px;
	height:0px;
	padding-top:38px;
	overflow:hidden;
	margin:0 0 15px 0;
	background:url(../img/about/cHead.jpg) no-repeat;
}

.ie5 #cHead {
	height:38px;
}

/*----------------------------------------
メイン
----------------------------------------*/

#wrapMain a{
	text-decoration:underline;
}

#wrapMain a:hover{
	color:#FFFFCC;
	text-decoration:none;
}

/*----------------------------------------
各ヘッダー
----------------------------------------*/
.innerh {
	width:880px;
	height:0px;
	padding-top:24px;
	overflow:hidden;
	margin:0 0 20px 0;
}

#h_1 {
	background:url(../img/about/h_1.gif) no-repeat;
}

#h_2 {
	background:url(../img/about/h_2.gif) no-repeat;
}

#h_3 {
	background:url(../img/about/h_3.gif) no-repeat;
}

#h_4 {
	background:url(../img/about/h_4.gif) no-repeat;
}

#h_5 {
	background:url(../img/about/h_5.gif) no-repeat;
}

#h_6 {
	background:url(../img/about/h_6.gif) no-repeat;
}

#h_7 {
	background:url(../img/about/h_7.gif) no-repeat;
}

#h_8 {
	background:url(../img/about/h_8.gif) no-repeat;
}

/*----------------------------------------
テーブル
----------------------------------------*/

#wrapMain table{
	width:880px;
	margin:0 0 50px 0;
}

#wrapMain td{
	vertical-align:top;
	padding:2px 10px 2px 10px;
}

#wrapMain td.tdLeft{
	width:170px;
}

#wrapMain td.tdRight{
	width:647px;
}

/*----------------------------------------
リスト
----------------------------------------*/

.circle {
	list-style:circle;
}



