@charset "UTF-8";
/* CSS Document */

/* ************************************************
 *	共通設定
 * ************************************************ */
 
/* ************************************************
 *	reset
 * ************************************************ */
body,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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
img {
	vertical-align: top;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}



* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:100%;
	font-weight:normal;
	color:#333333;
	
}


html {
	margin-bottom:1px;
    height:100%;
    overflow-y:scroll;
}

body {
	font-size:16px;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin-bottom:1px;
	height:100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

li {
	list-style:none;
}

img {
	border:0;
}

/* clearfix */
.clearfix:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	/display: inline-block;
}
/* Mac版IEを除外 */
.clearfix {
	overflow: block;
}

/* IE6 PNG */
* html img {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}

.imgfloatL{
	float: left;
}

.imgfloatR{
	float: right;
}

/* -------------------------------------
 *	リンクの色設定
 * ------------------------------------- */

a {
	color:#09a;
	cursor:pointer;
}

a:link {
	color:#09a;
}

a:visited {
	color:#09a;
}

a:hover {
	color:#6cc;
	text-decoration: underline;
}

a:active {
	color:#09a;
}

h3{
	font-size: 22px;
	font-weight: bold;
}
h4{
	font-size: 14px;
	font-weight: bold;
}

 
/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:980px;
	overflow: hidden;
	background-color: #ffffff;
	margin: 0 auto;	
}

/*コンテンツエリア*/
#container #contents{
	width: 980px;
	margin:auto;
}


/*-----------------------------------------------
 トップページ
-----------------------------------------------*/

/*メインエリア*/
#container #contents #main{
	width:980px;
}


/*下部*/
#container #contents #wordbox{
	width: 85%;
	margin:auto;
	padding:0 0 15px 0;
}

#container #contents #wordbox p{
	padding: 10px 0px;
}

.bankbox {
	width: 75%;
	margin: auto;
	padding:30px;
	background-color:#ffe;
	border:5px solid #0149a2;
}

.bankbox h3 {
	padding-bottom:10px;
	color:#000;
}

.bankbox ul {
	padding:10px 0px;
}

.bankbox li {
	margin-bottom:10px;
}

.bankbox p {
	text-align:left;
}

.caution {
	font-size:12px;
	color:#C00;
}

.txtbold {
	font-weight: bold;
}

.mb40{margin-bottom:40px;}

.lead{
	line-height:1.9;
	font-size:114%;
	text-align:center;
}

.yahoo_bnr{
	padding: 10px 0px;
	text-align: center;
}

.mini{
	font-size:12px;
}

.inlineC{
	text-align: center;
}

.tubeBox{
	padding:20px 0;
	text-align: center;
}


/*-------------------------------------------------
	フッター
-------------------------------------------------*/
#container #contents #footer {
	width:980px;
	clear: both;
	float:left;
	padding: 20px 0px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.copy{
	width:980px;
	padding-bottom:10px;
	text-align:center;
	font-size:12px;
}

/* =========================================================
social bookmark
========================================================= */

.sb_post{
	clear: both;
	width:480px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
.sb_post ul li {
	float:left;
	width:110px;
	padding-right:10px;
	overflow: hidden;
	font-size:10px;
}


.hourBox{
	 width:900px;
	 margin:0 0px 20px 80px;
	 font-size:12px;
}

.titleJFN{
    text-align:center;
    padding:20px;
}

.list38{
    float: left;
    width:150px;
}

.hourBox li {
  float: left;
	width:150px;
	height:14px;
	padding-bottom:10px;
}

.movieBox{
	width:840px;
	margin:15px auto;
}

.movieBox li{
	width:400px;
	margin:10px;
	float:left;
}

.helpphoto{
}

.helpphoto span{
	font-weight:bold;
	font-size:11px;
}