@charset "utf-8";

a {
	color:#0075AA;
}

.html-content a {
	color:#0075AA;
	font-weight:bold;
	text-decoration:none;
}

.html-content p {
	line-height:25px;
	padding:0;
	margin:0;
}

form .input {
	font-size:15px;
	border:2px solid #333333;
	padding:2px 2px 2px;
}

/* marquee */
.box-marquee {
	color:#666666;
	width:630px;
	margin:0 auto 10px auto;
	font-size:15px;
	height:30px;
	overflow:hidden;
	text-align:left;
	border-bottom:2px dotted #DFDFDF;
}

.box-marquee li {
	height:30px; line-height:30px;
}

.box-marquee li a {
	color:#0075AA;
	text-decoration:none
}

/* split-page */
.box-splitpage {
	color:#666666;
	text-align:center;
	font-size:15px;
	margin:10px 0 0 0;
}

.box-splitpage a {
	color:#666666;
	margin:0 5px 0 0;
	text-decoration:none;
}

.box-splitpage a:hover {
	color:#FF6600;
}

.box-splitpage .linkSel {
	color:#FF6600;
}

/* list-category */
.box-category {
	color:#666666;
	width:630px;
	margin:0 auto 10px auto;
	text-align:left;
	font-size:13px;
}

.box-category a {
	color:#0075AA;
	text-decoration:none;
}

.box-category a.selected {
	font-weight:bold;
}

/* page-menu */
.box-menu-list li {
	height:30px; line-height:30px;
	border-bottom:1px solid #DEDEDE;
}

.box-menu-list li.item-menu {
	text-align:left;
	padding:0 0 0 65px;
	background:url(../images/icon01.gif) no-repeat 30px 50%;
}

.box-menu-list li.item-menu a {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.box-menu-list li.item {
	text-align:left;
	padding:0 0 0 65px;
	background:url(../images/icon01-2.gif) no-repeat 30px 50%;
}

.box-menu-list li.item a {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.box-menu-list li.sub-item {
	text-align:left;
	padding:0 0 0 80px;
	background:url(../images/icon02.gif) no-repeat 50px 50%;
}

.box-menu-list li.sub-item a {
	font-size: 15px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

/* guestbook */
.box-guestbook-table {
	border-top:1px dashed #DDDDDD;
	margin:10px 0 0 0;
}

.box-guestbook-table td,
.box-guestbook-table th {
	color:#444444;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
}

.box-guestbook-table .comment td {
	background-color:#F5F5F0;
}

.box-guestbook-table .reply th {
	font-weight:bold;
}

.box-guestbook-table .reply td {
	background-color:#FFFFBC;
}
