@charset "utf-8";
/*
(C) SINOBU MUSIC SCHOOL INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	MAIN
	
	SLIDE
	
	FOOTER
	
	CONTACT
	
*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

a {
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #1a6a84;
	text-decoration: underline;
}

div.alpha a:hover img {
	border-color: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.L {
	float: left;
	display: inline;
}

.R {
	float: right;
	display: inline;
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

div.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

div.wrapper-s {
	width: 950px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/common/bg1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#P01 {
	background-image: url(../img/common/loopbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#P02 {
	background-image: url(../img/common/loopbg02.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/

div#header div.inner {
	width: 950px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/common/tel.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

div.inner div.logo {
	width: 355x;
	height: 117px;
	margin: 0;
	overflow: hidden;
	background-image: url(../img/common/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.logo h1 a {
	width: 355x;
	height: 117px;
	display: block;
}

div.logo h1 {
	width: 355px;
	height: 117px;
	text-indent: -7777em;
}

/* 
----------------------------------------------------------------------------- 
NAVI
-----------------------------------------------------------------------------*/

div.Navi-w {
	width: 950px;
	height: 45px;
	display: block;
	position: relative;
}

ul#Navi {
	width: 696px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 127px;
	background-image: url(../img/common/navi.jpg);
	background-repeat: no-repeat;
}

ul#Navi li {
	width: 139px;
	height: 45px;
	float: left;
	display: inline;
}

ul#Navi li a {
	width: 139px;
	height: 45px;
	display: block;
	background-image: url(../img/common/navi.jpg);
	background-repeat: no-repeat;
	text-indent: -7777em;
	overflow: hidden;
	top: 0;
	left: 0;
}

ul#Navi li#nav01 a { background-position: 0px 0px; }

ul#Navi li#nav01 a:hover { background-position: 0px -45px; }

body.b01 ul#Navi li#nav01 a { background-position: 0px -90px; }

ul#Navi li#nav02 a { background-position: -139px 0px; }

ul#Navi li#nav02 a:hover { background-position: -139px -45px; }

body.b02 ul#Navi li#nav02 a { background-position: -139px -90px; }

ul#Navi li#nav03 a { background-position: -278px 0px; }

ul#Navi li#nav03 a:hover { background-position: -278px -45px; }

body.b03 ul#Navi li#nav03 a { background-position: -278px -90px; }

ul#Navi li#nav04 a { background-position: -417px 0px; }

ul#Navi li#nav04 a:hover { background-position: -417px -45px; }

body.b04 ul#Navi li#nav04 a { background-position: -417px -90px; }

ul#Navi li#nav05 a { background-position: -556px -0px; }

ul#Navi li#nav05 a:hover { background-position: -556px -45px; }

body.b05 ul#Navi li#nav05 a { background-position: -556px -90px; }


/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/

/* note */

div.note {
	width: 950px;
	height: auto;
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
	position: relative;
}

dl.news {
	margin-left: 25px;
}

dl.news dt{
  clear: left;
  float: left;
  width: 5em;
  margin-bottom: 15px;
}

dl.news dd{
  margin-left: 7em;
  background-image: url(../img/common/newsbg.gif);
  background-position: top left;
  background-repeat: repeat-y;
  margin-bottom: 15px;
  padding-left: 20px;
  zoom: 1;
}


/* index */

div.category-w {
	width: 940px;
	margin: 2em auto;
	background-image: url(../img/common/dot01.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 5px;
}

div.info-wap {
	width: 500px;
	display: block;
	overflow: hidden;
}

div.blog-wap {
	width: 400px;
	display: block;
	overflow: hidden;
}

div.blog {
	width: 375px;
	height: auto;
	display: block;
	margin-left: 25px;
	margin-bottom: 3em;
	float: none;
	clear: both;
}

h5.tit {
	height: 56px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -7777em;
	margin-bottom: 2em;
}

.t-wel {
	width: 500px;
	background-image: url(../img/common/tit-wel.gif);
}

.t-new {
	width: 500px;
	background-image: url(../img/common/tit-new.gif);
}

.t-photo {
	width: 500px;
	background-image: url(../img/common/t-schoolpho.gif);
}

.t-mgn {
	margin-top: 1em;
}

div.info-wap p {
	padding-left: 25px;
}

div.btit {
	width: 405px;
	height: 56px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 2em;
	background-image: url(../img/common/tit-blog.gif);
}

div.btit img {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}

div.piano {
	width: 461px;
	height: 264px;
	margin-left: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/common/piano.jpg);
	overflow: hidden;
	display: block;
}

div.photobox {
	width: 500;
	height: auto;
	margin-left: 25px;
}

