@charset "UTF-8";
/* -------------------------------
 * FONTSIZE MODEL * 基本サイズ14px
 * -------------------------------
 *  72% ->		10pxに相当
 *  79% ->		11pxに相当
 *  86% ->		12pxに相当
 *  93% ->		13pxに相当
 * 100% ->		14pxに相当
 * 108% ->		15pxに相当
 * 115% ->		16pxに相当
 * 122% ->		17pxに相当
 * 129% ->		18pxに相当
 * 136% ->		19pxに相当
 * 143% ->		20pxに相当
 * ------------------------------- */
/*--------------
基本設定
----------------------------------------------------------*/
html {
}
body {
	line-height:1.6;
	/*letter-spacing:0.05em;*/
	color:#333;
	font-size:14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
br {
	letter-spacing:normal;
}
a{
	color:#1111cc;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#cc6666;
	text-decoration:underline;
	outline: none;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
strong {
	font-weight:bold;
}
@media print{
#totop{display:none;}
}
/*--------------
構造
#container
	┗#bg_top
	┗#menu
	┗#header
	┗#contents
		┗#about_vc
	┗#bg_bottom
#footer
----------------------------------------------------------*/
#container {
	width:804px;
	margin:0 auto;
}
#bg_top {
	width:804px;
	height:56px;
	margin:0 auto;
	padding:0;
	background: url(../images/bg_top-trans.png) no-repeat;
	font-size:0;
}
#bg_top span {
	visibility: hidden;
}
#menu {
	position: absolute;/* for IE6 */
	float:left;
	width:502px;
	height: 23px;
	margin-top:27px;
	margin-left:20px;
	z-index: 1;
}
#header {
	width:804px;
	height:178px;
}
#contents {
	width:804px;
	background: url(../images/bg_body.gif) 0 0 repeat-y;
}
#main {
	width:753px;
}
#bg_bottom {
	width:756px;
	height:10px;
	padding:0;
	background: url(../images/bg_bottom-trans.png) no-repeat;
	font-size:0;
}
#bg_bottom span {
	visibility: hidden;
}
#footer {
	clear:both;
	width:100%;
}
/*--------------
container
----------------------------------------------------------*/
.floatL{float:left;}
.floatR{float:right;}
.komeindent {
	text-indent:-1em;
	padding-left:1em;
}
.red{color:#f00;}
/*--------------
menu
----------------------------------------------------------*/
#menu li {
	float:left;
	margin:0;
	padding:0;
}
#menu li a {
	height: 23px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
#menu span {
	visibility: hidden;
}
/* ボタン非選択時 */
#menu li.gnavi01 a { 
	width:133px;
	background: url(../images/menu.png) 0 0 no-repeat;
}
#menu li.gnavi02 a { 
	width:92px;
	background: url(../images/menu.png) -133px 0 no-repeat;
}
#menu li.gnavi03 a { 
	width:91px;
	background: url(../images/menu.png) -225px 0 no-repeat;
}
#menu li.gnavi04 a { 
	width:91px;
	background: url(../images/menu.png) -316px 0 no-repeat;
}
#menu li.gnavi05 a { 
	width:95px;
	background: url(../images/menu.png) -407px 0 no-repeat;
}
/* マウスオーバー時 */
#menu li.gnavi01 a:hover{
	background-position: 0 -23px;
}
#menu li.gnavi02 a:hover{
	background-position: -133px -23px;
}
#menu li.gnavi03 a:hover{
	background-position: -225px -23px;
}
#menu li.gnavi04 a:hover{
	background-position: -316px -23px;
}
#menu li.gnavi05 a:hover{
	background-position: -407px -23px;
}
#menu{
	zoom:1;
}
/* 回り込み解除 */
#menu ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	content:".";
	clear:both;
}
/*--------------
header
----------------------------------------------------------*/
#header h1 {
	float:left;
	width:804px;
	height:178px;
	background: url(../images/title-trans.png) no-repeat;
}
#header h1 span{
	visibility: hidden;
	display: block;
}
/*--------------
contents
----------------------------------------------------------*/
/* 回り込み解除 */
#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#contents h2 {
	position:relative;
	float:left;
	clear:both;
	width:755px;
	height:66px;
	color:#003399;
	margin-left:-15px;
	/*_margin-left:-8px;*/
	display:inline;/* for IE6(marginが倍になってしまう現象の解除)*/
}
#contents h2 span{
	visibility:hidden;
}
#contents h2.about_vc {
	background:url(../images/h2_about_vc-trans.png) no-repeat;
}
#contents h2.howtouse {
	background:url(../images/h2_howtouse-trans.png) no-repeat;
}
#contents h2.admission {
	background:url(../images/h2_admission-trans.png) no-repeat;
}
#contents div.h2_bg {
	/*width:755px;*/
	width:755px;
	height:66px;
	background:url(../images/h2_bg-trans.png) repeat-x;
	/*border:1px solid #f00;*/
}
/*--------------
main
----------------------------------------------------------*/
#main p {
	padding: 0 20px 10px 20px;
}
#about_vc {
	padding: 0 0 10px 27px;
}
#about_vc p {
	padding: 0 0 10px 0;
}
#about_vc .catch {
	color:#eb5307;
	font-size:143%;
	font-weight:bold;
}
#about_vc h3 {
	clear:both;
	width:720px;
	margin:0 0 0 -10px;
	padding: 5px 0;
	color:#fff;
	font-size:129%;
	font-weight:bold;
	text-indent:1em;
}
#about_vc h3 span {
	font-size:72%;
}
#about_vc h3:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#about_vc h3.orange {
	background:#ff9900;
}
#about_vc h3.pink {
	background:#ff6699;
}
#about_vc h3.green {
	background:#669933;
}

