﻿@charset "utf-8";

/* -----

 GIホームページ -> トップページ用スタイル
 home.css

 ----- */

#com-banner {
	text-align: center;
}

#com-banner img {
	margin: 2px 0;
}

#news, #top-link {
	margin: 0;
	padding: 5px;
	background-color: #fff;
	list-style-type: none;
}

#news li {
	padding: 2px 0 2px 17px;
	border-bottom: 1px dotted #aaa;
	background: url(../image/list-mark-red.png) 2px 50% no-repeat;
}

#top-link li {
	padding: 2px 0 2px 17px;
	border-bottom: 1px dotted #aaa;
	background: url(../image/list-mark-yellow.png) 2px 50% no-repeat;
}

#daruma {
	padding: 10px 0;
	text-align: center;
}

#daruma a {
	text-decoration: none;
}

