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

body{
	margin:auto;
 	padding:0;
 	background:url(../img/Base.jpg) no-repeat;
 	line-height:2em;
 	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 	font-size:13px;
	color:#000000;
 }
 
 
 h1,h2, h3,p{
	margin:0;
 	padding:0;
 }
 
#main{
 	width:800px;
	height:100%;
	margin:auto;
	background-image:url(../img/bg_white.jpg);

	
 }

#top{
	width:800px;
	height:580px;
	margin-top:0px;
}
 
 /*左コラム */
#left{
	width:400px;
	margin-top:20px;
	background:url(../img/img_introduction.jpg) no-repeat;
	background-color:#FFFFFF;
	float:left;
}

.txt{
padding:10px;
	background-color:#FFFFFF;
}
 
 /*右コラム */
#right{
	width:360px;
	margin-right:20px;
	margin-top:20px;
	float:right;
	background-color:#FFFFFF;
}

 /*iframe用 */
.ifr_table {
	margin:0;
	width:320px;
}

.ifr_table th{
	width:250px;
	height:30px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	font-weight:normal;
}

.ifr_table td{
	width:70px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	font-weight:bold;
}
.uplink {
	float: left;
	margin-right: 20px;
	margin-left:14px;
	margin-top:60px;
}

.jcycle {
	margin-top:60px;
}
.dvd-txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 16px;
	margin-bottom:7px;
}

