@charset "shift_jis";

/*-------------------GLOBAL CONTROL-----------*/

body {
	background-color: #e5cefc;
}

/*-------------------MENU---------------------*/

#menu-box {
	width: 1100px;
	height: 30px;
	background-image: url('../img/bg/bg_menu_01.gif');
	background-repeat: no-repeat;
	display: inline-block;
}

/*-------------------MAIN---------------------*/


#main-box {
	background-image: url('../img/bg/bg_main_01.gif');
	background-repeat: repeat-y;
}

/* スライドショー */

#slide {
	width: 1000px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#slide img {
	position: absolute;
	left: 0;
	top: 0;
}
#topcom {
	margin: 20px auto 0 auto;
	text-align: center;
}

#adbox {
	width: 660px;
	margin: 30px auto 0 auto;
	border: 1px solid #cbc1f5;
	padding: 10px;
	display: table;
}
.adcom {
	width: 330px;
	float: right;
}

/*-------------------BOTTOM-------------------*/

#bottom-box {
	background-image: url('../img/bg/bg_main_01.gif');
	background-repeat: repeat-y;
}
