@charset "utf-8";

/*
-----------------------------------------------------
DEFAULT CSS SETTINGS
FileName:   design.css
Version:    2006.11.8
Skin for:	DEFAULT
-----------------------------------------------------
*/

/*-----------------COMMON SETTINGS-----------------*/


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" Verdana, Arial, Helvetica, sans-serif, ;
	font-size:12px;
	line-height: 18px;
	margin: auto;
	padding: 0px;
}

#header{
	background-image: url(Images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 223px;
	width: 950px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;	
	font-size:12px;
	line-height: 18px;
	font-weight:normal;
} 
	
#container {
    width:100%;
    height:100%;
	background-image:url(/DD/images/bg_g.gif);
	background-repeat:repeat-x;
	background-color: #fff;	
	background-attachment: fixed;	
}	



img {
	border: 0;
}

ul,ol,li {
	list-style-type:none;
}
	
dl,dt,dd {

}	

div,p {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック";	
} 



/*//-----------------END COMMON SETTINGS-----------------*/

/*-----------------LINK SETTINGS-----------------*/

a:link{
    color:#000000;
    text-decoration:none;
}

a:visited{
    color:#000000;
    text-decoration:none;
}

a:hover{
    color:#000000;
    text-decoration:underline;	
}

/*//-----------------END LINK SETTINGS-----------------*/

/*-----------------FONTS SETTINGS-----------------*/



.search_box {
	height: 14px;
	width: 120px;
	border: 1px solid #CCCCCC;
}

.search_btn {
	height: 20px;
	border: 1px solid #CCCCCC;
}

.sideborder {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	width:198px;
}


.category {
	margin: 0px;
	padding: 0px;
	width:200px;
	background-image: url(Images/04category_bg.gif);
	background-repeat: repeat-y;
}

.category_left {
	margin-left:24px;
	margin-right:10px;	
	padding-top:5px;
	text-align:left;
	font-size:12px;
}



#footer{
	background-image: url(Images/05footer_bg.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 950px;
}

#footer .copyright{
	font-size: 12px;
	color: #FFFFFF;
	padding-top:8px;
	text-align: center;
}

.infoborder {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	width:948px;
}

.info_title{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.info_red{
	color:#FF3300;
}

.tab_none{
	background-image: url(Images/05tab_none.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 530px;
}

.tab_none_txt{
	font-size: 12px;
	color: #FFFFFF;
	margin-left:30px;
	font-weight:bold;
	text-align:left;
}

.info_border{
	background-image: url(Images/05info_border.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.goodname{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.productsred{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color:#FF3300;
}
.goodlistname{
	font-size: 10px;
	line-height: 12px;
}
.goodlistprice{
	font-size: 12px;
	line-height: 14px;
	color:#FF3300;
	font-weight:bold;
}
.goodsborder {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	width:120px;
}

/*//-----------------END FONT SETTINGS-----------------*/
