/* logput */

#contents_about{
margin-top:3px;
width:720px;

position:relative;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
color: #333;
line-height: 1.5em;
}

a:link {
	color: #963;
	text-decoration: underline;
}

a:visited {
	color: #c96;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1.5em;
}

/*----------------------------------------------------
	#nav
		ナビ
----------------------------------------------------*/
#nav{
border-top: solid #eee 1px;
border-bottom: solid #eee 1px;
width: 100%;
height: 3em;
}

#nav ul li{
float: left;
margin:0 3em 0 0;
list-style-type:circle;
list-style-position:outside;
}


/*----------------------------------------------------
	#top
		トップページ（暫定）
----------------------------------------------------*/

#header p{
	text-align: center;
}

h2{
	padding-top: 30px;
}


h4{
	margin: 2.4em 0 0.4em;
}

#main p{
	line-height: 1.6em;
}

#about li,dd{
	margin-left: 2em;
	line-height: 1.6em;
	list-style: outside circle;
}

#rules{
	border: 1px #da9 solid;
	padding: 1em;
	width: 30em;
}

#rules li{
	margin-left: 2em;
	line-height: 1.6em;
	list-style: none;
}

em{
	color: #121212;
	letter-spacing: 0.1em;
	margin: 0 2px;
}

strong{
	font-weight: bolder;
	color: #363636;
	background: #eff3f0;
	letter-spacing: 0.1em;
	margin: 0 2px;
}

.bottom{
	margin: 3em 0;
	padding: 2em 0;
	line-height: 2.4em;
	font: 10px bolder;
	border-top: 1px #d96 solid;
}














