@charset "UTF-8";

/* ログインしないとこのCSS */

/* ２カラムレイアウト */
#left {
	width: 400px;
	float: right;
}

#left a,#right a{
	font-weight:bold;
}

#right {
	width: 540px;
	float: left;
}

#right:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

p {
	margin: 10px;
	line-height:170%;
}
#right p.section_bottom,#extra p.section_bottom {
    margin: 10px 10px 20px 10px;
}
p.addend {text-align:center;}

/* ３カラムレイアウト */
#contents {
	margin: 0px auto;
	text-align: left;	/* IE用方法の弊害対策用 */
	width: 555px;
	background: #ffffff;
	float: left;
}

#contents:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#contents a,#extra a{
	font-weight:bold;
}

#main {
	width: 390px;
	float: right;
	font-size: 110%;
}

#sub {
	width: 150px;
	float: left;
}

#extra {
	width: 380px;
	float: right;
}


/* ユーザ登録 */
#sub_locate {
	text-align: center;
	font-size: 130%;
}

#sub_locate li{
	margin-bottom: 5px;
	font-weight: bold;
}

#sub_locate li.on{
	padding: 10px;
	background: #e0fcf6;
	border: 1px solid #009966;
}

#sub_locate li.off{
	padding: 10px;
	border: 1px solid #009966;
}

.mailadd{
	margin: 5px 0px 5px 0px;
	text-align: center;
	line-height: 150%;
}

.mailinput{
	margin-bottom: 10px;
	padding: 20px 10px 20px 10px;
	font-size:90%;
	border: 1px solid #000000;
	background: #ffffdd;
}

input.email {
	margin-top: 5px;
	padding: 1px;
	width:90%;
	font-size:150%;
	border: 2px solid #999999;
}

#useradd_box {
	margin-bottom: 10px;
	line-height: 150%;
}

#useradd_box dt{
	margin: 5px 0px;
	padding: 3px 5px;
	font-weight:bold;
	/* mozilla用 */
	background: -moz-linear-gradient(left, #ddeeff,#c0e0ff,#c0e0ff);
	/* webkit用 */
	background: -webkit-gradient(linear,left center, right center, from(#ddeeff),color-stop(0.3, #c0e0ff), to(#c0e0ff));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startcolorstr=#ddeeff, endcolorstr=#c0e0ff));
	/* IE8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startcolorstr=#ddeeff, endcolorstr=#c0e0ff));
	zoom: 1;
	/* IE10以上 */
	background: -ms-linear-gradient(left, #ddeeff,#c0e0ff,#c0e0ff);
}

#useradd_box dd{
	margin-bottom: 15px;
}

.center {
	margin-top: 10px;
	text-align: center;
}

/* ログイン関係 */
#login_box {
	margin-bottom: 10px;
	padding: 20px;
	line-height: 170%;
	border: 2px solid #dddddd;
}

#login_box dt{
	font-weight:bold;
}

#login_box dd{
	margin-bottom: 15px;
}

.button_login {
	margin: 5px auto 5px auto;
	padding: 10px 0px 10px 0px;
	width:200px;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size:120%;
	font-weight:bold;
	font-family: monospace;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    	color: #666;

	background: #ddeedd;
	/* mozilla用 */
	background: -moz-linear-gradient(#ffffff,#ddeedd);
	/* webkit用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddeedd));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ddeedd));
	/* IE8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ddeedd));
	zoom: 1;
	/* IE10以上 */
	background: -ms-linear-gradient(#ffffff,#ddeedd);

	-moz-border-radius:5px / 5px;
	-webkit-border-radius:5px / 5px;
	-o-border-radius:5px / 5px;
	-ms-border-radius:5px / 5px;
	border:1px solid #99ccaa;
	border-radius: 5px;//CSS3
}

input.button_login:hover {
	color:#777777;
	border-color: #ffeeaa;
	background: #ffffdd;
	/* mozilla用 */
	background: -moz-linear-gradient(#ffffff,#ffffdd);
	/* webkit用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffdd));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ffffdd));
	/* IE8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ffffdd));
	/* IE10以上 */
	background: -ms-linear-gradient(#ffffff,#ffffdd);
}

.button_useradd a {
	margin: 20px auto 30px auto;
	padding: 10px 20px 10px 20px;
	width:300px;
	display: block;
	text-align: center;
	font-size:110%;
	font-weight:bold;
	font-family: monospace;
    	color: #666;
	-moz-border-radius:5px / 5px;
	-webkit-border-radius:5px / 5px;
	-o-border-radius:5px / 5px;
	-ms-border-radius:5px / 5px;
	border:1px solid #ddbb88;
	/* mozilla用 */
	background: -moz-linear-gradient(#ffffff,#ffff99,#ffff66);
	/* webkit用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.3, #ffff99), to(#ffff66));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ffff66));
	/* IE8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ffff66));
	zoom: 1;
	/* IE10以上 */
	background: -ms-linear-gradient(#ffffff,#ffff99,#ffff66);
}

input#entry,input#entryend {
	margin: 30px auto 20px auto;
	width:200px;
}

/* 登録完了ページのボタン */
a#login {
	margin: 30px auto 40px auto;
	padding: 10px 20px 10px 20px;
	width:200px;
	display: block;
	text-align: center;
	font-size:110%;
	font-weight:bold;
	font-family: monospace;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.20);
    	color: #666;
	-moz-border-radius:5px / 5px;
	-webkit-border-radius:5px / 5px;
	-o-border-radius:5px / 5px;
	-ms-border-radius:5px / 5px;
	border:1px solid #99ccaa;
	border-radius: 5px;//CSS3
	behavior: url(border-radius.htc);//for IE
	background: #ddeedd;
	/* mozilla用 */
	background: -moz-linear-gradient(#ffffff,#ddeedd);
	/* webkit用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddeedd));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ddeedd));
	/* IE8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ddeedd));
	zoom: 1;
	/* IE10以上 */
	background: -ms-linear-gradient(#ffffff,#ddeedd);
}

a#login:hover {
	color:#888888;
	border-color: #ffeeaa;
	background: #ffffdd;
	/* mozilla用 */
	background: -moz-linear-gradient(#ffffff,#ffffdd);
	/* webkit用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffdd));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ffffdd));
	/* IE8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ffffdd));
	/* IE10以上 */
	background: -ms-linear-gradient(#ffffff,#ffffdd);
}

/* メインナビ */
#narou_footnavi {
	text-align: center;
	clear: both;
}

#narou_footnavi:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#narou_footnavi ul{
	padding: 5px 0px;
	border-top: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	height:23px;
}

#narou_footnavi li {
	margin: 0px 10px 0px 5px;
	padding:0px;
	font-size: 90%;
	text-align: center;
	float: left;
}

#narou_footnavi a {
	padding:3px 5px;
	font-weight:normal;
	color: #444444;
	display: block;
}

#narou_footnavi a:hover {
	color: #444444;
	background:#ddf3ff;
}

/* 退会 */
p.deleteuserend {
	font-size: 120%;
	line-height: 200%;
	text-align:center;
}

