/*	Basics ================================================== */
html,body,form {
		margin: 0px;
		padding: 0px;
		color: #222;
		font-size: 13px;
		line-height: 150%;
}

/*	Font family ================================================== */
body {
		font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "Verdana", "MS PGothic", "Osaka";
}

.en {
		font-family: Geneva, "News Gothic";
}

/*	Base font settings ================================================== */
h1,h2,h3,h4   , h5   , h6 {
		color: #000;
		line-height: 130%;
}

.small {
		font-size: 11px;
		font-weight: normal;
		line-height: 120%;
}

/*	Block elements ================================================== */
hr {
		color: transparent;
		height: 0px;
		border: none;
		border-bottom: 1px dashed #999;
		background-color: transparent;
}

hr.spacer {
		visibility: hidden;
		margin: 0px !important;
}

h1 {
		font-size: 24px;
}

h2 {
		font-size: 18px;
}

h3 {
		font-size: 16px;
}

h4 {
		font-size: 14px;
}

h5 {
		font-size: 12px;
}

h6 {
		font-size: 10px;
}

/* ul,ol overwritesĄ˘ compatible IE each Gecko ========================================= */
ul,ol {
		margin: 0px;
		padding-left: 16px;
}

dl {
		margin: 0px;
}

dt {
		font-weight: bold;
}

/*	inline elements ================================================== */
img {
		border: none;
		vertical-align: middle;
}

em {
		font-weight: bold;
		font-style: normal;
}

strong {
		color: #a00;
}

/*	standard tables setting  ================================================== */
table.list {
		width: 100%;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-spacing: 0px;
		empty-cells: show;
}

table.list td,table.list th {
		font-size: 11px;
		padding: 2px;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
}

table.list th {
		background-color: #eee;
}

/*	dynamic elements ================================================== */
a {
		color: #008;
		text-decoration: none;
}

a:hover {
		background-color: #e5e5e5;
}

a:active {
		color: #A00;
}

/*	Special classes ================================================== */
.dirline {
		font-size: 11px;
		padding: 2px 0px;
}

.dirline a {
		text-decoration: none;
}

a.button {
		text-decoration: none;
		font-size: 11px;
		padding: 2px 10px;
		border-width: 1px;
		border-style: solid;
}

.menu {
		font-size: 11px;
		line-height:130%;
}

.menu a {
		text-decoration: none;
		color: #666666;
		display: block;
		padding: 6px 10px;
}

.menu a:active {
		color: #cc0000;
}


/*	header class ================================================== */
#HEAD {
		
}

/*	footer class ================================================== */
#FOOT {
		
}

/*	body class ================================================== */
#BODY {
		
}

/*	sidebar class ================================================== */
#SIDEBAR {
		
}

/*	content class ================================================== */
#CONTENT_AREA {
		
}

#CONTENT {
		
}

/*	Page layout ================================================== */
body {
		text-align: center;
}

#HEAD,#FOOT,#BODY {
		text-align: left;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		width: 780px;
}

#CONTENT_AREA {
		position: relative;
		float: left;
		width: 580px;
}

#SIDEBAR {
		position: relative;
		float: right;
		width: 200px;
}

#CONTENT {
		margin: 50px;
}

#FOOT {
		clear: both;
}

/*	tools class ================================================== */
.tools {
		
}

.tools .menu {
		font-size: 11px;
}

.tools .menu a {
		text-decoration: none;
}

.tools .menu a:hover {
		
}

.tools .menu a:active {
		
}

/*	dirline class ================================================== */ 

/*	form elements  ================================================== */
input,select,button,label {
		vertical-align: middle;
}

label {
		vertical-align: middle;
		font-size: 12px;
}

optgroup {
		font-style: normal;
}

.box {
		margin: 3px;
		border-style: dashed;
		border-width: 1px;
		border-color: #aaa;
		background-color: #f3f3f3;
		padding: 10px 16px;
		font-size: 10px;
		line-height: 150%;
		color: #555;
}

.box hr {
		border-color: #ccc;
		margin: 3px -16px !important;
}