@charset"Shift_JIS";

/*基本セレクタ*/
body{
	font-size: 0.9em;
	font-family:"ヒラギノ PRO W3","MS Pゴシック",Osaka,sans-serif;
	text-align:center;/*実験的*/
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #0033ff;
}

form{
	margin:0px;
}

/*コンテナ（全体）*/
#container{
	width: 400px;
	position: relative;
	margin: 0;
	background-color: #99ccff;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/*ヘッダー　トップページ*/
#header{
	width: 400px;
	height: 200px;
	background-image: url(img/mobile_title.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#header h1,#header h2{
	display:none;
}

#explanation{
	display:none;
}





/*メインコンテンツ*/
#main{
	width:380px;
	height:auto;
	text-align:left;/*実験的*/
	font-size: 0.85em;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	background-color:#99ccff;
	margin-bottom: 15px;
}

#main p {
	margin-top:1em;
	margin-bottom:1em;
	line-height: 150%;
}

#main span{
	color:#990000;
}






/*1*/
#main1{
	margin-bottom:20px;
	margin-top:0px;
	margin-left:0px;
	width:380px;
}

#main1 p{
	margin-left:10px;
}

#main1 h2{
	widht:380px;
	height:30px;
	text-indent:-9999px;
	background-image:url(img/mobile_title2.gif);
	background-repeat:no-repeat;
	background-color: #99ccff;
}

#main1 p.link{
	padding-right:10px;
	text-align:right;/*実験的*/
}
#main1 p.list{
	margin-top:10px;
	background-image:url(img/list2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}





/*フッター*/

#footer{
	width:380px;
	height:60px;
	text-align:left;/*実験的*/
	border-top: 1px solid #cccccc;
	font-size: 0.8em;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
	background-color:#99ccff;
	margin-bottom: 0px;
}

#footer p.copy{
	border-top: 1px solid #cccccc;
	margin-top:5px;
  	font-size:0.75em;
	color:#666666;
	text-align:center;
  	
}
