body {
	background-image: url(../image/common/base.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #ecd6df;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#Gloval_wrap {
	display: block;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 940px;
	background-image: url(../image/common/head_image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 250px;
}
#header p {
	display: none;
}

h1 {
	font-size: 0.9em;
	font-weight: normal;
	height: 25px;
	margin: 0px;
	padding: 8px 0px 0px;
	width: 500px;
	display: inline;
	float: left;
	color: #FFFFFF;
}
#header_nav {
	display: block;
	height: 35px;
	width: 940px;
}
ul#h_nav {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 440px;
}
ul#h_nav li {
	display: block;
	margin: 0px;
	float: left;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
ul#h_nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../image/common/header_bt.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 38px;
	width: 139px;
	padding-top: 11px;
}
ul#h_nav li a:hover {
	background-image: url(../image/common/header_bt.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	
}
#footer {
	background-image: url(../image/common/footer_base.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	clear: both;
	height: 75px;
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top: 15px;
}
.footzip {
	display: block;
	font-size: .8em;
	padding-left: 30px;
	margin-left: 20px;
}



/*==◆◆◆　hover Action!! ◆◆◆==*/
#article_wrap a:hover {
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

/*==◆◆◆　hover Action!! ◆◆◆==*/
.pagetop a:hover {
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

/*==◆◆◆　pagetopBT ◆◆◆==*/
.pagetop {
	text-align: right;
	display: block;
	float: none;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}

.footerGroup {
	display: block;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #F00;
	margin-left: 5px;
	line-height: 1.3em;
}
.red_s {
	color: #F00;
	margin-left: 5px;
	line-height: 1.3em;
	font-size: .9em;
}
.banner_coment {
	text-align: center;
	margin-bottom: 8px;
	padding-top: 0px;
}

.video_ctl {
    width: 100%;
}
.mb20 {
    margin-bottom: 20px;;
}