@charset "utf-8";

/*---------------------------------------------
01. *, body
---------------------------------------------*/
*{
margin: 0;
padding: 0; 
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}

html{ 
    height:100%; 
} 

body{
height:100%;
background:#fff url(../imgs/bg02.gif) repeat 0 0;
color:#000000;
text-align:center;
font-weight:normal; 
font-style:normal; 
font-size:90%;
margin: 0;
padding: 0;
position: relative; 
}

body > #wrapper{ 
    height:auto; 
}

a { outline: none; }


select,textarea,input{
margin: 0;
padding: 0;
color:#000000;
}

a:link {
text-decoration: none;
color:#ff6600;
}
a:visited {
text-decoration: none;
color:#663300;
}
a:active, a:hover {
text-decoration: underline; 
color:#663300;
}

a img {
border: none;
}

ul,li,ol {
margin: 0;
padding: 0;
}
input {
margin: 0;
padding: 0;
}


#wrapper {
width: 100%;
padding:0;
margin: 0 auto;

}
#bgarea {
width: 100%;
padding-bottom: 40px;
margin: 0 auto;
background: url(../imgs/town.gif) no-repeat center bottom;
}


a img{
filter : alpha(opacity=100);
}

a:hover img {
filter : alpha(opacity=80);
}

/*---------------------------------------------
02. header
---------------------------------------------*/
#head {
width:100%;
margin:0;
padding:0;
background: url(../imgs/bg01.gif) repeat-x left top;
}
#header {
overflow: hidden;
width: 960px;
height: 123px;
padding: 0;
margin: 0 auto;
}

#head-l {
float: left;
width: 414px;
margin: 0;
padding:0;
}
/*ロゴ-------------------------------- */
h1 {
float: left;
width: 414px;
height: 123px;
padding: 0;
margin:0;
text-indent:-9999px;
background: url(../imgs/logo.gif) no-repeat 0 0;
}

h1 a {
text-decoration: none;
overflow: hidden;
display: block;
height: 123px;
}

h1 a:hover {
text-decoration: none;
overflow: hidden;
display: block;
height: 123px;
}

/*ログインエリア-------------------------------- */

#btnarea {
width:98px;
float:left;
padding-left:20px;
padding-top:50px;
}
#btnarea img{
margin-bottom:10px;
}

#head-r {
float: right;
width: 400px;
margin: 0;
padding:0;
}


/*他サイトリンク-------------------------------- */

#smenu {
width:400px;
overflow: hidden;
height:30px;
margin:0;
padding:0;
}

#smenu ul {
padding: 0;
margin: 0;
list-style: none;
}

#smenu li {
float: left;
height: 30px;
}

#smenu li a {
text-decoration: none;
overflow: hidden;
display: block;
height: 30px;
}

#smenu li#nomble {
text-indent: -9999px;
width: 134px;
background: url(../imgs/nomble.gif) no-repeat;
}

#smenu li#nomble a:hover {
background: url(../imgs/nomble_on.gif)  0 0;
}

#smenu li#hanahana {
text-indent: -9999px;
width: 142px;
background: url(../imgs/hanahana.gif) no-repeat;
}

#smenu li#hanahana a:hover {
background: url(../imgs/hanahana_on.gif)  0 0;
}

#smenu li#smile {
text-indent: -9999px;
width: 124px;
background: url(../imgs/smile.gif) no-repeat;
}

#smenu li#smile a:hover {
background: url(../imgs/smile_on.gif)  0 0;
}

/*広告バナー募集ＰＲ１-------------------------------- */

.add {
width:400px;
margin:10px auto;
}

/*ナビメニュー-------------------------------- */
#menu {
overflow: hidden;
width: 960px;
height: 45px;
padding: 0;
margin: 0 auto;
}

#menu ul {
width: 960px;
padding: 0;
margin: 0;
list-style: none;
}

#menu li {
float: left;
margin: 0;
padding: 0;
height: 45px;
text-indent: -9999px;
}

#menu li a {
text-decoration: none;
overflow: hidden;
display: block;
height: 45px;
position: relative;
z-index: 2;
}

#menu li#event {
width: 160px;
background: url(../imgs/menu01.gif) no-repeat;
}

