

/* ==========================================
	設定
   ========================================== */

html {
	margin:0px auto;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

body {
	margin:0px auto;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	font-size:95%;
	line-height:1.5;
	letter-spacing:1px;

/*	IE6	*/
	text-align:center;
}

img {
	border:none;
}

a:link,a:visited,a:active {
	color: #cc0000;
	background-color:transparent;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	background-color:transparent;
	text-decoration: none;
}

.center {
	text-align:center;
}

.float_r {
	float:right;
}

.float_l {
	float:left;
}


/* ==========================================
	レイアウト（全般）
   ========================================== */

#container {
	background-image:url(../img/bg-contents1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px auto;
	padding:0px 25px;

/*	IE6	*/
	text-align:left;
}
#wrapper {
	background-image:url(../img/bg-contents2.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	margin:0px auto;
	width:900px;
	margin:0px auto;
}

/* ==========================================
	レイアウト（ヘッダ）
   ========================================== */

#header {
	background-image:url(../img/bg-low-head.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#header h1{
	float:left;
	width:460px;
	height:102px;
	margin:0px;
	padding:0px;
	font-size:80%;
}

#header p#description {
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#fff;
	text-align:right;
	padding-right:35px;
	letter-spacing:2px;
}

#header p#buy {
	text-align:right;
	margin:0px;
	padding:16px 25px 22px 0px;
}


/* ==========================================
	レイアウト（コンテンツ部分）
   ========================================== */
#container ul#pageimage {
	list-style-type:none;
	padding:0px 0px 0px 10px;
	margin:0px;
}

#container #content {
	padding-top:20px;
	clear:both;
}



#container #content #main {
	width:600px;
	float:right;
}

p.pagetop {
	padding-right:15px;
	clear:both;
	text-align:right;
}

p.pagetop a {
	color:#333;
}


ul#footer_undernavi {

	text-align:right;
	padding:0px;
	margin:0px;
}

ul#footer_undernavi li {
	list-style-type:none;
	float:right;
	padding-right:5px;
}
ul#footer_undernavi li a {
	color:#666666;
}
/* ==========================================
	レイアウト（メニュー）
   ========================================== */

#menu {
	width:250px;
	float:left;
}

#menu ul#left-menu {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menu ul#left-menu li#buyit {
/*
	width:235px;
	height:65px;
*/
	padding-left:10px;
}
#menu ul#left-menu li {
/*
	width:235px;
	height:65px;
*/
	padding-left:10px;
}


/* ==========================================
	レイアウト（フッタ）
   ========================================== */

#footer {
	width:830px;
	clear:both;
	font-size:85%;
	margin:0px auto;
	text-align:right;
}
#footer p#copyright {
	clear:both;
	color:#fff;
	border:1px solid #ccc;
	margin:15px 0px;
	padding:10px;
	background-image:url(../img/bg-footer.gif);
}
