@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#FFFFFF;
	font-size:90%;
	line-height:150%;
	font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka", sans-serif;
	color:#000000;
}
p{
	line-height:150%;
}

/****見出し、タイトル******/
h1{
	font-size:170%;
	font-weight:bold;
	color:#003399;
	text-align:left;
	width:auto;
}


/****page部分****/
#page
{
	width:800px;
	height:auto;
	margin:0px auto;
	text-align:center;
	position:relative;
	background-color:#FFF;
}

/****head部分****/
#head
{
	width:770;
	height:110px;
	margin:10px 0px 2px 0px;
	text-align:left;
	background-image:url(image/title2.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/****flashy部分****/
#flash
{
	width:800px;
	height:200px;
	text-align:center;
}

/****menu部分****/
#menulist
{
	width:170px;
	height:200px;
	text-align:left;
}

/****submenu部分****/
#submenulist
{
	width:800px;
	height:60px;
	text-align:left;
}

/****main部分****/
#main
{
	width:800px;
	height:100%;
}	

/****copyright部分****/
#copy
{
	text-align:center;
	font-size:80%;
	height:auto;
	width:auto;
	padding:5px 2px;
}

/****text部分****/
.text{
	width:auto;
	padding:10px 20px 10px 20px;
	text-align:left;
	height:auto;
}

/****subTitle部分****/
.subTitle{
	width:auto;
	padding:10px 00px 10px 00px;
	text-align:left;
	height:auto;
}
/****他****/