#menu li#event a:hover {
background: url(../imgs/menu01_on.gif)  0 0;
}

#menu li#feature {
width: 160px;
background: url(../imgs/menu02.gif) no-repeat;
}
#menu li#feature a:hover {
background: url(../imgs/menu02_on.gif)  0 0;
}

#menu li#pickup {
width: 160px;
background: url(../imgs/menu03.gif) no-repeat;
}
#menu li#pickup a:hover {
background: url(../imgs/menu03_on.gif)  0 0;
}

#menu li#community {
width: 160px;
background: url(../imgs/menu04.gif) no-repeat;
}
#menu li#community a:hover {
background: url(../imgs/menu04_on.gif)  0 0;
}


#menu li#watching {
width: 160px;
background: url(../imgs/menu05.gif) no-repeat;
}
#menu li#watching a:hover {
background: url(../imgs/menu05_on.gif)  0 0;
}

#menu li#recruit {
width: 160px;
background: url(../imgs/menu06.gif) no-repeat;
}
#menu li#recruit a:hover {
background: url(../imgs/menu06_on.gif)  0 0;
}


/*---------------------------------------------
03. main
---------------------------------------------*/
#container_main {
width: 100%;
text-align:left;
padding: 0;
margin-bottom: 30px;
background:#FCFBF9 url(../imgs/base/page_bottom.jpg) repeat-x left bottom;
}
#contents_main {
width:100%;
padding-top: 20px;
background:url(../imgs/base/page_top.jpg) repeat-x 0 0;
}
/*コンテンツ全体-------------------------------- */
#contents-all {
text-align:left;
width: 960px;
margin: 30px auto;
padding-bottom: 30px;
}


/*メリット案内-------------------------------- */
#merit {
width:960px;
margin:20px 0;
padding:0;
}

/*登録ページへ-------------------------------- */

#regist {
text-align:center;
width:958px;
margin-bottom:20px;
border:1px #9C815B solid;
padding-top:20px;
}

#regist img,input {
margin-bottom:20px;
}


/*登録の流れ-------------------------------- */

#flow {
width:960px;
margin:20px 0;
padding:0;
}

/*登録フォーム-------------------------------- */

#registform {
width:960px;
margin:20px 0;
background: url(../member/imgs/registform_bottom.gif) no-repeat left bottom;
padding-bottom:36px;
}

#registform-inn {
width:960px;
text-align:center;
padding-top:20px;
background: url(../member/imgs/registform_body.gif) repeat-y 0 0;
}

.att {
width:900px;
margin:0 auto;
font-size:13px;
}


.form-main {
text-align:left;
width:900px;
margin:0 auto;
}

.set {
width:880px;
margin:0 10px 10px 10px;
border-bottom:1px dotted #AD6E9E;
}

.set table{
width:100%;
margin:10px 0;
border:none;
}


.item {
width:20%;
vertical-align: top;
}

.item p {
font-size:14px;
font-weight:bold;
margin:10px;
}

.data {
width:80%;
font-size:12px;
}

.data input[type="checkbox"] {
margin:5px;
}
.data input[type="radio"] {
margin:5px;
}

.or {
color:#f60;
}

.kokai {
width:10%;
}


.form-item {
margin:5px;
background:#E7E0D1;
border:1px #E7E0D1 solid;
padding:10px;
font-size:12px;
}

.send {
text-align:center;
width:400px;
margin:20px 0 0 250px;
}

.send:after {
content: "";
display: block;
height: 0;
clear: both;
}

.send form {
margin: 0 30px 0 30px;
float: left;
}

.send input[type="submit"]{
padding:10px;
}

.end {
width:940px;
margin:0 auto ;
border:none;
}

.end td{
width:25%;
text-align:center;
}

/*ログイン-------------------------------- */

.login-top {
text-align:right;
width:930px;
height:50px;
background: url(../member/imgs/loginform_t.gif) no-repeat 0 0;
padding-right:30px;
padding-top:30px;
}

.login-form {
width:920px;
margin:0 auto;
}

.login-form table{
width:670px;
margin:0 auto;
border:none;
}

.login-form td{
text-align:center;
padding:5px;
}


