﻿/*
    Soft@utopiat.net　スタイルシート
    Copyright(C) 1999-2008 ゆうと
*/

body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url('img/bg.gif');
	text-align: center;
}
img {
    border:0px;
}

a {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: red;
	text-decoration: underline;
}
hr {
	height: 1px;
	color: #CCCCCC;
	noshade;
}
.item {
	background-color: #80BFFF;
}
.top {
	background-color: #C8E3FF;
}
.example {
	background-color: #E2FFFF;
	width: 100%;
	border: 2px solid #0000FF;
	padding: 5;
}
a.link, a:visited.link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.link {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	padding: 2px;
	border: 4px solid #80BFFF;
	background-color: #FFFFD2;
	font-weight: bold;
	font-size: large;
	color: #FF8000;
	text-align: center;
}
h2 {
	font-weight: bold;
	color: #FF9900;
	margin: 1px;
}
h4 {
	color: #0080FF;
	font-size: small;
}

/* ページレイアウト */
.pagebase {
	width: 800px;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #3A6EA5;
	text-align: left;
}
.pagebody {
	background-color: #FFFFFF;
	padding: 10px;
}
.head {
	background-image: url('pic/bghead.gif');
	border: 1px solid #0080FF;
	background-color: #C8E3FF;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
}
/* ページデザイン */
#header {
	width: 100%;
	background-color: #FFFFFF;
}
#header .globalnavi {
	background-color: #80BFFF;
	text-align: right;
	height: 20px;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 0.8em;
}
#header .globalnavi a, #header .globalnavi a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
#header .globalnavi a:hover {
	text-decoration: none;
	color: #0000FF;
}
#header #logo {
	width: 400px;
	height: 60px;
	float:left;
}
#header .location {
	background-color: #C8E3FF;
	height: 20px;
	width: 100%;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 3px;
	font-size: 0.8em;
	clear:both;
}
#header .location a, #header .location a:visited {
	text-decoration: none;
	color: #0000FF;
}
#header .location a:hover {
	text-decoration: none;
	color: #FF0000;
}
#footer {
	margin-top: 10px;
}
#footer .spacer {
	height: 20px;
}
#footer .body {
	padding: 2px;
	background-color: #C8E3FF;
	text-align: right;
	border-top: 1px solid #3A6EA5;
}