div.photobox img {
	width: 120px;
	padding: 1px;
	border: 1px solid #dcdcdc;
}


/* school */

#P02 div.note {
	margin-top: 2em;
	color: #333333;
}

.t-school {
	width: 500px;
	background-image: url(../school/img/tit-schoolinfo.gif);
}

div.memo {
	width: 660px;
	height: auto;
	background-image: url(../school/img/dot02.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin-bottom: 2em;
	display: block;
}

div.memo2 {
	width: 660px;
	height: 700px;
	background-image: url(../school/img/dot02.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin-bottom: 2em;
	display: block;
}

div.nyukai {
	width: 640px;
	height: 128px;
	background-image: url(../school/img/nyukai.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

div.nyukai p {
	margin-left: 163px;
	margin-top: 20px;
	width: 470px;
	color: #333333;
}

div.cose {
	width: 630px;
	height: auto;
	border: 5px solid #bdb9ad;
	margin: 25px 0;
	display: block;
	overflow: hidden;
}

div.cose div.c-class {
	margin: 10px;
	background-image: url(../school/img/dot03.gif);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	display: block;
	overflow: hidden;
}

div.c-class p.c-title {
	width: 280px;
	height: auto;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 165px;
	color: #2494b9;
}

div.c-class p.c-text {
	width: 280px;
	height: auto;
	position: absolute;
	top: 35px;
	left: 165px;
}

div.c-class p.c-lesn {
	width: 150px;
	height: auto;
	position: absolute;
	top: 35px;
	left: 475px;
	color: #2494b9;
}



div.cose div.c-class2 {
	margin: 10px;
	background-image: url(../school/img/dot03.gif);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	display: block;
	height:140px;
	overflow: hidden;
}

div.c-class2 p.c-title {
	width: 280px;
	height: auto;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 165px;
	color: #2494b9;
}

div.c-class2 p.c-text {
	width: 280px;
	height: auto;
	position: absolute;
	top: 45px;
	left: 165px;
}

div.c-class2 p.c-lesn {
	width: 150px;
	height: auto;
	position: absolute;
	top: 35px;
	left: 475px;
	color: #2494b9;
}


div.side {
	width: 270px;
	height: auto;
	display: block;
}

div.side div.kokuti {
	margin: 2em 0 2em 10px;
}

div.kokuti p {
	background-image: url(../school/img/icon01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
	overflow: hidden;
	margin: 2em 0;
}

div.address {
	width: 640px;
	height: auto;
	margin: 2em 0; 
	display: block;
	overflow: hidden;
}

div.address div.a-text {
	width: 277px;
	padding-left: 13px;
	height: auto;
	display: block;
	overflow: hidden;
}

div.address div.map {
	width: 300px;
	height: auto;
	display: block;
	overflow: hidden;
}

div.side-p img {
	width: 70px;
	padding: 1px;
	border: 1px solid #dcdcdc;	
}


/* link */

.t-link {
	background-image: url(../link/img/link.gif);
}

div.linkbox {
	width: 190px;
	height: 230px;
	border: 5px solid #bdb9ad;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.linkbox div.imgwap {
	width: 180px;
	height: 135px;
	overflow: hidden;
	display: block;
	margin: 4px auto 5px;
	border: 1px #CCCCCC solid;
}

div.linkbox p.linkname {
	color: #0066CC;
	margin-bottom: 5px;
	padding: 0 7px;
}

div.linkbox p.linktext {
	font-size: 11px;
	padding: 0 7px;
}






/* live */

.t-live {
	background-image: url(../live/img/t-live.gif);
}

.t-live2 {
	background-image: url(../live/img/2t-live.gif);
}


div.livebox {
	width: 640px;
	height: auto;
	overflow: hidden;
	margin-bottom: 2em;
}

div.livebox div.livemenu {
	width: 640px;
	height: 50px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -7777em;
}

.j-sinobu {
	background-image: url(../live/img/j-sinobu.gif);
}

.j-makamakas {
	background-image: url(../live/img/j-makamakas.gif);
}

.j-radio {
	background-image: url(../live/img/j-radio.gif);
}

.j-music {
	background-image: url(../live/img/j-music.gif);
}

div.livebox div.livetext {
	width: 602px;
	height: auto;
	display: block;
	border-bottom: 5px solid #bdb9ad;
	border-left: 5px solid #bdb9ad;
	border-right: 5px solid #bdb9ad;
	padding: 20px 14px 5px;
}

div.livebox div.livetext p {
	padding: 1em 0;
}

div.livebox div.livephoto {
	width: 180px;
	height: auto;
	display: block;
	overflow: hidden;
}

div.livebox div.livephoto img {
	margin: 0 0 15px;
}

dl.fakeTable {
	width: auto;
	font-size: 12px;
	line-height: 170%;
	overflow: hidden;
	font-size: 11px;
}

dl.fakeTable a { color: #666;}

dl.fakeTable dt {
	margin: 0.3em 0.3em 0.3em 0.1em;
	padding: 0.2em;
	width: 7em;
	text-align: left;
}

dl.fakeTable dd {
	padding: 0.5em 0.5em 0.2em 7.2em;
	margin: -2.6em 0 0;
	background: url(../live/img/dot.gif) left bottom repeat-x;
	text-align: left;
}

table.live {
width:100%;
}


table.live tr{
	background: url(../live/img/dot.gif) left bottom repeat-x;
	text-align: left;	
}


table.live th{

	text-align: left;
	padding: 0.5em;
	width:150px;
	vertical-align:top;
}
.time{

	text-align: left;
	padding: 0.5em;
	width:200px;
}

.basyo{

	text-align: left;
	padding: 0.5em;
	vertical-align:top;
}


/* 
----------------------------------------------------------------------------- 
LINE
-----------------------------------------------------------------------------*/

span.line {
	border-bottom: 1px #e0dcd8 solid;
	height: 1px;
	margin: 0 1em 1em;
	display: block;
	float: none;
	clear: both;
}

span.line hr {
	display: none;
}

span.none {
	float: none;
	clear: both;
	display: block;
}

span.none hr {
	display: none;
}

/* 
----------------------------------------------------------------------------- 
TABLE
-----------------------------------------------------------------------------*/

table.sol2 {
	margin-top: 5em;
	font-size: 12px;
}

table.sol2 td.line {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0px;
	padding: 10px;
	font-size: 12px;
}

table.sol2 td {
	padding: 10px;
}

input.btn01 {
	background: url(../img/common/btn.jpg) 0 0 no-repeat;
	border: none;
	width: 148px;
	height: 22px;
	overflow: hidden;
	text-indent: -7777em;
	text-align: left;
	cursor: pointer;
	display: block;
}

table.sol {
	border-collapse: collapse;
	border-style: solid;
	border-color: #2c1e19;
	border-width: 1px;
	margin: 5px 0px;
}
 
table.sol td {
	border-style: solid;
	border-color: #593c32;
	border-width: 1px 0px;
	padding: 3px;
}

table.sol-w {
	border-collapse: collapse;
	border-style: solid;
	border-color: #593c32;
	border-width: 1px;
	margin: 5px 0;
}
 
table.sol-w td {
	border-style: solid;
	border-color: #593c32;
	border-width: 1px 1px;
	padding: 3px;
	font-size: 12px;
}


/* 
----------------------------------------------------------------------------- 
SLIDE
-----------------------------------------------------------------------------*/

div#slideshow {
	width: 950px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#slideshow img {
	top: 0;
	left: 0;
}

/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

div#footer {
	width: 950px;
	height: 75px;
	clear: both;
	display: block;
	overflow: hidden;
}

div#footer div.inner {
	width: 950px;
	height: 65px;
	margin: 0 auto;
	background-image: url(../img/common/footbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	font-size: 11px;
}

div#footer div.inner p.footnavi {
	position: absolute;
	top: 13px;
	right: 30px;
}

div#footer div.inner p.footcopy {
	position: absolute;
	font-size: 10px;
	top: 40px;
	right: 30px;
}

div#footer h1 {
	position: absolute;
	font-size: 10px;
	top: 13px;
	left: 220px;
}

div#footer address {
	position: absolute;
	font-size: 10px;
	top: 30px;
	left: 220px;
}

div.look {
	height: 5px;
	background-color: #000000;
	float: none;
	clear: both;
}

div.look hr {
	display: none;
}

/* 
----------------------------------------------------------------------------- 
BLOG
-----------------------------------------------------------------------------*/

p.b-tit {
	font-size: 15px;
}

p.b-tit a {
	color: #0066CC;
}

p.b-tit a:visited {
	color: #0066CC;
}

p.b-tit a:hover {
	color: #00acd7;
}

p.b-bdr {
	padding: 0.5em 0.5em 0.2em 0;
	margin: 0;
	background: url(../img/common/dot03.gif) left bottom repeat-x;
	text-align: left;
}

span.b-date {
	font-size: 11px;
	color: #0066CC;
}

p.b-body {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

p.b-link {
	float: right;
	width: 81px;
	height: 22px;
	display: block;
	background-image: url(../img/common/more.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -7777em;
	margin-bottom: 40px;
}

p.b-link a {
	width: 81px;
	height: 22px;
	display: block;
}
