@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Delicious';
	src: url('../fonts/Delicious-Roman.otf') format('opentype');
}
@font-face {
	font-family: 'Delicious';
	font-weight: bold;
	src: url('../fonts/Delicious-Bold.otf') format('opentype');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#606060;
}

a, a:visited, a:hover, a:active {
	color:#606060;
}
h1 {
	font-family: Delicious, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#377ec4;
}
h2 {
	font-family: Delicious, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-size: 14px;
	font-weight:bold;
}
h2,h3,h4,h5,h6 {
	margin: 0;
}

.left {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	clear: left;
	margin: 0 0 10px 10px;
}

.col_2, .col_2_justify,
.col_3, .col_3_justify,
.col_4, .col_4_justify {
	column-gap: 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	-o-column-gap: 10px;
	-khtml-column-gap: 10px;
}
.col_2, .col_2_justify {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-khtml-column-count: 2;
}
.col_3, .col_3_justify {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	-khtml-column-count: 3;
}
.col_4, .col_4_justify {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-o-column-count: 4;
	-khtml-column-count: 4;
}

.col_2_justify, .col_3_justify, .col_4_justify {
	text-align: justify;
}

.box, .warning, .recommend {
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	background: #EEE;
}

.warning {
	border: 1px solid #C00;
	background: #FEE;
}

.recommend {
	border: 1px solid #090;
	background: #EFE;
}

table.tabledata {
	border-collapse: collapse;
	border-width: 0;
	border-left: 1px dotted #999;
	border-top: 1px dotted #999;
}
table.tabledata tr {
}
table.tabledata td, table.tabledata th {
	padding: 3px;
	vertical-align: top;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
table.tabledata td {
	background: #FFF;
}
table.tabledata th {
}
table.tabledata thead {
	background: #DDD;
}
table.tabledata tbody {
}
table.tabledata tfotter {
	background: #DDD;
}
