/* CSS Document */
/* スタイル初期化 */
html{
	overflow:-moz-scrollbars-vertical;
}  

body {
	font-family: "ＭＳ Ｐゴシック", Arial, Tahoma, sans-serif, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #DFDFDF;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ul li,form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}
img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:bottom;
}


table{
	border-collapse:collapse;
}

td {
	border: 1px solid #999999;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
A:link,A:visited {
}

A:hover{
	text-decoration: underline;
}

/* ID */
#wrap {
	width: 757px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	width: 757px;
	background-image: url(../image/header.gif);
	background-repeat: no-repeat;
	height: 81px;
	text-align: left;
}
#header h1 {
	background-repeat: no-repeat;
}
#header a {
	height: 81px;
	width: 300px;
	display: block;
	text-indent: -9999px;
}



#Gnavi {
	height: 28px;
}

#Gnavi ul {
	list-style-type: none;
	background-image: url(../image/bg_navi.gif);
	background-repeat: repeat-x;
	height: 26px;
	line-height: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#Gnavi li {
	float: left;
	display: inline;
}


#contents {
	text-align: left;
	clear: left;
	background-color: #FFFFFF;
}
#contents p {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents #what {
	float: left;
	width: 265px;
	}
#contents #center {
	width: 141px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#contents #news {
	float: left;
	width: 349px;
}

#news h2,#what h2 {
	height: 25px;
	padding-left: 10px;
	background-color: #EFF3FF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#left{
	width: 150px;
	float: left;
	background-color: #E7E7E7;
	background-image: url(../image/left_bg.gif);
	background-repeat: no-repeat;
	height: 500px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#left2{
	width: 150px;
	float: left;
	background-color: #E7E7E7;
	background-image: url(../image/left_bg.gif);
	background-repeat: no-repeat;
	height: 580px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#right{
	float: right;
}
#right h3 {
	height: 70px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#right table {
	margin-left: 10px;
}



#footer {
	background-color: #999999;
	height: 30px;
	clear: left;
}

#footer h6 {
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* 共通クラス */
.textCO {
	color: #FF9900;
}
.textSize{
	font-size: 8px;
}
.Tstyle01{
	background-color: #E7E7E7;
	text-align: left;
}
.clear {
	clear: left;
}
.marginL20{
margin-right:20px;
}
.marginT10{
margin-top:10px;
}
