/* CSS Document */

/* BASE
---------------------------------------------------- */
* {
	margin: 0px; 
	padding: 0px;
}

/* 色つき
----body {
	background-color: #E3E3D0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
	color: #666666;
	margin: 0;
	padding: 0;
}
----- */
body {
	background-color: #FFF;
	text-align: center;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5em;
	color:#666;
	margin: 0;
	padding: 0;
}

div#wrapper{
	width:1110px;
	position:relative;
}

div#wrapper p#cube{
	position:absolute;
	top:102px;
	left:0px;
	width:428px;
	height:29px;
	z-index:100;
}

div#wrapper p#cubeHP{
	position:absolute;
	top:130px;
	left:30px;
	width:210px;
	height:41px;
	z-index:100;
}
td {
	font-size: 12px;
	line-height: 1.6em;
	color: #666666;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


/* ヘッダー＆ナビ
---------------------------------------------------- */
#header {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #AEAEAE;
	line-height: 1em;
}

#header #header-left {
	float: left;
}

#header #header-left h1 {
	margin: 0;
	padding: 10px 0 0 30px;
	font-size: 12px;
	color: #AEAEAE;
}

#header #header-right {
	float: right;
	padding-top: 0;
}

ul#globalnavi{
	margin-left:20px;
}
ul#globalnavi li{
	float:left;
	display:inline;
}


.bd-slide	{ visibility: hidden; display: inline-block; overflow: hidden; position: relative;}

/* トップページ
---------------------------------------------------- */
#top-main {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 10px 100px;
}

#menu {
	width: 850px;
	padding: 50px 0;
	text-align: left;
	line-height:1.7;
	float: left;
}

#menu p{
	margin-left:80px;
}

#loopslider {
	width: 330px;
	height: 180px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
/*	width: 100%;*/
	height: 180px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	width: 127px;
	height: 180px;
	float: left;
	display: inline;
	overflow: hidden;
}


/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}


/* フッター
----------------------	border-top: #AEAEAE solid 1px;
------------------------------ */

#footer .copyright {
	margin-right: 10px;
}
#footer{font-weight:normal;font-size:12px;line-height:17px;color:#666666;margin-top:100px;padding:30px 0 50px 0;width:1100px; height:300px;background:#e5e5e5; clear:both;}
#footer a{color:#666666}
#footer #FooterContent{margin:0 auto;width:1300px}
#footer #FooterContent #FooterContentLeft{float:left;width:700px }
#footer #FooterContent #FooterContentLeft dl{float:left;margin-bottom:40px;width:200px}
#footer #FooterContent #FooterContentLeft dl dt{height:33px;font-weight:bold}
#footer #FooterContent #FooterContentLeft dl dd{padding:5px 0 5px 10px;border-left:1px solid #fff; text-align:left;}
#footer #FooterContent #FooterContentLeft .b-like-box{clear:both;width:700px;height:180px}
#footer #FooterContent #FooterContentRight{float:right;width:300px}
#footer #FooterContent #FooterContentRight ul{display:table;margin-top:28px;width:100%}
#footer #FooterContent #FooterContentRight ul li{display:table-cell;text-align:center}
#footer #FooterContent #FooterContentRight ul li a{display:inline-block;margin:0;padding:0;width:44px;height:44px;line-height:44px;color:white;text-decoration:none;text-align:center;border:0;background-color:transparent;border-width:3px;border-style:solid;border-color:white;text-indent:-9999em;border-radius:25px;background-image:url(/assets/webpage/icons/icons-23bb1699daca9b7382ec5378fcb575c0.png);background-repeat:no-repeat}
#footer #FooterContent #FooterContentRight ul li a.KinarinoTwitter{background-position:50% -803px}
#footer #FooterContent #FooterContentRight ul li a.KinarinoFacebook{background-position:50% -921px}
#footer #FooterContent #FooterContentRight ul li a.KinarinoGoogle{background-position:65% -2062px}


.clearfix:after { 
        content: ".";  /* 新しいコンテンツ */ 
        display: block; 
        clear: both; 
         height: 0; 
        visibility: hidden; /* 非表示に */ 
} 


/* コンテンツページ
---------------------------------------------------- */
#contents {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: left;
}

.pagetop {
	width: 720px;
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}

.pagetop2 {
	width: 720px;
	margin: 0;
	font-size: 10px;
	text-align: right;
}

.float-left {
	float: left;
	margin: 0 30px 20px 0;
}

.float-right {
	float: right;
	margin: 0 0 20px 30px;
}

/* 段落・テキスト
---------------------------------------------------- */
h1.title img{
	width:780px;
	margin-top:40px;
}

#contents p.text {
	width: 720px;
	margin-top: 20px;
}

#contents p.text2 {
	width: 680px;
	margin-top: 20px;
	margin-left: 40px;
}

h2.pagetitle {
	margin: 40px 0 0 0;
}

h3.midashiL {
	width: 720px;
	border-left: solid 4px #776555;
	font-weight: bold;
	font-size: 14px;
	color: #776555;
	padding-left: 10px;
	margin-top: 50px;
}

h3.midashiL-top {
	width: 720px;
	border-left: solid 4px #776555;
	font-weight: bold;
	font-size: 14px;
	color: #776555;
	padding-left: 10px;
	margin-top: 20px;
}

.brown{
	font-weight: bold;
	color:#776555;
}

.txt-blue {
	color: #6697CC;
}

.txt-red {
	color: #CC3333;
}

/* レッスン
---------------------------------------------------- */
h4.crs-title {
	margin: 40px 0 0 40px;
	padding-bottom: 5px;
	border-bottom: #776555 1px dotted;
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	color: #776555;
}

table.guide {
	margin: 30px 0 0 40px;
}

table.guide td.mt20 {
	padding-top: 20px;
}

ul.lesson {
	margin: 0;
	padding: 0;
	list-style-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/common/arrow_s.gif);
	padding-left: 2em;
}

ul.lesson li {
	margin-top: 20px;;
}

/* ギャラリー
h3.glr-category {
	margin: 20px 0 0 0;
	padding-bottom: 5px;
	border-bottom: #000 1px dotted;
	width: 720px;
}

table.gallery {
	margin: 20px 0 0 0;
}

table.gallery td.thumb {
	width: 80px;
	padding-bottom: 10px;
	padding-right: 11px;
	text-align: left;
}

table.gallery td.thumb-right {
	width: 80px;
	padding-bottom: 10px;
	text-align: left;
}
---------------------------------------------------- */


/* トピックス
---------------------------------------------------- */
table.topics {
	margin: 10px 0 0 50px;
}

table.topics td.media-img {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: #666666 1px dotted;
}

table.topics td.summary {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: #666666 1px dotted;
}

table.topics td.summary img {
	margin-top: 8px;
}

/* リンク
---------------------------------------------------- */
table.link {
	margin: 20px 0 0 0;
}

table.link td {
	padding-bottom: 20px;
}

/* お問い合わせフォーム
---------------------------------------------------- */
table.contact {
	margin: 30px 0 0 0;
	border-top: #666666 solid 1px;
	border-right: #666666 solid 1px;
}

table.contact td.normal {
	padding: 7px 0px 7px 7px;
	border-bottom: #666666 solid 1px;
	border-left: #666666 solid 1px;
}

ul.address {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0em;
}

ul.lesson li {
	margin-top: 20px;;
}