﻿@charset "utf-8";
/* CSS Document */

/*ページの基本設定*/

body{
	font-size: small;
	text-align: center;
	background-color: #EDECE0;	
	}

h1 {
	padding: 0;
	margin: 0;
	font-size: medium;
	}

h2{
	padding: 0;
	font-size: small;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	}

h3{
	padding: 0;
	font-size: x-small;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

p {
	padding: 0;
	margin: 0;
	font-size: samall;
	}

img{
	border: none;
	}
	
.style2 {
	color: #FF0000;
	font-weight: bold;
}

.style3 {
	color: #FFFFFF;
	font-size: x-small;
}

#content{
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
	}

#header{
	width: 1000px;
	background-image:url(../09img/header_obi.png);
	height: 53px;
	background-repeat: no-repeat;
	margin-top: auto;
	}

#header .icon{
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: auto;
	}

#top_flash{
	width: 990px;
	height: 175px;
	background-image:url(../09img/top_img_10b.gif);
	background-repeat: no-repeat;
	margin: auto;
	}

#top_flash .left{
	width: 250px;
	height: 175px;
	table-layout: auto;
	background-repeat: no-repeat;
	}
	
#sale_item{
	width: 1000px;
	height: 45px;
	}

#content2{
	width: 1000px;
	margin: auto;
	position: relative;
	}

#main{
	margin-left: 160px;
	margin-right: 330px;
	position: relative;
	}
	
#main .top{
	width: 500px;
	height: 40px;
	background-image: url(../09img/main_top.png);
	background-repeat: no-repeat;
	}
	
#main .middle{
	width: 500px;
	background-image: url(../09img/main_middle.png);
	background-repeat: repeat-y;
	margin: 0px;
	}

#main .bottom{
	width: 500px;
	height: 30px;
	background-image: url(../09img/main_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}

ul{
	list-style:none;
	}
	
li a{
	padding-top: 1px;
	padding-bottom: 1px;
	}
			
li a:link{
	color: #333333;
	text-decoration: none;
	}

li a:hover{
	color: #666666;
	text-decoration: underline;
	}

#main a{
	padding-top: 1px;
	padding-bottom: 1px;
	}
			
#main a:link{
	color: #333333;
	text-decoration: none;
	}

#main a:hover{
	color: #666666;
	text-decoration: underline;
	}
	
/*li a:visited{
	color: #999900;
	text-decoration: none;
	}
	*/
	
#side_left{
	float: left;
	left: 5px;
	top: 0px;
	width: 150px;
	}

#side_left .menu{
	width: 150px;
	padding: 0px;
	margin-bottom: 5px;
	}
	
#side_right{
	float: right;
	right: 5px;
	top: 0px;
	width: 320px;
	}

#side_right .menu{
	width: 320px;
	margin-bottom: 5px;
	}

#fudder{
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
	}
	
/*----------------------------------*/



	
 		 
	
	

