/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border:0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
table {
	border-collapse: collapse;
}
/* 
===== 1: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

body {
	text-align:center;/* box centering */
	font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#333333;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
}
#top {
	height: 20px;
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	height: 80px;
	width: 750px;
	text-align: right;
	line-height: 16px;
	color: #666666;
	background-image: url(../img/title_back.jpg);
	background-repeat: no-repeat;
	float: left;
}
#title h1 {
	float: left;
	margin-top: 5px;
	color: #333333;
}
#title #addtable {
	float: right;
	height: 80px;
}
#title #addtable td {
	font-size: 10px;
	color: #333333;
	white-space: nowrap;
}
#menu {
	width: 750px;
	height: 35px;
	text-align: left;
	background-image: url(../img/menu_back.jpg);
	background-repeat: repeat-x;
	color: #999999;
	float: left;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	margin-left: 10px;
	margin-right: 5px;
}
#mainflash {
	width: 750px;
	float: left;
}

#main {
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;

}


#footer {
	height: 70px;
	width: 750px;
	background-color: #e6e6e6;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#footer #qrfooter {
	height: 60px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: middle;
}
#footer #qrfooter .copyfooter {
	margin-bottom: 10px;
}
#footer #qrfooter .qrimg {
	margin-top: 5px;
}
#accsse_div {
	display:none;
}
