@charset "UTF-8";

/*全ページ共通
-----------------------------------------*/
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
img {
display:block;
}
a img {
border: none;
}
html {
min-height: 100%;
height: auto !important;
height: 100%;
}
body {
font-size: 14px;
color: #333;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
min-width: 980px;
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
}
a {
color: #00F;
text-decoration:none;
}
a:hover {
color: #00F;
text-decoration:underline;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
header, footer, section, article, figure ,figcaption {
display: block;
}

/*カラム
-----------------------------------------*/
#container {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: absolute;
}
#wrapper_area {
	background:#efefef;
}
#wrapper {
  width: 980px;
  margin: 0 auto;
  padding:0 20px 190px;
  background: #fff;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
#main {
  width: 640px;
  float: left;
  margin-top:20px;
}
#sub {
  width: 300px;
  float: right;
  margin-top:20px;
}


/*header
-----------------------------------------*/
body header {
height: 118px;
position: relative;
margin: 0 auto;
background-color:#FFF;
}
#rightbg{
background: url(../img/headerbg_right02.gif) repeat-x bottom;
width: 50%;
position: absolute;
left: 0px;
height: 100%;
}
#leftbg {
background: url(../img/headerbg_left02.gif) repeat-x bottom;
width: 50%;
position: absolute;
right: 0px;
height: 100%;
}
#toprogo {
	width:980px;
	height:20px;
	margin:0 auto;
	position:relative;
}
#toprogo img.yajirushi {
position: absolute;
width:87px;
height:20px;
}
body header h1 {
position: absolute;
height:50px;
width:100px;
left: 880px;
}
body header p#header_name {
position: absolute;
top:26px;
left: 90px;
}
body header address {
position: absolute;
right: 20px;
top: 5px;
font-size: 10px;
font-style: normal;
width: 415px;
}

/*header navi
-----------------------------------------*/
nav {
position: absolute;
left: 50%;
margin-left: -490px;
height: 80px;
}
nav ul {
	width:980px;
}
nav ul li {
float: left;
width: 140px;
height: 80px;
text-align: center;
}
nav ul li a {
float: left;
width: 140px;
height: 80px;
text-align: center;
}
#navi_bottom {
	position:absolute;
	width:1020px;
	height:18px;
	top:100px;
	left:50%;
	margin-left: -510px;
}

/*footer
-----------------------------------------*/
#goto-top_area {
	clear:both;
	width:100%;
	background-color:#efefef;
	height:24px;
}
#goto-top_area .goto-top {
	width: 1020px;
	height:24px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}
#footer_area {	
background: url(../img/footer_bg.gif) repeat;
color: white;	
position: absolute;	
bottom: 0;
width:100%;
height: 160px;
}	
footer {	
width:980px;
margin:0 auto;
}	
footer p {		
border-top: solid 1px #666;	
}
footer .footer01 {
width:980px;
padding-top: 10px;
}
footer .footer02 {
width:980px;
padding-top: 10px;
}
footer ul {
	padding-top: 5px;
}
footer ul li {
display: inline;
list-style-type: none;
color: #fff;
padding:0 1em;
border-right:1px solid #999999;
}
footer ul li a {
color: #fff;
text-decoration:none;
}
footer ul li a:hover {
color: #fff;
text-decoration: underline;
}
footer .cRight {
color: #fff;
padding-top: 15px;
font-size:90%;
}

/*sub
-----------------------------------------*/
#sub .support {
	width:300px;
	height:155px;
	margin-bottom:11px;
}
#sub .blog {
	width:300px;
	height:116px;
	padding-bottom:11px;
}
#sub .media {
	width:300px;
	height:274px;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color:red;
font-weight: bold;
}

