@charset "shift_jis";
/* ------------------------------
 body
------------------------------ */
body {
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	color: #323232;
	background: url(bg.gif) top repeat-x;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #00a5d7;
	text-decoration: none;
}
a:hover {
	background-color:#00a5d7;
	color: #FFFFFF;
}

/* ------------------------------
 container
------------------------------ */
#container {
	margin: 0 auto;
	width: 800px;
	text-align:left;
}

/* ------------------------------
 Header
------------------------------ */
#header {
	height: 160px;
	position:relative;
	margin-bottom: 20px;
}
#header .logo {
	margin: 40px 0;
	float: left;
}

/* ------------------------------
 navi
------------------------------ */
#navi{
	clear: both;
	float: left;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li{
    float: left;
	text-align:center;
	margin-right: 2px;
	padding: 0;
	width:100px;
	list-style: none;
}
#navi a{
	text-decoration: none;
	float: left;
	display: block;
	width:100px;
	background: url(navi.gif) no-repeat;
	color: #FFFFFF;
	padding: 0;
}
#navi a:hover{
	background: url(navi_on.gif) no-repeat;
}
#navi #current{
	float: left;
	display: block;
	width:100px;
	background: url(navi_current.gif) no-repeat;
	color: #00a5d7;
	padding: 0;
}
#navi .contact {
	position: absolute;
	width: 150px;
	height: 100px;
	background: url(contact.gif) no-repeat;
	top: 60px;
	right: 0px;
}
#navi .contact a {
	width: 150px;
	height: 100px;
	display:block;
	background: url(contact.gif) no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	padding: 0;
	margin: 0;
}
#navi .contact a:hover {
	background: url(contact_on.gif) no-repeat;
}

/* ----- flash ----- */
#flash {
	height: 320px;
	margin-bottom: 20px;
}

/* ------------------------------
 main
------------------------------ */
#main {
	clear: both;
	width: 500px;
	float: left;
	text-align: left;
}
#main h1{
	font-size: 22px;
	color: #00a5d7;
}
#main h2{
	font-size: 14px;
	color: #00a5d7;
	margin: 15px 0 5px;
}
#main hr {
	border: 2px dotted #666666;
}
#main .dot{
	border-bottom: 5px dotted #666666;
}
#main .point {
	margin-left: 1em;
	background: url(point.gif) left 3px no-repeat;
	padding: 0 0 5px 24px;
	display: block;
}
#main .tel{
	font-size: 16px;
	color: #00a5d7;
	padding-left: 40px;
	font-weight: bold;
}
#main table{
	width: 95%;
	margin: 0 1em;
	background-color: #00a5d7; 
}
#main table th,td{
	background-color: #F0F0F0;
	padding:5px 10px;
	text-align: left;
	vertical-align: top;
}
#main table td{
	background-color: #FFFFFF;
}
#main .form {
	margin: 0;
}
#main .flame {
	margin-top: 10px;
}

/* ------------------------------
 side
------------------------------ */
#side {
	float: right;
	width: 250px;
	color: #FFFFFF;
}
#side ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width:250px;
}
#side li{
	margin-bottom: 10px;
	width: 250px;
	padding: 0;
	list-style: none;
}

/* ----- tel ----- */
#side .tel a{
	height: 110px;
	padding: 0;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background: url(tel.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
#side .tel a:hover{
	padding: 0;
	background:url(tel_on.gif);
	color: #FFFFFF;
}

/* ----- home ----- */
#side .home a{
	height: 34px;
	padding: 0;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background: url(home.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
#side .home a:hover{
	padding: 0;
	background:url(home_on.gif);
	color: #FFFFFF;
}

/* ----- service ----- */
#side .service a{
	height: 34px;
	padding: 0;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background: url(service.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
#side .service a:hover{
	padding: 0;
	background:url(service_on.gif);
	color: #FFFFFF;
}

/* ----- company ----- */
#side .company a{
	height: 34px;
	padding: 0;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background: url(company.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
#side .company a:hover{
	padding: 0;
	background:url(company_on.gif);
	color: #FFFFFF;
}

/* ----- workshop ----- */
#side .workshop a{
	height: 34px;
	padding: 0;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background: url(workshop.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
#side .workshop a:hover{
	padding: 0;
	background:url(workshop_on.gif);
	color: #FFFFFF;
}

/* ----- event ----- */
#side .event a{
	height: 34px;
	padding: 0;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	background: url(event.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
#side .event a:hover{
	padding: 0;
	background:url(event_on.gif);
	color: #FFFFFF;
}

/* ----- 追加分 ----- */
#side .add a{
	height: 34px;
	padding: 0;
	list-style: none;
	display: block;
	background:url(link_on.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
#side .add a:hover{
	padding: 0;
	list-style: none;
	background:url(link.gif);
	color: #323232;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}

/* ------------------------------
 footer
------------------------------ */
#footer {
	clear: both;
	margin-top: 30px;
	padding: 5px;
	background-color: #00a5d7;
	color: #FFFFFF;
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	background-color:#FFFFFF;
	color: #00a5d7;
}

/* -----footer navi----- */
#footer .link {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-bottom: 20px;
}
#footer .link li {
	padding: 0 5px;
	border-left: 1px #FFFFFF solid;
	display: inline;
}
#footer .link li.first {
	border-left: none;
}

/* ------------------------------
 news
------------------------------ */
#news {
	margin: 0;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	color: #232323;
	font-size: 12px;
}
#news p{
	margin: 0 0 10px 0;
	padding: 5px 0 5px 24px;
	line-height: 1.5em;
	border-bottom: #232323 1px dotted;
}
#news strong{
	background: url(point.gif) left center no-repeat;
	padding-left: 24px;
	margin-right: 15px;
}
/* ------------------------------
 event photos
------------------------------ */
.photos{
	padding: 20px 0;
}
.photos a{
	float: left;
	padding: 5px;
	width: 90px;
	height: 90px;
	display: block;
	text-align: center;
}
#back_number{
	padding: 10px 5px 20px;
	text-align:left;
	color: #323232;
	background-color:#FFFFFF;
	font-size:12px;
}
#back_number p, form{
	margin:0;
}
#back_number strong{
	background: url(point.gif) left center no-repeat;
	padding-left: 24px;
	margin-right: 15px;
}

/* ------------------------------
 その他
------------------------------ */
.icon_pdf{
	float:right;
	display:block;
	background:url(icon_pdf.gif) left no-repeat;
	padding-left: 18px;
	line-height: 16px;
}
