@charset "utf-8";

body#mailbbs {
	background-color:#FFFDE5;
	font-size: 12px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

h2 {
	color: #936831;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	margin: 0 0 5px 0;
}
li {
	margin: 5px;
	padding: 5px;
	display:inline;
}
li a {
	float: left;
	margin: 0px;
	text-align:center;
	width:220px;
	display:inline;
}
div {
	clear: both;
	padding: 20px 10px 0 10px;
}

div.comment {
	clear: both;
	padding:0px;
}

a{
	color: #0000FF;
	text-decoration: none;
}

.navi {
	color: #999999;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

