@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2009 ALLDENKA STYLE . All Rights Reserved.
----------------------------------------------------------------*/
@import url("../css_new/common.css");
@import url("../css_new/layout.css");


/*-- contents style   ---------------------------------------------*/

/*-- common   --*/

* html top-banner {
	margin-left: 10px;
}
#top-banner {
	margin-left: 20px;
	margin-top: 10px;
	height: 130px;
}
#top-banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top-banner ul li {
	float: left;
}

#topick-pass {
	margin: 5px 0;
}
#page-title {
	margin-bottom: 10px;
}

/*--body-header--*/
/*--nemu on--*/
#body-header1 {
	background: url(../img/contents/body-header.jpg) no-repeat;
	height: 53px;
	position: relative;
}
#body-header1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 10px;
	top: 0px;
}
#body-header1 li {
	float: left;
}

/*--menu off--*/
#body-header2 {
	background: url(../img/contents/body-header.jpg) no-repeat left bottom;
	height: 22px;
}

#body-header3 {
	background: url(../img/contents/body-header_3.jpg) no-repeat left bottom;
	height: 10px;
}

/*--body-main--*/
#body-main {
	background: url(../img/contents/body-main.jpg) repeat-y;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#body-main #body-main_inner {
	text-align: left;
	/*width: 640px;*/
	width: 674px;
	margin-right: auto;
	margin-left: auto;
}

/*--body-bottom--*/
/*--nemu on--*/
#body-bottom1 {
	background: url(../img/contents/body-bottom.jpg) no-repeat right top;
	height: 82px;
	position: relative;
}
#body-bottom1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 10px;
	top: 10px;
}
#body-bottom1 li {
	float: left;
	margin: 0px;
	padding: 0px;
}
/*--menu off--*/
#body-bottom2 {
	background: url(../img/contents/body-bottom.jpg) no-repeat right top;
	height: 30px;
}



/*-- pagenai link -------*/
.pagenai_navi {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagenai_navi_alpha {
	float: left;
	white-space: nowrap;
}
.pagenai_navi_beta {
	float: right;
	white-space: nowrap;
}
.pagenai_navi a {
}
.pagenai_navi a:hover {
}

