@charset "utf-8";

* {
margin: 0;
padding: 0;
font-size:100%;
font-weight: normal;
}

html {
height: 100%;
margin: 0;
padding: 0;
}


/*	links  */


a:link, a:visited, a:active {
	color: #3333cc;
	text-decoration:none;
	padding-bottom:1px;
	white-space: nowrap;
	text-align: left;
	}
	
a:hover {
	color: #3399ff;
	}
	
body{
	width: 800px;
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrap {
	margin: 0 auto;
	width: 820px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#container{
    width: 800px;
	height: auto;
	margin:0 auto;
	padding: 0;
	backgroundcolor: #ffffff;
}

#header{
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header #btn{
    width: 200px;
	height: 26px;
	margin-right: 10px;
	margin-top: 70px;
	float: right;
}

#php_part{
	width: 784px;
	height: 30px;
	margin: 0 auto;
}

/*メニューボタン部分*/

#menu{
    width: 784px;
	height: 30px;
	margin: 0 auto;
	background-color: #333333;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#menu ul{
    height: 50px;
	margin: 0;
	padding: 0;
}


#menu ul li{
    width: 196px;
	height: 30px;
    float: left;
	background-repeat: no-repeat;
	list-style-type: none;
	text-align: center;
	background-color: #ffffff; 
}

/*HOME*/

#menu li a.home{
    display: block;
	width: 196px;
	background-image: url(../img/btn/home_up.jpg);
	height: 30px;
	background-repeat: no-repeat;
}

#menu li a:hover.home{
	background-image: url(../img/btn/home_over.jpg);
	background-repeat: no-repeat;
}

/*オーディション*/

#menu li a.audition{
    display: block;
	width: 196px;
	background-image: url(../img/btn/audition_up.jpg);
	height: 30px;
	background-repeat: no-repeat;
}

#menu li a:hover.audition{
	background-image: url(../img/btn/audition_over.jpg);
	background-repeat: no-repeat;
}

/*ワークショップ紹介*/

#menu li a.workshop{
    display: block;
	width: 196px;
	background-image: url(../img/btn/work_up.jpg);
	height: 30px;
	background-repeat: no-repeat;
}

#menu li a:hover.workshop{
	background-image: url(../img/btn/work_over.jpg);
	background-repeat: no-repeat;
}

/*サイト概要＆企業・制作会社の皆様へ*/

#menu li a.company{
    display: block;
	width: 196px;
	background-image: url(../img/btn/company_up.jpg);
	height: 30px;
	background-repeat: no-repeat;
}

#menu li a:hover.company{
	background-image: url(../img/btn/company_over.jpg);
	background-repeat: no-repeat;
}





/*動画エリア＆ケータイ画面キャプチャー部分*/


#info{
	width: 784px;
	height: 680px;
	margin: 10px auto 0 auto;
	padding: 0;
	background-repeat: no-repeat;
}


#info #school{
	width: 210px;
	height: 670px;
	margin: 0 auto;
	padding: 0;
	float: left;
}

#info #school .detail{
	width: 210px;
	height: 410px;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#info #school .banner{
	width: 210px;
	height: 70px;
	margin: 10px auto 0 auto;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: left;
}

#info #school .mini_banner{
	width: 210px;
	height: 32px;
	margin: 10px auto 0 auto;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: left;
}

#info #school .toha{
	width: 210px;
	height: 70px;
	margin: 10px auto 0 auto;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
}

#info #right{
	width: 566px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	float: right;
}

#info #right #flash{
	width: 564px;
	height: 218px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	float: right;
	border: 1px solid #CCCCCC;
}

/*新着ニュース*/

#info #right #news{
    width: 564px;
	height: 120px;
	margin: 3px auto 0 auto;
	float: right;
	padding: 0;
	border-bottom: 4px solid #f3f2f2;
	border-left: 1px solid #f3f2f2;
	border-right: 1px solid #f3f2f2;
}

#info #right #news #n_title{
    width: 564px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	background-color: #f3f2f2;
}

#info #right #news #n_text{
	width: 500px;
	height: 80px;
	padding: 0 32px 10px 32px;
	margin: 0 auto;
}

/*リストレイアウト*/

#info #right #news #n_text ul{
	margin: 0;
	padding: 0;
	text-align: left;
}

#info #right #news #n_text ul li{
	width: 480px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
} 

