@charset "euc-jp";

/*
----------------------------------------
layout
----------------------------------------
*/
#frame:after,
#contentsArea:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#frame,
#contentsArea {display: inline-table;}

/* Hides from IE-mac \*/
* html #frame,
* html #contentsArea {height: 1%;}
#frame,
#contentsArea {
	display: block;
}
/* End hide from IE-mac */


body{}

#frame{
width:900px;
padding:0;
margin:0 auto;

}

/*header*/

#headerArea{
width:900px;
height: 86px;
}

/*contentsArea*/

#contentsArea{
	width: 900px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../img/main_bg.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top:5px;

}

#mainContentsArea{
	width:596px;
	float:left;
	z-index: 2;
	padding-top: 9px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(../img/main_bg.jpg);

}

#sideArea{
	width:250px;
	float:right;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-top: 10px;
}

#CorpBlock {
	padding: 2em;
}
#CorpBlock table {
	border-top: solid 1px #ccccaa;
	border-spacing: 0px;
}
#CorpBlock td, #CorpBlock th {
	padding: 0.5em;
	border-bottom: solid 1px #ccccaa;
}
#CorpBlock th {
	width: 120px;
	background-color: #eeeedd;
}
#CorpBlock table ul {
	list-style: square;
}
#CorpBlock table li {
	border-bottom: none;
	margin-bottom: 0px;
}

/*footerArea*/

#footerArea{
	width: 900px;
	height: 110px;
	background-color: #FFFFFF;
	background-image: url(../img/footer.jpg);
	margin: 0 auto;
	margin-bottom: 1px;
	background-repeat: no-repeat;
}

