/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style:none;
}
img {
	border: 0;
}
/* 全体レイアウト */
body {
	text-align: center;
	color: #444444;
	font-size: 0.8em;
	background-color: #ffffff;
}

td {
	color: #444444;
	font-size: 0.8em;
}

#main {
	width: 960px;
	height: 665px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#head{
	width: 960px;
	height: 41px;
	margin-top: 15px;
	margin-bottom: 8px;
	background-image:  url(img/header.gif);
}
#head table {
	margin: 6px 8px 0px 0px;
	background-color: #ffffff;
	float: right;
}

#main2{
	border: 1px solid #000000;
	_width: 955px;
	height: 609px;
}

/*レフト*/
#leftsc{
	background-color: #cccccc;
	float: left;
	width: 148px;
	height: 609px;
}

#leftsc div.leftmenu{
	width: 138px;
	height: 609px;
	margin-left: 10px;
	background-color: #ccccff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


#leftsc ul li {
	list-style:none;
	width: 138px;
	height: 36px;

}

#rightsc{
	width: 786px;
	float: left;
}

#rightsc img{
	margin-top: 10px;
	margin-left: 13px;
}

#aisatu{
	width: 787px;
	height: 63px;
	text-align: left;
	margin-top: 10px;
	margin-left: 13px;	
	background-image:  url(img/goaisatsu.gif);
}

#aisatu p{
	margin-left: 85px;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 130%;
}

#aisatu h1, #aisatu h2, #aisatu h3 {
	margin-left: 85px;
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 70%;
	font-weight: normal;
}

#rightsc table{
	margin-top: 10px;
	margin-left: 13px;
}

#rightsc IFRAME{
	border: #666666 1px solid;
}


.back{
	text-align: right;
}


#foot{
	margin-right: 13px;
	text-align: right;	
	}