#info #right #news #n_text ul li a{
	width: 220px;
	height: 12px;
	text-align: left;
	margin: 0;
	font-size: 12px;
	color: #333333;
}

#info #right #news #n_text ul li a:hover{
	color: #666666;
	text-align: left;
	background-color: #fde5ec;
}

/*TABLE LAYOUT
#info #right #news #n_text h1{
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}

#info #right #news #n_text p a{
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}

#info #right #news #n_text p a:hover{
	font-size: 12px;
	color: #CCCCCC;
	line-height: 1.5em;
	text-decoration: none;
	background-color:#fedae6;
}
**/

/**　ハリウッド＆スクールオーディション情報　**/

#info #right #audi_info{
	width: 564px;
	height: 300px;
	padding: 0;
	float: right;
	margin: 3px auto 0 auto;
}

/*ハリウッド情報*/

#info #right #audi_info #hollywood{
	width: 278px;
	height: 250px;
	padding: 0;
	margin: 0 2px 0 0;
	float: left;
	border: 1px solid #CCCCCC;
	background-image: url(../img/audi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#info #right #audi_info #hollywood #h_title{
	width: 278px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
}

#info #right #audi_info #hollywood #text{
	width: 240px;
	height: 160px;
	padding: 0;
	margin: 10px auto;
	text-align: left;
}

#info #right #audi_info #hollywood #text ul{
	list-style-type:none;
    line-height:140%;
}

#info #right #audi_info #hollywood #text ul li{
	width: 230px;
	margin: 0 auto;
	font-size: 12px;
	background: url(../img/poti.jpg) left 12% no-repeat;
	padding-left: 15px;
	line-height: 1.8em;
}

#info #right #audi_info #hollywood #text ul li a{
	width: 220px;
	margin: 0;
	color: #333333;
}

/*
#info #right #audi_info #hollywood #text ul li a:link, a:visited, a:active{
	color: #333333;
	background-image: url(../img/poti.jpg);
	padding-left: 15px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
*/

#info #right #audi_info #hollywood #text ul li a:hover{
	color: #666666;
	text-decoration: underline;
}

/*各オーディション情報下部リンク部分*/
#info #right #audi_info #hollywood #link-box{
	width: 240px;
	height: 18px;
	padding: 0;
	margin: 20px auto 0 auto;
	line-height: 2em;
	text-align: right;
}

#info #right #audi_info #hollywood #link-box p a{
	font-size: 12px;
	color: #333333;
	text-align: right;
}


#info #right #audi_info #hollywood #link-box p a:hover{
	font-size: 12px;
	color: #666666;
	background-color: #fde5ec;
}


/********************************************/

/*SD/SDPへのリンクボタン*/

#info #right #about-school #linkbox{
    width: 540px;
	height: 48px;
	margin: 2px auto 0 auto;
}

/****レッスンおためし動画FLASH***/

#sample_movie{
	width: 784px;
	height: 350px;
	margin: 0 auto;
	border: 1px solid #cccccc;
}





/*****************************/

/*レッスン内容*/

#lesson{
	width: 784px;
	height: 320px;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #4d4d4d;
	background-repeat: no-repeat;
}

#lesson .vocal{
    width: 390px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background-color: #CCCC99;
	float: left;
}

#lesson .act{
    width: 390px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background-color: #CCCC99;
	float: right;
}

/*************/

#about{
	width: 784px;
	height: 310px;
	margin: 10px auto;
	padding-top: 100px;
	border: 1px solid #cccccc;
	background-image: url(../img/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#about .text{
    width: 720px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#about .text p{
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
}

#about .sd{
    width: 310px;
	height: 63px;
	margin: 0 auto auto 450px;
	padding: 0;
	background-color: #FFFFFF;
}


/*アクセス方法など*/

#content02{
	width: 424px;
	height: 69px;
	margin: 5px auto;
	padding-top: 400px;
	padding-left: 360px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #4d4d4d;
	background-image: url(../img/under_contents.jpg);
	background-repeat: no-repeat;
}

#content02 #form{
    width: 340px;
	height: 40px;
	margin: 0 10px 20px 0;
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
    font-size: 12px;
	color: #333333;
}




/*アドレスをケータイに送る*/

#send{
    width: 760px;
	height: auto;
	margin: 5px auto;
	padding: 0;
	background-color: #ffffff;
    font-size: 12px;
	color: #333333;
}

#send p{
    font-size: 12px;
	color: #333333;
}


/*フッター*/

#footer{
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

