/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	/*text-align: center;*/
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */
body{
	width:100%;
	height:100%;
	text-align:center;
}



table{
	border-collapse: collapse;
}

.index-bg{
	background-color:#310800;
	width:100%;
	height:100%;
}

.studio-bg{
	background-color:#103311;
	width:100%;
	height:100%;
}

.kunie-bg{
	background-color:#081233;
	width:100%;
	height:100%;	
}

.inada-bg{
	background-color:#081233;
	width:100%;
	height:100%;	
}

.guitar-bg{
	background-color:#33290F;
	width:100%;
	height:100%;
}

.cd-bg{
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

.link-bg{
	background-color:#33192F;
	width:100%;
	height:100%;
}

.contact-bg{
	background-color:#103131;
	width:100%;
	height:100%;
}

.wrapper{
	width:700px;
	height:100%;
	background-color:#FFFFFF;
}


/* bg-table要素 */

.bg-table{
	width:700px;
}

.cd-bg-table{
	width:530px;
}

.index-table-top{
	width:700px;
	height:82px;
	background-image:url(../imgs/title-index02.jpg);
	background-repeat:no-repeat;
}

.studio-table-top{
	width:700px;
	height:200px;
	background-image:url(../imgs/title-studio.jpg);
	background-repeat:no-repeat;
}

.dance-table-top{
	width:700px;
	height:200px;
	background-image:url(../imgs/title-dance.jpg);
	background-repeat:no-repeat;
}

.inada-table-top{
	width:700px;
	height:200px;
	background-image:url(../imgs/title-inada.jpg);
	background-repeat:no-repeat;
}

.guitar-table-top{
	width:700px;
	height:200px;
	background-image:url(../imgs/title-guitar.jpg);
	background-repeat:no-repeat;
}

.link-table-top{
	width:700px;
	height:200px;
	background-image:url(../imgs/title-link.jpg);
	background-repeat:no-repeat;
}

.contact-table-top{
	width:700px;
	height:200px;
	background-image:url(../imgs/title-contact.jpg);
	background-repeat:no-repeat;
}

.bg-table-left{
	width:170px;
	height:100%;
}

.bg-table-right{
	width:530px;
	height:100%;
}

.bg-table-bottom{
	width:700px;
	hegith:100px;
}

/* menu要素 */
.menu-table{
	width:170px;
	height:100%;
}

.menu-bg-top{
	width:170px;
	height:16px;/*
	background-image:url(../imgs/box-m-top.gif);
	background-repeat:no-repeat;*/
}

.menu-bg-main{
	width:170px;/*
	background-image:url(../imgs/box-m.gif);
	background-repeat:repeat-y;*/
}

.menu-bg-bottom{	
	width:170px;
	height:16px;/*
	background-image:url(../imgs/box-m-bottom.gif);
	background-repeat:no-repeat;*/
}

.menu{
	width:155px;
	height:100%;
}

.menu a{

	color:#000000;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	text-decoration: none; /*打ち消し線*/
}

.menu a:visited {
	color: #000000;/*リンクの色*/
	text-decoration: none; /*打ち消し線*/
}

.menu a:hover {
	color: #000000; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

.menu-list{
	width:150px;
	height:20px;
	color:#000000;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 12px;
	margin-left:10px;
	line-height:1.2em;
	vertical-align:center;
	margin-top:1px;
}

.icon{
	float:left;
}

.m-studio{
	width:150px;
	height:20px;
	color:#CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 12px;
	margin-left:10px;
	line-height:1.2em;
	vertical-align:bottom;
	background-color:#103311;
	padding-top:2px;
}

.m-guitar{
	width:150px;
	height:20px;
	color:#CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 12px;
	margin-left:10px;
	line-height:1.2em;
	vertical-align:bottom;
	background-color:#33290F;
	padding-top:2px;
}

.m-dance{
	width:150px;
	height:20px;
	color:#CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 12px;
	margin-left:10px;
	line-height:1.2em;
	vertical-align:bottom;
	background-color:#081233;
	padding-top:2px;
}

.m-link{
	width:150px;
	height:20px;
	color:#CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 12px;
	margin-left:10px;
	line-height:1.2em;
	vertical-align:bottom;
	background-color:#33192F;
	padding-top:2px;
}

.m-contact{
	width:150px;
	height:20px;
	color:#CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 12px;
	margin-left:10px;
	line-height:1.2em;
	vertical-align:bottom;
	background-color:#103131;
	padding-top:2px;
}

/* contents要素 */

.contents-table{
	width:530px;
	height:100%;
}




.studio-bg-top{
	widht:530px;
	height:103px;
	background-image:url(../imgs/subtitle-studio.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

.dance-bg-top{
	widht:530px;
	height:103px;
	background-image:url(../imgs/subtitle-dance.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

.inada-bg-top{
	widht:530px;
	height:103px;
	background-image:url(../imgs/subtitle-inada.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

.guitar-bg-top{
	widht:530px;
	height:103px;
	background-image:url(../imgs/subtitle-guitar.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

.cd-bg-top{
	widht:530px;
	height:103px;
	background-image:url(../imgs/cd-subtitle.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}


.link-bg-top{
	widht:530px;
	height:103px;
	background-image:url(../imgs/subtitle-link.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

.contact-bg-top{
	widht:530px;
	height:103px;
	background-image:url(../imgs/subtitle-contact.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

.contents-bg-main{
	widht:530px;
	height:100%;
	background-image:url(../imgs/box-c.gif);
	background-repeat:repeat-y;
}

.contents-bg-bottom{
	widht:530px;
	height:16px;
	background-image:url(../imgs/box-c-bottom.gif);
	background-repeat:no-repeat;
}

.ifield{
	width:380px;
	height:600px;
	margin-left:70px;
}

.ifield-studio{
	width:450px;
	height:730px;
	margin-left:50px;
}

.contents{	
	width:500px;
	hegith:100%;
	margin-top;10px;
}

.subtitle{
	color:#18244A;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 0.9em;
	font-weight:bold;
	margin-left:145px;
}

.lead{
	color:#18244A;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 0.8em;
	font-weight:bold;
	margin-left:150px;	
}

.cchar{
	color:#18244A;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 0.8em;
	margin-left:160px;
}



/* kunie-menu要素 */

.k-menu{
	color:#FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 0.8em;
	text-align:center;
	margin-left:150px;	
}



.k-menu a{
	color: #FFFFFF; /*リンクの色*/
	text-decoration: none; /*下線無し*/
	padding:5px;
}

.k-menu a:visited {
	color: #CCCCCC;/*リンクの色*/
	text-decoration: none; /*打ち消し線*/
}

.k-menu a:hover {
	color: #CCCCCC; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/* .k-menu li{
	display: block;
	height:26px;
	color:#FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 0.8em;
	margin-right:15px;
	float:right;
	background:url(../imgs/menub_bg.gif);
	background-repeat:repeat-x;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/ /*
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.k-menu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	width:380px;
	height:20px;
	list-style: none;
}

.k-menu li{
	float:left;
}

.k-menu li a{
	float: left;
	display: block;
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size:0.8em;
	font-weight: bold;
	padding:0 0 0 0px; /*Padding to accomodate left tab image. Do not change
	height: 20px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.k-menu li a b{
	float: left;
	display: block;
	padding: 0 0px 0 30px; /*Padding of menu items
}

.k-menu li.current a, .k-menu li a:hover{
	color: #fff;
	background: url(../imgs/menub_hover_left.gif) no-repeat; /*left tab image path
	background-position: left;
}

.k-menu li.current a b, .k-menu li a:hover b{
	color: #fff;
	background: url(../imgs/menub_hover_right.gif) no-repeat right top; /*right tab image path
}

*/



/* footer要素 */

.footer{
	width:700px;
	hegith:100px;
	text-align:center;
}

.cd-footer{
	width:530px;
	hegith:100px;
	text-align:center;
}


.fchar{
	font-size: 11px;
	font-family: font-family: "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
}

a.fchar{
	color: #18244A; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

a.fchar:visited {
	color: #18244A;/*リンクの色*/
	text-decoration: none; /*打ち消し線*/
}

a.fchar:hover {
	color: #18244A; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}