@charset "Shift_JIS";

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

	Build Date : 2009/05/25;
	Site Name : ニンテンドーDSライセンシー;
	URL : http://wifi.nintendo.co.jp/information/router/index.html;
	about : DSソフトプレイスタイル用css;

	00.common
	01.body container wrapper
	02.header
	03.main
	04.link
	05.footer

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

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

/*--- font-size adjustment

 -------------+-------------
  pixels (px) | percent (%)
 -------------+-------------
       10     |     77
       11     |     85
       12     |     93
       13     |    100
       14     |    107
       15     |    114
       16     |    122
       17     |    129
       18     |    136
       19     |    144
       20     |    152
       21     |    159
       22     |    167
       23     |    174
       24     |    182
       25     |    189
       26     |    197
 -------------+-------------
 
--------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	font-family:"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","HiraKakuPro-W3","MS P Gothic","MS UI Gothic","MS Gothic","Meiryo";
	/*font-size:13px;*/
	font-weight:normal;
	line-height:1.5;
	outline:none;
	/*For IE Only*/
	word-break:break-all;
}

* html p {
	font-size:small;
	/*font-size:93%;*/
}

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

a {
	outline:none;
}

.clear {
	clear:both;	
}

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

a {
	color:#535353;
	text-decoration:underline;
}

a:visited {
	color:#535353;
	text-decoration:underline;
}

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

.tx10 {
	font-size:77%;
}

.tx11 {
	font-size:83%;
}

.tx12 {
	font-size:93%;
}


/*--- 01.body container wrapper
--------------------------------------------------------------------------*/

body {
	background:#e5e5e5;
	color:#535353;
	font-size:13px;
	*font-size:small;
	*font:x-small;
}

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

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


/*--- 02.header
--------------------------------------------------------------------------*/

#header {
	width:744px;
}

h1 {
	width:744px;
	height:36px;
	margin:14px auto 0;
	background:#fff url(../img/h1_title.jpg) 0 0 no-repeat;
	font-size:0.1px;
	line-height:0.1%;
	text-indent:-9999px;
}

h2 {
	width:744px;
	height:35px;
	margin:18px auto 0;
	background:#fff url(../img/h2_title.jpg) 0 0 no-repeat;
	font-size:0.1px;
	line-height:0.1%;
	text-indent:-9999px;
}

/*--- 03.main
--------------------------------------------------------------------------*/

#mainarea {
	width:744px;
	margin:0 auto;
}

.style-box {
	width:744px;
	margin:10px auto;
}

.left-box {
	width:364px;
	float:left;
}

.right-box {
	width:364px;
	float:right;
}

.wifi-box {
	width:744px;
	margin:12px auto 0;
}


/*--- 04.link
--------------------------------------------------------------------------*/


/*--- 05.footer
--------------------------------------------------------------------------*/

#footer {
	width:744px;
	margin:0;
}

.close-box {
	width:130px;
	height:30px;
	margin:15px auto;
}

.close-box a {
	width:130px;
	height:30px;
	display:block;
	font-size:0.1px;
	line-height:0.1%;
	text-indent:-9999px;
	background-image:url(../img/bt_close.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

.close-box a:hover {
	background-position:0 -30px;
}