@charset "shift_jis";

/*----------------
■全体の設定
----------------*/

/*-- body設定 --*/
body {
font-family: "ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
color:#333333;
font-size: 14px;
line-height: 140%;
background: #ECE7E2;
}
/*-- ブラウザのマージンとパディング初期化 ---*/
*{
margin:0;
padding:0;
}
/*-- タグ毎のマージンとパディング初期化 ---*/
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td {
padding: 0;
margin: 0;
}
/*-- リンク設定 --*/
a {
color: #0066cc;
}
a:hover {
	color:#FF3399;
}
a:visited {
	color:#993399;
	text-decoration:underline;
}
a img{
border: none;
}
/*-- float対策 --*/
.fcl { 
zoom: 100%;
clear:both;
}
.fcl:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
/*-- イメージ初期化 --*/
img {
margin:0;
padding:0;
/*--
vertical-align:middle;
--*/
}

/*-- テキスト装飾　--*/

.text_bold{
	font-weight:bold;
}
.text_small{
	font-size:11px;
}
.text_red{
	color:#DD0000;
}

/*---------------
  wrap
---------------*/
#wrap{
    background: url("../img/wrap_bg.jpg") repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 960px;
}

#frame{
	width:950px;
	margin:0 auto;
}

/*---------------
  sponsorバナー
---------------*/
#sponsor_bnr{
text-align:center;
}


/*---------------
movie_scene
---------------*/
#movie_scene {
    background: url("../img/movie_scene.jpg") no-repeat scroll center top transparent;
	margin: 0 30px;
	height: 360px;
}

#movie_scene p {
    font-size: 90%;
    padding: 150px 31px 20px;
    text-align: left;
    width: 518px;
}

/*---------------
about_box
---------------*/
#about_pac{
    background: url("../img/frame_bg.jpg") repeat-y scroll center top transparent;
    width: 950px;
}
#about_pac_wrap{
    margin: 0 auto;
    padding: 0 0 10px;
    position: relative;
    width: 900px;
}
.about_box{
    padding: 10px 30px 15px;
    text-align: left;
    width: 535px;
}
.about_box p{
    font-size: 90%;
    padding: 10px 0 0;
    width: 544px;
}

.about_right_img{
    left: 572px;
    position: absolute;
    top: 377px;
}

/*---------------
course
---------------*/
#course{
    margin: 25px auto;
    text-align: center;
    width: 840px;
}
#course_icon{
    margin: 0px auto;
	text-align: center;
	width: 840px;
}
#course_icon img{
float: left;
margin: 10px 2px;
}
/*---------------
卒業生の声
---------------*/
#voice{
    margin: 10px auto;
    width: 840px;
}
.voice_contents{
    background: none repeat scroll 0 0 #FCFAF2;
    border: 5px solid #E2E0E0;
    clear: both;
    font-size: 12px;
    margin: 10px auto;
    text-align: left;
    width: 830px;
}

.voice_img{
float:left;
margin: 5px;
width:225px;
}

.voice_left{
float:left;
width: 585px;
}

.voice_left img{
margin: 15px 0 10px;
}

.voice_left p{
margin: 5px 0;
font-size:13px;
}

/*---------------
mail
---------------*/
#mail{
margin: 20px 53px;
}


/*---------------
  申し込みボタン
---------------*/
#btn{
	text-align:center;
	margin-bottom:15px;
}
/*---------------
  footer
---------------*/
#footer{
    border-top: 1px solid #DCD7CC;
    font-size: 90%;
    margin: 0 0 0;
    padding: 15px;
    text-align: center;
	width: 930px;
	clear: both;
}
#footernavi {
    margin: 0 240px;
    width: 800px;
}

#footer ul li {
    background: none repeat scroll 0 0 transparent;
    border-right: 1px solid #FFFFFF;
    float: left;
    margin:  0;
    padding:  0;
	list-style: none outside none;
}
.footerNavi ul li a {
    color: #FFFFFF;
    white-space: nowrap;
}

address{
clear:both;
}
