@charset "euc-jp";

/* memberˇˇCSS Document */
/* 	contents width=790px */

/*---------------------------------------------
 h1
---------------------------------------------*/
h1#h1Member {
	background: url(../../member/images/h1_member.png) no-repeat;
	height: 29px;
}

h1#h1BBS {
	background: url(../../member/images/h1_bbs.png) no-repeat;
	height: 29px;
}

h1#h1BBS2 {
	background: url(../../member/images/h1_bbs2.png) no-repeat;
	height: 29px;
}

h1#h1BBS3 {
	background: url(../../member/images/h1_bbs3.png) no-repeat;
	height: 29px;
}


/*---------------------------------------------
 h2
---------------------------------------------*/
h2#h2Member0201 {
	background: url(../../member/images/h2_member0201.png) no-repeat;
	height: 35px;
}

h2#h2Member0301 {
	background: url(../../member/images/h2_member0301.png) no-repeat;
	height: 35px;
}

h2#h2Member0401 {
	background: url(../../member/images/h2_member0401.png) no-repeat;
	height: 35px;
}

/*---------------------------------------------
 btn
---------------------------------------------*/
.btnMemLogin {
	background: url(../../member/images/btn_login.png) no-repeat;
	height: 30px;
	width: 210px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

.btnInin {
	background: url(../../member/images/btn_inin.png) no-repeat;
	height: 60px;
	width: 315px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

.btnSoushin {
	background: url(../../member/images/btn_soushin.png) no-repeat;
	height: 60px;
	width: 315px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

.btnSoushin2 {
	background: url(../../member/images/btn_soushin2.png) no-repeat;
	height: 60px;
	width: 315px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}


.btnBack {
	background: url(../../member/images/btn_back.png) no-repeat;
	height: 58px;
	width: 213px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

.btnLogout {
	background: url(../../member/images/btn_logout.png) no-repeat;
	height: 20px;
	width: 108px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

.btnToMemTop {
	background: url(../../member/images/btn_membertop.png) no-repeat;
	height: 30px;
	width: 270px;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

/*---------------------------------------------
 login
---------------------------------------------*/
div#memberLogin {
	border: solid 1px #E9AE1E;
	padding: 20px;
	width: 400px;
	margin: 0px auto;
}
div#memberLogin table {
	margin: 0px auto;
}
div#memberLogin table td {
	padding: 10px;
	color: #E9AE1E;
}

div#memberLogin .inputLoginW {
	width: 150px;
}


/*---------------------------------------------
 member page
---------------------------------------------*/
div#memberNews {
	width: 780px;	/* total:790px */
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0px 0px;
	overflow: scroll;
	height: 150px;
	scrollbar-base-color: #eee;
	scrollbar-face-color: #eee;
	scrollbar-arrow-color: #999;
	scrollbar-shadow-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-highlight-color: #eee;
	scrollbar-3dlight-color: #ccc;
	scrollbar-track-color: #eee;
}

div#memberNews table {
	width: 760px;	/* total:760px */
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

div#memberNews table td {
	padding-bottom: 16px;
}

div#memberNews table td.newsDate{
	width: 130px;
	padding-left: 20px;
}
div#memberNews table td.newsTxt{
	background: url(../../images/arrow.png) no-repeat 0px 6px;
	padding-left: 30px;
}

div#memberPerson {
	width: 780px;	/* total:790px */
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0px 0px;
	overflow: scroll;
	height: 100px;
	scrollbar-base-color: #eee;
	scrollbar-face-color: #eee;
	scrollbar-arrow-color: #999;
	scrollbar-shadow-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-highlight-color: #eee;
	scrollbar-3dlight-color: #ccc;
	scrollbar-track-color: #eee;
}

div#memberPerson table {
	width: 760px;	/* total:760px */
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

div#memberPerson table td {
	padding-bottom: 16px;
}

div#memberPerson table td.newsDate{
	width: 130px;
	padding-left: 20px;
}
div#memberPerson table td.newsTxt{
	background: url(../../images/arrow.png) no-repeat 0px 6px;
	padding-left: 30px;
}

/*---------------------------------------------
 news list
---------------------------------------------*/
table.tableMemNews {
	width: 100%;
}
table.tableMemNews td {
	padding: 6px;
}
table.tableMemNews td.komoku {
	background: url(../images/arrow01.png) no-repeat 0px 11px;
	padding-left: 15px;
	width: 120px;
}

/* setsumei */
div.memnewsComment {
	background: url(../../news/images/news_bg.png) repeat;
	margin-top: 10px;
	padding: 10px;
}

/*---------------------------------------------
 table list1
---------------------------------------------*/

table#list1 {
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #81D1F8;
  margin: 15px 0;
  width: 99%;
}
.rowOdd {
  background-color: #eee;
}
.rowEven {
  background-color: #fff;
}

table#list1 th,
table#list1 td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #81D1F8;
  padding: 4px;
}

table#list1 th {
  background-color: #B6E4FB;
  color: #15A4EE;
}

.require {
	color: red;
	font-weight: normal;
	font-size: 85%;
}

/*---------------------------------------------
 magazine table
---------------------------------------------*/
div#magazineCovArea {
	width: 790px;
	margin-top: 20px;
}
div#magazineCovArea table {
	width: 750px;
	margin: 0px auto;
	border-left: dotted 1px #B5E4FB;
	border-top: dotted 1px #B5E4FB;
}
div#magazineCovArea table td {
	width: 246px;	/* total:250px */
	background: url(../../magazine/images/cover_waku.png) no-repeat 1px 1px;
	border-right: dotted 1px #B5E4FB;
	border-bottom: dotted 1px #B5E4FB;
	min-height: 30px;
}
* html div#magazineCovArea table td {	/* IE6 hack */
	height: 30px;
}

div#magazineCovArea table td .coverTit {
	text-align: center;
	padding: 10px 20px 0px 20px;
}
div#magazineCovArea table td .coverTit a {
	font-weight: bold;
}
div#magazineCovArea table td .coverImg {
	text-align: center;
	padding: 10px 0px 14px 0px;
}
div#magazineCovArea table td .coverImg img {
	border: solid 1px #666;
	width: 150px;
	height: 209px;
}
