@charset "utf-8";
/*-----------------------------

reset

-----------------------------*/
*,body,h1,h2,h3,h4,p,ul,li, form {
  margin: 0px;
  padding: 0px;
}
body {
  line-height:1.5;
	font-size:75%;
}
ul {
  list-style-type: none;
}
img {
  border: none;
  vertical-align:text-bottom;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.m-center {
	margin:0px auto;
}
body {
  font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka";
}
a {
	color:#555555;
	overflow:hidden;
}
a:hover {
	text-decoration: none;
}

/*-----------------------------

common

-----------------------------*/
.font-gray9 {
	color:#999999;
}
.font-red {
	color:#FF0000;
}
.font-red-bold {
	color:#FF0000;
	font-weight:bold;
}
.font-bold {
	font-weight:bold;
}
.font-big {
	font-size:120%;
}
.font-small {
	font-size:90%;
}
.w820 {
	width:820px;
}
.alpha, a.alpha img{
	-webkit-transition:opacity 0.5s;
}
.alpha:hover, a.alpha:hover img{
	background:none;
	opacity:0.7;
	filter:alpha(opacity="70");
}


/*-----------------------------

floatクリアのボックス

-----------------------------*/
.clear-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-box {
  overflow: hidden;
  min-height: 1em;
}
* html .clear-box {
  height: 1%;
  overflow: visible;
}

/*-----------------------------

背景

-----------------------------*/
* html body,body {
	background-image: url(../img/common/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*-----------------------------

header

-----------------------------*/
#header {
	width:1004px;
	margin:0px auto;
	padding:10px 10px 0px;
}
#header .navi {
	padding-top:20px;
	float:right;
	width:230px;
}
#header .navi a{
	color:#003366;
	font-size:12px;
}
#header .navi li {
	margin-top:3px;
	float:left;
	background-image: url(../img/common/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left:11px;
	padding-right:6px;
}
#header .navi .h-navi-01 {
	width:200px;
}

/*-----------------------------

underHeader

-----------------------------*/
#underHeader {
	background-image: url(../img/common/line-01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:45px;
}
#underHeader .title {
	position:relative;
	width:1024px;
	margin:0px auto;
}
#underHeader .title img {
	position:absolute;
	top:22px;
	left:20px;
}
#search {
	text-align:right;
	width:1004px;
	padding:5px 10px;
	margin:0px auto;
	position:relative;
}
.icon-search {
	position:absolute;
	top:7px;
	right:550px;
}
.search-01, .search-02, .search-03, .search-04 {
	vertical-align:bottom;
}
.search-01, .search-02 {
	border: 1px solid #666666;
	padding:1px;
	font-size:12px;
}
.search-02 {
	height:16px;
	width:200px;
}

/*-----------------------------

news

-----------------------------*/
#news {
	height:28px;
	background-image:url(../img/common/bg-news.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:814px;
	margin:15px auto 0px;
	padding:12px 10px 0px 200px;
}


/*-----------------------------

main

-----------------------------*/
#mainbody {
	width:1004px;
	margin:0px auto;
	padding:15px 10px 0px;
}

/*- 3ｶﾗﾑ構成 --*/
#category {
	float:left;
	width:180px;
	padding-right:10px;
	background-image:url(../img/common/bg-category.gif);
	background-repeat:repeat-y;
}
#main {
	float:left;
	width:600px;
}
#side {
	float:right;
	width:200px;
}

/*-- category --*/
#category .ttl-ctgry {
	background-image:url(../img/common/ttl-category.jpg);
	height:36px;
	background-repeat:no-repeat;
	text-indent:-9999pt;
}
#category ul {
	margin-top:10px;
	margin-bottom:5px;
}
#category li {
	width:160px;
	margin-left:8px;
}
#category li em{
	font-style:normal;
	font-weight:bold;
	display:block;
	height:34px;
	background-color:#e9eed3;
	line-height:34px;
	font-size:110%;
	color:#333;
	border-bottom:1px dotted #CCC;
	padding-left:7px;
}
#category li a{
	display:block;
	height:28px;
	border-bottom:1px dotted #CCC;
	background-color:#FFFFFF;
	background-image:url(../img/common/icon-arrow01.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left:21px;
	line-height:28px;
}
#category .btm-ctgry {
	background-image:url(../img/common/btm-category.gif);
	height:8px;
}

/*-- side --*/
#side .banner li {
	margin-bottom:5px;
}
#side .banner li.kyouryoku {
	background-image:url(../img/common/side-kyouryoku.gif);
	background-repeat:no-repeat;
	height:31px;
	text-indent:-9999pt;
}

/*-----------------------------

footer

-----------------------------*/
#footer {
	clear:both;
	background-image:url(../img/common/bg-bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#footer .navi {
	width:1004px;
	margin:0px auto;
	color:#669999;
	padding-top:45px;
}
#footer .go-top {
	float:left;
	width:90px;
	height:32px;
}
#footer .go-top a {
	background-image: url(../img/common/btn-gotop.gif);
	background-repeat: no-repeat;
	display: block;
	width:90px;
	height:32px;
	text-indent:-9999pt;
}
#footer .navi ul{
	padding-top:10px;
	float:right;
}
#footer .navi li{
	display: inline;
	line-height:12px;
	font-size:12px;
}
#footer .navi li a{
	color:#003366;
}
#footer .logo, #footer .copyright {
	padding:10px 0px 5px;
	text-align:center;
	clear:both;
}
#footer .copyright {
	font-size:10px;
	line-height:1.3;
	color:#4d4d4d;
}


