@charset "utf-8";
/* CSS Document */

a{
	color:#0c69ff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	color:#333;
}

/*-------------clear fix-------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#header{
	background:url(../images/common/header_bg.jpg) repeat-x;
	width:100%;
	height:98px;
}

#header .contents{
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header .contents h1{
	padding-top:25px;
}

#header .contents ul{
	position:absolute;
	top:0px;
	left:346px;
}

#header .contents ul li{
	float:left;
}

#maincontents{
	width:1000px;
	margin:0 auto;
}

#maincontents div.devide{
	width:1000px;
	margin-bottom:50px;
}

#maincontents div.main{
	float:left;
	border-right:solid 1px #e9ecf7;
	width:759px;
}

#maincontents div.side{
	float:left;
	width:220px;
	padding-left:20px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

#footer{
	background:url(../images/common/footer_bg.jpg) repeat-x;
	width:100%;
}

#footer div.contents{
	width:1000px;
	margin:0 auto;
	position:relative;
}

#footer div.contents ul li a{
	color:#abc3fa;
}

#footer div.contents ul li{
	float:left;
	padding-right:10px;
}

#footer div.contents ul li.line{
	padding-left:10px;
	background:url(../images/common/footer_dotline.gif) no-repeat;
}

#footer div.contents ul{
	position:absolute;
	top:17px;
	left:0px;
}

#footer div.contents div.pagetop{
	position:absolute;
	top:0px;
	left:847px;
}

#footer div.contents div.copyright{
	padding:89px 0px 10px 0px;
}

div.pankuzu1{
	background:url(../images/common/pankuzu_bg1.jpg) no-repeat;
	margin-bottom:30px;
	height:21px;
	width:1000px;
	padding:5px 0px 0px 11px;
	color:#020202;
}

div.pankuzu1 span a{
	color:#0c69ff;
	letter-spacing:0.1em;
}

div.pankuzu1 span {
	padding-right:27px;
}

div.pankuzu2{
	background:url(../images/common/pankuzu_bg2.jpg) no-repeat;
	margin-bottom:30px;
	height:21px;
	width:1000px;
	padding:5px 0px 0px 11px;
	color:#020202;
}

div.pankuzu2 span a{
	color:#0c69ff;
	letter-spacing:0.1em;
}

div.pankuzu2 span {
	padding-right:22px;
}

.pr18{
	padding-right:18px !important;
}

#maincontents{
	line-height:140%;
}
