﻿
/* 基本設定 */
	#shared{
		width: 656px; 
		text-align:left;
		padding: 0px; 
		margin: 0px auto 0px auto; 
	}
	
	#entries{
		margin:0 0 20px 0;
		padding:0;
		clear:both;
	}
	h2{
		background:url(../images/shared.png) 5px 5px no-repeat !important;
		padding: 6px 5px 4px 25px !important;
		line-height:130% !important;
		border-bottom:2px dotted #CCC !important;
		font-size:14px !important;
		font-size:100% !important;
		margin:5px 0 10px 0 !important;
	}
	h3{
		margin-bottom:10px !important;
		padding:2px 0 6px 15px !important;
		font-size:100% !important;
		font-weight:bold !important;
		border-bottom: 1px solid #339933 !important;
		border-left: 5px solid #339933 !important;
	}
	div.body{
		margin: 15px;
	}

/* 個別ページ：ログイン */
	#login #notsignuped{
		float: left;
		width:330px;
		margin: 10px 0 40px 0;
	}
	#login #notsignuped p{
		text-align: center;
	}
	#login #signuped{
		float: right;
		width:365px;
		margin: 10px 0;
	}

/* 個別ページ：規約類 */
	dl dt{
		font-weight: bold;
		margin: 10px 10px 10px 20px;
	}
	dl dd{
		margin: 2px 10px 30px 20px;
		line-height: 1.5em;
	}
	dl ul{
		margin: 10px 0;
	}
	dl ul li{
		margin-left: 10px;
		/*background:url(/images/icon/dot.png) 12px 7px no-repeat;*/
		padding: 0 5px 0 0;
		line-height:130%;
		font-size:100%;
		margin:0 0 10px 32px;
		list-style:decimal;
	}
	dd ul.first{
	    list-style-type: decimal;
	}
	dd ul.second{
	    list-style-type: none;
	}

	dl ol li{
		margin-left: 20px;
		padding: 0 5px 0 22px;
		line-height:130%;
		font-size:100%;
		margin:0 0 10px 0;
		list-style-type: none;
	}
	
	div.privacy{
	    height: 200px;
	    width: 650px;
	    overflow-y: scroll;
	}
	
	div#action{
		text-align:center;
		width:100%;
	}
	
#pages div.prev, #pages_wide div.prev {
background: url(../images/previous.png) no-repeat 3px 3px;
color:#AAAAAA;
float:right;
margin:5px 10px;
padding-left:15px;
}

#pages div.next, #pages_wide div.next {
background:url(../images/next.png) no-repeat 100% 3px;
color:#AAAAAA;
float:right;
margin:5px 0 5px 10px;
padding-right:15px;
}

#pages div.count, #pages_wide div.count {
float:right;
margin:5px 10px;
text-align:center;
}

.agree{
	border:solid 1px #CCCCCC;
	background-color:#eeeeee;
	padding:4px;
}

.not_agree{
	border:solid 1px #CCCCCC;
	background-color:#dddddd;
	padding:4px;
}