﻿@charset "utf-8";

/* "index.css" トップページ */

a { text-decoration: none; }

ul.menu { padding-left: 3px; }

#h1index { font-size: 145% }

/* 新着情報,トピックス */
h2 {
       margin: 0.8em 0em 0em 0.5em;
	padding: 0.1em 0em 0.1em 1em;
	color: #228b22;
	font-size: 100%;
	font-weight: bold;
        border-style:solid;
        border-color:#99ff99;
        border-left-width:10px;
        border-top-width:0px;
        border-right-width:0px;
        border-bottom-width:3px;
}

.shinchaku li {
	margin: 0.2em 2em 0em 0.3em;
	padding: 0.3em 2em 0em 0.3em;
	list-style: none;
	height: 1.7em;
	border-bottom: 2px dotted #008000;
}

.topics li {
	margin: 0.2em 2em 0em 0.3em;
	padding: 0.4em 2em 0.4em 0.3em;
	vertical-align: middle;
	list-style-image: url(../images/listmark.gif);
	border-bottom: 2px dotted #008000;
}

/* ページフッター */
address {
	float: right;
	width: 640px;
	font-style: normal;
	font-size: 0.8em;
	text-align: right;
	text-decoration: none;
}

/* 各要素のフローティング */
.floatleft100 {
	float: left;
	width: 120px;
	text-align: center;
}

.floatright300 {
	float: right;
	width: 300px;
	margin-right: 8px;
}

.floatleft410 {
	float: left;
	width: 410px;
	margin: 0px 10px ;
}
