@charset "utf-8";

/* ======================================
Since : 2008?10?20
Last Modified: 2008?10?20
Editor(s): Kei Fujita
Last Editor: Kei Fujita
======================================= */

/* グローバル */
*{
	margin:0;
	padding: 0;
	text-indent:0px;
	line-height:150%;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
}
body {
	color:#555555;
	text-align:left;
	background-image: url(../images/index_image_body_background.jpg);
	background-repeat: repeat-x;
}

td {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;

}
img {
	border:0;
	margin:0;
	padding:0;
}
form{
	display:inline;
}
.cboth{
	clear:both;
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
}

/* --strong-- */
.strong {
	font-weight: bold;
	font-size: 12px;
}

/* --イメージの振り分け-- */
.image_spaceing {
	margin-bottom: 7px;
}
.image_spaceing2 {
	margin-bottom: 14px;
}
.image_left{
	float:left;
	margin:0 15px 25px 0;
}
.image_left_text {
	float: right;
	text-align: left;
	margin-bottom: 23px;
}
.image_right{
	float:right;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.image_right_text {
	float: left;
	text-align: left;
}
.image_center{
	float:none;
	display:block;
	text-align:center;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

/* リンク文字の設定 */
a:link,a:visited ,a:hover, a:active {/* リンク文字の設定 */
	color:#9C0F0A;
	text-decoration:underline;
}
a:hover{
	color:#E56A62;
	text-decoration:underline;
}


.text_grey {
	color: #666666;
}
.text_white {
	color: #ffffff;
}
.text_red {
	color: #FF0000;
}


/* ======================================

	1.header

======================================= */

#header {
	height: 141px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* --ロゴ-- */
#header .header_logo {
	float: left;
	height: 54px;
	width: 269px;
	display: inline;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 0;
}

/* --メニュー-- */
ul#header_menu {
	width: 600px;
	float: right;
	height: 16px;
	padding-top: 7px;
}
ul#header_menu li {
	float:right;
	padding-right: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 16px;
	font-weight: bold;
}
ul#header_menu li a {
	color: #555555;
}
ul#header_menu li a:hover {
	color: #222222;
}

/* --サイト説明-- */
#header h1 {
	height: 54px;
	width: 900px;
}



/* ======================================

	2.contents

======================================= */
#wrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 19px;
}
#contents {
	width: 680px;
	float: right;
	padding-bottom: 30px;
}
/* --トップの見出し-- */

h1 {
	
	font-size: 16px;
	color: #ff0000
}

h2 {
	height: 28px;
	padding-bottom: 4px;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
}



/* ======================================

	3.sidemenu

======================================= */
#sidemenu {
	float: left;
	width: 180px;
	padding-bottom: 20px;
}
ul#sidemenu_box {
	margin-bottom: 29px;
}
ul#sidemenu_box li {
	height: 40px;
	width: 200px;
}
ul#sidemenu_box .sidemenu_title {
	background-image: url(../images/index_images_sidemenu_background.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 292px;
	font-weight: bold;
	color: #555555;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 8px;
	margin-bottom: 20px;
}
ul#sidemenu_box a.link {
	display:block;
	width:184px;
	height:25px;
	background-image:url(../images/index_images_sidemenu_link_off.jpg);
	margin:0;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
	color: #555555;
	font-weight: bold;
}
ul#sidemenu_box a:hover.link {
	background-image:url(../images/index_images_sidemenu_link_on.jpg);
	color: #222222;
}

ul#sidemenu_link {
	width: 200px;
	margin-bottom: 19px;
}
ul#sidemenu_link li {
	width: 200px;
	padding-bottom: 11px;
}



/* ======================================

	4.footer

======================================= */
#footer {
	height: 34px;
	background-color: #000000;
	text-align: center;
	padding-top: 19px;
}
#wrapper #sidemenu .sidemenu_cart {
	height: 64px;
	width: 200px;
	margin-bottom: 25px;
}
#contents_inner {
	background-image: url(../images/index_images_contents_background.jpg);
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
em {
	font-size: 12px;
	font-weight: 600;
	color: #ff0000;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 600;
}
#contents_inner #wrapper #sidemenu #sidemenu_box_2 {
	background-color: #f5f5f5;
	margin-bottom: 25px;
	border: 1px solid #CCCCCC;
	width: 176px;
	height: 250px;
	padding: 11px 11px 0 11px;
}
#contents_inner #wrapper #sidemenu #sidemenu_box_2 li {
	height: 47px;
	width: 176px;
	margin-bottom: 10px;
}