#about_vc div.benri_title {
	width:720px;
	height:135px;
	margin:0 0 0 -10px;
	background: url(../images/h3_benri.gif) 0 0 repeat-x;
}
#about_vc div.benri_title h3 {
	color:#000088;
	font-size:143%;
	padding:50px 0 0 25px;
}

dl#benri_contents {
	margin-bottom:20px;
}
dl#benri_contents dt {
	width:720px;
	height:35px;
	background: url(../images/check.gif) 0 0 no-repeat;
	color:#000088;
	font-size:129%;
	font-weight:bold;
	text-indent:35px;
	line-height:35px;
}
dl#benri_contents dd {
	padding:0 30px 10px 35px;
	padding-left:35px;
}

dl#howtouse_contents {
	width:537px;
	margin:0 0 50px 50px;
}
dl#howtouse_contents dt {
	height:28px;
	background: url(../images/howtouse_title.gif) 0 100% no-repeat;
	color:#fff;
	font-size:122%;
	font-weight:bold;
	text-indent:10px;
	line-height:35px;
	vertical-align:bottom;
}
dl#howtouse_contents dd.contents {
	padding:10px;
	border-top:1px solid #8dcbea;
	border-bottom:1px solid #8dcbea;
	background: url(../images/howtouse_bg.gif) 0 0 repeat-y;
}

dl#howtouse_contents dd.contents div {
	overflow:auto;
	width:502px;
	height:109px;
	background: url(../images/howtouse_message.gif) 0 0 no-repeat;
}

dl#howtouse_contents dd.contents div span{
	display:block;
	padding:20px 0 0 90px;
	line-height:1.3;
}

dl#howtouse_contents dd.contents span.image{
	display:block;
	width:100%;
	height:114px;
	padding:10px 0 0 0;
	background: url(../images/mypage_banner.gif) 100% 0 no-repeat;
}

dl#howtouse_contents dd.contents span.image ul{
	width:300px;
	height:100px;
	margin-top:8px;
}
dl#howtouse_contents dd.contents span.image li{
	float:left;
	width:120px;
	/*height:35px;*/
	margin:2px;
	padding:5px;

	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 3px #ff9900 solid;     /* 枠線の装飾 */
	background-color: #ffe8b1;   /* 背景色 */

	color:#993300;
	font-weight:bold;
	text-align:center;
}

dl#howtouse_contents dd.contents span.image{
	display:block;
	width:100%;
	height:114px;
	padding:10px 0 0 0;
	background: url(../images/mypage_banner.gif) 100% 0 no-repeat;
}

dl#howtouse_contents dd.contents span.image span{
	float:left;
	display:block;
	width:120px;
	padding:10px;
	background:#ffffcc;
}
dl#howtouse_contents dd.arrow {
	width:537px;
	height:32px;
	background: url(../images/howtouse_arrow.gif) 0 0 no-repeat;
}
dl#howtouse_contents dd.arrow span {
	visibility: hidden;
}


table#orange {
	margin:0 0 20px 0;
}
table#orange td {
	width:177px;
	height:260px;
	color:#fff;
	font-size:93%;
	vertical-align:bottom;
}
table#orange td.orange01 {
	background: url(../images/orange01.jpg) 0 100% no-repeat;
}
table#orange td.orange02 {
	background: url(../images/orange02.jpg) 0 100% no-repeat;
}
table#orange td.orange03 {
	background: url(../images/orange03.jpg) 0 100% no-repeat;
}
table#orange td.orange04 {
	background: url(../images/orange04.jpg) 0 100% no-repeat;
}
table#orange td div {
	width:150px;
	height:73px;
	margin:0 10px;
}
table#pink {
	margin:0 0 20px 0;
	page-break-after:always;
}
table#pink td {
	width:230px;
	height:308px;
	color:#fff;
	font-size:93%;
	vertical-align:bottom;
}
table#pink td.pink01 {
	background: url(../images/pink01.jpg) 0 100% no-repeat;
}
table#pink td.pink02 {
	background: url(../images/pink02.jpg) 0 100% no-repeat;
}
table#pink td div {
	width:195px;
	height:110px;
	margin:0 10px;
}
table#green {
	clear:both;
	margin:0 0 20px 0;
}
table#green td {
	width:200px;
	height:328px;
	color:#fff;
	font-size:93%;
	vertical-align:bottom;
}
table#green td.green01 {
	background: url(../images/green01.jpg) 0 100% no-repeat;
}
table#green td.green02 {
	background: url(../images/green02.jpg) 0 100% no-repeat;
}
table#green td.green03 {
	background: url(../images/green03.jpg) 0 100% no-repeat;
}
table#green td div {
	width:170px;
	height:125px;
	margin:0 10px;
}
/*--------------
footer
----------------------------------------------------------*/
#footer ul{
	margin: 0 auto;
	padding:0;
	width:700px;
	text-align:center;
}
#footer li{
	margin:0;
	padding:0;
	font-size:86%;
	vertical-align:top;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	list-style-type:none;
}
#footer li a {
	padding:0 10px;
}
address {
	clear:both;
	padding:10px 0;
	font-style:normal;
	font-size:86%;
	color:#333;
	text-align:center;
}
/*--------------
totop
----------------------------------------------------------*/
div#totop{
	position:fixed;
	bottom:0;
	right:0;
}
