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