.id-send {
width:670px;
text-align:left;
margin:0 auto;
background: url(../member/imgs/line.gif) no-repeat left top;
padding-top:6px;
}

.id-send table{
width:670px;
margin:0 auto;
border:none;
text-align:center;
}

.id-send h4 {
font-size:14px;
color:#f90;
padding:10px 0;
border-bottom:1px #f90 dotted;
}


.id-send p {
font-size:12px;
margin:10px;
}



/*--- 完了メッセージ ---*/
.done_msg {
	margin: 0 120px 10px 120px;
	padding: 10px;
	line-height: 140%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9DCD83;
	background-color: #F0FBDD;
}

/*--- エラーメッセージ部分 ---*/
.error_msg {
	margin: 0 120px 10px 120px;
	padding: 10px;
	line-height: 140%;
	text-align: left;
	border-color: #CC7777;
	border-style: solid;
	border-width: 1px;
	background-color: #FEFBE0;
}

.error_msg_title {
	color: #CC0000;
	font-weight: bold;
}

.error_msg ul {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 30px;
}

/*---------------------------------------------
04. footer
---------------------------------------------*/
#footer{
text-align: left;
width:100%;
margin:0;
background:#DCCFC1;
padding:5px 0;
}



#footer-inn{
overflow:hidden;
text-align: left;
width:960px;
margin:10px auto;
padding:0;
}

#footer-l{
float:left;
text-align: left;
width:150px;
margin:0;
padding:0;
}



#footer-r{
float:right;
text-align: left;
width:810px;
margin:0;
padding:0;
}

#footer-r a:link {
text-decoration: none;
color:#663300;
}
#footer-r a:visited {
text-decoration: none;
color:#333333;
}
#footer-r a:active {
text-decoration: underline; 
color:#333333;
}

#footer-r a:hover {
text-decoration: underline; 
color:#333333;
}

#footer-r table{
width:810px;
margin:0;
padding:0;
border:0;
}



#footer-r td{
width:25%;
margin:0;
padding:0;
vertical-align: top;
border-left:1px #473827 solid;
}

#footer-r dl{
text-align: left;
margin:0 0 15px 5px;
padding:0;
}

#footer-r dt{
text-align: left;
margin:2px 0 2px 5px;
padding-left:10px;
font-weight:bold;
font-size:12px;
background: url(../imgs/disc.gif) no-repeat 0 5px;
}

#footer-r dd{
text-align: left;
margin:0 0 2px 0;
padding :2px 2px 0px 25px;
font-size:10px;
background: url(../imgs/cate-arrow.gif) no-repeat 15px 5px;
}



/* コピーライト------------------------------------- */
#foot{
width:100%;
height:200px;
padding: 0;
margin: 0;
background: url(../imgs/footer.gif) repeat-x 0 0;
}


#pagetop {
width:960px;
margin:0 auto;
padding:0;
}

#pagetop p{
width:149px;
height:78px;
margin-left:auto;
padding:0;
text-indent: -9999px;
background: url(../imgs/pagetop.gif) no-repeat 0 0;
}

#pagetop p a {
text-decoration: none;
display: block;
height: 78px;
}

#pagetop p a:hover {
background: url(../imgs/pagetop_on.gif)  0 0;
}


#spage {
width:960px;
border-bottom:1px #8D7050 solid;
margin:10px auto 0 auto;
}

#spage ul{
width:960px;
overflow:hidden;
margin-bottom:5px;
list-style:none;
}

#spage li{
float:left;
color:#DCCEC0;
font-size:12px;
margin:0 5px 5px 0;
}

#copy{
overflow:hidden;
width:960px;
padding:0;
margin: 10px auto;
}

#copy p{
font-size:60%;
color:#8C7050;
float:left;
width:500px;
padding:0;
margin:0;
}

#copy img{
float:right;
padding:0;
margin:0;
}


#spage a:link {
color: #DCCEC0; text-decoration: none;
}
#spage a:visited {
color: #DCCEC0; text-decoration: none;
}
#spage a:active {
color: #DCCEC0; text-decoration: underline; 
}
#spage a:hover {
color: #DCCEC0; text-decoration: underline; 
}

