/* CSS Document */

/*-- Container --*/
div#container_index {
	width: 807px;
	margin: 0 auto;
}

/*-- Wrapper --*/
div#wrapper_index {
	margin-top: 50px;
	text-align: left;
	background: #FFFFFF;
}

/*-- Header Index --*/
div#header_index {
	border-top: #333333 10px solid;
	text-align: center;
	margin-bottom: 3px;
	padding-top: 3px;
}

div#header_index h1 {
	font-size: 15px;
	margin-bottom: 3px;
}

div#header_index div#main_img{
	width: 807px;
	height: 406px;
	margin: 5px 0 30px 0;
	position: relative;
	background: url(../img/index/main_img.jpg) top left no-repeat;
}

div#header_index #flw1 {
	position: absolute;
	top: -63px !important;
	left: -32px !important;
	top: -63px;
	left: -32px;
}

/*-- IE7 Only --*/
*:first-child+html div#header_index #flw1 {
	top: -63px !important;
	left: -32px !important;
}

div#header_index #flw2 {
	position: absolute;
	top: 275px !important;
	left: 638px !important;
	top: 275px;
	left: 638px;
}

/*-- IE7 Only --*/
*:first-child+html div#header_index #flw2 {
	position: absolute;
	top: 275px !important;
	left: 638px !important;
}

div#header_index a#enter_btn {
	width: 195px;
	height: 55px;
	display: block;
	background: url(../img/index/btn.gif) top no-repeat;
	position: absolute;
	top: 301px!important;
	left: 449px!important;
	top: 301px;
	left: 449px;
	text-indent: -3000px;
}

/*-- IE7 Only --*/
*:first-child+html div#header_index a#enter_btn {
	width: 195px;
	height: 55px;
	display: block;
	background: url(../img/index/btn.gif) top no-repeat;
	position: absolute;
	top: 301px !important;
	left: 449px !important;
}

/*-- Main --*/
div#main_index {
	width: 807px;
	margin-bottom:10px;
}

div#main_index:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*IE4～6 only*/
* html div#main_index {
    height: 1em;
    overflow: visible;
}

/*-- Content_l --*/
div#main_index div#content_l {
	
}


/*-- Content_l --*/
div#main_index div#content_l_head {
	text-align: right;
	margin-right: 10px;
}

div#main_index div#content_l{
	margin-left: 10px;
}

div#main_index div#content_l h2 {
	font-size: 13px;
}

div#main_index div#content_l div#mobi {
	padding: 20px 0 20px 20px;	
}
.smartphone_banner_big {
	text-align:center;
	margin-bottom:15px;
}


/*-- Content_l --*/
div#main_index div#content_l_foot {
	text-align: left;
}

div#main_index div#content_l_foot div#enter {
	width: 807px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

div#main_index div#content_l_foot div#left {
	width: 300px;
	margin: 0 20px 0 15px !important;
	margin: 0 15px 0 15px;
	float:left;
}

div#main_index div#content_l_foot div#right {
	width: 455px;
	height: 93px;
	background: url(../img/index/send_mail.jpg) top left no-repeat;
	float:left;
}

div#main_index div#content_l_foot div#right form {
	position: relative;
	top: 53px;
	left: 50px;
}

div#main_index div#content_l_foot div#right form input#mail{
	width: 300px;	
}

/*-- Footer_Index --*/
div#footer_index {
	height: 77px;
	margin: 0;
	background: url(../img/index/footer_index.jpg) top left no-repeat;
	text-align: center;
	color: #FFFFFF;
}

div#footer_index p{
	position: relative;
	top: 15px;
}

/*/*--------------------▽メニューリスト*/

#list{
	width:800px;
	padding:2px;
	margin:2px;
}

div#list .menu{
	margin:3px auto 3px auto;
}

div#list .menu li{
	display: inline;
	margin: 0 1.0em 0 1.0em;
	font-size: 10px;
	line-height: 1.0;
}

div#list .menu li a:link{text-decoration:none;}

div#list .menu li a:visited{text-decoration:none;}

div#list .menu li a:hover{text-decoration:none;}
