﻿@charset"UTF-8";

/* CSSリセット */
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,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

/* 一般・共通設定　*/

body{
	background:#ffffff;
	font:16px/20px"ヒラギノ角ゴ　Pro W3,"Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	margin-bottom: 5em;
}

#wrapper{
	width: 930px;
	margin: 0 auto;
}

nav{
	margin-top: 485px;
}

/*　左サイドバー　*/

.sidemenu{
	margin-top: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*　インフォメーション　*/

h2{
	font-size: 180%;
	border-bottom: 1px dashed #cc7eb1;
	border-left: 10px solid #cc7eb1;
	margin-top: 30px;
	padding-left:7px;
	margin-left:250px;
}

.information{
	font-size: 130%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
	line-height: 140%;
	letter-spacing: 0.07em;
	padding-top: 1px;
	padding-bottom: 1px;
}

h1{
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 10px;
}

.info{
	font-size: 140%;
	text-indent: 1em;
	line-height: 130%;
}

/* テーブル */

table{
	border: 1px solid #333333;
	font-size: 120%;
	margin-left: 250px;
	margin-top: 25px;
	margin-bottom: 20px;
}

th{
	background-color: #ccccff;
	border: 1px solid #333333;
	vertical-align: middle;
	padding: 10px;
	width: 150px;
}

td{
	border: 1px solid #333333;
	vertical-align: middle;
	padding: 10px;
	width: 450px;
}

/* ヘッダー　*/

p.宣伝{
	float: right;
	font-size: 100%;
	letter-spacing: 0.2em;
	line-height: 140%;
	margin-top: 2px
	}

span{
	font-size: 180%;
	color: #ff0000;
}

<style type="text/css">
#slideshow{
	width: 920px;
	height: 430px;
	}

#slideshow img{
	position: absolute;
	z-index: 8;
	opacity: 0.0;
	}

#slideshow img.active{
	z-index: 10;
	opacity: 1.0;
	}

#slideshow img.last-active{
	z-index: 9;
	}

</style>

/*　フッター　*/

footer:before{
	content: "";
	display: table;
	clear: both;
	}

footer p{
	background: #ffffff;
	width: 640px;
	margin: 30px auto 10px;
	padding: 5px;
	text-align: center;
	font-size: 100%;
	line-height: 180%
	}

footer p small{
	border: 1px #ffffff solid;
	padding: 20px;
	display: block;
	}

footer a{
	color: #ffffff+
	}

footer a:hover{
	color: #b7b7b6;
	}

