/* BASE CSS */
@import url("frame.css");
@import url("common.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:#fff;
	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;
}
/*-fonts-*/
p, div, form, ul, ol, dl, dt, dd, li {
	font-size:10px;
	line-height:1em;
	color:#666;
}
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:circle;
}
a img {
	border:0px;
}
a {
	outline:none;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
/*----------------------
menu 
----------------------*/

/*

.boxHlink
[ LINK ][ LINK ][ LINK ][ LINK ]
===================================
*/

.boxHlink li {
	float:left;
	width:10px;
	height:100%;
	list-style:none;
}
.boxHlink li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
/*
[ LINK ]
[ LINK ]
[ LINK ]
[ LINK ]
===================================
*/

.boxVlink li {
	list-style:none;
}
.boxVlink li a {
	display:block;
	height:100%;
	width:100%;
	text-indent:-999em;
}
.boxVlink li a:hover {
}
/*
| LINK | LINK | LINK | LINK |
===================================
*/

ul.septLink {
	padding:5px 0px 0px;
	position:relative;
}
ul.septLink li {
	display:inline;
	padding:0px 0px 0px 5px;
	border-left:1px solid rgb(46,182,170);
	color:rgb(46,182,170);
	line-height:1.5em;
	list-style:none;
}
ul.septLink li a {
	color:rgb(46,182,170);
	text-decoration:none;
	font-size:12px;
	line-height:1.5;
	letter-spacing:1px;
}
