@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #414141;
	list-style-type:none;
	line-height: 15px;
}

/* 
-------------------------------------------------------------------------*/
.floatleft { float:left;}
.floatright { float:right;}

.valignmiddle {	vertical-align:middle;}
.valigntop { vertical-align:top;}
.textcenter { text-align:center; margin-left:auto; margin-right:auto;}
.textleft {	text-align:left;}
.textright { text-align:right;}

.contents_block {
	clear: both;
	zoom: 100%;
}
.contents_block:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* 
-------------------------------------------------------------------------*/
.clear{clear:both;}


img { border:none
}

#container {
	width:100%;
	height: auto;
	margin-bottom: 25px;
}


/*header*/

#header {
	margin-left:auto;
	margin-right:auto;
	background-color: #000;
	width: 100%;
	height:50px;
	position:fixed;
	top:0px;
	z-index:1000;
}
#header_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#header_box02 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 45px;
	padding-top: 5px;
}

#rogo {
	float:left;
	width:397px;
	height:50px;
	margin-left:50px;
}

	#sub_navi {
	float:right;
	height:50px;
}
	#sub_navi ul li{float:left;padding-right:20px;padding-top:5px;}



/*navi*/

#globalnav{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:960px;
}

	ul#globalnav li{
	float:left;
	width:160px;
	height:50px;
	text-align:center;
	}
	


	
	/*透過設定*/
	.transparent
	{
	opacity:0.8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
	}

.transparent a:hover img
	{
	opacity:0.8;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #fff;
	}

	
/*top_main*/

#main {
	width:960px;
	height:400px;
	background-color: #FFF;
}
.title{margin-top:30px;margin-bottom:15px;}

#Abox {
	width:930px;
	padding-left:15px;
	float:left;
	padding-right: 15px;
}
#Abox dl {
	margin-bottom: 15px;
}
#Bbox {
	width:510px;
	float:right;
}
#Bbox_photos {
	vertical-align: top;
}
.photo_wrap {
	width: 295px;
	float: left;
	margin-right: 15px;
}
.photo_wrap_r {
	width: 300px;
	float: left;
}
.photo_txt {
	width: 135px;
	float: right;
	margin-left: 10px;
}
.Bbox_img {
	padding-left:10px
}	
		




li img {display: block;} 


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	 width: 100%;
	 height: auto;
	 /* Set up positioning */
	 position: absolute;
	 /* またはabsolute; */
	  top: 100;
	  left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}






#footer{
	background-color:#b5b5b5;
	width:100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}


#footer_in{
	background-color:#efefef;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_txt{
	font-size:11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
#copy_area {
	background-color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copy_area02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
}



/**********下層ページ共通***********/
.arrow{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
}
