@charset "UTF-8";

/*  ----------------------------------------------------  */
/*  初期化 */
/*  ----------------------------------------------------  */

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

body {
	font-family: Georgia, 'Times New Roman', serif;
	color: #666;
	line-height: 1.4;
	letter-spacing: 0px;
	font-size: 12px;
/*	width: 1200px; */
	background-image: url("../images/common/spacer.gif");
	background-color: #000;
	background-attachment: fixed;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

html {
}

a:link    { color: #363636; text-decoration: underline;}
a:hover   { color: red; text-decoration: underline; }
a:visited { color: #363636; text-decoration: none;}
a:active  { color: red; text-decoration: none; }


img {
	line-height: 0px;
	border: 0px;
}

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;
}  

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

li {
	list-style-type: none;
}

p {
	margin: 0px 0px 12px 0px;
}


/*  ----------------------------------------------------  */
/*  共通パーツ */
/*  ----------------------------------------------------  */

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}



/*  ----------------------------------------------------  */
/* フレーム */
/*  ----------------------------------------------------  */

#frame {
	margin: 0 auto;
	width: 1200px;
	height: 800px;
	background: url("../images/top/bg_top.jpg") repeat-y;
	position: relative;
   	overflow: hidden;
}

/*  ----------------------------------------------------  */
/* サイドバー */
/*  ----------------------------------------------------  */

#side {
	float: left;
	width: 270px;
	margin-top: 27px;
	position: relative;
	z-index: 20;
}

#title {
	margin-left: 28px;
	margin-bottom: 10px;
}

#lang {
	overflow: hidden;
	margin-left: 28px;
	margin-bottom: 26px;
}

#lang a, #lang img  {
	float; left;
}

#navi {
	margin-left: 30px;
	margin-bottom: 52px;
}

#navi, #navi li {
	float: left;
	display: inline;
	width: 240px;
}

#navi li img {
	float: left;
}

#navi li span {
	display: block;
	float: left;
	width: 207px;
	padding-left: 33px;
	padding-bottom: 5px;
}

#navi li span a {
	display: block;
	float: left;
}

#news_list {
	float: left;
	display: inline;
	margin-left: 30px;
	margin-bottom: 30px;
}

.ttl_news {
	float: left;
	display: inline;
	margin-left: 30px;
	margin-bottom: 6px;
}

.melt_list {
	border: 0px;
	margin-left: 30px;
	margin-bottom: 23px;
	background-color: transparent;
}

#sub_navi {
	position: absolute;
	top: 624px;
	height: 96px;
	width: 907px;
	overflow: hidden;
	left: -877px;
}

#sub_navi div, #sub_navi ul, #sub_navi ul li, #sub_navi ul li img  {
	float: left;
}

#sub_menu {
	background: url("../images/common/bg_topics.png") repeat-x;
	height: 96px;
}


/*  ----------------------------------------------------  */
/* メイン */
/*  ----------------------------------------------------  */

#main {
	float: right;
	width: 930px;
	height: 780px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.back {
	position: absolute;
	top: 0px;
	right: 104px;
	width: 92px;
	height: 30px;
}

#btn_navi1 {
	position: absolute;
	top: 0px;
	right: 104px;
	width: 92px;
	height: 30px;
	z-index: 5;
}

#btn_navi1 a {
	display: block;
	float: left;
}

#btn_navi2 {
	position: absolute;
	bottom: 50px;
	right: 29px;
	width: 41px;
	height: 100px;
	z-index: 5;
}

#btn_navi2 a {
	display: block;
	float: left;
}

#up {
	margin-bottom: 17px;
}


/*  ----------------------------------------------------  */
/* フッター */
/*  ----------------------------------------------------  */

#footer {
	clear: both;
	width: 1200px;
	height: 18px;
	line-height: 18px;
	border-top: 2px solid #a72223;
	background: #000;
	color: #fff;
}

#footer_navi {
	float: left;
	padding-left: 20px;
	font-size: 10px;
}

#footer_navi a {
	text-decoration: none;
	color: #fff;
}

#copyright {
	float: right;
	padding-right: 20px;
	font-size: 8px;
}

#footer2 {
	position: absolute;
	left: 0px;
	top: 780px;
	width: 1200px;
	height: 18px;
	line-height: 18px;
	border-top: 2px solid #a72223;
	background: #000;
	color: #fff;
}




/*  ----------------------------------------------------  */
/* スクロール */
/*  ----------------------------------------------------  */

.scroll-pane {
	overflow: auto;
	outline: none;
}
.scroll-pane .jspVerticalBar {
	width: 10px;
	height: 60px;
}
.scroll-pane .jspTrack {
	background: #eee;
    
}
.scroll-pane .jspDrag {
	background: url("../images/common/scrollbar.gif") no-repeat;
	width: 10px;
	height: 60px;
}
