body {
	text-align:center;
    font:16px/1.231 "ヒラギノ角ゴ Pro W3";
	font-family:'Lucida Grande',
	 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	 Meiryo, メイリオ, sans-serif;
    color:#ffffff;
    background:url(../images/bg_right.png) repeat-y,
	           url(../images/bg_left.png) repeat-y 100% 0,
	           #806887 url(../images/bg_tile.png) repeat;
}
a {
	text-decoration: none;
}

.clear{
clear:left;
}

.right{
text-align:righ;
}
.left{
text-align:left;
}
.center{
text-align:center;
}

/*******************************************************************
*   サイトロゴ
*******************************************************************/
header#site_top{
	height:98px;
	margin:0px;
	padding:0px;
    background:url(../images/index/logo_bg.jpg) top center no-repeat #102445;
}

header#site_top img{
	margin-top:18px;
}
/***********************************************************************************
	ログイン・エントリー
************************************************************************************/
#login_entry{
	text-align:center;
	height:80px;
	margin:0px;
	padding:0px;
    background:url(../images/index/top_nav_bg.png) top center repeat-x;
}
#login_entry a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	text-shadow: 1px 1px 1px #8980db;
}
#login_entry ul{
	height:80px;
	width:320px;
    background:url(../images/index/top_nav.png) top center no-repeat;
}
#login_entry li{
	text-align:center;
	float:left;
	width:160px;
	margin-top:24px;
	padding:0px 0px;
}
#login_entry img{
	margin:0px;
	padding:0px;
	width:130px;
	height:30px;
}




#login_entry_da{
	text-align:center;
	height:152px;
	margin:0px;
	padding:0px;
    background:url(../images/index/top_nav_bg_docomo_au_sb.png) top center repeat-x;
}
#login_entry_da a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	text-shadow: 1px 1px 1px #8980db;
}
#login_entry_da ul{
	height:152px;
	width:320px;
    background:url(../images/index/top_nav_docomo_au_sb.png) top center no-repeat;
}
#login_entry_da #login{
	text-align:center;
	float:left;
	width:160px;
	margin-top:24px;
	padding:0px 0px;
}
#login_entry_da #kaiintouroku{
	text-align:center;
	float:left;
	width:160px;
	margin-top:24px;
	padding:0px 0px;
}

#login_entry_da div li{
	text-align:center;
	float:left;
	width:160px;
	margin-top:0px;
	padding:0px 0px;
}

#login_entry_da div li .tsuiki{
	font-size:medium;
}

#login_entry_da div li .tsuiki span{
	font-size:small;
	text-align:center;
	width:100%;
}

#login_entry_da li a{
	font-size:16px;
}


#login_entry_da img{
	margin:0px;
	padding:0px;
	width:130px;
	height:30px;	
}





/*******************************************************************
*   カミスン
*******************************************************************/
#comingsoon{
	margin:10px 20px;
	padding:8px 10px;
	text-align:left;
	font-size:12px;
	line-height:160%;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#comingsoon a{
	color:#ffcc00;
	text-decoration:none;
}
#comingsoon h1{
	font-size:16px;
	color:#ffcc00;
	margin-bottom:8px;
	padding-bottom:2px;
	border-bottom:dotted 1px #ffcc00;
}
.cs{
	background-color:#af2637;
	color:#ffffff;
	border:solid 2px #463122;
}
/*******************************************************************
*   オープン記念
*******************************************************************/
#present{
	margin:10px 20px;
	padding:8px 10px;
	text-align:left;
	font-size:12px;
	line-height:160%;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#present h1{
	font-size:16px;
	color:#ffcc00;
	margin-bottom:8px;
	padding-bottom:2px;
	border-bottom:dotted 1px #ffcc00;
}
.present_more{
	background-color:#5c7e56;
	color:#ffffff;
	border:solid 2px #463122;
}
/*******************************************************************
*   サイト説明・利用者の声
*******************************************************************/
#siteinfo_voice{
	margin:10px 20px;
	padding:8px 10px;
	text-align:left;
	font-size:12px;
	line-height:160%;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#siteinfo_voice h1{
	font-size:16px;
	color:#6a3906;
	margin-bottom:8px;
	padding-bottom:2px;
	border-bottom:dotted 1px #6a3906;
}
.siteinfo_more{
	background-color:#b09952;
	color:#ffffff;
	border:solid 2px #463122;
}
/*******************************************************************
*   コンテンツ
*******************************************************************/
#non-member{
	background:#463122;
}
#non-member li{
	list-style-type: none;
	text-align:left;
	background:#463122;
	margin:0px;
	border-bottom:dotted 1px #b4a46b;
}
#non-member li a{
	font-size:10px;
	color:#cc9933;
	text-decoration: none;
	display:block;
	margin: 0px;
	padding: 5px 10px 10px 5px;
	height:60px;
	line-height:150%;
}
#non-member li img {
	vertical-align: middle;
	float:left;
	margin:0;
	padding:0;
}
#non-member li:last-child{
	border-bottom: none;
}
#non-member ul li:first-child {
	border-top: none;
}
#non-member h5{
	color:#ffcc00;
	font-size:16px;
	text-shadow: 1px 1px 2px #170b03;
	margin:0px;
	padding:0px 0px 4px 0px;
}
/***********************************************************************************
	占い診断メニュー
************************************************************************************/
section.section-menu{
	text-align:center;
	background:#463122;
}
section.section-hr2{
	width:100%;
	height:26px;
	background:url(../images/index/hr2.png) repeat-x;
	margin-top:10px;
}
section.section-hr3{
	width:100%;
	height:26px;
	background:url(../images/index/hr3.png) repeat-x;
	margin-bottom:10px;
}
/***********************************************************************************
	インフォメーション
************************************************************************************/
#info{
	text-align:left;
	font-size:12px;
	color:#996600;
	background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 25%,#dcd4a6 50%,#dcd4a6);
	background: -webkit-gradient(linear, left top, right bottom,from(#ffffcc),to(#dcd4a6));
}
#info h4{
	color:#b4a46b;
	text-align:left;
	font-size:14px;
	margin:0;
	padding:10px 10px 8px 10px;
	background-color:#463122;
}

