/* BASE CSS */
@import url("frame.css");
@import url("common.css");
@import url("style.css");

/*
---------------------
CSS order
 * display
 * list-style
 * position
:relative;
:absolute; 
 * float
 * clear
:both;
 * width
 * height
 * margin
 * padding
 * border
-collapse:collapse;
 * background
-image:url();
-position:;
-repeat:;
 * color
 * font
-size:
-family:
-weight;
 * text-decoration
 * text-align
 * vertical-align

line-height:
letter-spacing:
 
 

---------------------
*/

/*
---------------------------------------
RE-set
---------------------------------------
*/

body{
display:block;
clear:both;
float:none;
padding:0;
margin:0;
border:0;
background:#6d421c;
color:#000;
line-height:10px;
width:100%;
}

h1,h2,h3,h4,h5,h6,p,div,form,ul,ol,dl,dt,dd,th,td{
padding:0;
margin:0;
letter-spacing:1px;
}

/*-fonts-*/
p,div,form,ul,ol,dl,dt,dd,li{
font-size:10px;
line-height:1.2em;
color:#6e4732;
}

h1{font-size:2em;}
h2{font-size:1.8em;}
h3{font-size:1.6em;}
h4{font-size:1.4em;}
h5{font-size:1.25em;}
h6{font-size:1.1em;}
h1,h2,h3,h4,h5,h6{
line-height:1.1em;
}

table{
border-collapse:collapse;
}

ul li{
list-style:none;
}

a img{border:0px;}
img{border:0px;}
a{outline:none;}

.brown01{
color:#ab8672;
}
.brown02{
color:#000000;
}
.red{
color:#e60011;
}
/*----------------------
menu 
----------------------*/

/*

.boxHlink
[ LINK ][ LINK ][ LINK ][ LINK ]
===================================
*/

.boxHlink li{
float:left;
list-style:none;
}
.boxHlink li a{
display:block;
width:100%;
height:100%;
text-indent:-9999px;
}


/*
| LINK | LINK | LINK | LINK |
===================================
*/
.mantLink {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;

}

.mantLink li{
padding:0px 10px 0px 18px;
line-height:1.5em;
list-style:none;
background:url(img/common/point02.gif) no-repeat;
background-position:0px 1px;
float:left;
}
.mantLink a{
text-decoration:none;
color:#57483d;
}

.septLink{
	clear:both;
	float:right;
	padding-top: 4em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

.septLink li{
padding:0px 10px 0px 18px;
line-height:1.5em;
list-style:none;
background:url(img/common/point03.gif) no-repeat;
background-position:0px 1px;
float:left;
height:20px;
}
.septLink a{
text-decoration:none;
color:#c2b2a3;
}
