@charset "UTF-8";
/* CSS Document */
/*----------------reset_css--------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
	list-style: none;
	background-position: center;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after{
	content:		".";
	display:		block;
	visibility:		hidden;
	height:			0.1px;
	font-size:		0.1em;
	line-height:		0;
	clear:			both;
}

.clearfix{
	zoom:			100%;
}


/* common
-----------------------------------------------*/
#headArea{
	position: absolute;
	top: 0;
	width: 100%;
}
#headArea .headMove{
	position: fixed;
	top: 0;
}
#head{
	height:33px;
	border-bottom:2px solid #199C0A;
	background: #fff;
	margin:0 auto;
	padding:0;
}
#head h1.pagetitle{display:none;}
#innar{
	width:960px;
	margin:0 auto;
}
#innar #ecolink{
	float:left;
	line-height:33px;
	width:225px;
	background:url(/special/_img/hed_ecolink.png) no-repeat left center;
	text-indent:-9999px;
}
#innar #ecolink a{
	display:block;
}
#head #innar .sns{
	float:right;
	padding: 7px 0 0;
}
#head #innar .sns ul li{
	float: left;
}

p#pagetop_R{
	position:		fixed;
	top:			50%;
	right:			0px;
	margin-top:		-45px;
}

/*foot---------------*/
#footer{
	min-height:150px;
	margin:0 auto;
	width:100%;
	color:#000;
	background: #fff;
}
#footer #footInnar{
	width:960px;
	margin:0 auto;
}
#footer #footInnar #copyRight{
	float:left;
	font-size:12px;
	padding-top:15px;
}
#footer #footInnar #logoGroup{
	float:right;
	padding-top:10px;
}
#footer #footInnar #logoGroup li{
	float:left;
	margin-left:20px;
}
#footer #footInnar #logoGroup .broccoli a{
	background:url(/special/_img/broccoliS.png) no-repeat;
	width:34px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
#footer #footInnar #logoGroup .gungho a{
	background:url(/special/_img/gh_logo.png) no-repeat;
	width:40px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
#footer #footInnar #logoGroup .headlock a{
	background:url(/special/_img/head_lock.png) no-repeat;
	width:44px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
/*--  2012/11/16 ono add  --*/
.bannerlist{
	width:900px;
	margin:0 auto;
	text-align:center;
}
.bannerlist ul li{
	float:left;
	margin:10px;
}
