 /* ボディに関するCSS */
	body {
	margin: 0;
	padding: 0;
	font-size : small;
	line-height:150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
}

/* 段組に関するCSS */

#main {
	float: right;
	width: 560px;
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
}

#side {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 5px;
}

#credit {
	clear: both;
	width: 100%;
	font-size: 90%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}
#credit a {
	color: #ffffff;
}

/* ヘッダナビ */
#aisatsu {
	margin-left: 10px;
}
#aisatsu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#aisatsu li {
	width: 150px;
}

#aisatsu li li a {
	display:block;
	width: 100%;
	height: 20px;
	text-decoration: none;
	text-align: center;
	background-color: #3ebb65;
	border: solid 1px #3ebb65;
	color: #ffffff;
}

#aisatsu li li a:hover {
	background-color: #ffffff;
	color: #3ebb65;
	font-weight: bold;
}
#aisatsu ul li.parent ul{
	display:none;
}
#aisatsu ul li.parentOn ul{
	display:block;
}
#aisatsu ul {
	font-size: 100%;
	color: #3ebb65;
	font-weight: bold;
}
.sanjob {
	clear: right;
	text-align: center;
}
/* コンテンツ */
#content {
	clear: left;
	background-color: #ffffcc;
}
marquee {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}
#object {
	width: 560px;
	text-align: center;
}

/* 左ナビ */

#side1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side1 li {
	margin-top:10px;
	margin-left:10px;
}

.mise a {
	display:block;
	width: 154px;
	height: 154px;
	padding-top: 8px;
	text-indent: -9999px;
	background: url(image/left0_0.gif) no-repeat;
}

.mise a:hover {
	background: url(image/left0_1.gif) no-repeat;
}
.shibu a {
	display:block;
	width: 154px;
	height: 154px;
	padding-top: 8px;
	text-indent: -9999px;
	color: #ffffff;
	background: url(image/left1_0.gif) no-repeat;
}
.shibu a:hover {
	background: url(image/left1_1.gif) no-repeat;
}

/* 支部左ナビ */
#side_shibu {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 5px;
}

#side_shibu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_shibu li {
	font-size: 90%;
	width: 150px;
	margin-top:10px;
	margin-left:10px;
}

#side_shibu li a {
	display:block;
	width: 100%;
	height: 30px;
	padding-top: 8px;
	text-decoration: none;
	text-align: center;
	background-color: #800000;
	border: solid 1px #800000;
	color: #ffffff;

}

#side_shibu li a:hover {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

.pass a {
	line-height: 100%;
}

/* 文字 */

h1{
	margin: 0;
	padding: 0;
}


h2 {
	font-size: 130%;
	border-left: solid 15px #ff0000;
	border-bottom: solid 1px #ff0000;
	padding: 3px;
}

h3 {
	font-size: 120%;
	border-left: solid 10px #ffcc00;
	margin-left: 5px;
	padding: 3px;
}
h4 {
	font-size: 110%;
	margin-left: 7px;
}
h5 {
	margin: 10px 0 0 20px;
}
p {
	font-size: 110%;
	margin-left: 10px;
}

.small {
	font-size: 80%;
}

/* 画像 */

.newsimg {
	float: right;
	width: 200px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#main .newsimg350 {
	float: right;
	width: 350px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.hitoimg {
	float: right;
	width: 150px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.img300 {
	float: right;
	width: 300px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.img100 {
	float: right;
	width: 100px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#misemenu{
	float: right;
	width: 200px;
	paddig:2px;
	background-color : #cccfff;
}

/* 会員紹介メニューに関するCSS */

#kaiin ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#kaiin li {
	float: left;
	width: 180px;
}

#kaiin li a {
	display: block;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

#kaiin li a:hover {
	background-color: #0000c0;
	color: #ffffff;
}

.kaiintome {
	clear: left;
	margin-right: 20px;
	text-align: right;
	font-size: 90%;
}

/* infoに関するCSS */

#info {
	background: url(image/kado.gif) top right no-repeat;
}

#info th {
	padding: 4px;
	background-color: #e7ffff;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#info td {
	padding: 4px;
	text-align: left;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#genre li {
	display: inline;
	margin: 0 10px;
}

/* メンバーページに関するCSS */

#member {
	background: url(image/kado.gif) top right no-repeat;
}

#member th {
	padding: 4px;
	background-color: #ffffe7;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#member td {
	padding: 4px;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/* メッセージ */
.messe  {
	background: url(image/w6b.gif);
}
.messe h3 {
	margin: 10px;
	border: none;
	color: #0000c0;
	text-align: center;
}
.messe h4 {
	margin: 10px;
}
.messe p {
	font-size: 100%;
	margin: 0 15px;
	padding: 5px;
}
.messe img {
	margin-right: 15px;
}

/* 特典と融資のロールオーバー */
.tokut a {
	width: 148px;
	height: 28px;
	display: block;
	background: url(image/but_tokuten.gif) top left;
	text-indent: -9999px;
}
.tokut a:hover {
	background: url(image/but_tokuten.gif) bottom left;
}
.yuus a {
	width: 148px;
	height: 28px;
	display: block;
	background: url(image/but_yuushi.gif) top left;
	text-indent: -9999px;
}
.yuus a:hover {
	background: url(image/but_yuushi.gif) bottom left;
}
