@charset "utf-8";

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #6687AA;
	background-attachment: fixed;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

hr {
	width: 600px;
	text-align: center;
	border-style: dotted;
	border-width: 1px;
	border-color: #FFFFCC;
}

/* index */

.index {
	width: 600px;
	text-align: center;
	margin-top: 100px;
}

.index img {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.index h3 {
	font-size: 12px;
	color: #FFFFCC;
	margin-bottom: 3px;
}

.index p {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFCC;
	letter-spacing: 0.1em;
}

.index p br {
	letter-spacing: normal;
}


/* Enter */

.enter h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.enter h2 a:link {
	color: #99FFFF;
	text-decoration: none;
}

.enter h2 a:visited {
	color: #99FFFF;
	text-decoration: none;
}

.enter h2 a:hover {
	color: #FFCC99;
	text-decoration: underline;
}

.enter h2 a:active {
	color: #FFCC99;
	text-decoration: underline;
}

.enter img {
	vertical-align: middle;
}


/* headder */

.headder {
	background-color: #3E668E;
	width: 800px;
	height: 40px;
	text-align: center;
	margin-top: -10px;
}


/* rollover */

ul#globalnavi{ 
	width: 750px; 
	overflow: hidden;
	text-align: left;
} 

ul#globalnavi li{ 
	float: left; 
	height: 30px; 
	display: block; 
} 

ul#globalnavi li a { 
	display: block; 
	overflow: hidden; 
	height: 0px; 
	background-image: url(../img/icon_onoff.gif);
	vertical-align: middle;
	margin-top: 5px;
	padding-top: 30px;
} 

/* global navi normal 
---------------------*/ 
	#navi1 a { width:150px; background-position:0       0;}
	#navi2 a { width:150px; background-position:-150px  0;}
	#navi3 a { width:150px; background-position:-300px  0;}
	#navi4 a { width:150px; background-position:-450px  0;}
	#navi5 a { width:150px; background-position:-600px  0;}

/* global navi rollover 
----------------------*/ 
	#navi1 a:hover { width:150px; background-position:0       -30px;}
	#navi2 a:hover { width:150px; background-position:-150px  -30px;}
	#navi3 a:hover { width:150px; background-position:-300px  -30px;}
	#navi4 a:hover { width:150px; background-position:-450px  -30px;}
	#navi5 a:hover { width:150px; background-position:-600px  -30px;}


/* body */
	
.body {
	width: 800px;
}


/* top */

.top p {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFCC;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.top p br {
	letter-spacing: normal;
}


/* footer */
	
.footer {
	background-color: #336699;
	margin-top: 20px;
	width: 750px;
}

.footer p {
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

/* contents */

.contents {
	width: 750px;
	text-align: center;
	margin-top: 25px;
}

.contents h1 {
	background-color: #CCFFFF;
	border-color: #CCFFFF;
	border-style: dotted;
	border-width: 1px;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	padding: 5px 5px 5px 10px;
	letter-spacing: 0.2em;
}

.contents h1 br {
	letter-spacing: normal;
}


/* outline */

.outline {
	width: 550px;
	height: auto;
	text-align: center;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}

.outline h1 {
	background-color: #CCFFFF;
	border-color: #CCFFFF;
	border-style: dotted;
	border-width: 1px;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	padding: 5px 5px 5px 10px;
	letter-spacing: 0.1em;
}

.outline h1 br {
	letter-spacing: normal;
}

.outline h2 {
	background-color: #CC0000;
	width: 90%;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 20px;
	padding: 3px 3px 3px 10px;
	letter-spacing: 0.1em;
}

.outline h2 br {
	letter-spacing: normal;
}

.outline h3 {
	font-size: 12px;
	color: #FFFFCC;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.outline h3 br {
	letter-spacing: normal;
}

.outline h5 img {
	text-align: left;
	margin-left: 30px;
	margin-top: -15px;
	margin-bottom: 10px;
	float: left;
	border-style: none;
	border-width: 0px;
}

.outline p {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #FFFFCC;
	margin-left: 20px;
	letter-spacing: 0.1em;
	margin-top: 7px;
	margin-bottom: 7px;
}

.outline p br {
	letter-spacing: normal;
}

.outline p a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.outline p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.outline p a:hover {
	color: #FFFF33;
	text-decoration: underline;
	font-weight: bold;
}

.outline p a:active {
	color: #FFFF33;
	text-decoration: underline;
	font-weight: bold;
}

.outline h3 img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFCC;
}

.outline h4 {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #FFFFCC;
	margin-left: 20px;
	letter-spacing: 0.1em;
	margin-top: 7px;
	margin-bottom: 7px;
	text-decoration: line-through;
	font-weight: normal;
}

.outline p h4 {
	letter-spacing: normal;
}

/* outline front */

.olfront {
	width: 200px;
	height: inherit;
	margin-top: 25px;
	margin-right: 25px;
	float: right;
}

.olfront img {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFCC;
	vertical-align: middle;
}

.olfront p {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #FFFFCC;
	margin-top: 5px;
	letter-spacing: 0.1em;
}

.olfront p br {
	letter-spacing: normal;
}


/* member */

.member {
	width: 550px;
	height: auto;
	text-align: center;
	margin-top: 25px;
	margin-left: 20px;
	float: left;
}

.member p {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #FFFFCC;
	margin-left: 20px;
	letter-spacing: 0.1em;
}

.member p br {
	letter-spacing: normal;
}

.member img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFCC;
	float: left;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 10px;
}

