@charset "utf-8";


/* BODY
---------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;}

body {
	text-align: left;
	font-size: 12px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #333;
	border-top: 8px solid #000;
}

div#end {
	border-bottom: 8px solid #000;
	clear:both;
}
input, select {padding: 1px;}

img {
	vertical-align: bottom;
	border: none;}

a {
	color: #333;
	padding-bottom: 1px;
	text-decoration: none;}

a:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}

em,address {font-style: normal;}

strong {font-weight: bold;}

table {border-collapse: collapse;}

p {line-height: 1.8em;}

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

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

/* HEADER
---------------------------------------------*/

#header {
	position: relative;
	height: 275px;}

#header h1 {
	position: absolute;
	left: 20px; 
	top: 114px;
	width: 180px; 
	height: 66px;
}

#header p {
	position: absolute;
	left: 240px; top: 114px;}

/* GLOBAL NAVI */

#header .gnav {
	position: absolute;
	right: 0;
	top: 110px;
	color:#333;
	width:425px;
	font-size:14px;
}

.gnav li {
	float: left;
	width:85px;
}
.gnav li.gnv05 {
	text-align:right;
}
.gnav li a {
	height:40px;
}
	

#footer .gnav {
	color:#333;
	width:425px;
	font-size:14px;
}

#footer .gnav li {
	float: left;
	width:85px;
}

#footer .gnav li a {
	height:40px;
}


/* CONTENTS
---------------------------------------------*/
#wrap{
	width:960px;
	float:left;
}
#top_contents {
	float:left;
	width:708px;
	padding-bottom: 150px;}

.bdr {
	padding-bottom: 8px;
	background: url(/img/common/bdr.gif) left bottom repeat-x;}

#pagetop {
   position:fixed;
   right:15px;
   bottom: 40px;
   z-index: 1000;}
   
p.pan {
	font-size: 11px;
	margin-bottom:15px;
}

/* PAGING */

#nextprev {
	position: relative;
	height: 15px;}

#nextprev p {text-align: center;}

#nextprev span {position: absolute;}

#nextprev .prev {left: 0; top: 0;}
#nextprev .next {right: 0; top: 0;}

#news{
	width:250px;
	float:left;
}
/* MAIN
---------------------------------------------*/



/* gaiyou
---------------------------------------------*/
#gaiyou{
	margin-bottom:35px;
}


/* FOOTER
---------------------------------------------*/



#footer {
	margin-bottom:30px;
}	

#ftbox {
	position: relative;
	width: 940px;
	height: 60px;
	text-align: left;
	margin: 0 auto;
}


/* FIXED FOOTER
---------------------------------------------*/

#fixfooter {
	position: fixed;
	bottom: 0;
   z-index: 900;
	width: 100%;
	height: 150px;
	border-bottom: 8px solid #000;
	background: url(/img/common/bg_footer.png) left bottom repeat-x;}	

#fixfooter #ftbox {
	position: relative;
	width: 940px;
	text-align: left;
	margin: 0 auto;}

#fixfooter #ftbox .gnav {margin-left: -8px;}
#fixfooter #ftbox .gnav li {margin-top: 105px;}

#fixfooter #ftbox p {
	position: absolute;
	right: -30px; top: 90px;
	width: 251px; height: 31px;}


/* CLEARFIX
---------------------------------------------*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow:hidden;
	font-size:0.1em;
	line-height:0;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */
