@charset "utf-8";
html,body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	/*min-width: 1280px;
	man-width: 1280px;*/
	_display: inline;
	_zoom: 1;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
}
h1,h2,h3,h4 {
	font-size: 0px;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
	display: block;
	clear: both;
}
h1 {
	color: #FFFFFF;
	font-size: 0.8em;
	height: 21px;
	padding-top: 7px;
	border-spacing: 0px 0px;
}

/*　■■■　Block clear　■■■ */

.clear {
	clear: both;
	display: block;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; } 

/*　■■■　hover Action!!　■■■　*/
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;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*　■■■　背景画像スライドショー　■■■　*/
#topwrap {
	/*background-size: 2100px;*/
	background-size: 1280px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/common/back_pattern.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
#topwrap_second {
	background-size: 1280px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/common/back_pattern2nd.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	text-align: center;
}

	
#gloval_wrap {
	min-height: 100%;
	width: 1280px;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}


/*　■■■　コンテンツベーシック　■■■　*/
.header {
	height: 103px;
	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	text-align: center;
}
.header_content {
	display: block;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.header_left {
	float: left;
	width: 45%;
	margin-top: 40px;
	margin-left: 20px;
	text-align: left;
}
.header_right {
	float: right;
	width: 45%;
	margin-right: 20px;
	margin-top: 40px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: right;
}
.header_center {
	position: relative;
	visibility: visible;
	left: 80px;
	display: block;
	top: -42px;
	width: 500px;
}


#navigation {
	width: 270px;
	float: left;
	background-image: url(../image/common/nav_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.article_right {
	float: right;
	width: 920px;
	margin-bottom: 20px;
}



/*　■■■　footer　■■■　*/
#footer {
	background-image: url(../image/common/footer_shadow.jpg);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2),
    inset 0 0 50px rgba(0, 0, 0, 0.2);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-bottom: 18px;
	margin-bottom: 0px;
	display: block;
	width: 100%;
	margin-top: 0px;
	padding-top: 20px;
	background-color: #67a636;
	clear: none;
	text-align: center;
}
#footer .foot_content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer .foot_left {
	float: left;
	width: 400px;
	font-size: .8em;
	line-height: 1.8em;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.foot_left dl {
	float: left;
	width: 120px;
	display: block;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.foot_left dt  {
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 1.2em;
}
.foot_left dd {
	display: block;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
}
.tate {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#footer .foot_right  {
	float: right;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: left;
}
.foot_right dl {
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.foot_right dt  {
	display: block;
	text-align: right;
	padding: 0px;
	float: left;
	width: 270px;
	font-size: 1.2em;
	margin: 0px;
}
.foot_right dd {
	display: block;
	text-align: justify;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	float: right;
	width: 200px;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.foot_content p {
	float: right;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}


/*　■■■　リンクベーシック　■■■　*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}

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;
}

.data a:hover {
    margin: 0 auto;
    display: block;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
				color: #333333;
				text-decoration: none;
}

.data a {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/*　■■■　ページトップ　■■■　*/
.pagetop {
	display: none;
	position: fixed;
	/*position: fixed;*/
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px;
	right: 20px;
}

.pagetop a {
	display: block;
	width: 40px;
	height: 10px;
	background-color: #34526c;
	text-align: center;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 13px;
	padding-bottom: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
monospace;
}
.pagetop a:hover {
	color: #000;
	text-decoration: none;
}

/*　■■■　turndBT　■■■　*/
.turnd_top {
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.turnd_bottom {
	text-align: right;
	display: block;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.turn {
	text-align: right;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}
