@charset "euc-jp";

* {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
td,th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border:none;
}
table {
	border-collapse:collapse;
	padding: 0px;
	border:none;
}
input, textarea, select {
	border: 1px solid #999999;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a {
	overflow:hidden;
	outline:none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}



/*-----------------------外枠（影付き）----------------------------------------*/
table#allbox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


td#main {
	width: 780px;
}
td#shadow_l {
	background-image: url(../image/shadow_l.png);
	background-repeat: repeat-y;
	width: 10px;
}
td#shadow_r {
	background-image: url(../image/shadow_r.png);
	background-repeat: repeat-y;
	width: 10px;
}

/*-----------------------背景画像-----------------------------------------------*/
div#bg {
	background-image: url(../image/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 54px;
}


/*------------------------内容枠（全て）----------------------------------------*/
div#wrapper {
	width: 780px;
	background-color: #FFFFFF;
}

/*------------------------サイトタイトル----------------------------------------*/
h1 {
	background-image: url(../image/header.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 780px;
	background-color: #FFFFFF;
	text-align: right;
}

h1 img {
	margin-top: 10px;
	margin-right: 5px;
}
h1 a:hover{
filter:alpha(opacity=80);
opacity:0.8;
}
h1.en {
	background: url(../image/header_en.gif) no-repeat;
}


/*------------------------内容枠（タイトル・メインイメージ以外）----------------*/
div#contents {
	position: relative;
	width: 780px;
	background-color: #FFFFFF;
}

/*------------------------レフトメニュー----------------------------------------*/
div#leftbox {
	width: 205px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#leftbox p.btn_lang {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*カゴを見る*/
#leftbox a#kago_check {
	background-image: url(../image/kago_check.gif);
	text-indent: -99999px;
	display: block;
	height: 30px;
	width: 180px;
	margin-left: 12px;
	margin-top: 12px;
}
#leftbox a#kago_check:hover {
	background-position: 0px -30px;
}

/*-------------------------内容-------------------------------------------------*/
div#mainbox {
	width: 515px;
	margin-left: 205px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

/*--------------------ページのトップへリンク------------------------------------------*/
#mainbox a.pagetop {
	background-image: url(../image/pagetop.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	height: 18px;
	width: 350px;
	margin-left: 165px;
	margin-bottom: 20px;
}
#mainbox .pagetop:hover {
	background-position: 0px -18px;
}
/*--------------------ページのトップへリンク　End-------------------------------------*/

/*-------------------------フッター---------------------------------------------*/
div#footer {
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	width: 760px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}

/*------------------------透過pngに関する設定-----------------------------------*/
/*アルファPNG画像を使用しているセレクタに対して適用*/
*html .pngalpha {
	behavior: expression(IEPNGFIX.fix(this));
}

/*アルファPNG画像を使用しているセレクタに対して適用
*html body,
*html #contents {
	behavior: expression(IEPNGFIX.fix(this));
}*/
