﻿@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #FFF;
	color: #555f82;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: center;
	background-repeat: repeat-x;
}

a {
	color: #0099cc;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	line-height: 1.5em;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	background-color: #eef7ff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #69F;
	border-left-color: #69F;
}

/* Page Header */

#page_header {
	width: 780px;
	height: 350px;
	color: #fff;
	overflow: hidden;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f6c8df;
}


/* Main Navigation Menu */

#page_menu {
	width: 780px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6baff;
	background-color: #FFF;
}

#page_menu ul {
	width: 780px;
	height: 34px;
	list-style-type: none;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #a6baff;
}

#page_menu li {
	margin-right: 1px;
	width: 129px;
	height: 34px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #096;
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 11px;
	display: block;
	color: #000;
	text-decoration: none;
	height: 34px;
}

#page_menu a:hover {
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-x;
	background-position: 0px -34px;
}


/* Left Sidebar */

#left_sidebar {
	width: 129px;
	float: left;
	text-align: left;
	color: #8989b6;
}

#left_sidebar a {
	color: #8989b6;
}

#left_sidebar a:hover {
	color: #75759c;
}



/* Left Sidebar : Special Offer */

#specialoffer {
	width: 129px;
	height: 300px;
	overflow: hidden;
	background: url('images/specialoffer_background.jpg') no-repeat 0px 0px;
	color: #fff;
	font-size: 11px;
	margin-left: 1px;
	margin-top: 5px;
}


/* Main Content Area */

#main_content {
	margin-right: 50px;
	width: 644px;
	text-align: center;
	float: right;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}


/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 600px;
	text-align: justify;
	background-color: #eef7ff;
	background-image: url(images/newitem_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#new_item_header {
	float: left;
	width: 550px;
	background-image: url(images/h_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 40px;
}

#new_item_header h1 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 60px;
}

#new_item_image {
	width: 103px;
	float: right;
	overflow: hidden;
	text-align: right;
	padding-top: 20px;
	margin-top: 0px;
	border-bottom-width: 20px;
	border-bottom-style: double;
	border-bottom-color: #f6c8df;
	background-color: #f6c8df;
}

#new_item_image img {
	margin-bottom: 5px;
}

#new_item_text {
	float: left;
	clear: left;
	width: 550px;
}



/* Page Footer */

#page_footer {
	width: 780px;
	background-color: #eeeeee;
}

#powered_by {
	padding-top: 5px;
	float: right;
	width: 400px;
	height: 15px;
	color: #a6baff;
	text-align: center;
	font-size: 9px;
}

#powered_by a {
	color: #9595c2;
}
.indent {
	text-indent: 1em;
}

