@charset "utf-8";
/* style_index.css index.html用スタイルシート */

#contents img {
	padding:0px;
	border: 0px solid gray;
}

/* "お知らせ"リスト書式 */
#contents ul.announcement li {
	list-style-image: url("../images/greenball.png");
	padding-left: 0em; 
	text-indent: 0em;
	}

#contents ul.information li {
	list-style-image: url("../images/greenball.png");
	padding-left: 0em; 
	text-indent: 0em;
	}

#contents ul li:first-line {
	color: darkslateblue;
	font-weight: bold;
	}

#contents ul li ul li:first-line {
	color: #000000;
	font-weight: normal;
	}

#contents ul li.new:before {
	content: url("../images/new.gif");
	margin-right: 5px;
	}

#contents ul li.former:before {
	content: url("../images/former.gif");
	margin-right: 5px;
	}

#announce {
	width: 490px;
	float:left;
	}

#topics {
	width: 290px;
	float:right;
    }

#topics div {
	text-align: left;
	font-size: small;
	}

#information {
    clear:both;
	}
	

#attention {
	margin: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	border:3px solid #2B60DE;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}

#attention h3 {
	color: #000080;
	margin: -12px 0px 15px 0px;
	text-align:center;
	border-bottom:0px;
	}

#attention h3 span{
	display:inline-block;
	padding: 0 1em;
	background-color: #FFFFFF;
	
	}
