@charset "utf-8";
/* CSS Document for PC */


/*基本設定
------------------------------------------------------------------*/
body {
	background-color:#efefef;
	border-top:3px solid #000;
	color:#2e2e2e;
}



/*共通ヘッダー
------------------------------------------------------------------*/
header#siteHeader{
	width:960px;
	height:90px;
	margin:0 auto;
	position:relative;
}

header#siteHeader h1{
	width:261px;
	height:64px;
	padding:19px 0 0;
}


header#siteHeader ul{
	position:absolute;
	top:42px;
	right:0;
}

header#siteHeader ul li{
	float:left;
	height:38px;
}

header#siteHeader ul li a{
	display:block;
	height:38px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	/*\*/overflow: hidden;/**/
}

header#siteHeader ul li #h_menu1{
	width:81px;
	background-image: url(../img/h_menu1.gif);
}
header#siteHeader ul li #h_menu2{
	width:93px;
	background-image: url(../img/h_menu2.gif);
}
header#siteHeader ul li #h_menu3{
	width:146px;
	background-image: url(../img/h_menu3.gif);
}
header#siteHeader ul li #h_menu4{
	width:96px;
	background-image: url(../img/h_menu4.gif);
}
header#siteHeader ul li #h_menu5{
	width:97px;
	background-image: url(../img/h_menu5.gif);
}
header#siteHeader ul li #h_menu6{
	width:123px;
	background-image: url(../img/h_menu6.gif);
}

header#siteHeader ul li a:hover,
header#siteHeader ul li a.selected{
	background-position:0 -38px;
}



/*共通シェアボタン
------------------------------------------------------------------*/
#siteShare{
	width:100%;
	height:40px;
	border-top:1px solid #cecece;
	background-color:#f9f9f9;
	
}

.f_innter{
	width:960px;
	position:relative;
	margin:0 auto;
}

#pagetop{
	position:absolute;
	top:9px;
	right:0;
	width:85px;
	height:20px;
	display:block;
	background-image: url(../img/btn_pagetop.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	/*\*/overflow: hidden;/**/
}




#share {
	position:absolute;
	top:9px;
	right:112px;
	list-style:none;
	height:53px;
	overflow:hidden;
}

#share li{
	float: left;
	padding:0 8px 0 0;
}


#twi {
	width: 90px;
}

#facebook {
	margin-top: -1px;
}

#gree {
	padding-top: 2px;
}

#mixi {
	padding-top: 1px;
}

#like {
	width: 110px;
}



/*共通フッター
------------------------------------------------------------------*/
footer#siteFooter{
	width:100%;
	padding:0 0 30px;
	background-color:#dedede;
	background-image: url(../img/f_underline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

footer#siteFooter #f_icon1{
	position:absolute;
	top:17px;
	left:0;
}

footer#siteFooter #f_icon2{
	position:absolute;
	top:24px;
	right:0;
}

footer#siteFooter #f_navi{
	text-align:center;
	font-size:12px;
	padding:17px 0 8px;
}

footer#siteFooter #f_navi a{
	color:#2e2e2e;
	text-decoration:none;
}

footer#siteFooter #f_navi a:hover{
	text-decoration:underline;
}

footer#siteFooter #copyright{
	text-align:center;
	font-size:12px;
}











