﻿@charset "utf-8";

/* ------- base ------- */


img {
	border:0;
}

@font-face {
   font-family: bscfont;
   src: url('../bscfont.ttf') format("truetype");
}

body {
	background-color: #FFF;
	font-size: 70%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #292623;
	background: url(../gazo/b3.jpg);
}

a {
	text-decoration: none;
	color: #292623;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* ------- header ------- */

.header{
	color: #003366;
	position: relative;
	top: 0;
	z-index: 1;
	width: 100%;
	margin: auto;
	background-color: #f5f5f5;
	filter: alpha(opacity=60); /*IE8*/
	-moz-opacity: 0.6; /*fx*/
	opacity: 0.6;/*wb*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

a:link{
	color:#003366;
}
a:visited{
	color:#666;
}
a:hover{
	color:#06C;

}


#nav ul {
	list-style-type: none;
	margin-top: 35px;
		
	
}

#nav ul li {
	float: left;
	
	
}

#nav ul li a {
	font-family: 'Special Elite',"Comic Sans MS", cursive;
	font-size: 150%;
	color: #003366;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 130px;
	line-height: 34px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

#nav ul li a:hover {
	background-color: #add8e6;
}
.header h1{
	font-size: 130%;
	line-height: 20px;
	text-align: right;
	padding-right: 50px;
	font-family: 'Special Elite', Osaka-mono, monospace;
}



/* ------- タブ ------- */


#tab {
	width: 700px;
	height: 40px;
	margin: 0 auto;
}

#tab li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
}

#tab li a {
	display:block;
	width: 150px;
	height: 34px;
	padding-top: 6px;
	font-size: 1.2em;
	text-align:center;
	background-color: #003366;
	color:#FFF;
}

#tab li a:hover {
	background-color: #add8e6;
	color:#FFF;
}

#tab li a.selected {
	background-color: #f5f5f5;
	color:#292623;
}

/* ------- コンテンツ ------- */
#contents {
	width: 640px;
	background-color: #f5f5f5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 30px;
}

#contents h1 {
	font-family: 'bscfont', "ヒラギノ角ゴ Pro W3", "メイリオ", Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
}

#contents p {
	width: 390px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 2;
}

#contents img {
	margin-left: 50px;
	margin-bottom: 30px;
	
}

#contents p img {
	margin: 0 auto;
	
}
	
	
	
	
	/* ------- footer ------- */

#footer {
	width:100%;
	height: 35px;
	padding-top:23px;
	text-align:center;
	color:#000;
	bottom:0;
	position:fixed;
}


