@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: #ffffff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/base_bg.gif);
	padding: 0;
}

/*ヘッダー　トップページ*/
#header{
	width: 400px;
	height: 40px;
	background-image: url(img/contact_title.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#header h1,#header h2{
	display:none;
}

#explanation{
	display:none;
}






/*メインコンテンツ*/
#main{
	width:380px;
	height:550px;
	text-align:left;/*実験的*/
	font-size: 0.85em;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
	background-image:url(img/main_bg.gif);
	background-repeat:repeat-y;
	background-position:right top;
	margin-bottom: 15px;
}

#main span{
	color:#990000;
}

#main p.info{
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;
}

#main p.text{
	margin-bottom:10px;
	border-bottom:1px dotted #cccccc;
}

#main p.send{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;/*実験的*/
}


#main input,textarea{
	margin-left:10px;
}

/*フォームのフォーカス設定*/
#main input.write,textarea{
	color:#333333;
	background-color:#ffffff;
	font-size:0.9em;
	border:1px solid #cccccc;
}

#main input.write:focus,textarea:focus{
	color:#000000;
	background-color:#99ccff;
	font-size:1em;
	border:1px solid #003366;
}


/*フッター*/

#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:#ffffff;
	margin-bottom: 0px;
}

#footer p.copy{
	border-top: 1px solid #cccccc;
	margin-top:5px;
  	font-size:0.75em;
	color:#666666;
	text-align:center;
  	
}
