/* CSS Document */

body {
	margin: 0px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, ヒラギノ角ゴ Pro W3, Osaka, ＭＳ Ｐゴシック;
	background-color: #ffffff;
}

p {
	font-size: 11px;
}

address {
	font-size: 10px;
	color: #AAA;
	padding-top: 4px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 8px;
}

#topbox {
	margin-top: 100px;
}

#topbox #contentsbox {
	background-image: url(/images/topbar.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

#topbox #contents {
	height: 480px;
	width: 500px;
	overflow: auto;
	text-align: left;
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, ヒラギノ角ゴ Pro W3, Osaka, ＭＳ Ｐゴシック;
}

#infobox {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, ヒラギノ角ゴ Pro W3, Osaka, ＭＳ Ｐゴシック;
	text-align: left;
}

.toppage {
	color: #777777;
	padding-right: 100px;
	padding-left: 50px;
}

.toppage a {
	color: #66aa66;
	text-decoration: underline;
	font-weight: bold;
}
.toppage a:hover {
	color: #339933;
	text-decoration: underline;
	font-weight: bold;
}


#bottombox {
	margin-top: 0px;
}

#bottombox #logoimg {
	text-align: right;
	margin-top: 30px;
	margin-right: 10px;
}

.shadow_img {
	margin: 0px 1em 1em 0px;
    background: url(/images/shadow_img.gif) right bottom;
    float: left;
	width: auto;
}
 
.shadow_img img {
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #ffffe0; /* paddingを設定した場合の背景色 */
    border: 1px solid #999999; /* 画像の枠線 */
}

.bottomlink {
	text-align: center;
}

.bottomlink a {
	color: #006600;
	text-decoration: none;
}
.bottomlink a:hover {
	color: #339933;
	text-decoration: underline;
}

.member_contents tr.odd {
  background: #F6FFF6;
  color: #000;
}

.member_contents td {
  font-size: 10px;
  padding: 1px;
}

.topnews {
    background: url(/images/girl.jpg) right bottom;
	background-repeat: no-repeat;
	width: auto;
}

