

img {
	vertical-align: bottom;
}

/*≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠

　基本スタイルシート　　

≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠*/

A:LINK 		{color:#df002a; text-decoration:underline;}
A:VISITED	{color:#df002a; text-decoration:underline;}
A:HOVER		{color:#df002a; text-decoration:none;}
A:ACTIVE	{color:#df002a; text-decoration:none;}

#container {
	width:782px;
	margin:0px auto;
	text-align:left;
	border:4px #df002a;
	border-style:solid none none none;
}

/* margin */
.mb00 {margin-bottom:0 !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}

.mt00 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}

/* font-weight */
.txtB {font-weight:bold;}
.txtN {font-weight:normal;}

/* text-align */
.objL {text-align:left !important;}
.objC {text-align:center !important;}
.objR {text-align:right !important;}

/* vertical-align */
.verT {vertical-align:top !important;}
.verM {vertical-align:middle !important;}
.verB {vertical-align:bottom !important;}


/*--------------------------
 header
--------------------------*/
#header {
	width: 100%;
	min-width: 770px;
	background: #ffffff;
	border-bottom: 1px solid #bcbcbc;
	border-top: 5px solid #e60012;
}

#header .headbox {
	width: 770px;
	margin: 0px auto;
	padding: 34px 0 37px;
}

#header #logo {
	width:99px;
	height:21px;
	float:left;
	padding: 0 0 0 12px;
}

#header #home {
	text-align:right;
	padding: 6px 13px 0px 0px;
}


/*--------------------------
main_visial
--------------------------*/

#main_visial {
	background: #eceff1;
	height: 449px;
	width: 100%;
	min-width: 770px;
	overflow: hidden;
	border-bottom:1px solid #bcbcbc;
}

#main_visial .main_visial_box {
	width: 770px;
	margin: 0px auto;
	position: relative;
}
#main_visial .main_visial_box img {
	margin-left: 0px;
}

#pv {
	width: 274px;
	height: 189px;
	position: absolute;
	left: 24px;
	bottom: 20px;
}

/*--------------------------
line_stamp
--------------------------*/
#line_stamp {
	width: 100%;
	height: 402px;
	background-color: #f4f5f4;
	background-image: url("../images/bg_linestamp.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 770px;
	border-bottom:1px solid #bcbcbc;
	text-align: center;
	padding-top: 1px;
}

#line_stamp .line_box {
	margin: 60px auto 75px;
}

#line_stamp .line_box h3 {
	margin-bottom: 27px;
}

#line_stamp .line_box ul {
	font-size: 0;
	margin-bottom: 30px;
}

#line_stamp .line_box ul li {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

/*--------------------------
kyosan
--------------------------*/

#kyosan {
	background: url("../images/cont1_bg.jpg") repeat center center;
	width: 100%;
	min-width: 770px;
	overflow: hidden;
	border-bottom:1px solid #bcbcbc;
}

#kyosan .kyosan_box {
	width: 770px;
	margin: 80px auto;
	overflow: hidden;
	position: relative;
}

#kyosan h3 {
	text-align: center;
}

#kyosan .vs {
	margin: 28px auto 0;
	display: block;
}

#kyosan .logo {
	margin: 18px auto 0;
	display: block;
}

#kyosan .txt_1 {
	text-align: center;
	display: block;
	margin: 18px auto 0;
}

#kyosan .txt_2 {
	display: block;
	margin: 50px auto 0;
	text-align: center;
	font-size: 20px;
	line-height: 150%;
}

#kyosan .arrow {
	display: block;
	margin: 14px auto 0;
}

#kyosan .box {
	width: 710px;
	margin: -5px auto 0;
}

#kyosan .box p {
	float: left;
	margin-top: 29px;
}

#kyosan .box .pic {
	float: right;
}

/*--------------------------
 about
--------------------------*/
#about {
	width: 100%;
	min-width: 770px;
	overflow: hidden;
	border-bottom:1px solid #bcbcbc;
	background-color: #2a2a2a;
	background-image: url("../images/bg_about.jpg");
	background-repeat: no-repeat;
	background-position:  center top;
	color: #fefefe;
}

#about h3 {
	text-align: center;
}

#about p {
	margin: 30px auto 0;
	text-align: center;
}

#about table {
	margin: 35px auto 0;
	width: 100%;
	background: #f7f7f7;
	color: #000;
}

#about table.second {
	background: #161616 url("../images/about_bg02.gif") repeat left top;
	color: #fff;
}

#about table th {
	padding: 0 0 0 30px;
}

#about .about_box table p {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.666;
	text-align: left;
	margin-top: 20px;
}

#about .about_box {
	width: 770px;
	margin: 0px auto;
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}

#about .about_box p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

/*--------------------------
 bnr_area
--------------------------*/
#bnr_area {
	width: 100%;
	min-width: 770px;
	overflow: hidden;
	border-bottom:1px solid #bcbcbc;
	background: #ffffff;
}

#bnr_area .bnr_area_box {
	width: 770px;
	margin: 60px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#bnr_area .bnr_area_box a {
	display: block;
	width: 186px;
	float: left;
	margin-right: 7px;
}

#bnr_area .bnr_area_box a.last {
	margin-right: 0px;
}

/*--------------------------
 footer
--------------------------*/
#footer {
	width: 100%;
	min-width: 770px;
	position:relative;
	background: #ffffff;
}

#footer .footbox {
	width:770px;
	position:relative;
	margin: 24px auto;
	padding-bottom: 36px;
}

#footer .linkbox li {
	font-size: 9px;
	color: #0000ff;
	float: left;
	margin-right: 4px;
}

#footer .linkbox a {
	color: #0000ff;
	text-decoration: none;
	padding-right: 4px;
}

#footer .linkbox a:hover {
	text-decoration: underline;
}

#snsbutton {
	width:400px;
	position:absolute;
	top:10px;
	right:3px;
}

#snsbutton ul {
	height:25px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	font-size: 0;
	float: right;
}

#snsbutton ul li {
	text-align:left;
	display: inline-block;
	margin-right: 10px;
}


#copyright {
	width: 282px;
	position: absolute;
	top: 30px;
	left: 0px;
}

/*--------------------------
 movie
--------------------------*/
.popup_overlay {
	width: 100%;
	height: 100%;
	min-height: 500px;
	position: fixed;
	top: 0;
	left: 0;
	background: url("../images/bg_movie_repeat.png") left top;
	display: none;
	z-index: 1;
}

#movie {
	display: none;
}

#movie_box {
	width: 640px;
	height: 360px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -320px;
	display: none;
	z-index: 2;
}

#close_btn {
	position: fixed;
	top: 40px;
	right: 40px;
	display: none;
	z-index: 2;
}
