@charset "UTF-8";


/* ----  body ----*/



body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
	line-height:1.8em;
	overflow-x:hidden;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
    scroll-x:hidden;
    background:#FFFFFF;
}

strong{
	font-weight:bold;
}

a{
	color:#2E3192;
}

a:hover{
	text-decoration:none;
	color:#00B6DD;
}

a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/*_________HEADER________*/

header{
    width:100%;
    border-bottom:1px solid #CCCCCC;
}

header #logo{
padding:20px 0px 10px;

}

/*_________MAIN ________*/

#main{
	position:relative;
    width:1433px;
    height:1003px;
    margin:0px auto;
}
#banner_box{
    width: 500px;
    height: 300px;
    position: absolute;
    top: 58px;
    right: 267px;
    text-align: center;
}
#banner_box .banner{
    margin:15px auto 0px;
}
#banner_box .banner img{
    width:400px;
    height:auto;
    border:1px solid #FF94C6;
}
#banner_box .text{
    font-size:24px;
    color:#DA0075;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight:bold;
}


/*_________OTHER________*/

#other{
	line-height:0px;
    margin:0px auto;
}


/*_________FOOTER ________*/

footer{
	width:100%;
	margin:0px auto 20px;
}

footer ul li{
	display:inline-block;
    border-left:1px solid #CCCCCC;
    line-height:1.2em;
    padding:0px 25px;
}

footer ul li:first-child {
    border-left:0;
}


#copyright{
	font-size:12px;
	padding:25px;
}






/*_________ページトップ ________*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#page-top a img {
    width:80px;
    height:80px;
 }
#page-top a span{
	display:none;
}
#page-top a:hover {
	text-decoration: none;
}
