/* CSS Document */

/*　body　*/

body {
	background: url(img/bg_01.gif);
	color: #323232;
	margin-top: 0px;
	}

body a {
	color: #1d0e82;
	}

body a:hover {
	color: #ff6600;
	}





/*　タイトルの部分　*/
h1 {
	clear: both;
	margin: 0px;
	padding: 0px;
	}





/*　キャッチコピーの部分　*/
h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	margin-left: 150px;
	margin-top: 10px;
	letter-spacing: 2px;
	}





/* リスト表示の設定 */

p.menu {
	margin: 3px;
	padding-left: 15px;
	font-size: 80%;
	font-weight: bold;
	}

ul {
	padding-top: 5px;
	list-style: outside;
	}

li {
	line-height: 20%;
	font-size: 80%;
	font-weight: bold;
	list-style-image: url("img/icon_02-1.gif");
	letter-spacing: 1px;
	}

li.jyoho {
	line-height: 50%;
	font-size: 95%;
	font-weight: bold;
	list-style-image: url("img/icon_02-2.gif");
	letter-spacing: 1px;
	}





/*　メニュー部分のタイトル　*/

h3 {
	margin: 5px;
	color: #ff6600;
	font-size: 90%;
	line-height: 120%;
	}

p.main {
	margin: 5px;
	font-size: 80%;
	line-height: 120%;
	}

h4.jigyo {
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 5px;
	font-size: 95%;
	font-weight: bold;
	background-image: url("img/icon_02-3.gif"); 
	background-repeat: no-repeat;
	}

h4.annai {
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 5px;
	font-size: 95%;
	font-weight: bold;
	background-image: url("img/icon_02-3.gif"); 
	background-repeat: no-repeat;
	}

h4 {
	margin: 5px;
	border-bottom: 2px solid #FFCC00;
	border-width: 90%
	font-size: 90%;
	font-weight: bold;
	}

p.goshakai {
	margin: 2px;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	}





/*　コピーライト　*/

p.copyright {
	margin: 2px;
	font-size: 80%;
	text-align: center;
	}





/*　画像　*/
img.top-img {
	vertical-align: bottom;
	}

