@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}
body {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
  font-family: sans-serif;
  color: #666666;
	width:100%;
  line-height: 1.8;
	background: url("../img_top/bg_header.jpg") no-repeat 50% 0;
}
/*（Win IE6）*/
* html body {
    font-size: 75%;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/*（Win IE7）*/
*:first-child+html body {
    font-size: 75%;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}


ul {
	list-style: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}

/*----- clearfix scheme -----*/
div{
    zoom:1;
}
div:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear:both;
}
/*MacIE \*/
* html div {height: 1em;}
div {display: block;}
/* ini */

/*----- links color scheme -----*/
a {
	color: #0099cb;
}
a:visited {
	color: #996699;
}
a:hover {
	color: #0000ff;
}


/*----- layout -----*/
.contents {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.container-header {
	width: 920px;
	position: relative;
	margin: 0 auto;
	background: url("../img_top/bg_header.jpg") no-repeat 50% 0;
}
.container-header .globalNavi {
	position: absolute;
	right: 30px;
	top: 63px;
	width: 482px;
}
.container-header ul.globalNavi li {
	float: left;
}
.header {
	width: 920px;
	text-align: left;
	height: 373px;
}
.header h1 {
	float: left;
	padding: 30px 0 0 30px;
}
.header ul.siteNavi {
	position: absolute;
	right: 34px;
	top: 22px;
}
.header ul.siteNavi li{
	margin-left: 22px;
	float: left;
}
.header .flashcontent {
	clear: both;
	position: absolute;
	left: 0;
	top: 132px;
}

.maincontent {
	padding-left: 25px;
	padding-right: 0px;
}

.category {
	float: left;
	padding: 0px 0px 0px 5px;
}
.category img.banner {
	display: block;
	margin-top: 4px;
}
.category img.text {
	display: block;
	margin-top: 11px;
}

.container-main {
	background: url("../img_top/bg_center.jpg") repeat-x 0 0;
	margin-top: 19px;
	padding-top: 21px;
}

.news {
	padding-left: 15px;
	width: 557px;
	float: left;
}
.news .title {
	margin-bottom: -9px;
}
.news .title h2 {
	float: left;
	margin-top: 1px;
}
.news .title img.backnumber {
	float: right;
}

.news h3 {
	clear: both;
	color: #80cce6;
	font-weight: normal;
	font-size: 85%;
	letter-spacing: 1px;
	background: url("../img/bg_dot.jpg") repeat-x 0 50%;
	margin-top: 20px;
	margin-left: 71px;
	text-indent: -71px;
}
.news p {
	margin-top: 5px;
	margin-left: 71px;
	padding-left:17px;
	font-size: 85%;
	background: url("../img/img_liststyle.jpg") no-repeat 0 0.6em;
	line-height: 1.6;
	letter-spacing: 1px;
}

.side {
	width: 281px;
	float: right;
	padding-left: 19px;
}
.side ul.menu {
	margin-top: -4px;
}
.side ul.menu li {
	margin-top: 5px;
}
.side .staff {
	width: 280px;
	margin-top: 10px;
	padding-top: 7px;
	background: url("../img_top/bg_staff_top.jpg") #e8e8e8 no-repeat 0 0;
}
.staff ul {
	margin-top: 8px;
	padding-left: 2px;
	padding-bottom: 8px;
	background: url("../img_top/bg_staff_bottom.jpg") #e8e8e8 no-repeat 0 100%;
}
.staff ul li {
	display: inline;
	margin-left: 4px;
}

.side .privacy {
	clear: both;
	margin-top: 16px;
	padding-left: 15px;
}
.privacy img.mark {
	margin-top: -2px;
}
.privacy img {
	margin-left: 9px;
}

.container-footer {
	margin-top: 16px;
	padding-top: 22px;
	background: url("../img_top/bg_center.jpg") repeat-x 0 0;
	border-bottom: 5px solid #181818;
}
.footer {
	font-size: 85%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 38px;
}
.footer a {
	text-decoration: none;
}
.footer ul li {
	display: inline;
	padding-right: 18px;
	margin-right: 18px;
	border-right: 1px solid #666666;
}
.footer ul li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.footer p {
	margin-top: 21px;
}

/*




.footer {
	text-align: center;
	background: url("../img/bg_contentbottm.jpg") no-repeat top;
}
.footer p img{
	padding-top: 24px;
	padding-bottom: 1px;
}
 */
