 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

* {
	margin : 0 ;
	padding : 0 ;
}


body {
	width : 100% ;
	text-align: center;
	color:#ffffff;
	background-color:black;
}

table#s02 {
	width: 550px;
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: white;
        color:black;
}
table#s02 th, table#s02 td {
	padding: 5px;
	border: 1px dotted black;
}

/*-----------------------------------------*/
/*-- 入力関連 --*/
/*-----------------------------------------*/
input.gray {
	background:#eeeeee;
	border-style:solid;
	border-width:1px
}
textarea.gray {
	background:#eeeeee;
	border-style:solid;
	border-width:1px
}
input.imeon {
	ime-mode:active
}
input.imeoff {
	ime-mode:disabled
}

/*-----------------------------------------*/
/*-- 全体的なレイアウト指定 --*/
/*-----------------------------------------*/

#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

#my_header {
	HEIGHT: 145px;
	padding: 10px 0px 0px 0px;
	BACKGROUND-COLOR: #993333;
	border-color: #666633;
	border-style:solid;
	border-width:0px 0px 5px 0px;
}


#my_navigation, #my_contents{
	float:left;
	padding-bottom:0%;
	margin-bottom:0%;
/*
	padding-bottom:0%;
	margin-bottom:0%;
*/
/*
	padding-bottom:32768px;
	margin-bottom:-32768px;
*/
}


#my_navigation {
	WIDTH: 195px;
	BACKGROUND-COLOR: #993333;
}
#my_contents {
	padding-top:5px;
	padding-left:0px;
	width: 755px;
	BACKGROUND-COLOR: #663333;
}

#footer {
	clear: both;
	color:#FFFFFF;
	text-align: right;
	margin: 0;
	padding: 0px 10px 5px 0px;
	HEIGHT: 15px;
	BACKGROUND-COLOR: #993333;
	border-color: #666633;
	border-style:solid;
	border-width:5px 0px 0px 0px;
	margin-top: 0px;
}

#pagetitle {
	color:#FFFFFF;
	background:#e6efff;
	padding:3 10px;
	font-size:18px;
	font-family:serif,cursive,sans-serif;
	font-weight:bold;
	width:600px;
	height:30px;
	background-image: url(./images/pagetitle2.jpg)
}


/*-----------------------------------------*/
/*-- メニュー部分						 --*/
/*-----------------------------------------*/

li{
margin:0;
padding:0;
}

#menu01{
float:left;
width:190px;
height:50px;
text-indent:-9999px;
background: url(./images/btn_cart2.jpg) no-repeat;
}
#menu01 a{
width:190px;
height:50px;
display:block;
}
#menu01 a:hover{
background: url(./images/btn_cart2.jpg) no-repeat;
}

#menu02{
float:left;
width:190px;
height:60px;
text-indent:-9999px;
background: url(./images/btn_fish2.jpg) no-repeat;
}
#menu02 a{
width:190px;
height:60px;
display:block;
}
#menu02 a:hover{
background: url(./images/btn_fish2.jpg) no-repeat;
}

#menu03{
float:left;
width:190px;
height:60px;
text-indent:-9999px;
background: url(./images/btn_crab2.jpg) no-repeat;
}
#menu03 a{
width:190px;
height:60px;
display:block;
}
#menu03 a:hover{
background: url(./images/btn_crab2.jpg) no-repeat;
}

#menu04{
float:left;
width:190px;
height:60px;
text-indent:-9999px;
background: url(./images/btn_lobster2.jpg) no-repeat;
}
#menu04 a{
width:190px;
height:60px;
display:block;
}
#menu04 a:hover{
background: url(./images/btn_lobster2.jpg) no-repeat;
}

#menu05{
float:left;
width:190px;
height:60px;
text-indent:-9999px;
background: url(./images/btn_shellfish2.jpg) no-repeat;
}
#menu05 a{
width:190px;
height:60px;
display:block;
}
#menu05 a:hover{
background: url(./images/btn_shellfish2.jpg) no-repeat;
}

#menu06{
float:left;
width:190px;
height:60px;
text-indent:-9999px;
background: url(./images/btn_set2.jpg) no-repeat;
}
#menu06 a{
width:190px;
height:60px;
display:block;
}
#menu06 a:hover{
background: url(./images/btn_set2.jpg) no-repeat;
}


