@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* member
----------------------------------------------------------------------------- */
#globalnavi .navi01 a:hover{
background-position: 0px -43px;
}

h2{
clear:both;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image:url(../img/title_about.jpg);
	width:948px;
	height:122px;
	text-indent:-9999px;
	}
#contents .wrap {
	width: 851px;
	margin-left:20px;
	margin-top:20px;
}
#contents h3 {
background-image:url(../img/midashi02.jpg);
width:851px;
	background-repeat: no-repeat;
	height: 33px;
	margin: 0px;
	padding: 8px 0px 10px 25px;
}

.member{
margin-bottom:50px;
line-height:150%;
}

.member p{
margin-left:-20px;
margin-top:20px;
padding-left:0px;
text-indent:0px;
}

.member table{
margin-left:20px;
margin-right:20px;
}

.member table img{
margin-bottom:20px;
}

.member td{
padding-right:20px;
}
