@charset "Shift_JIS";


/*共通 browser-css reset
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/*共通 basic-design structure
---------------------------------------------------- */
body{
	margin: 10px auto;
	text-align: center;
	line-height:1.3;
}

a img{
	border-style: none;
}

#wrapper{
	background: url(../shared/sib/bg.gif) repeat-y;
	width: 810px;
	height: 100%;
	margin: 0 auto;
	color: #333333;
}




/*共通 Header structure
---------------------------------------------------- */
#header{
	background: url(../shared/sib/headerbg.jpg) no-repeat;
	width: 480px;
	height: 110px;
}

#logo{
	border:none;
	
}

/*共通 nav structure
---------------------------------------------------- */
#nav{
	padding:0 0 3px 0;
	font-size: 0.9em;
}

#nav ul{
	list-style: none;
}

#nav li{
	display: block;
	width: 250px;
	margin: 0 0 2px 0;
	border-left: 8px solid #ff3399;
	border-bottom: 1px solid #e4e8fb;
}

#nav a{
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-align: right;
	color: #003366;
	width: 240px;
	height: 15px;
	padding: 2px 5px 2px 0;
}


#nav a:hover,#nav a active{
	background: #e4e8fb;
	color: #ff66cc;
	font-weight: bold;
}

#nav .current-page{
	color: #000080;
	text-align: right;
	width: 240px;
	height: 15px;
	padding: 2px 5px 2px 5px;
	border-left: 8px solid #000080;
}


/* cont structure
---------------------------------------------------- */

/*index.html cont structure
二段組 main1:右(main2左main3右)
       sub1:左
---------------------------------------------------- */
#container{
	width: 790px;
	height: 135px;
	background: url(../shared/sib/footer1.gif) no-repeat;
	background-position: bottom;
}

#header{
	float: left;
	width: 480px;
	margin: 0 0 0 5px;
}

#nav{
	float: right;
	width: 290px;
	margin: 0 5px 0 0;
}

#cont1{
	width: 800px;
	height: 100%;
	text-align: left;
	clear: both;
}

#main1{
	float: right;
	width: 550px;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	border-left: 2px solid #e4e8fb;
}

#main2{
	clear: both;
	float: left;
	width: 290px;
	margin-top: 10px;
}

#main3{
	float: right;
	width: 240px;
	border-left: 2px solid #e4e8fb;
	padding: 0 10px 10px 5px;
	margin-top: 10px;
}

#sub1{
	background: url(../shared/sib/book.gif) no-repeat;
	background-position: bottom;
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
	padding-bottom: 90px;
}


p.qr {
	margin: 0 0 10px 20px;
}



/*共通 cont structure
二段組 main:右
       sub:左
---------------------------------------------------- */
#cont{
	width: 800px;
	height: 100%;
	text-align: left;
	clear: both;
	background: transparent;
}

#main{
	background: #ffffff;
	float: right;
	width: 560px;
	margin: 10px 12px 0 0;
	padding-left: 10px;
	border-left: solid 1px #CCCCFF;
}

#sub{
	float: left;
	width: 170px;
	margin: 5px 0 0 8px;
	text-align: left;
	background: transparent;
}




/*共通 cont sub structure
---------------------------------------------------- */
#sub{
	padding: 20px 0 0 5px;
	font-size: 0.9em;
}

#sub ul{
	list-style: none;
	padding-left: 10px;
	width: 150px;
}


#sub li{
  display: block;
	margin: 8px 0 8px 0;
}

#sub li.l2 {
	padding: 0 0 0 18px;
}


#sub li a:link, #sub li a:visited{
	color:#003399;
  background: #ffffff;
	display: block;
	width: 100%;
	text-decoration: none;
}


#sub li a:hover, #sub li a:active {
	background: #ffffff url(../shared/sib/button03.gif) no-repeat;
	color: #ff3399;
	padding-left: 20px;
	font-weight: bold;
}

#sub .currentpage {
	color:#000033;
	font-weight: bold;
	padding-left: 3px;
	background: #ffffff;
	border-left: 4px #000033 solid;
}







/*共通 cont main structure
---------------------------------------------------- */
h1{
	background: url(../shared/sib/h1.gif) no-repeat;
	color:#000080;
	font-size: 1.2em;
	text-align: center;
	margin: 15px 5px 15px 0;
	padding: 5px 0 0 0;
	height: 30px;
}

h2{
	font-weight: bold;
	font-size: 1em;
	background: url(../shared/sib/h2.gif) no-repeat;
	padding: 2px 0 2px 10px;
	margin: 18px 0 5px 0;
}

img{
	float: left;
	margin: 10px 0 0 0 ;
}


ol.nolist {
	margin-left: 1.8em;
}

#main p {
	margin-left: 5px;
}
#main ul {
	margin-left: 5px;
	list-style: none;
}

.cent {
	text-align: center;
}

#main object {
	text-align: center;
}


/*　強調文字、サイズ変更
---------------------------------------------------- */
.emblack {
	font-weight: bold;
}

.emblacks {
	font-weight: bold;
	font-size: 0.9em;
}

.empink {
	font-weight: bold;
	color: #ff3399;
}

.empinks {
	font-weight: bold;
	color: #ff3399;
	font-size: 0.9em;
}

.fonts {
	font-size: 0.9em;
}

.emblue{
	color: #003399;
	font-weight: bold;
}

.emdblue {
	color: #333399;
}


/*news.html 新着、お知らせ
---------------------------------------------------- */
#news {
	margin-left: 20px;
	color: #000033;
	font-size: 0.9em;
	text-align: left;

}

#news table {
	text-align: center;
}

.close a:link, .close a:visited, .close a:hover, .close a:active{
	color: #ffffff;
	font-weight: bold;
	background: #000099;
	text-decoration: none;
	padding: 2px;
}


