@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #222222;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
}
a {
	color: #0066FF;
}
a:hover {
	color: #FF3E3E;
}


#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(../images/main_bg.gif);
	margin-bottom: 15px;
	margin-top: 10px;
}

#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#main .discb {
	text-align: left;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px;
}
#main .discb p {
	font-size: 14px;
	line-height: 130%;
}
#main .discb .qlist {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.qcklist_disp {
    overflow-y: scroll;
    width: 100%;
    height: 1000px;
}

#main #acoount_box {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-left: 3px;
}

.cp {
	font-weight: bold;
	font-size: 14px;
	background-color: #CCC;
	height: 20px;
	padding-top: 5px;
	text-align: left;
	width: 389px;
}

.cp2 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	text-align: right;
}

#footer {
	width: 780px;
	padding-top: 10px;
}

#footer .fisk {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	line-height: 120%;
}
#left {
	float: left;
	width: 250px;
	list-style-type: none;
	padding-right: 10px;
	text-align: left;
}
#left .glnavi ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}

#left .glnavi li {
	padding-bottom: 3px;
	padding-left: 5px;
	list-style-type: none;
}
#left .glnavi .title {
	font-weight: bold;
	color: #333333;
	list-style-type: none;
	margin-left: 0px;
	width: 210px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-align: left;
}


#right {
	float: left;
	width: 450px;
	text-align: left;
}
#right #box {
	padding-bottom: 10px;
}
#right .toppage {
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#right h2 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
#right h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #996633;
}
#right table {
	border: 0;
	border-collapse:collapse;
	border-spacing:0px;
	width:"100%";
}
table {
	width: 100%;
	/*-- border="0" cellspacing="0" cellpadding="0"のHTML Living Standard対応 --*/
	border: none;
	border-collapse: separate;
	border-spacing: 0;
}
td {
	border: 1px solid #999999;
	padding: 3px;
}

#iframe{
	border: none;
	overflow: hidden;
	margin: 0;
}