﻿@charset "UTF-8";
/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;/* フォントの種類を指定します*/
	color: #333333;/* フォントの色を指定します*/
	line-height: 150%;/* 行間を指定します*/
	letter-spacing:0.9px;/* 字間を指定します*/
	background-color: #ccccff;/* 背景色を指定します*/
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #00006f;/* リンクの色を指定します*/
	text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------*/
#wrapper {
	width: 760px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 760px;
	height: 210px;
}
#container {
	width: 760px;
	height: auto;
}
#main {float: left;
	width: 500px;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#sidebar {
float: right;
	width: 200px;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer {text-align:center;
	width: 760px;
	height: auto;
	clear: both;
	line-height: 1.2em;/* フッター領域の行間を設定します*/
}

h1 {
	font-size: 80%;/* ｈ１のフォントのサイズを設定します*/
	font-weight: normal;
}
h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 100%;/* ｈ２のフォントのサイズを設定します*/
}
h3 {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #3C3CEF;/* ｈ３のフォント色を設定します*/
	font-size: 100%;/* ｈ３のフォントのサイズを設定します*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;/* ｈ３の下線の色を設定します*/
}
.breadclumb li {font-size: 93%;
	display: inline;
	list-style-type: none;
	color: #000000;/* パンくずリストのフォント色を設定します*/
}
ul.list {
	list-style-type: none;
	padding-bottom: 10px;
	text-indent: 1.1em;
}
ul.list li{
	background-image: url(../img/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.menuA {
	width: 240px;
	height: 100%;
	float: left;
	padding-right: 5px;
}
.menuB {
	width: 240px;
	height: 100%;
	float: right;
	padding-right: 5px;
}
.pagetop {
	text-align: right;
	font-size: 80%;
}
address,.caution {
	font-size: 75%;
	text-align: center;
}

.kouk{text-align: center;}

div#main p{margin-bottom:10px;}