@charset "UTF-8";
/*
----------------------------------------------------
FOR Kumiko Official Site
updated: May 23,2009
---------------------------------------------------- */

a:link,
a:visited {
	color: #f05c2f;
	text-decoration: none;
}

a:hover,
a:active {
	color: #f05c2f;
	text-decoration: underline;
}


table td {
	line-height: 1.7;
}

hr {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8em;
	_margin-top: 0;
	*margin-top: 0;
	margin-bottom: 0.8em;
	_margin-bottom: 0;
	*margin-bottom: 0;
	height: 1px;
	background-color: #ddd;
	border: none;
}


/*bbs-nav*/

body#bbs-nav{
	color: #fff;
	border-top:1px solid #bbb;
	background-color: #fff;
	background-image: none;
}

body#bbs-nav ul#bbs-nav-list {
	width: auto;
	text-align: center;
	padding: 4px 0 20px;
}

body#bbs-nav ul#bbs-nav-list li {
	font-size: 85%;
	display: inline;
	padding: 0 7px;
}

body#bbs-nav ul#bbs-nav-list li a:link,
body#bbs-nav ul#bbs-nav-list li a:visited {
	color: #1A9FDA;
	text-decoration: none;
	font-weight:bold
}

body#bbs-nav ul#bbs-nav-list li a:hover,
body#bbs-nav ul#bbs-nav-list li a:active {
	color: #1A9FDA;
	text-decoration: underline;
	font-weight:bold
}

