@charset "utf-8"; 


* {
	margin: 0;
	padding: 0;
}

body {
	BACKGROUND: #cccccc;
	COLOR: #E2E1DB;
	TEXT-ALIGN: center;
	background-image: url(img/bg7.gif);
	line-height: 120%;
}
#outer {
	MARGIN: auto;
	width: 780px;
	TEXT-ALIGN: left;
}
#header {
	COLOR: #333333;
	HEIGHT: 240px;
	position: static;
}
#bar {
	COLOR: #333333;
	HEIGHT: 26px;
	background-image: url(img/framebar.gif);
}
#container {
	BACKGROUND: #ffffff;
	width: 780px;
	COLOR: #333333;
/* 	POSITION: relative; */
	margin: auto;
}
#barbottom {
	height: 20px;
	width: 780px;
	background-image: url(img/barbottom.gif);
}

#main {
	FLOAT: left;
	width: 550px;
	COLOR: #333333;
	border: 0px;
	background: #ffffff;
	text-align: left;

}



#menu {
	BACKGROUND: #ffffff;
	width: 230px;
	TEXT-ALIGN: left;
	top: 0px;
	border: 0px;
	background-color: #ffffff;
	float: right;
	
}


#main_tp {
	FLOAT: left;
	width: 300px;
	COLOR: #333333;
	border: 0px;
	background: #ffffff;
	text-align: left;

}

#menu_tp {
	BACKGROUND: #ffffff;
	width: 480px;
	TEXT-ALIGN: left;
	top: 0px;
	border: 0px;
	background-color: #ffffff;
	float: right;
	
}



#footer {
	COLOR: #333333;
/* IEでメニュー下が開いてしまう対策  */
 	height: 100px;

	font-size: 80%;
	clear: both;
	background-image: url(img/bg7.gif);
	text-align: center;
}
#menutop {
	background-image: url(img/menutop.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 228px;
	border: 0px;
}
#menubottom {
	background-image: url(img/menubottom.gif);
	height: 16px;
	width: 228px;
	background-repeat: no-repeat;
	border: 0px;
}
#menumain {
	background-image: url(img/menumid.gif);
	background-repeat: repeat;
	border: 0px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 1px;
}



