@charset "utf-8";
/**********
 * 共通SS
 **********/
*{
	font-family: Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	list-style:none;

}
a:hover{opacity:0.5;}
html,
body{
	width:100%;
	min-width:980px;
	font-size:90%;
}
.hr_double{
	border:0;
	border-bottom:medium double #CCCCCC;
	margin:30px auto;
}
.txt_red{
	color:#FF0000;
}
.dp{
	width:90px !important;
	text-align:right;
}
.pp_nav{display:none !important;}
.pp_social{display:none !important;}
.pp_expand{display:none !important;}

#page-top{
	bottom: 10px;
	margin-bottom: 10px;
	position: fixed;
	right: 20px;
}
#page-top a{
	display:block;
	width:93px;
	height:65px;
	/*line-height:50px;

	text-align:center;
	background:#666666;
	color:#FFFFFF;
	text-decoration:none;
	font-size:85%;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}
/* ページ内 */
#header{
	width:100%;
}
#header_line{
	position:relative;
	width:980px;
	height:120px;
	margin:0 auto;
}
#header_line #logo{
	position:absolute;
	left:10px;
	top:20px;
}
#header_menu{
	position:absolute;
	right:0px;
	top:25px;
}
#header_menu li{
	float:left;
	margin:0 20px;
}
#header_menu1{
	position:absolute;
	right:0px;
	top:70px;
}
#header_menu1 li{
	float:left;
	margin:0 20px;
}
#topimg{
	text-align:center;
	width:100%;
	min-width:980px;
	margin:0 auto;
}
#main{
	width:100%;
	min-width:980px;
	margin:0px auto;
	overflow:hidden;
	padding-bottom: 20px;
}

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

footer{
	height: 280px;
	background: #f5f5f5;
}
.footer{
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 0 80px;
}

.footer a{
	font-size:12px;
	color: #555;
	line-height: 30px;
	text-decoration: none;
	margin: 0 auto;
}

.site-info{
	width: 980px;
	margin: 0 auto;
	text-align:center;
	clear:both;
	border-top: solid 1px #ddd;
	padding-top: 10px;
}

.footer-logo{
	width: 220px;
	padding: 0px 50px 0 0;
	float: left;
}

#menu-main-1{
	width: 210px;
	height: 140px;
	padding-left: 60px;
	border-left: solid 1px #ddd;
	float: left;
}

#menu-main-2{
	width: 160px;
	height: 180px;
	float: left;
}
#menu-main-3{
	width: 140px;
	height: 180px;
	float: left;
}