@charset "utf-8";
	html {
		margin:0;
		padding:0;
		background:#FFFFFF;
	}
	body {
		margin:0px;
		padding:0;
		font-family:arial,sans-serif;
		font-size:12px;
	}
	a{
		color:#eb5c6c;
		text-decoration:none;
		border:1px;
	}
	h3 {
		margin-top:80px;
		margin-bottom:10px;
	}
	table {
		margin:0px;
		padding:0px;
		
	}
	
	
/* -- layout -- */
	#wrap {
	width:100%;
	float:inherit;
	}
	#content {
	margin: auto;
	width: 900px;
	background-image: url(images/mainbg_middle.gif);
	}
	#sidebar {
		float:left;
		margin-left:0px;
		width:100%;
	}
	#movable2 {
		width:100%;
	}
/* -- design -- */
	#content .column_top {
		height:100px;
		overflow:hidden;
		background-image: url(images/mainbg_top.gif);
		background-repeat: no-repeat;
	}
	
	#content .column {
		background-color:#fff;
		margin-bottom:10px;
		width:800px;
		margin-left:50px;
	}

	#content .column_bottom {
		height:30px;
		overflow:hidden;
		background-image: url(images/mainbg_bottom.gif);
		background-repeat: no-repeat;
	}

	#movable2{
		background-color:#1d0001;
		border:0px solid #c9d8ed;
		padding:0px;
		height:47px;
		filter:alpha(opacity=90);
		opacity:0.8;
	}

	.main_a{
		display:block;
		padding:8px;
		font-size:12px;
		color:#4A3334;
		line-height:170%;
		background:#fff;
		border:1px solid #e3e3e3;
	}

	.float{
		float: left;
		margin-right: 1em;
	}
	
	.floatclear{
		clear: both;
	}



/* ---------------------- メニュー部分 ---------------------- */
	.menulist #nav{
		position:relative;
		display:block;
		height:47px;
		font-size:11px;
		font-weight:bold;
		background:transparent url(images/m_bg.png) repeat-x top left;
		font-family:Arial,Verdana,Helvitica,sans-serif;
		text-transform:uppercase;
	}

	.menulist #nav ul{
		margin:0px;
		padding:0;
		list-style-type:none;
		width:auto;
	}

	.menulist #nav ul li{
		display:block;
		float:left;
		margin:0 1px 0 0;
	}

	.menulist #nav ul li a{
		display:block;
		float:left;
		color:#1fa0d7;
		text-decoration:none;
		padding:17px 22px 0 22px;
		height:30px;
	}

	.menulist #nav ul li a:hover,.menulist #nav ul li a.current{
		color:#1fa0d7;
		background:transparent url(images/m_on.png) no-repeat top center;
	}
/* ---------------------- メニュー部分 ---------------------- */