#info dl{
margin:0;
padding:0;
}

#info dt{
list-style-type:none;
text-align:left;
color:#996600;

}



#info ul{
	margin:0px;
	padding:0px;
}
#info li{
	list-style-type: none;
	text-align:left;
	color:#996600;
	background: -moz-linear-gradient(top,#ffffcc 0%,#ffffcc 25%,#dcd4a6 50%,#dcd4a6);
	background: -webkit-gradient(linear, left top, right bottom,from(#ffffcc),to(#dcd4a6));
	border-bottom: 1px solid #b4a46b;
}
#info li a{
	padding:15px 10px;
	color:#996600;
	font-size:12px;
	text-decoration: none;
	display:block;
}
#limark{
	color:#eaaf32;
}



/********追加********/

#info_bottom{
	background: -moz-linear-gradient(top,#ffffcc 0%,#ffffcc 25%,#dcd4a6 50%,#dcd4a6);
	background: -webkit-gradient(linear, left top, right bottom,from(#ffffcc),to(#dcd4a6));
	text-align:left;
}

#info_bottom h4{
	color:#b4a46b;
	text-align:left;
	font-size:14px;
	margin:0;
	padding:10px 10px 8px 10px;
	background-color:#463122;
	border-top: 1px solid #b4a46b;
}

#info_bottom a{
	color:#996600;
	text-decoration: none;
}

#info_bottom dt{
	color:#996600;
	clear:left;
	font-size:14px;
}

#info_bottom .line{
	border-bottom: 1px solid #b4a46b;
	padding:10px 0 10px 0;
}
#info_bottom .noline{
	padding:10px 0 10px 0;
}

#info_bottom .limark{
	color:#eaaf32;
	margin:0 0 0 10px;
}

#info_bottom dd{
	float:left;
	width:50%;
	border-bottom: 1px solid #b4a46b;
}

#info_bottom .d{
	text-align:right;
	padding:0 0 10px 0;
}

#info_bottom .a{
	text-align:left;
	padding:0 0 10px 0;
}

#info_bottom img{
	margin:0px;
	padding:0px;
	width:130px;
}

/********pop********/
#content1 { display:none; }
#content2 { display:none; }
#content5 { display:none; }
#content7 { display:none; }
#content9 { display:none; }
#content11 { display:none; }
#content13 { display:none; }
#content15 { display:none; }


/***********************************************************************************
	ページ上部へのナビ
************************************************************************************/
#page_nav{
	text-align:right;
	margin:0px 0;
	padding:10px;
	background-color:#463122;
    border-bottom:dotted 1px #b4a46b;
}
#page_nav a{
    font-size:12px;
	color:#b4a46b;
	letter-spacing:2px;
	display:block;
}
/***********************************************************************************
	コピーライト
************************************************************************************/
#copyright{
	margin:0px;
	padding:10px 0px;
	text-align:center;
	font-size:10px;
	color:#b4a46b;
	letter-spacing:2px;
	text-shadow: 1px 1px 2px #170b03;
	background-color:#463122;
	background: -moz-linear-gradient(top,#463122 0%,#463122 25%,#170b03 50%,#170b03);
	background: -webkit-gradient(linear, left top, left bottom,	from(#463122),to(#170b03));
}