@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5em;
	background:#fff;
	color:#666666;
}
/*-------------------------------------------------------*/
div#box {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	height: 480px;
	width: 640px;
}
div#leftBox {
	width:354px;
	height: 407px;
	float: left;
	margin-top: 17px ;
	padding-left: 18px;
}
div#rightBox {
	float:right;
	width:268px;
	height: 407px;
	margin-top: 17px;
}
/*-------------------------------------------------------*/
h1,h2 {
	background-repeat: no-repeat;
	text-indent:-9999px;
}

h1 {
	height: 38px;
	width: 215px;
}
h2 {
	height: 25px;
	width: 354px;
}
/*-------------------------------------------------------*/
#box #leftBox p {
	padding: 4px;
}
div #bt {
	color: #0c419a;
	text-align: center;
}

#URLbt {
	display:block;
	width:163px;
	height:51px;
	margin-right: auto;
	margin-left: auto;
	cursor:pointer;
}

#leftBox #contentImg {
	background-repeat: no-repeat;
	width: 354px;
	text-indent:-9999px;
}

#rightBox #keitaiImg {
	height: 276px;
	width: 200px;
	margin-top: 76px;
	margin-left: 38px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#rightBox #keitaiSwf {
	height: 276px;
	width: 200px;
	margin-top: 76px;
	margin-left: 38px;
}
#rightBox #keitaiTitle {
	margin-left: 38px;
	text-align: center;
	width: 200px;
	margin-top: 21px;
}