/*formmali.html お問い合わせ（フォームメール）
---------------------------------------------------- */
#fmail {
	text-align: center;
}

#fmail p {
	margin-bottom: 8px;
}


#fmail table {
	border: none;
	width: 540px;
}


#fmail td {
	padding: 5px 8px;
	text-align: left;
}


#fmail td.ftd1 {
	background: #ccccff;
	border: none;
	font-weight: bold;
	width: 140px;
}

#fmail td.ftd2 {
	background: #ffffff;
	border: none;
	width: 365px;
}

.reds {
	color: #ff0000;
	font-size: 0.8em;
}

/*フォームメール　テンプレート
---------------------------------------------------- */
#check td{
	border: solid 1px #ccccff;
	padding: 3px;
}

#check .td1{
	background: #ccccff;
	width: 190px;
}

#check .td2{
	background: #ffffff;
	width: 400px;
}

#fmail .message {
	width: 790px;
	border-top: solid 30px #000066;
	padding-top: 20px;
	font-weight: bold;
}




/*index.html structure
h1 画像小さめ 上下左右余白
---------------------------------------------------- */
.space{
	background: none;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	color: #000080;
	font-size: 1.1em;
	margin: 5px 0 3px 0;
}
#sub1 p.space{
	font-size: 1.1em;
}


/*index.html structure
table 設定
---------------------------------------------------- */
.tbl1{
	width: 290px;
	font-size: 0.9em;
	margin: 1px 0 0 0;
	background: #f5f5f5;
	border: none;
}
.tbl2 {
	border: none;
	background: #f5f5f5;
}

/*index.html structure
works table 設定
---------------------------------------------------- */
#works {
	width: 400px;
	font-size: 0.9em;
	border: solid 1px #ccccff;
	margin: 1px 0 0 0;
	text-align: center;
}

.wtitle {
	background: #ccccff;
}

#works td {
	height: 30px;
	border: none;
}


/*index.html structure
p 設定
---------------------------------------------------- */
#sub1 p{
	font-size: 0.9em;
}


/*index.html structure
img 設定
---------------------------------------------------- */
.indimg{
	float: left;
	border: 1px solid #9999ff;
	margin: 0 5px 10px 0 ;
}


/*works/school/index.html structure
works/manner.html structure
index.html以外W3Cマーク
回り込み 解除
---------------------------------------------------- */
.indclear{
	clear: left;
}


/*works/school/index.html structure
講習カード,料金脚注 文字小さめ 下左余白
---------------------------------------------------- */
.smlspace{
	font-size: 0.9em;
	margin: 10px 0 20px 20px;
	list-style: none;
}


/*works/school/index.html structure
works/school/test.html structure
works/job.html structure
info/index.html structure
テーブル設定 線:薄い青
---------------------------------------------------- */
table{
	width: 550px;
	border: 1px solid #9999ff;
	margin: 15px 0 15px 0;
	font-size: 0.9em;
}

td,th	{
	padding: 3px;
	border: 1px solid #ccccff;
	border-collapse: collapse;
}

th{
	background: #ccccff;
}


/*works/school/test.html structure
/*works/job.html structure
/*parts/link.html structure
テーブル幅 文字位置
---------------------------------------------------- */
.tblfnt1{
	width: 40px;
}

.tblfnt2{
	width: 60px;
}

.tblfnt3{
	text-align: center;
}

.tblfnt4{
	text-align: left;
}

.tblfnt5 {
	width: 100px;
}




/*works/manner.html structure
中央揃え
---------------------------------------------------- */
#wrkcenter{
	text-align: center;
}


/*works/sales.html structure
h1 文字サイズ 小さく
---------------------------------------------------- */
.fntsml{
	font-size: 1.0em;
}


/*works/school/index.html structure
works/sales.html structure
works/training.html structure
info/greet.html structure
info/privacy_s.html structure
文字間 上余白
---------------------------------------------------- */
.fntspace{
	padding: 15px 0 0 0;
}

.lisp {
	margin: 1px 0 10px 0;
	list-style: none;
}


/*works/school/index.html structure
info/greet.html structure
回り込み 右
---------------------------------------------------- */
.fltr{
	float: right;
	padding: 0 10px 0 0;
}


/*info/privacy_s.html structure
文字サイズ 余白
---------------------------------------------------- */
#fnt, .fonts{
	font-size: 0.9em;
}

#fnt ol{
	margin: 0 0 0 40px ;
}

#fnt p{
	margin: 0 0 0 20px ;
}

h3{
	font-size: 1em;
	margin: 10px 0 5px 0 ;
}

h4{
	margin: 5px 0 5px 0 ;
}




/*index.html link
a 設定
---------------------------------------------------- */
#cont1 a:link,#cont1 a:visited {
	text-decoration: none;
	color: #ff66cc;
}




#cont1 a:hover,#cont1 a:active {
	border-bottom: 1px solid #ff66cc;
	font-weight: bold;
}


/*共通 link
a 設定
---------------------------------------------------- */
#main a:link,#main a:visited {
	text-decoration: none;
	color: #9999ff;
	font-weight: bold;
}

#main a:hover,#main a:active {
	border-bottom: 1px solid #9999ff;
}




/*共通 footer structure
背景：
文字色：
---------------------------------------------------- */
#footer1{
	clear: both;
	width: 775px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background: #ffffff;
	margin: 20px 0 0 0;
}

#footer1 a:link, #footer a:visited {
	text-decoration: none;
	color:#808080;
}


#footer2{
	width: 790px;
	color: #ffffff;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000066 url(../shared/sib/footer2.gif) no-repeat;
	background-position: top;
	padding: 9px 0 0 0 ;
	margin: 5px 0 0 0;
}



