@charset "utf-8";
/* CSS Document */
/*RESET*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*sorakokoro*/
#wrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#wrapper header{
	height: 150px;
	width: 900px;
	position: relative;
}
#wrapper #container{
	width: 900px;
	position: relative;
	margin-top: 10px;
}
#contents_l{
	width: 200px;
	margin-top: 50px;
	float: left;
}
#contents_r{
	width: 696px;
	margin-top: 20px; 
	float: right;
}
#top_banner{
       position: relative;
       width: 880px;
       height: 300px;
	margin-right: auto;
	margin-left: auto;
}
#bread {
	width: 700px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #39F;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bread a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #F30;
	text-decoration: none;
}
nav {
width: 100%; /* ナビゲーションの幅 */
background-color: #f9f9f9; /* ナビゲーションの背景色 */
border-top: 1px #cccccc solid; /* 上境界線 */
border-bottom: 1px #cccccc solid; /* 下境界線 */
font-size: 85%;
}
nav ul {
width: 700px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background-color: #ffffff; /* メニューの背景色 */
border-right: 1px #cccccc solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}
nav ul li {
width: 20%; /* 項目の幅 */
float: left;
}
nav ul li a {
color: a8a8a8;
display: block;
position: relative; /* IE6用 */
padding: 8px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
nav ul li a:hover {
color: a8a8a8;
background-color: #66ccff; /* ポイント時の背景色 */
/*text-decoration: underline;*/ /* テキストの下線（あり） */
}
nav ul li a:visited {
color: a8a8a8;
/*background-color: #66ccff; *//* ポイント時の背景色 */
/*text-decoration: underline;*/ /* テキストの下線（あり） */
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
.clearboth {
	clear: both;
}
.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}
footer{
	height: 360px;
	width: 900px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-align: center;
	padding-top: 0px;
	line-height: 145%;
}
#footer{
	height: 360px;
	width: 900px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-align: center;
	padding-top: 0px;
	line-height: 145%;
}
article{
	border: solid 1px #e7e7e7;
	border-radius: 8px;
	padding: 15px 10px;
}
article h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #0066ff;
	background-color: #66ccff;
	border-radius: 12px;
	margin: 5px 0px;
}
article h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
}
article h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
}
article p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	color: #333333;
	text-indent: 0.9em;
}
#viewer {
    margin: 0 auto;
    width: 880px;
    height: 300px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}
hr{
	
}
#contents_l img{
	padding-bottom: 10px;
	border-radius: 8px;
}
#contents_l a:hover{
	padding-bottom: 10px;
	border-radius: 8px;
	opacity: 80%;
}
.saiyo_ul{
	list-style-type: square;
	padding: 0px 0px 0px 40px;
	line-height: 145%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
#gmapholder{
	width: 600px;
	height: 400px;
	margin: 10px auto 10px auto; 
}
footer span{
	/*color: #9966ff;*/
        color:#008000;
}
.imgright{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border-radius: 12px;
}
.imgleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 12px; 
}
.imgcenter{
	margin-right: auto;
       margin-left: 40px;
	margin-bottom: 15px;
	border-radius: 12px; 
}
.eventtitle{
	color: #6699ff;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #6699ff;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
}
.h1title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #0066ff;
	background-color: transparent;
	border-radius: 12px;
	margin: 5px 0px;
}
.h2title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #0066ff;
	background-color: #99FF99;
	border-radius: 12px;
	margin: 5px 0px;
}
.spanh3{
	color: #6699ff;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #6699ff;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
}
.spanh2{
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
}
.hiduke{
	font-size: 0.9em;
	color: #9900ff;
	padding-top: 0px;
	margin-top: 0px;
}
.boyaki_a{
	list-style: none;
	padding: 10px 10px;
}