@charset"Shift_JIS";

/*--全体構造-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(../images/index/back_image.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper{
	width:760px;
	color:#000000;
	margin:0 auto 0 auto;
	padding:0;
}


/*--ヘッダー-------------------------------*/
#header{
	width:756px;
	position: relative;
	margin:0 0 0 7px;
	padding:0;
	height:127px;

}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
}
#header li{
	margin:0;
	height:127px;
	text-indent:-9999px;
	float:left;
	padding:0;
}
#header li a{
	text-decoration:none;   /*Firefox対策*/
	height:127px;
	display:block;
}

/**********************************************/
#header li#logo{
	width:165px;
	background:url(../images/index/logo.gif) no-repeat;
}
#header li#home{
	width:59px;
	background:url(../images/index/main_menu_1-1.gif) no-repeat;
}
#header li#news{
	width:64px;
	background:url(../images/index/main_menu_2-1.gif) no-repeat;
}
#header li#welcome{
	width:58px;
	background:url(../images/index/main_menu_3-1.gif) no-repeat;
}
#header li#diary{
	width:69px;
	background:url(../images/index/main_menu_4-1.gif) no-repeat;
}
#header li#catalogues{
	width:69px;
	background:url(../images/index/main_menu_5-1.gif) no-repeat;
}
#header li#order{
	width:43px;
	background:url(../images/index/main_menu_6-1.gif) no-repeat;
}
#header li#works{
	width:51px;
	background:url(../images/index/main_menu_7-1.gif) no-repeat;
}
#header li#s{
	width:64px;
	background:url(../images/index/main_menu_8-1.gif) no-repeat;
}
#header li#profile{
	width:52px;
	background:url(../images/index/main_menu_9-1.gif) no-repeat;
}
#header li#mail{
	width:55px;
	background:url(../images/index/main_menu_10-1.gif) no-repeat;
}
/***** hover **********************************/
#header li#home a:hover{
	width:59px;
	background:url(../images/index/main_menu_1-1_f2.gif) no-repeat;
}
#header li#news a:hover{
	width:64px;
	background:url(../images/index/main_menu_2-1_f2.gif) no-repeat;
}
#header li#welcome a:hover{
	width:58px;
	background:url(../images/index/main_menu_3-1_f2.gif) no-repeat;
}
#header li#diary a:hover{
	width:69px;
	background:url(../images/index/main_menu_4-1_f2.gif) no-repeat;
}
#header li#catalogues a:hover{
	width:69px;
	background:url(../images/index/main_menu_5-1_f2.gif) no-repeat;
}
#header li#order a:hover{
	width:43px;
	background:url(../images/index/main_menu_6-1_f2.gif) no-repeat;
}
#header li#works a:hover{
	width:51px;
	background:url(../images/index/main_menu_7-1_f2.gif) no-repeat;
}
#header li#s a:hover{
	width:64px;
	background:url(../images/index/main_menu_8-1_f2.gif) no-repeat;
}
#header li#profile a:hover{
	width:52px;
	background:url(../images/index/main_menu_9-1_f2.gif) no-repeat;
}
#header li#mail a:hover{
	width:55px;
	background:url(../images/index/main_menu_10-1_f2.gif) no-repeat;
}

/*-- main -------------------------------*/
#main{
	margin:0 auto 0 auto;
	padding:0;
	width:750px;
}

#image{
	margin:40px auto 0 auto;
	padding:0;
	height:180px;
	width:264px;
	background:url(../welcome/images/image_1.jpg) no-repeat;
}

#text{
	margin:40px auto 160px auto;
	padding:0;
	height:711px;
	width:497px;
	background:url(../welcome/images/text_1.jpg) no-repeat;
}
#text p{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-9999px;
}

#line{
	margin:0 0 10px 0;
	padding:0;
	width:750px;
	height:9px;
	background:url(../images/index/down_line.gif) no-repeat 10px 0;
}

/*-- footer -------------------------------*/
#footer{
	margin:0 0 0 20px;
	padding:0;
	width:730px;
	height:19px;
	background:url(../images/index/copylight.gif) no-repeat;
}

	
