@charset "utf-8";
/* CSS Document */



body {
	background-image: url(../imgs/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0 auto;
	padding: 45px 0 0;
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 72.5%;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.frame_outer {
	margin: 0 auto;
	width: 95%;
	/*text-align: center;*/
	max-width:960px;
}

#header {
	border-top: 4px solid #e60012;
}

ul {
	list-style: none;
	display: inline;
}

#gnav_wrap_live {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin: 10px 0;
}

#gnav_wrap_live li {
    float: left;
    width: 120px;
    height: 18px;
    border-bottom: 1px solid #CCC;
    margin-right: 20px;
    box-sizing:border-box;
    margin-bottom:20px;
}

#gnav_wrap_live .live,
#gnav_wrap_live li:hover {
    border-bottom: 3px solid #eb0012;
}


#main_wrap_l {
	margin: 20px auto;
	max-width:830px;
	margin: 0 auto;
}
#main_wrap_l h1 {
	color: #000;
	font-size: 4vw;
	font-weight: normal;
}


#main_wrap_l img{
	max-width: 830px;
	width: 100%;
}

#main_wrap_l p.attention{
	font-size: 2vw;
	line-height:2.1vw;
	margin-left: 10px;
	margin-bottom: 15px;
	text-align: left;
	color: red;
	font-weight: bold
}

#main_wrap_l .btn {
	margin: 20px 0;
}


#main_wrap_l .btn a{
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

#main_wrap_l .btn_base a{
	padding: 2vw 0;
	background: #FF8000;
	font-size:3.5vw;
	line-height:8vw;
}


#main_wrap_l .btn_mail a{
	padding: 2vw 0;
	background: #FF0000;
	font-size:3.5vw;
	line-height:8vw;
}


#main_wrap_l .btn a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


#footer_wrap {
	width: 100%;
	height: 120px;
	color: #FFFFFF;
	background: #000;
}

#footer {
	margin: 0px auto;
	padding-top: 20px;
	max-width: 960px;
	text-align: left;
}

#footer a {
    color: #FFFFFF;
    text-decoration:none;
}

#copyright {
    max-width: 400px;
    float: right;
    text-align: right;
    font-size: 97%;
}

.footer_left {
    float: left;
    max-width: 500px;
}

.clearfix {
    display: block;
}