@charset "Shift_JIS";

/*--- information
--------------------------------------------------------------------------	

	Date : 2009/01/23;
	Date : 2009/02/03;
	Date : 2009/02/04;

	00.common
	01.body 
	02.container wrapper
	03.header
	04.logo
	05.main
	06.btn
	07.info
	08.link
	09.footer
	10.flash

--------------------------------------------------------------------------
*/

/*--- 00.common
--------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	font-family:"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","HiraKakuPro-W3","MS UI Gothic","MS P Gothic","MS Gothic","Meiryo";
	font-size:12px;
	line-height:1.5;
	/*letter-spacing:0.2em;
	word-spacing:0.5em;*/
}

img {
	margin:0;
	padding:0;
	border:0;
}

a {
	outline:none;
}

span {
	/*font-weight:bold;
	font-style:normal;
	text-decoration:underline;*/
	color:#34BEED;
}

li {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.clear {
	clear:both;
}

.hide {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

/*--- 01.body
--------------------------------------------------------------------------*/

body {
	background-color:#000;
	text-align:center;
}

/*--- 02.container wrapper
--------------------------------------------------------------------------*/

#container {
	width:768px;
	margin:0 auto;
	text-align:center;
}

#wrapper {
	width:768px;
	margin:0 auto;
	text-align:left;
}

/*--- 03.header
--------------------------------------------------------------------------*/

#header {
	width:768px;
	height:53px;
}

/*--- 04.logo
--------------------------------------------------------------------------*/

#nlogo {
	width:63px;
	height:16px;
	margin:27px 0 0 0;
	float:left;
}

#wlogo {
	width:82px;
	height:36px;
	margin:17px 0 0 0;
	float:right;
}

#slogo1 {
	width:177px;
	height:15px;
	margin:38px 0 0 432px;
	float:left;
	display:inline;
}

#slogo2 {
	width:98px;
	height:108px;
	margin:0 0 0 29px;
}

#mlogo1 {
	width:134px;
	height:88px;
	margin:44px 0 0 40px;
	float:left;
	display:inline;
}

/*--- 05.main
--------------------------------------------------------------------------*/

#main {
	width:768px;
	height:466px;
	background-image:url(../img/main_bg_001.jpg);
}

/*--- 06.btn
--------------------------------------------------------------------------*/

#btn {
	width:768px;
	height:51px;
	background-image:url(../img/btn_bg_001.jpg);
}

.btn0 {
	width:728px;
	height:51px;
	margin:0 20px;
}

.btn1 {
	width:322px;
	height:82px;
	margin:269px 0 0 13px;
}

.btn2 {
	display:block;
	width:241px;
	height:51px;
	background-image:url(../img/btn_002.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.btn2:hover {
	background-position:0 -51px;
}

.btn3 {
	display:block;
	width:246px;
	height:51px;
	background-image:url(../img/btn_002.jpg);
	background-repeat:no-repeat;
	background-position:-241px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.btn3:hover {
	background-position:-241px -51px;
}

.btn4 {
	display:block;
	width:241px;
	height:51px;
	background-image:url(../img/btn_002.jpg);
	background-repeat:no-repeat;
	background-position:-487px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.btn4:hover {
	background-position:-487px -51px;
}

.btn4s {
	display:block;
	width:241px;
	height:51px;
	background-image:url(../img/btn_002.jpg);
	background-repeat:no-repeat;
	background-position:-487px -51px;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

/*
.btn5 {
	display:block;
	width:255px;
	height:32px;
	background-image:url(../img/btn_003.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
}

.btn5:hover {
	background-position:0 -32px;
}
*/

.btn6 {
	width:768px;
	height:94px;
	margin:0 0 10px 0;
}

.btn7 {
	display:block;
	width:768px;
	height:94px;
	background-image:url(../img/btn_004.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	/*float:left;*/
}

.btn7:hover {
	background-position:0 -94px;
}

/*--- 07.info
--------------------------------------------------------------------------*/

#info {
	width:768px;
	height:110px;
	background-image:url(../img/info_bg_001.jpg);
}

.info0 {
	width:255px;
	height:32px;
	margin:15px 0 0 20px;
	float:left;
	display:inline;
}

.info1 {
	width:473px;
	height:86px;
	margin:9px 0 0 7px;
	float:left;
	display:inline;
}

/*--- 08.link
--------------------------------------------------------------------------*/

.link0 {
	width:768px;
}

.link1 {
	font-size:12px;
	line-height:150%;
	color:34BEED;
	float:right;
	padding:10px 0 10px 0;
}

.link1 a:link {
	color:#34BEED;
	text-decoration:none;
}

.link1 a:visited {
	color:#34BEED;
	text-decoration:none;
}

.link1 a:hover {
	color:#818181;
	text-decoration:underline;
}

.link2 {
	width:768px;
	padding:0 0 10px 0;
}

.link3 {
	font-size:12px;
	line-height:150%;
	color:818181;
	text-align:center;
}

.link3 a:link {
	color:#818181;
	text-decoration:none;
}

.link3 a:visited {
	color:#818181;
	text-decoration:none;
}

.link3 a:hover {
	color:#34BEED;
	text-decoration:underline;
}

.link4 {
	width:768px;
	padding:10px 0 10px 0;
}

/*--- 09.footer
--------------------------------------------------------------------------*/

.footer0 {
	width:768px;
}

/*--- 10.flash
--------------------------------------------------------------------------*/

#flash {
	width:768px;
}
