/* ページ全体に関する設定 */
body {
	margin: 0;
	background-color: white;
	background-image: url(img/snow.gif);
	background-attachment: fixed;
	color: #003366;
	font-size: 10pt;
	font-family: ＭＳ ゴシック;
	overflow: hidden;
}
img {
	border: none;
}

A:link { color: #cc3333; }
A:visited { color: #009999; }
A:hover { color: #cccc33; }
A:active { color: #009999; } 

h1{
	margin-left: 35px;
	font-size: 12pt;
	font-weight: bold;
}
h2{
	font-size: 11pt;
	font-weight: bold;
}

/* メニューに関する設定 */
ul.menu {
	margin: 0;
	padding:0;
	border-top: 2px dashed;
	border-bottom: 6px dotted;
	border-color: #003366;
	text-align: center;
	height: 3em;
	width: 100%;
	overflow: auto;
	position: absolute;
	top:80px;
 }
ul.menu li {
	display: inline;
	position: relative;
	top: 1em;
	margin: 0 0.2em 0 0.2em;
	padding: 0 0.2em 0 0.2em;
	border-left: 1px solid;
	border-right: 1px solid;
}
ul.menu a{
	text-decoration: none;
}

/* ページの中身に関する設定 */
div.main {
	margin: 0 1% 0 1%;
	padding: 0 1em 1em 1em;
	width: 96.5%;
	overflow: auto;
	position: absolute;
	top: 130px;
	bottom: 17px;
}
div.main p {
	margin:0;
}


/* フッタに関する設定 */
div.footer {
	clear: both;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	height: 14px;
	width: 99%;
	border-top: 1px dotted;
	border-bottom: 1px solid;
	position: absolute;
	bottom: 2px;
	right:1px;
	overflow: hidden;
}

address {
	margin: 0px;
	padding-top: 2px;
	font-size: 8pt;
	font-style:normal;
	font-family: ＭＳ ゴシック;
}

.image_margin {
	margin: 1em;
}

/* index.hrmlに関する設定 */
img.counter {
	margin:1em;
}
div.index_left{
	float: left;
	text-align: center;
	width: 48%;
}
div.index_right{
	float: right;
	width: 48%;
}
div.index_right p{
	margin: 0 2em;
}
/* webring */
div.webring {
	text-align: center;
	font-size: 8pt;
	width: 50%;
	margin: 2em auto 0 auto;
}
div.webring th {
	font-weight: normal;
}
h2.what_unyo {
	margin: 2em 0 0 0;
}
p.what_unyo {
	margin:0;
	padding: 0 0 0.5em 0;
	line-height: 1.5em;
	font-size: 9pt;
}

/* link.htmlに関する設定 */
ul.link {
	list-style-type: none;
}
ul.link li {
	margin: 2em 0 0 0;
}

/* cg.htmlに関する設定 */
ul.cg {
	list-style-type: none;
}
ul.cg li {
	margin: 2em 0 0 0;
}