/* CSS Document */

* {
	font-size: 13px;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif, Osaka;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/back.jpg) repeat-x;
}

#container {
	width: 920px;
	margin: 10px auto;
	background: #FFFFFF;
	border: 1px solid #000000;
}

.small {
	font-size: x-small;
}

a:link {
	text-decoration:none;
	color: #0000FF;
}

a:visited {
	text-decoration:none;
}


a:hover {
	color: #FF6600;
}

a:active {
	color: #999999;
}

/* header ---------------------------------------------------- */
#header {
	width: 900px;
	margin: 10px auto 0;
}

#header #title {
	width: 900px;
	height: 130px;
	margin: auto;
	position: static;
}

#header #title img {
	margin-top: 10px;
	border: 0;
}

#header #menu {
	height: 32px;
	background: url(images/menu_bak.jpg) repeat-x;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
}

#menu li, #menu li a {
	float: left;
	list-style: none;
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 0;
	text-align: center;
}

#menu li {
	padding: 0 14px;
	background: url(images/menu_right.jpg) right no-repeat;
}

#menu li.home {
	padding-left: 20px;
}

#menu li.contact {
	background: none;
}

#menu li a {
	text-decoration: none;
	color: #000000;
}

#menu li a:hover {
	text-decoration: none;
	color: #FF6600;
}

#image {
	width: 550px;
	height: 120px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -100px;
	overflow: hidden;
}

/* container ---------------------------------------------------- */

#content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	/*border: 1px solid #CCCCCC;*/
}

#main {
	width: 680px;
	float: right;
}

#main h2 {
	background: url(images/h2_bak.jpg) no-repeat;
	text-indent: 20px;
	line-height: 28px;
}

#category {
	width: 100%;
	margin-bottom: 10px;
}

#category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#category li {
	list-style: none;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #999999;
}

#category li.active {
}


#category a {
	text-decoration: none;
}	

#listarea {
	border: 1px solid #999999;
}

table#list {
	width: 100%;
}

table#list th {
	border-bottom: 1px solid #999999;
}

table#list td {
	padding: 5px 2px;
}

table#list tr.trcolor {
	background: #EEEEEE;
}

.pageswitch {
	text-align: center;
	margin: 10px;
}

.registopen {
	margin: 30px auto;
}

.registopen, .registopen a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 300px;
	height: 40px;
	background: url(images/regist.gif) no-repeat;
}

.registopen a:hover {
	background: url(images/regist.gif) no-repeat bottom;
}

.main h4 {
	color: #993399;
}

form.blogregist, form.mail, form.mailform {
	margin: auto;
}

.formfield {
	border: 1px solid #99CCCC;
	background: #E6F5F7;
}

table#blog, table#mail, table#malmaga {
	margin: auto;
	width: 80%;
}

table#blog th, table#blog td, table#mail th, table#mail td, table#malmaga th, table#malmaga td {
	border-bottom: 1px dashed #999999;
	padding: 5px;
}

.btnfield {
	text-align: center;
	margin: 20px;
}

ul.mailerrmsg {
	margin: 10px auto;
	width: 80%;
	border: 1px solid #CC0000;
	background: #FFE6E6;
}

ul.mailerrmsg li {
	color: #CC0000;
	margin: 0 20px;
}

.readtxt {
	margin: auto;
	width: 80%;
	height: 300px;
	overflow: auto;
	border: 1px inset #CCCCCC;
}

.readtxtpad {
	padding: 10px;
}

/* sidebar ---------------------------------------------------- */

#sidebar {
	width: 200px;
	float: left;
}

.box {
	margin-bottom: 10px;
}

.box ul {
	padding: 0;
	margin: 5px 0 0 10px;
}

.box li {
	list-style: none;
	padding: 0 10px 0 20px;
	line-height: 1.8;
}

.box form {
	text-align: center;
	margin: 0;
	padding: 0;
}

.box label {
	visibility: hidden;
	display: none;
}

.box .formfield {
	width: 100px;
	margin: 10px 0 0;
}

.box .formbutton {
	margin: 10px 0 0;
}

.boxend {
	height: 15px;
}

#sidebar h3 {
	margin: 0;
	padding: 0;
	background: url(images/box_01.jpg) no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
}

#sidebar img {
	display: block;
	margin-bottom: 10px;
	border: none;
}

/* footer ---------------------------------------------------- */

#footer {
	background: #FFFFFF;
	width: 900px;
	margin: 10px auto;
	text-align: center;
}

p#copy {
	font-size: x-small;
	line-height: 30px;
	width: 900px;
	margin: 0 auto;
}

/* common ---------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */