@charset "utf-8";

/* Local CSS Document */


body{
	background:url("../images/bg_body.jpg") 50% 0 no-repeat fixed #000;
	_height:2000px;
}

a{
	padding:0;
	outline:none;
}

p{
	margin:0 0 2px;
}

.bottomMargin{
	margin-bottom:10px;
}


div#wrapper{
	background:url("../images/bg_header.gif") 0 0 repeat-x;
}
div#header{
	position:relative;
	width:780px;
	height:77px;
	margin-bottom:30px;
	padding:0;
}
div#header h1{
	position:absolute;
	top:50%;
	margin-top: -10px;
	left:0;
}

div#header ul#relatedLink{
	position:absolute;
	right:0;
	bottom:7px;
}
div#header ul#relatedLink li{
	float:left;
	padding-left:15px;
	font-size:80%;
}
div#header ul#relatedLink li a{
	padding-left:16px;
}
div#header ul#relatedLink li a:link{
	color:#1e6a99;
}
div#header ul#relatedLink li a:hover{
	color:#1e6a99;
	text-decoration:underline;
}


div#header ul#relatedLink li a.blank{
    background:url("../images/btn_header_blank.gif") 0 50% no-repeat;
}


a:link{
	color:#1e6a99;
}
a:hover{
	color:#1e6a99;
	text-decoration:underline;
	background:none;
}
div#content a img:hover{
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
}

.heading01{
	margin:0;
	padding:6px 0 5px 15px;
	background:url("../images/bg_heading.gif") 0 0 repeat-x;
	font-size:90%;
	line-height:120%;
}

div#content{
	width:780px;
	padding-bottom:101px;
	_padding-bottom:1001px;
}

* html div#content{
	padding-bottom:82px;/*for IE 6*/
}


div#main{
	width:780px;
	padding-bottom:0;
}
div#footer{
	bottom:0;
	height:auto;
	padding:15px 0;
	background-image:none;
	background-color:#fff;
}

div.columnSet div.half{
	float:left;
	margin-right:12px;
}
div.columnSet div.half div.columnSet{
	margin-bottom:0;
}
div.columnSet div.half div.columnSet div.half{
	width:171px;
	margin-right:12px;
}
div.columnSet div.half div.columnSet div.half p{
	margin:0 0 0;
}
div.columnSet div.half div.columnSet div.half p a{
	display:block;
}
div.columnSet div.oneThird{
	float:left;
	width:256px;
	margin-right:12px;
}
div.columnSet div.twoThird{
	float:left;
	width:512px;
	margin-right:12px;
}
div.columnSet div.contents div.oneThird {
	float:left;
	width:152px;
	margin-right:12px;
}
div.columnSet div.contents div.oneThird.last {
	margin-right:0;
}
div.columnSet div.half.last,
div.columnSet div.half div.columnSet div.half.last,
div.columnSet div.oneThird.last,
div.columnSet div.twoThird.last{
	margin-right:0;
}

div.contents{
	margin-bottom:12px;
	padding:12px 15px 9px;
	background-color:#fff;
}

div.contents02{
	margin-bottom:12px;
	padding-bottom:9px;
	background-color:#fff;
}

div.contents03{
	margin-bottom:12px;
	padding:15px 15px 12px;
	background-color:#fff;
}

div.contents04{
	margin-bottom:12px;
	padding:12px 0 9px;
	background-color:#fff;
}

div#mainVisual {
	margin: 0 auto 12px;
	width: 780px;
	height:250px;
	overflow:hidden;
	text-align: left;
	position:relative;
	z-index:1;
	background:#000;
}
div#mainVisual div#slideshow {
	z-index:2;
	height:250px;
	overflow:hidden;
}

#slidenav {
	position:absolute;
	left:357px;
	top:236px;
	_top:232px;
	width:57px;
	_width:53px;
	height:11px;
	text-indent:-9999px;
	z-index:3;
}

*:first-child+html #slidenav{
	top:232px;
	width:80px;
}

#slidenav a {
	margin:0 4px;
	width:11px;
	height:11px;
	_height:15px;
	display:block;
	float:left;
	background: url(../images/btn_slide_off.gif) no-repeat center;
	text-indent:-9999px;
	overflow:hidden;
	text-align:left;
}

*:first-child+html #slidenav a{
	height:15px;
}

#slidenav a.activeSlide {
	background: url(../images/btn_slide_on.gif) no-repeat center;
}

#slidenav a:focus {
outline: none;
}



div#movieArea{
	position:relative;
	height:345px;
}

div#movieArea div.movie{
	margin-bottom:12px;
	height:272px;
	overflow:hidden;
	background-color:#fff;
	border:solid 1px #ccc;
}

div#movieArea div.movie a{
	border:solid 1px #fff;
	width:478px;
	height:270px;
	overflow:hidden;
}

div#movieArea ul.movieList{
	margin-bottom:3px;
	padding:3px 10px;
	width:460px;
	height:48px;
	_height:51px;
	border:solid 1px #cccccc;
	background:url(../images/img_thumbnail.jpg) no-repeat;
}
* html div#movieArea ul.movieList{
	padding:3px 10px 0;/*for IE 6*/
}
div#movieArea ul.movieList li{
	float:left;
	width:92px;
	height:48px;
}

div#movieArea ul.movieList li a{
	display:block;
	margin-right:3px;
	height:48px;
	text-indent:-9999px;
}
div#movieArea ul.movieList li a:hover{
	color:#fff;
	background-color:#fff;
}
div#movieArea ul.movieList li a img{
	border:solid 1px #ccc;
	vertical-align:bottom;
}

div#movieArea ul.movieList li a.selected,
div#movieArea ul.movieList li a:hover{
	opacity:0.26;
	filter:alpha(opacity=26);
	-ms-filter:"alpha( opacity=26 )";
}

p.aCenter,
li.aCenter{
	text-align:center;
}




/* =======================================
	ClearFixElements
======================================= */


dl.news{
	position:relative;
	margin:-3px 0 0;
}
dl.news dt{
	position:absolute;
	left:0;
	z-index:5;
	margin:6px 0 0;
	padding:9px 0 0 52px;
}
dl.news dt.first{
	margin:0;
	padding:0 0 0 52px;
}
dl.news dt span{
	position:absolute;
	left:15px;
	padding-right:10px;
	color:#ff0000;
	font-weight:bold;
}
dl.news dd{
	z-index:10;
	margin:6px 0 0;
	padding:9px 15px 0 131px;
	border-top:solid 1px #bdbdbd;
}
dl.news dd.first{
	margin:0;
	padding:0 15px 0 131px;
	border:none;
}

dl.news dd.blank01{
    background:url("../images/btn_blank.gif") 113px 4px no-repeat;
}

dl.news dd.blank02{
    background:url("../images/btn_blank.gif") 113px 12px no-repeat;
    _background:url("../images/btn_blank.gif") 113px 13px no-repeat;
}


ul.linkList li a{
	padding-left:16px;
    background:url("../images/btn_linklist.gif") 0 50% no-repeat;
}
ul.linkList li a.blank{
    background:url("../images/btn_blank.gif") 0 50% no-repeat;
}
ul.linkList li a.back{
    background:url("../images/btn_back.gif") 0 50% no-repeat;
}
ul.linkList.aRight{
	text-align:right;
}

td.linkList a{
	padding-left:16px;
    background:url("../images/btn_linklist.gif") 0 50% no-repeat;
}
td.linkList a.blank{
    background:url("../images/btn_blank.gif") 0 50% no-repeat;
}
td.linkList a.back{
    background:url("../images/btn_back.gif") 0 50% no-repeat;
}
td.linkList.aRight{
	text-align:right;
}

div.contents02 ul.linkList{
	margin-right:15px;
}

div.adArea ul.linkList{
	margin-left:3px;
}


#externalFlashContent{
	margin:0 0 0 22px;
}


