/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	}

/*------------------------------------------▽基本設定----------------------------------------------------*/

body {
	behavior:url("../csshover.htc"); /* IEでhoverを効かせるscript */
	background-image: url(img/bgimg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 0.85em;
	color: #444444;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*text-align:center;*/
	}

a:link {
	color:#0e70df;
	text-decoration: none;
	}
a:visited {
	color:#0e70df;
	text-decoration: none;
	}
a:hover {
	color:#003399;
	text-decoration: underline;
	/*position:relative;top:1pt;left:1pt;*/
	}
a:active {
	color:#003399;
	text-decoration: underline;
	}

a img{
	border-style: none;
	}

.clr{
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0;
	font-size: 0;
	border: 0;
	}


/*------------------------------------------▽内容----------------------------------------------------*/

#container{
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: #ffffff;
	}

#head_1{
	height: 20px;
	background-color: #fff;
	color: #999;
	font-size: 0.85em;
	text-align: right;
	padding-right: 10px;
	line-height: 200%;
}

#head_2{
	height: 60px;
}
#head_2_l{
	width: 300px;
	float: left;
}
#head_2_r{
	width: 530px;
	float: left;
	text-align: right;
	line-height: 500%;
}

#head_3{
	height: 60px;
	background-image: url(img/menu_bgimg.gif);
	width: 860px;
	margin: 0;
	padding: 0;
}

#main{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 800px;
	background-color: #ffffff;
	}
.box{
	margin-bottom: 30px;
}
.title{
	margin-bottom: 10px;
}
.text{
	padding: 5px;
}

#fancs_l{
	float: left;
	width: 300px;
}
#fancs_r{
	float: left;
	width: 480px;
	line-height: 180%;
}

#flash{
	width: 100%;
	height: 180px;
	text-align: right;
	background-image: url(./img/flash_l.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.text_l{
	float: left;
	width: 280px;
	text-align:center;
}
.text_r{
	float: left;
	width: 500px;
	background-image: url(./img/name_bgimg.gif);
	background-position: top left;
	background-repeat: no-repeat;

}

.text_r h3{
	width: 480px;
	height: 60px;
	line-height: 240%;
	font-weight: bold;
	font-size: 1.4em;
}

.pagetop{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
}
.explanation{
	font-size: 0.85em;
}
.download{
	height:32px;
	text-align: right;
}
.mediabox{
	padding: 5px;
	margin-bottom: 30px;
}
.target{
	color: #F36;
	font-weight: bold;
	font-size: 1.2em;
}
#fancsbox{
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #CCC;
	border-width: 3px;
	border-style: solid;
	background-color: #ececec;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	
}
#foot{
	text-align: center;
	line-height: 200%;
	height: 60px;
}


/*------------------------------------------▽共通----------------------------------------------------*/

.fs_080{
	font-size: 0.80em;
}
.fs_120{
	font-size: 1.20em;
}
.fs_150{
	font-size: 1.50em;
}
.ff_ab{
	font-family: "Arial Black", Gadget, sans-serif;
	}
.bold{
	font-weight: bold;
}
.pl_10{
		padding-left:10px;
}
.pl_20{
		padding-left:20px;
}
.w_200{
	width: 200px;
}
