@charset "UTF-8";
html ,body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.topBack {
	background-image: url(../image/common/contentBack.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.secondBack {
	background-image: url(../image/common/2ndcontentBack.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

* {
	margin: 0;
	padding: 0;
}
h1.h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

#Gloval_wrap {
	padding: 0px;
	width: 1200px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}

/*================ Block clear ================*/

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

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


/*================ header ================*/

header {
	width: 1170px;
	padding-left: 20px;
	padding-top: 14px;
	display: block;
	margin-top: 0px;
	height: 73px;
}
header .left {
	float: left;
	width: 530px;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
header .right {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 2px;
}
/*================ BG_slideshow ================*/
#topwrap {
	width: 1200px;
	height: 381px;
	margin-left: 0px;
	margin-top: 0px;
}
#second_topwrap {
	width: 1200px;
	height: 200px;
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 50;
}


/*================ footer ================*/

#footer{
    bottom: 0;
    width: 100%;
    height: 100px;
}

footer {
	background-color: #FFF;
	width: 100%;
	background-image: url(../image/common/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.footContent {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	width: 1200px;
	text-align: left;
}
.footer_left  {
	display: block;
	float: left;
	width: 800px;
}
.footer_right  {
	display: block;
	float: right;
	width: 350px;
	text-align: right;
}

.footer_left dl {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: .8em;
	line-height: 1.3em;
}
.footer_left dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.footer_left dd {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

.footer_right dl {
	padding: 0px;
	float: left;
	font-size: .8em;
	line-height: 1.3em;
	margin: 0px;
	width: 100%;
}
.footer_right dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.footer_right dd {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}


/*------------------------------------------------------------------*/
.eng {
	font-family: Arial, Helvetica, sans-serif;
}


/*================ 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;
}
.banner_base {
	margin-top: 28px;
	display: block;
}

.banner_base img  {
	margin-bottom: 3px;
}
.banner_base img a  {

}




/*================ to top ================*/
.pagetop {
	display: none;
	position: fixed;
	/*position: fixed;*/
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	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;
}
.no_border  {
	text-decoration: none;
}
.space {
	margin-top: 20px;
}
.atention {
	font-size: .8em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	text-align: left;
	display: block;
}
.btum a{
	display: block;
	padding: 8px;
	border: 1px solid #CCC;
	border-radius: 5px;
	width: 180px;
	text-align: center;
	margin-bottom: 8px;
	background-color: #E6E6E6;
	text-decoration: none;
	color: #666;
}
.btum a:hover {
	background-color: #999;
	display: block;
	color: #FFF;
	text-decoration: none;
}
