﻿*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: arial,helvetica,hirakakupron-w3,osaka,"ms pgothic",sans-serif;
	font-size: 13px;
	*font-size: small;
	*font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

.clear, .clfx
{
	clear: both;
}
.float_right
{
	float: right;
}
.float_left
{
	float: left;
}

a img
{
	border: 0px;
}

a
{
	color: #333399;
	word-break: break-all;
}
a:hover
{
	color: #0000ff;
	text-decoration: none;
}
a:visited
{
	color: #333366;
}


/*** wrapper ***/
#wrapper
{
	margin-right: auto;
	margin-left: auto;
//	width: 955px;
	width: 965px;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	background-color: #EAEAEA;
}


/*** header ***/
#header
{
//	width: 955px;
	width: 965px;
}
#title
{
	width: 245px;
	float: left;
	text-align: center;
}
#header h1.seo
{
	float: right;
//	width: 700px;
	width: 710px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #666666;
	color: #ffffff;
}




/*** tab ***/
#tab
{
	height: 29px;
	margin-bottom: 5px;
	background-image: url(bg_tab.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#tab ul li
{
	float: left;
	list-style-type: none;
}
#tab ul li.search
{
	float: right;
}
#tab ul li a
{
	display: block;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #666666;
	background-image: url(tab_off.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#tab ul li a.now,
#tab ul li a:hover
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color: #ffffff;
	background-image: url(tab_on.png);
}

#tab ul li a.tab_hn
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color: #ffffff;
	background-image: url(tab_on_blue.png);
}



/*** document ***/
#document
{
}

#column1 {
	float: left;
	width: 761px;
	height: auto;
}

/*** specials ***/
#specials_box {
	background-color: #A93444;
	margin-bottom: 1rem;
	border-bottom: 10px solid #ffffff;
}
#specials_box_hn {
	background-color: #3c517b;
	margin-bottom: 1rem;
	border-bottom: 10px solid #ffffff;
}
#specials_heading {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	width: 1em;
	float: left;
	padding: 1rem 0.5rem 0rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#specials {
	float: left;
	width: 759px;
	float: right;
	width: 729px;
	height: auto;
	background-color: #ffffff;
}

.specials {
	float: left;
	width: 29%;
	height: auto;
	margin: 1% 1% auto 1%;
	padding: 1%;
	border: 1px solid #cccccc;
	background-color: #fff;
}
.specials.topsp {
	border: 1px solid #cc0000;
}
.specials * {
}
.specials h3 {
	height: 2.2rem;
	overflow: hidden;
	white-space: normal;
	text-overflow: '...';
	font-size: 0.8rem;
	line-height: 1.1rem;
	padding-top: 1rem;
}

.specials .photo {
//	width: 100%;
	height: 8rem;
	position: relative;
	overflow: hidden;
}
.specials .label {
	z-index: 100;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2rem 1rem;
	background-color: #9700D9;
	color: #fff;
}
.specials .photo img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.specials .date {
	padding-top: 0.4rem;
	font-size: 0.7rem;
	color: #999999;
}


/*** sub1 ***/
#sub1
{
	float: left;
	width: 200px;
	height: auto;
	margin-left: 1px;
	background-image: url(bg_column_short.png);
	background-repeat: repeat-y;
	background-position: top-left;
}
/*** sub2 ***/
#sub2
{
	float: left;
	width: 200px;
	height: auto;
	background-image: url(bg_column_short.png);
	background-repeat: repeat-y;
	background-position: top-left;
}
/*** Twitter follow ***/
#twfollow
{
	float: left;
	width: 200px;
	height: 30px;
	text-align: center;
}
/*** main ***/
#main
{
	float: left;
//	width: 549px;
	width: 559px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
}