.member h1 {
	background-color: #CCFFFF;
	border-color: #CCFFFF;
	border-style: dotted;
	border-width: 1px;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	padding: 5px 5px 5px 10px;
	letter-spacing: 0.1em;
}

.member h1 br {
	letter-spacing: normal;
}

.member h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
	text-align: left;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.member h2 br {
	letter-spacing: normal;
}


/* link */

.link {
	width: 550px;
	height: auto;
	text-align: center;
	margin-top: 25px;
	margin-left: 20px;
	float: left;
}

.link p {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #FFFFCC;
	margin-left: 20px;
	letter-spacing: 0.1em;
}

.link p a:link {
	color: #FFFFCC;
	margin-left: 20px;
	letter-spacing: 0.1em;
}

.link p a:visited {
	color: #FFFFCC;
	margin-left: 20px;
	letter-spacing: 0.1em;
}

.link p a:hover {
	color: #FFFF33;
	margin-left: 20px;
	letter-spacing: 0.1em;
}

.link p a:active {
	color: #FFFF33;
	margin-left: 20px;
	letter-spacing: 0.1em;
}

.link p br {
	letter-spacing: normal;
}

.link img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFCC;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* mailform */

.mail {
	width: 400px;
	height: auto;
	text-align: left;
	margin-top: 15px;
	margin-left: 50px;
	float: left;
}

.mail p {
	font-size: 12px;
	line-height: 1;
	text-align: left;
	color: #FFFFCC;
	margin-left: 20px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.mail p br {
	letter-spacing: normal;
}

.mail p a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
}

.mail p a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
}

.mail p a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
}

.mail p a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
}


/* mailillust */

.mailillust {
	width: 300px;
	height: inherit;
	margin-top: 25px;
	margin-right: 25px;
	float: right;
}

.mailillust img {
	text-align: right;
	border-style: none;
	border-width: 0px;
	vertical-align: bottom;
}




/* illust */

.illust {
	width: 200px;
	height: inherit;
	margin-top: 25px;
	margin-right: 25px;
	float: right;
}

.illust img {
	text-align: right;
	border-style: none;
	border-width: 0px;
	vertical-align: bottom;
}


/* sample */

.sample {
	width: 700px;
}

.sample hr {
	width: 100%;
	text-align: center;
	border-style: dotted;
	border-width: 1px;
	border-color: #FFFFCC;
}


.sample h1 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #FFFFCC;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.sample p {
	text-align: left;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFCC;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.sample p br {
	letter-spacing: normal;
}


/* back-to-index */

.bti {
	width: 700px;
	text-align: right;
	margin-top: -20px;
	margin-bottom: -10px;
}

.bti img {
	border-style: none;
	border-width: 0px;
}




























	



