body {
	background-image: none;
}
/* 外郭 */
#outer {
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: none;
}
/***************
 ヘッダ
***************/
#header {
	margin: 0;
	height: auto;
	background-color: none;
	background-image: none;
	border: none;
}
#header h1 {
	display:block;
	margin-top: 1em;
}
#blind_info {
	display: none;
}
#screen {
	display: none;
}
#change_normal {
	display: none;
}
#change_text {
	display: none;
}
/***************
 コンテンツ（統括）
***************/
#contents {
	width: 100%;
}
/***************
 コンテンツ（右）
***************/
#content_r {
	float: right;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
}
/***************
 コンテンツ（左）
***************/
#content_l {
	display:none;
}
/* フッタ */
#footer {
	display: none;
}

