@charset "utf-8";

@import url(base.css);
@import url(h_s.css);
@import url(parts.css);

/*

Site Name: 酒販ビジネス

Description: initial setting

Version: 2

Author: Huku
DATA:080227

*/

body{
margin:0;
padding:0;
text-align:center;
font-size:12px;
line-height:130%;
color:#333;
background:transparent url(../images/back.jpg) repeat-x 0 bottom;
}

/* general params--------------------*/

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd,

address, form, blockquote,img{
margin: 0;

padding: 0;/* margin&padding reset */

text-align: left;
font-weight:normal;

border: none;

}

table {margin : 0;empty-cells: show; font-size:small;}

hr,.areaAnchor,.anchor { display : none; }
img{
vertical-align:bottom;
}
ul,ol{
margin:1em 0 0 2em;
padding:0;
}
blockquote{
margin:1em 1em;
padding:1em;
border-top:1px dotted #6c708a;
border-bottom:1px dotted #6c708a;
}
/*

 1: link setting ===========================

*/

a:link{
color: #0066CC;
text-decoration:underline;
}

a:visited{
color: #6c708a;
}

a:hover{
color: #ff7e92;
text-decoration:none;
}

a:active{
color: #0066CC;
}

/* float */
.float_r{
float:right;
}
.float_l{
float:left;
}

/* clear */

.clear_a{
clear:both;
}
.clear_l{
clear:left;
}
.cleae_r{
clear:right;
}
/* text */
.text_r{
text-align:right;
}
.text_l{
text-align:left;
}
.text_c{
text-align:center;
}
.bold{
font-weight:bold;
}
.normal{
font-weight:normal;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

