@charset "shift_jis";

/*　大外枠
---------------------------------------------------------------------------------------*/

/*html {
	overflow-y:scroll;
}*/
html, body {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
}
body { 
	color: #fef7d8;
	font-size: 80%;
	line-height: 140%;
}
body,td,th {
	font-family: Tahoma, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}
#wrap {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,p,dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	vertical-align: bottom;
	border:0px none;
	margin:0px;
	padding:0px;
}

/*　ヘッダー
---------------------------------------------------------------------------------------*/

#header {
	width: 960px;
	height: 187px;
	position: relative;
}
#header .h_left {
	width: 480px;
	float: left;
}
#header .h_right {
	width: 480px;
	float: right;
	text-align: right;
}

#gnavi {
	padding: 10px 0;
}
#GNAVI_02 {
	margin-right: 122px;
}



/*　フッター
---------------------------------------------------------------------------------------*/

#footer_sub {
	background-color: #000000;
	background-image: url(../img/footer_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding-bottom: 100px;
}
#footer_sub .inner {
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}

/* scriptの下に置くと表示されないので上へ移動し
絶対配置で設置　バナー数の変化でかさばる場合はbottomを変更してずらす */
#footer_sub .inner p {
	position: absolute;
	bottom: -82px;
	left: 0;
	z-index: 99;
}

#footer_sub .inner ul {
	/*margin: 10px 32px 0;*/
	padding: 10px 9px 0;
	/*/padding-top: 10px;*/
	/*text-align: right;*/
	width: 960px;
	height: 61px;
	position: relative;
}
#footer_sub .inner li {
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
}
#footer_sub .inner li:last-child {
	margin-right: 0;
}

/* ご了承ください */
#top_notice {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 174px !important;
    right: 52px !important;
	left: auto !important;
	z-index: 100 !important;
	line-height: 1.4;
}

	

/* main 段組設定
---------------------------------------------------------------------------------------------- */
#main {
	margin: 0 auto;
	width: 960px;
}

	

/*デフォルト追加
---------------------------------------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	min-width: 1110px;
	overflow-x: hidden;
}

a.mouseOver:hover img {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
	
.clear{
	clear:both;
	height:0px;
	width:0px;
	margin:0px;
	padding:0px;
}		

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

.clearfix {
	display:inline-table;
	zoom: 1; /* for IE5.5 - IE7 */
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}


/* sns
---------------------------------------------------------------------------------------*/
#sns_list {
	width: 220px;
	height: 27px;
	overflow: hidden;
}
#sns_list li {
	float: left;
	margin-right: 10px;
}
#sns_list li:last-child {
	margin-right: 0;
}
#sns_list li.facebook {
	margin-right: 0;
}
#sns_list li.facebook iframe {
	border: none;
	overflow: hidden;
	width: 70px;
	height: 21px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* for Safari,Chrome */
	#sns_list {
		width: 191px;
	}
	#sns_list li.facebook iframe {
		width: 76px;
	}
}

