@charset "utf-8";
/* CSS Document */

/*グローバルナビゲーション*/
#gnavi_area{
	width:100%;
	background-image:url(../image/index/menu_belt.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:50px;
}

#gnavi{
	width:950px;
	margin:0 auto;
}

#gnavi li{
	float:left;
	width:237px;
	list-style-type:none;
}

#gnavi li a{
	display:block;
	height:50px;
	text-indent:-9999px;
}

/**/

#gnavi01 a{
	background-image:url(../image/index/gnavi01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#gnavi01 a:hover{
	background-position:left -50px;
}

#gnavi02 a{
	background-image:url(../image/index/gnavi02.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#gnavi02 a:hover{
	background-position:left -50px;
}

#gnavi03 a{
	background-image:url(../image/index/gnavi03.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#gnavi03 a:hover{
	background-position:left -50px;
}

#gnavi04 a{
	background-image:url(../image/index/gnavi04.jpg);
	background-repeat:no-repeat;
	background-position:left -50px;
}

/**/

.area001{
	width:690px;
	margin:15px auto;
	background-image:url(../image/tmp/bg_01.jpg);
	background-repeat:no-repeat;
	background-position:right 20px;
	overflow:hidden;
}

.area001 .left{
	float:left;
	width:185px;
}

.area001 .right{
	float:left;
	width:500px;
	
}

.area001 .right p{
		padding:20px 10px;
		line-height:150%;
}

/**/
.table001{
	clear:both;
	width:650px;
	margin:20px auto;
}

.table001 th{
	width:162px;
	vertical-align:middle;
}

.table001 td{
	width:495px;
	background-image:url(../image/tmp/table_td01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:middle;
}

.table001 td p{
	line-height:32px;
	padding:0 20px;
}

/**/
/**/
.table002{
	width:660px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.table002 td, .table002 th{
	border-bottom:1px dotted #000;
}

.table002 th{
	width:200px;
	background-image:url(../image/tmp/table2_th_bg.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	text-align:left;
}

.table002 td{
	padding:10px;
}

.table002 td p{
	padding:10px 0;
}

/**/
