@charset "utf-8";
/* CSS Document */

div#wrap {
	width: 650px;
	background-image: none;
	padding: 0px;
}

/* ===== header ===== */
div#header {
	height: 45px;
	width: 650px;
	background-image: none;
}

div#header img#logo {
	top: 0px;
	left: 0px;
}

ul#h_menu { display: none;}

div#btn_eng { display: none;}

div#font_size { display: none;}

div#search { display: none;}

div#menu { display: none;}

/* ===== main ===== */
div#main {
	float: none;
	width: 650px;
}

div#contents {
	width: 650px;
	float: none;
	margin-right:0px;
}

/* ===== side ===== */
div#sideNavi { display: none;}

/* ===== foot ===== */
div#foot {
	width: 650px;
	background-image: none;
}

div#foot ul { display: none;}

/* ===== contents ===== */
p.pagetop { display: none;}

h1{	
	height:52px;
	padding: 0 0px 0px 20px;
	font-size: 170%;
	font-weight: bold;
	background-image: url(../img/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:15px;
	line-height: 2.2;
}

h2 {
	height:32px;
	color:#FFFFFF;
	background-image: url(../img/h2_bg.jpg);
	clear: both;
	padding-left: 26px;
	margin: 0px -12px 7px 0;
	background-position: left bottom;
	background-repeat:no-repeat;
	font-size: 120%;
	font-weight: bold;
	line-height: 2;
}

