@charset "utf-8";
@import "default.css";

/* メインコンテンツデザイン */
#top-main-contents {
	margin-top:20px;
}

#service h1, #news h2 {
	margin-left:10px;
	font-weight:bold;
}

/* サービスデザイン */
#service {
	float:right;
	width:430px;
}

#service h1 {
	font-size:1em;
	border-bottom:solid 1px #000066;
	margin-left:0.5em;
	margin-bottom:10px;
}

#service img {
	float:left;
	margin-left:0.5em;
	margin-right:10px;
	border:none;
}

#service p {
	margin-top:70px;
	margin-bottom:10px;
	margin-left:0.5em;
	font-size:0.85em;
	line-height:140%;
	text-align:justify;				/* IEのみ */
	text-justify:inter-ideograph;	/* IEのみ */
}

#service .service-contents {
}

/* ニュースデザイン */
#news {
	width:300px;
}

#news h2 {
	margin-left:0px;
	margin-right:10px;
	margin-bottom:20px;
	border-left:solid 0.5em #000066;
	border-bottom:solid 1px #000066;
	padding-left:0.5em;
}

#news p {
	margin-right:10px;
	font-size:0.85em;
}

#news .news-date {
	margin-left:0.5em;
	margin-bottom:5px;
}

#news .news-contents {
	margin-left:2em;
}

#news a, #news a:link, #news a:visited {
	text-decoration:none;
}

#news a:hover {
	text-decoration:underline;
}

#news hr {
	margin-left:0.5em;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#dddddd;
}

