﻿@charset "utf-8";
@import url('common.css'); 

#index_about{
	background-image:url('img/index_about_bg.png'); 
	background-repeat:no-repeat; 
	background-position:630px 30px; 
	padding:0 0 40px 0;
}
#index_about p{
	width:617px; 
	font-size:13px; 
	margin:5px 0 10px 5px; 
	padding:0;
	line-height:165%;
}
#index_concept{
	background-image:url('img/index_concept_photo.png'); 
	background-repeat:no-repeat; 
	background-position:475px 185px;
}
#index_concept_textimg{
	width:655px;
	height:60px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:3px;
}
#index_concept p{
	width:450px; 
	font-size:13px; 
	margin:5px 0 10px 10px; 
	padding:0;
	line-height:165%;
}
#member{
	margin:50px 0 0 13px;
	width:695px;
}
#member a{
	color:#3D3D3D;
	text-decoration:none;
}
#member a:hover{
	color:#3D3D3D;
	text-decoration:underline;
}

.member_title{
	font-size:15px;
	font-weight:bold;
	color:#AE0002;
	margin:5px 0 0 7px;
	padding:0;
	clear:left;
}
.member_list{
	font-size:12px; 
	letter-spacing:-1px; 
	padding:3px 0 5px 0; 
	border-style:solid; 
	border-width:0 1px 0 0; 
	border-color:#999999;
	line-height:175%;
	float:left;
}


/*  banner  */
table.banner_table{
	font-size:13px;
	line-height:190%;
	letter-spacing:0;
	margin:0 0 0 30px;
}
table.banner_table td{
	padding:6px 20px;
	text-align:center;
}









