@charset 'UTF-8';



a img {
	border: 0;
}

h1 {
	display: none;
}
h2 {
	color: #444;
	display: inline;
	margin-top: 10px;
	margin-left: 140px;
	float: left;
}
h3 {
	color: #222;
	display: inline;
	margin-top: 15px;
	margin-right: 30px;
	float: right;
}

#menu_list {
	margin: 0 0 0 30px;
}

#menu_list .title {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
#menu_list .title:hover {
	color: #f30;
}

ul.menu {
	margin-left: 10px;
}
ul.menu li {
	list-style:none;
}
.menu a {
	text-decoration: none;
	color: #ddd;
}
.menu a:hover {
	font-weight: bold;
}
.menu a:hover .text {
	font-weight: bold;
}
.menu a:hover .mark {
	color: #f30;
}
.menu a .curr {
	color: #f30;
}

dt {
	font-weight: bold;
}
dd {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 10px;
}

.box {
	width: 290px;
	margin-left: 121px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.boxtop {
	background: url('/img/tt.png') bottom left no-repeat;
	width: 290px;
	height: 26px;
}

.boxmiddle {
	background: url('/img/mm.png') repeat-y;
	padding: 0px 20px 0px 16px;
}

.boxmiddle .text {
	background: url('/img/mark.png') left 4px no-repeat;
	margin-top: -4px;
	margin-bottom: -5px;
	padding-left: 13px;
}

.boxbottom {
	background: url('/img/bb.png') top left no-repeat;
	width: 290px;
	height: 26px;
}

.longbox {
	width: 581px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.longboxtop {
	background: url('/img/tt_long.png') bottom left no-repeat;
	width: 581px;
	height: 14px;
}

.longboxmiddle {
	background: url('/img/mm_long.png') repeat-y;
	padding: 0px 5px 0px 5px;
	margin-bottom: -10px;
}

.longboxbottom {
	background: url('/img/bb_long.png') top left no-repeat;
	width: 581px;
	height: 22px;
}

ul.row {
	list-style-type: square;
	margin-left: 180px;
}
.row li {
	margin-top: 7px;
	padding-bottom: 5px;
	line-height: 1.45em;
}
.row a {
	color: black ;
}
.row a:hover {
	color: gray ;
}
.boxtitle {
	font-weight: bold;
	margin-left: 5px;
}
.boxcontent {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

input, textarea {
	font-size: 1.15em;
	font-family: inherit;
}
