@charset "utf-8";
/* CSS Document */


/* Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #333333;
	font-size: 15px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3";
  line-height:24px;
  width: 100%;
    min-width: 1200px;
}
}
h1 {
}
.seo_h2 {
	font-size: 10px;
	color: #999999;
	margin-left: 5px;
	line-height: 12px;
	margin-top: 5px;
}
.h2p {
	font-size: 10px;
	color: #999999;
	margin-left: 5px;
	line-height: 12px;
}
h3 {
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	padding-bottom: 5px;
	padding-top: 25px;
}

/* Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#under_header {
	height: 586px;
	background-image: url(../new-img/vs/under_headerBg.jpg);
	background-repeat: repeat-x;
	padding-top:6px;
}

#under_header .header_img {
	background-image: url(../new-img/vs/header_img.jpg);
	width:1100px;
	height:545px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}
#under_header .gmenu{
	width:600px;
	height:auto;
	margin-left:550px;
}
#under_header .gmenu li{
	float:left;
	font-size:15px;
	font-weight:bold;
	margin-left:20px;
	font-size:14px;
}
#under_header .gmenu a{
	color:#fff;
	text-decoration:none;
}
#under_header .gmenu a:hover{
	color:orange;
}



/* Contents
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	height: auto;
	width: 1100px;
	padding-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

/* Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background-image: url(../new-img/vs/footer_bg2.jpg);
	background-repeat: repeat-x;
	padding-top: 23px;
}
#footer .f_logo {
	height: 100px;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
}
#footer .copyright {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 12px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

/* Pagetop
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_top {
	position: fixed;
	bottom: 35px;
	right: 30px;
	font-size: 80%;
}
#page_top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 88px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
#page_top a:hover {
	text-decoration: none;
	background: #888;
}
.pagetop {
	text-align: right;
}
.pagetop a {
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.pagetop a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.style1 {
	font-size: 14px;
}
.style2 {
	color:red;
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.mgt25 {margin-top:25px;}
.mgt30 {margin-top:30px;}

.pat10 {padding-top:10px;}
.pat15 {padding-top:15px;}
.pat20 {padding-top:20px;}
.pat25 {padding-top:25px;}
.pat30 {padding-top:30px;}
