@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	_font-size:small;
	line-height: 1.8;
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "lr oSVbN", "MS P Gothic","Osaka",sans-serif;
	color:#CCCCCC;
	background-color: #000;
	text-align: center;
						  
}

h1,h2,h3,h4,h5,dl,ul,form,textarea,p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul { list-style-type: none; }
fieldset { border: none; }
strong { font-size: 1.2em; }
em { font-style: normal; font-weight: bold; }

.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 */

.clear { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

a img { border-width: 0px; }
table {	text-align:left; border-collapse: collapse; }
table th{ white-space: nowrap;	vertical-align:top;	}

#wrapper {
	width:800px;
	margin:5px auto 0 auto;
	background: url("../img/minivoice_back.jpg") repeat-y;
	text-align: left;
}
#container {
	background: url("../img/minivoice_back2.jpg") no-repeat left bottom ;
}
h2 { height: 35px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-indent: -9999px;
	background: url(../img/colors_title02.jpg) no-repeat;
}
.main_img{
	margin-left: 20px;
	margin-bottom: 20px;
}

table.minivoice {
	width:700px;
	border: 1px solid #333333;
	margin-bottom:15px;
	margin-left: 50px;
	background-color: #141414;
}
table.minivoice th{
	padding: 2px 6px;
	font-weight: normal;
	border: 1px solid #333333;
}
table.minivoice td { padding: 2px 4px; border: 1px solid #333333; }
table.minivoice label { display: inline-block; }

.pagetop {
	text-align: right;
	margin-right: 50px;
	padding-bottom: 10px;
}

.copyright{
	font-size: 10px;
	color:#CCCCCC;
	margin: 0 0 0 20px;
	padding-bottom: 10px;
}
.zaiko_td_width { width:800px; }
