﻿@charset "utf-8";
html,body{height: 100%; width:100%;	font-family: "Verdana Regular", "Helvetica","ヒラギノ角ゴ","メイリオ","Meiryo","MSゴシック";}
html,body,div,h1,h2,p,ul,li{margin:0; padding:0; line-height: 1.5; font-size: 12px;}
ul,li{list-style: none inside;}
img{border:0;}
a{color: #000;text-decoration:none;}
object,embed{outline;none;}

body{
/*	_width: expression(document.body.clientWidth < 1001? "1000px" : "auto");
	_height: expression(document.body.clientWidth < 596? "595px" : "auto");
*/
}

body{background: #FFF; text-align: center; min-width:1000px; min-height:595px;}
#content{
width:100%;
min-width:1000px;
min-height:595px;
height:100%;
	_width: expression(document.body.clientWidth < 1001? "1000px" : "100%");
	_height: expression(document.body.clientWidth < 596? "595px" : "100%");
}

#textContents{
	height: 625px;
	text-align: left;
	width: 1000px;
	margin: auto;
	background:url(../images/bg_txt.jpg) no-repeat 10px 84px;
}



