/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/body_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*リンク関連*/
a {
	color: #333; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}
a:visited {
	color: #333;/*リンクの色*/
}
a:hover {
	color: #ccc; /*リンクの色*/
}
a, a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap {
	margin: auto;
	width: 960px;
	height: 838px;
	background-image: url(../images/profbg.png);
	background-repeat: no-repeat;
}
#content {
	height: 760px;
	width: 950px;
	padding-left: 10px;
	padding-top: 20px;
}
.rogo {
	float: right;
	height: 46px;
	width: 191px;
}
.rogo :hover {
	opacity: 0.60; /* Opera・Safari */
	-moz-opacity: 0.60; /* Firefox */
	filter: alpha(opacity=60); /* IE */
	zoom: 1;
}
.main_ooishi{
	background-image: url(../images/bg_ooishi.png?2020);
	background-repeat: no-repeat;
}
.main_yakumaru{
	background-image: url(../images/bg_yakumaru.png);
	background-repeat: no-repeat;
}
.main_takahashi{
	background-image: url(../images/bg_takahashi.png);
	background-repeat: no-repeat;
}
.main_suzuki{
	background-image: url(../images/bg_suzuki.png);
	background-repeat: no-repeat;
}
.main_ooishi, .main_yakumaru, .main_takahashi, .main_suzuki {
	background-repeat: no-repeat;
	height: 638px;
	width: 928px;
	background-position: left 52px;
}
.texbox {
	margin: 20px 0 0 70px;
	height: 300px;
	width: 400px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 12px;
	overflow: auto;
}
.list table {
	border-top: 1px dashed #ccc;
	border-collapse: separate;
	border-spacing: 0;
}
.list td {
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	width: 90px;
}
.message, #profile tr:last-child td:last-child {
	font-size: 12px;
}
#member {
	width: 740px;
	height: 100px;
	padding: 40px 0 0 0;
	margin: auto;
}
#member li {
	float: left;
	height: 50px;
	width: 180px;
	list-style-type: none;
	padding-right: 5px;
	background-image: url(../images/btm.png);
	background-repeat: no-repeat;
}
#member li a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.nav {
	font-size: 18px;
	line-height: 50px;
	padding-left: 40px;
	font-weight: bold;
}
h1 {
	height: 234px;
	width: 473px;
	margin-top: -10px;
	margin: -10px 477px 0 0;
}
.font1 {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding-left: 30px;
	padding-top: 5px;
	width: 600px;
	letter-spacing: 0.1em;
}
#foot {
	clear: both;
	width: auto;
	font-size: 9px;
	text-align: center;
	letter-spacing: 1px;
	color: #666;
	margin: auto;
}
