/* CSS Document */

/* CommonStyle start */
@charset "Shift_JIS";
body,div,p,ul,li,h1,h2 {
	margin: 0;
	padding: 0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Helvetica, Arial;
	font-size:85%;
	background:#fff url(img/bg.gif) repeat;
	background-position: center top;
}

li {
list-style-type:none;
}
img {
border:0;
}
.clear {
clear:both;
}
html {
overflow-y:scroll;
}
/* CommonStyle End */
/* リンク start */
a,a:link,a:visited{
color:#006dd2;
text-decoration: none;
}
a:hover{
color:#8528dc;
text-decoration: underline;
}

/* bg */
#bg{
width:893px;
margin: 0 auto;
background-color:#84d3f1;
}


/* container */
#container{
width:873px;
margin: 0 auto;
padding-bottom:30px;
background:url(img/bg_page.jpg) repeat-y center top;
}


/*余白設定*/
.marginT35{
margin-top:35px;
}

.marginT25{
margin-top:25px;
}

.marginT10{
margin-top:10px;
}

.marginB10{
margin-bottom:10px;
}

.marginL15{
margin-left:15px;
}

.paddingL10{
padding-top:10px;
}




/*ヘッダー*/
#header{
clear:both;
}

#header p{
display: none;
}

#header h1{
display: none;
}

#header_title{
width:873px;
height:350px;
background:url(img/header_title2.jpg) no-repeat;
clear:both;
}

/*動画エリア*/

#movie_table{
margin-left:7px;
margin-right:7px;
margin-top:15px;
}

.movie_bg{
height:285px;
background:url(img/movie_bg.gif) no-repeat;
}

.movie_bgc{
height:285px;
background:url(img/cs.gif) no-repeat;
}

.movie_txt{
font-size:12px;
color: #fff;
line-height:18px;
width:170px;
padding-left:10px;
}

.movie_txtgreen{
font-size:12px;
color: #99FF00;
line-height:18px;
width:170px;
padding-left:10px;
}

.movie_txtred{
font-size:12px;
color: #FF0000;
line-height:18px;
width:170px;
padding-left:10px;
}

.movie_btn{
margin-left:70px;
width:70px;
}



/*フッター*/
#footer{
width: 873px;
padding:20px 0 20px;
margin:0 auto 0;
background-color: #000000;
}

.footer_bg{
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat;
}

/*
#footer{
	width:873px;
	padding:20px 0 20px;
	margin:0 auto 0;
	background:url(img/bg_footer.gif) repeat-y center top;
}
*/


/*フォント*/
.mfont_14b{
font-size:14px;
font-weight:600;
}

.mfont_12b{
font-size:12px;
font-weight:600;
}



