﻿@charset "utf-8";


/*=========================================
	index
===========================================*/

body {
height: 3350px;
}

#index {
	background: url(images/wrap_index.jpg) no-repeat center top;
	height: 100%;
	width: 100%;
	margin: 0 auto;
 }

#index #main {
	height: 3350px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative; 
}

/*=========================================
	LEFT 
===========================================*/


#left {
	height: 1500px;
	width: 565px;
	margin: 0;
	position: absolute;
	left: -490px;
	top: 0px;
	z-index: 10px;
	background: url(images/left_index.jpg) no-repeat left top;
}

#left02 {
	height: 900px;
	width: 165px;
	margin: 0;
	position: absolute;
	left: -655px;
	top: 0px;
	background: url(images/left02_index.jpg) no-repeat right top;
	overflow: hidden;
}

/*=========================================
	RIGHT
===========================================*/

#right{
	height: 3350px;
	width: 415px;
	margin,padding: 0 ;
	position: absolute;
	left: 565px;
	top: 0px;
	background: #000 url(images/right_index.jpg) no-repeat center top;
	z-index:100;
}

#right2{
	height: 3350px;
	width: 415px;
	margin,padding: 0;
	position: relative;
}

#noodle{
	height: 3350px;
	width: 375px;
	position: absolute;
	left: 40px;
	top: 0px;
}

#story{
	height: 3350px;
	width: 375px;
	position: relative;
}



/*=======================================================================================*/

.min_tit{
	background:url(images/com_tit.gif) left top repeat-y;
	padding:2px 0 0 15px;
	margin-bottom:15px;
	font-weight: bold;
	font-size: 120%;
}

.koutei{
	padding:0 0 0 53px;
	background:url(images/under.gif) left bottom no-repeat;
}




/*=======================================================================================*/
/*=======================================================================================*/





