@charset "utf-8";
/* CSS Document */

/* === トップページ (top.css) - (C)SATT, Inc. === */

body{
	/*background:url(../images/top/top-background.gif) repeat-x #f4f4f4;*/
	color:#333333;
}

h1{
	background:none;
	clear:both;
	width:950px;
	height:250px;
	margin:0;
	padding:0;
	text-indent:0;
}



h2{
	background:url(../images/top/top-header.gif) 0 0 no-repeat #936;
	margin:0;
	padding:0.4em 0.7em;
}

h3{
	margin:0 5px;
	padding:5px;
}

p{
	margin-left:1.5em;
	margin-right:1.5em;
	line-height:1.8em;
}

/*-------section メニュー内容*/
#section{
	display:none;
}

#content{
	display:none;
}

#section-menu{
	display:none;
}

.title{
	background:#cc0000;
	color:#ffffff;
	font-weight:bold;
	margin:0;
	padding:5px;
}


#advertise{
	margin-top:-10px;
	margin-bottom:10px;
	height:250px;
}

/*---アップデート--------------------------*/
#article{
	float:left;
	width:682px;
	margin:0 0 1em 0;
	padding:0 0 6px 0;
	background:url(../images/top/top-footer.gif) left bottom no-repeat;
}

.article-content{
}

.article-details{
	margin:0;
	padding:0 0 1em 0;
	width:680px;
	border-top:1px solid #999;	
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#fff;
}

.article-details h2{
	margin:0;
	padding:0;
	
}

/*注意*/
.attention{
	background:#fefdf0;
	border:1px solid #999999;
	padding:5px;
	margin:10px;
}

.attention .title{
	background:#e16435;
	color:#ffffff;
	font-weight:bold;

}

/*更新情報*/
.update{
	background:none;
	width:680px;
	padding-bottom:5px;
	font-size:95%;
}

.update ul{
	list-style-type:none;
	margin:1em 0 0 1em;
	padding: 0;
}

.update ul li{
		clear:both;
}

.update hr{
	margin-top:1em;
	margin-bottom:0.5em;
}

.date{
	display:block;
	padding-right:10px;
	float:left;
	color: #936;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:0.5em;
	text-align:right;
	width:6em;
}
.date-data{
	display:block;
	float:left;
	margin-bottom:0.5em;
}

/*更新履歴へ*/
ul .log{
	font-size:0.9em;
	list-style-image:url(../images/global/link.gif);
	vertical-align:middle;
	margin:1em 0 0 0;
	text-align:right;
}


/*イベント*/
.event{
	padding:5px;
	width:575px;
}

.evetnt p{
	font-size:0.8em;
}

/*右サイド*/
#aside{
	width:260px;
	float:left;
}

#aside img{
	padding:5px;
}

#aside p{
	padding:5px;
}
#aside form{margin:0 30px;}

#top-navi{
	clear:both;
	width:925px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}