@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;
	text-align: justify;
}

h1 {
	font-family: Delicious, Arial, Helvetica, sans-serif;
	font-size: 36px;
}

h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0;
}

hr {
	clear: both;
	border: 0;
	color: #568458;
	background-color: #568458;
	height: 1px;
}

.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: 40px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	-khtml-column-gap: 40px;
	column-rule: 1px solid #568458;
	-webkit-column-rule: 1px solid #568458;
	-moz-column-rule: 1px solid #568458;
	-o-column-rule: 1px solid #568458;
	-khtml-column-rule: 1px solid #568458;
}
.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, .notice, .warning, .success {
	display: block;
	margin: 0 0 10px 0;
	padding: 9px;
	font-size: 80%;
	border: 1px solid #CCC;
	background: #EEE;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.notice {
	border: 1px solid #FC0;
	background: #FFC;
}

.warning {
	border: 1px solid #C00;
	background: #FDD;
}

.success {
	border: 1px solid #0C0;
	background: #DFD;
}

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;
}