#headline_interior,
.headline_item,
#headline_item,
#headline_contract,
#headline_archive
{
//	width: 540px;
	width: 550px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#headline_interior h2,
.headline_item h2,
#headline_item h2,
#headline_contract h2,
#headline_archive h2
{
	height: 25px;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #ffffff;
	background-image: url(bg_long_h2.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#headline_interior dl,
.headline_item dl,
#headline_item dl,
#headline_contract dl,
#headline_archive dl
{
	font-size: small;
	line-height: 120%;
	border-bottom: 1px dotted #666666;
}
#headline_interior dl dt,
.headline_item dl dt,
#headline_item dl dt,
#headline_contract dl dt,
#headline_archive dl dt
{
	float: left;
	width: 120px;
	border-top: 1px dotted #666666;
	padding-top: 0.2em;
	padding-right: 5px;
	padding-bottom: 0.2em;
	padding-left: 5px;
}
#headline_interior dl dd,
.headline_item dl dd,
#headline_item dl dd,
#headline_contract dl dd,
#headline_archive dl dd
{
	float: left;
//	width: 390px;
	width: 400px;
	border-top: 1px dotted #666666;
	padding-top: 0.2em;
	padding-right: 5px;
	padding-bottom: 0.2em;
	padding-left: 5px;
}
#headline_interior p,
.headline_item p,
#headline_item p,
#headline_contract p,
#headline_archive p
{
	border-top: 1px dotted #666666;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	font-size: small;
	line-height: 120%;
	text-align: right;
}


#headline,
#headline_special
{
//	width: 540px;
	width: 550px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: small;
}
#headline h2,
#headline_special h2
{
	height: 25px;
	padding-top: 3px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background-image: url(bg_long_h1.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#headline h2 #headlinetitle
{
	display: block;
	float: left;
	width: 200px;
}
#headline h2 #rss
{
	display: block;
	float: right;
	width: 300px;
	margin-top: 3px;
	margin-right: 10px;
}
#headline h3,
#headline_special h3
{
	margin-right: 25px;
	margin-left: 25px;
	border-bottom: 1px solid #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 115%;
	color: #333333;
}
#headline h4,
#headline_special h4
{
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-size: 115%;
	color: #333333;
}
#headline p,
#headline_special p
{
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 130%;
	font-size: 115%;
}
#headline .font15,
#headline_special .font15
{
	line-height: 130%;
	font-size: 115%;
}


#headline p.date,
#headline_special p.date
{
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	color: #333333;
	background-color: #EBEBEB;
	font-size: small;
}
#headline p.place,
#headline_special p.place
{
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	color: #333333;
	background-color: #EBEBEB;
	font-size: small;
}
#headline p.photo,
#headline_special p.photo
{
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: small;
	background-color: #EBEBEB;
}
#headline p.photo_l,
#headline_special p.photo_l
{
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: small;
	background-color: #EBEBEB;
}




#pr
{
//	width: 540px;
	width: 550px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#pr h2
{
	height: 25px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #ffffff;
	background-image: url(bg_h_pr.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#pr li
{
	border-bottom: 1px dotted #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: small;
	list-style-type: none;
}


#ibngroup
{
//	width: 540px;
	width: 550px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#ibngroup h2
{
	height: 25px;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #ffffff;
	background-color: #666666;
}
#ibngroup dl
{
	float: left;
	width: 33%;
}
#ibngroup dl dt
{
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	font-size: small;
}
#ibngroup dl dd
{
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: center;
	font-size: small;
}



/*** sitelink ***/
#sitelink
{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: center;
	font-size: small;
	line-height: 120%;
}

/*** obj ***/
#obj
{
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: x-small;
	line-height: 120%;
}



/*** footer ***/
#footer
{
	heigth: 60px;
	background-image: url(bg_footer.png);
	background-repeat: repeat-x;
	background-position: top-left;
}
#footer p
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: small;
	text-align: center;
	line-height: 120%;
}
#footer p.seo
{
	padding-top: 2px;
	padding-right: 0.5em;
	padding-bottom: 2px;
	border-bottom: 2px solid #990000;
	background-color: #333333;
	color: #ffffff;
	text-align: right;
}





/*** sub ***/
#special,
#topics
{
	margin-bottom: 5px;
	padding-bottom: 8px;
	background-color: #ffffff;
	background-image: url(bg_short_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#special h2,
#topics h2
{
	width: 180px;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #ffffff;
	background-image: url(bg_short_h1.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#special p
{
	width: 198px;
	margin-left: 0px;
}
#special p iframe
{
	height: 200px;
	overflow: hidden;
}

#topics
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #ffffff;
}
#topics ul
{
/*	height: 180px; */
	height: 270px;
	overflow-y: scroll;
}
#topics ul li
{
	border-bottom: 1px dotted #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: small;
	list-style-type: none;
	background-color: #ffffff;
}
#topics a
{
	display: block;
	height: 2.2rem;
	line-height: 1.1rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: '...';
}



#accessrank
{
	width: 198px;
	margin-bottom: 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 1px solid #666666;
	padding-bottom: 10px;
	background-color: #ffffff;
	background-color: #ffffff;
	background-image: url(bg_short_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#accessrank p
{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: small;
}
#accessrank h2
{
	width: 178px;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #ffffff;
	background-image: url(bg_h_ranking.png);
	background-repeat: no-repeat;
	background-position: top-left;
}
#accessrank dl
{
	font-size: small;
	line-height: 120%;
	border-bottom: 1px dotted #666666;
}
#accessrank dl dt
{
	float: left;
	width: 30px;
	border-top: 1px dotted #666666;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#accessrank dl dd
{
	float: left;
	width: 168px;
	border-top: 1px dotted #666666;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}




#about h4,
#group h4
{
	margin-bottom: 5px;
	padding-left: 5px;
	border-bottom: 2px solid #1A1940;
	font-size: 11px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
}
#about ul
{
	margin-bottom: 10px;
	margin-left: 5px;
}
#about ul li
{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: small;
	list-style-type: none;
}

#group ul li
{
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 10px;
	list-style-type: none;
}
#group ul li .sitename
{
	float: left;
	width: 100px;
	font-size: 10px;
	line-height: 120%;
}
#group img
{
	float: left;
	width: 88px;
	padding-right: 5px;
	padding-bottom: 5px;
}




#ibnbtn
{
	padding-bottom: 10px;
	background-color: #ffffff;
	background-image: url(bg_short_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#ibnbtn p
{
	text-align: center;
}



.ibnblock
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	background-image: url(bg_short_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.ibnblock h2
{
	width: 190px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #ffffff;
	background-image: url(bg_short_h2.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.ibnblock dl
{
	margin-top: 1px;
	margin-bottom: 2px;
	border: 1px solid #666666;
	padding: 5px;
	background-color: #ffffff;
}
.ibnblock dt
{
	font-size: small;
}
.ibnblock dd
{
	font-size: small;
}
.ibnblock p
{
	font-size: small;
	line-height: 120%;
}




/*** banner ***/
.banner0,
.banner1,
.banner2,
.banner3,
.banner4,
.banner5
{
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: center;
}





/*** page ***/
#ibnad
{
//	width: 540px;
	width: 550px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#ibnad h2
{
	height: 25px;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #ffffff;
	background-image: url(bg_long_h2.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#ibnad p
{
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-size: small;
	line-height: 120%;
}
#ibnad p img
{
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#ibnad ul
{
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-size: small;
	line-height: 100%;
}
#ibnad ul li
{
	list-style-type: none;
}



/*** basic ***/
.table
{
	margin-right: 25px;
	margin-left: 25px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	line-height: 130%;
	font-size: 115%;
}
.table th
{
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	background-color: #333333;
	color: #ffffff;
}
.table td
{
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}

.font15{
  font-size : 15px;
  line-height : 120%;
}
#qrbox
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;

}
#qrbox p
{
	margin: 5px;
	padding: 5px;
	font-size: 13px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
}
/*** upd 2019.07.22 ***/
#article_pagination {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

#article_pagination a {
	display: inline-block;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	padding: 1rem;
	border: 1px solid #E6E6E6;
	border-radius: 0.1rem;
	color: #5B5E71;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#article_pagination a.now {
	background-color: #434554;
	color: #fff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}
#article_pagination a.disabled {
	background-color: #E7E7E7;
	color: #9B999C;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}
#article_pagination a.forward,
#article_pagination a.next {
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}

/*** hodota upd 2011.02.28 ***/
.prplus{
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  font-size: small;
  line-height: 120%;
}

/*** for_members 2019/10/29 ***/
span.members-icon{
   background-image: url("/css/icon_lock.jpg");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 1.5em;
}
h3.members-icon{
   background-image: url("/css/icon_lock.jpg");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 1.5em;
}

/*** login-form 2019/10/29 ***/
#login-form {
    width: 550px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    font-size: small;
}
#login-form h2{
    height: 25px;
    padding-top: 3px;
    padding-left: 25px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
    background-image: url(bg_long_h1.png);
    background-repeat: no-repeat;
    background-position: top left;
}
#login-form p {
    margin: 0 auto;
    margin-top: 1em;
    line-height: 1.8rem;
    text-align: center;
}
#login-form p .buttons {
    display: inline-block;
    line-height: 0rem;
    margin-top: 2em;
}
#login-form p .buttons input[type="submit"]{
    vertical-align: bottom;
}
#login-form p .buttons a {
    padding-right: 3.5em;
}
#login-form label {
    display: inline-block;
    width: 8rem;
}
#login-form input[type="text"] {
    font-size: 1.3rem;
}
#login-form input[type="password"] {
    font-size: 1.3rem;
}
#login-form input[type="submit"] {
    border: 0px;
    width: 131px;
    height: 26px;
    background-image: url(/css/login1.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
#login-form input[type="submit"]:hover {
    cursor: pointer;
}
#login-form .notice {
    width: 100%;
}
#login-form .notice p {
    font-size: 90%;
    width: 95%;
    margin: 1.5em auto;
    line-height: 1rem;
    text-align: left;
}


#login form[name="to-login"] input[type="submit"]{
    border: 0px;
    width: 131px;
    height: 26px;
    background-image: url(/css/login1.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
#login form[name="to-login"] input[type="submit"]:hover {
    cursor: pointer;
}


#notice-member {
   margin-top: 3em;
}
#notice-member .buttons {
    display: inline-block;
    line-height: 0rem;
    margin-top: 2em;
}
#notice-member .buttons div {
    vertical-align: bottom;
    margin-right: 3.5em;
}
