@charset "utf-8";
/* ========BASIC======== */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.875em;
	color: #333;
	background-image: url(../images/bg_body.gif);
}
br {
	letter-spacing: normal;
}
a {
	text-decoration: none;
}
a:visited {
	color: #01b3c4;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float_left {
	float: left;
	margin-right: 10px;	
}
.float_right {
	float: right;
}

table {
	border-collapse: collapse;
}
.bg_white {
	background-color: #fff;	
}
strong {
	font-weight: normal;
}

/* ========TEMPLATE LAYOUT======== */
div#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
div#frm_h {
	border-top: 5px solid #fd67af;
	background-color: #FFF;
}

div#contents {
	overflow: hidden;
	padding: 10px 0px;
}
div#main {
	width: 660px;
	float: right;
}
div#side {
	float: left;
	width: 280px;
}
div#pageTop {
	clear: both;
}
div#footer {
	clear: both;
	margin: 0 5px;
}


/* ========HEADER======== */
div#header {
	width: 960px;
	height: 107px;
	margin: 0 auto;
	position: relative;
}
div#header img#yourspc {
	position: absolute;
	top: 30px;
	left: 15px;
	margin: 0px;
	padding: 0px;
}
div#header img#tel_info {
	position: absolute;
	top: 0px;
	left: 650px;
	margin: 0px;
	padding: 0px;
}
div#header h1 {
	margin-left: 15px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}

.logo_yourspc {
	width:434px;
	height:69px;
	margin-top: 5px;
	margin-left: 15px;
	background-image: url(../images/logo_yourspc.png);
}

/* ==============MENU================== */
div#frm_n {
	height: 60px;
	background-image: url(../images/bg_navi.gif);
	border-top: 2px solid #F69;
}

div#menu ul.main_menu {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 60px;
}

div#menu ul.main_menu > li {
	color: #333;
	list-style-type: none;
	float: left;

}

div#menu ul.main_menu li a {
	display: block;
	width:100%;
    height:100%;
	line-height: 60px;
	background-color: #fff;
}


div#menu ul.main_menu li ul.sub_menu{
	position: absolute;	
	list-style-type: none;
	z-index: 2;
	margin: 0;
	padding: 0;
	
}
div#menu ul.main_menu li ul.noscript {
	visibility:hidden;
}

div#menu{
    zoom:1;
}

div#menu ul.main_menu:after {
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:both;
}

/* ========MAIN_VISUAL======== */
div#main_visual {
	margin-bottom: 10px;
	margin-top: 20px;
}
/* ========SUBCONTENTS======== */

#side {
	width: 280px;
	padding-bottom: 48px;
	background-image: url(../images/bg_side_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#side h2#side_info {
	line-height: 90px;
	background-image: url(../images/bg_side_info.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#side h2#side_contact {
	line-height: 77px;
	background-image: url(../images/bg_side_contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#side .section {
	padding: 0 15px;
	background-image: url(../images/bg_side_middle.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#side img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#side .indent {
	margin-left: 42px;
}
/* ========MAIN CONTENTS======== */

#main .section {
	width: 616px;
	border: 2px solid #fd67af;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}

/* 各ページ　*/
/* ========index.html======== */
#main h2#title_yours {
	background-image: url(../images/title_yours.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}
#main h2#title_new {
	background-image: url(../images/title_new.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}
#main .section img.right {
	float: right;
}

#main .section_new {
	width: 616px;
	height: 140px;
	border: 2px solid #fd67af;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 0px;
	background-color: #fff;
	overflow: auto;
}

#main .section_new dl dt {
	border-bottom: dotted 1px #F6C;
	margin-top: 4px;
	margin-bottom: 0;
	color: #F6C;
	font-weight: bold;
}
#main .section_new dl dd {
	margin-left: 0px;
	margin-top: 2px;
	padding-left: 10px;
	color: #333333;
}

#main #top_bnr {
	overflow: hidden;
	margin-bottom: 15px;
}
/* ========lesson.html======== */
#main h2#title_private {
	background-image: url(../images/title_private.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}
#main h2#title_group {
	background-image: url(../images/title_group.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}
#main .group_month {
	color: #39F;
	font-weight: bold;
	border-left: 10px solid #39F;
	border-bottom: 2px dotted #39F;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
	clear: both;	
}
#main .group_month_long {
	color: #F66;
	font-weight: bold;
	border-left: 10px solid #F66;
	border-bottom: 2px dotted #F66;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
	clear: both;	
}
#main .sp {
	padding: 0 10px;
	margin-bottom: 10px;
	overflow: hidden;
}


#main .items p {
	line-height: 2;
}

.group_lesson, .group_lesson td, .group_lesson th {
	border: solid 2px #3CC;
	border-collapse: collapse;
	padding: 5px;
}
.group_lesson th {
	background-color: #FFC;
}
.group_lesson .th1 {
	width: 170px;
}
.group_lesson .th2 {
	width: 170px;
}
.group_lesson .th4 {
	width: 70px;
}
.cancel {
	border: dashed 1px #006633;
	background-color: #9FC;	
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
}

/* ========school.html======== */
#main h2#title_inst {
	background-image: url(../images/title_inst.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}
#main h2#title_work {
	background-image: url(../images/title_work.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}

#main h2#title_student {
	background-image: url(../images/title_student.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}
#main h3 {
	margin-top: 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #666;
	padding-left: 5px;
	border-left: 10px solid #3CC;
	border-bottom: 2px dotted #3cc;
	color: #3cc;

	
}

/* ========access.html======== */
#main h2#title_access {
	background-image: url(../images/title_access.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}
#main h2#title_map {
	background-image: url(../images/title_map.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}

/* ========contact.html======== */
#mail_form {
	width: 610px;
}

#mail_form th, #mail_form td{
	border: 1px solid #ff7fbc;
	padding: 15px;
}

#mail_form th {
	width: 130px;
	background-color: #ff7fbc;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#mail_form th.form_end {
	border-bottom: 1px solid #ff7fbc;
}

#mail_form span.required {
	color: #F00;
	font-size: 0.8em;
}

p.form_btn {
	margin-top: 10px;
}

/* ========contact.html======== */
#main h2#title_contact {
	background-image: url(../images/title_contact.gif);
	height: 38px;
	width: 660px;
	text-indent: -9999px;
}


/* ========FOOTMENU======== */
img.totop {
	position: absolute;
	bottom:-83px;
	right:-80px;
}
div#footMenu p {
	text-align: center;
	font-style: normal;
	color: #01b3c4;
	margin-top: 20px;
	clear: both;
}
div#footMenu p a:visited {
	color: #01b3c4;
}
/* ========FOOTER======== */
div#footer {
	background-image: url(../images/bg_footer.gif);
	height: 90px;
	margin: 0px;
}
.copyright {
	font-style: normal;
	color: #fff;
	text-align: center;
	padding-top: 55px;
}