﻿/* --------------------
index_style
-------------------- */


/* ============================================================
Default style clear
============================================================ */

@import"reset.css";
@import"common.css";


/* ============================================================
main style
============================================================ */


/* --------------------
contents
-------------------- */

div#article h2{
	background-image: url(../img/logo/news.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


div#article h3{
	width: 540px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #888888;
}
div#news h4{
	width: 520px;
	margin-top: 20px;
}

div#news {
	width: 540px;
	margin: auto;
	text-align: left;
}

div.text {
	width: 520px;
	margin: auto;
	text-align: left;
}

