/*
-----------------------------
Q ONLINE
Author：Q Entertainment, Inc.	-	MM.
Update：090701
-----------------------------
*/

@charset "UTF-8";

/* -----------------------  dc_09summer */
body{
	background-image: url(../../common/images/contest2011/back.gif);
	background-color: #96DAFA;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;	padding: 0;
}
/* ------------ Pop up win. */
#container {
	width:668px;
	background-image:url(../../common/images/contest2011/bg_main.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.pankuzu {
	height:31px;
	background-image:url(../../common/images/contest2011/bg_pankuzu.gif);
	background-repeat:no-repeat;
	font-size:10px;
}
.main {
	width:668px;
	background-image:url(../../common/images/contest2011/bg_main2.gif);
	background-repeat:repeat-x;
}
.main_cont {
	width:590px;
	background-color: #ffffff;
	margin-left:39px;
	margin-right:39px;
}
.cont_text{
	padding:0 10px 10px;
	line-height:1.5em;
}
.mapimg{
	float:left;
	width:370px;
	height:400px;
}
.mapmenu
	{
	float:left;
	width:220px;
}
.clears{
  clear:both;
}
.copy {
	height:45px;
	background-image:url(../../common/images/contest2011/copyright.gif);
	text-align:center;
	font-size:10px;
}
h1 {
	height:29px;
	line-height:29px;
	background-image:url(../../common/images/contest2011/bg_title.gif);
	background-repeat:no-repeat;
	padding:1px;
	text-indent:40px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
h2 {
	height:22px;
	line-height:22px;
	background-image:url(../../common/images/contest2011/bg_title2.gif);
	background-repeat:no-repeat;
	padding:1px;
	text-indent:35px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

h3	{
	height:22px;
	line-height:22px;
	background-image:url(../../common/images/contest2011/bg_title3.gif);
	background-repeat:no-repeat;
	padding:1px;
	text-indent:20px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
h3.non	{
	font-size: 14px;
	line-height:14px;
	margin-bottom: 3px;
	padding:3px 3px;
	border-color:#d3d3d3;
	border-width:0 0 0 5px;
	border-style:solid;
	color:#696969;
}
/* tableの共通設定
/* ------------ */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
}
th, td	{
	padding: 3px 7px;
	color: #444444;
}

/* tbl-prize
/* ------------ */
.tbl-prize{
	width:100%;
}
.tbl-prize th.coloring{
	letter-spacing: 2px;
	text-align: center;
	padding: 7px 7px 7px 12px;
	background: #2890d7 url(../../common/images/contest2011/bg_header.jpg) no-repeat;
	color:#fefefe;
}
.tbl-prize td.white{
	background: #f1f1f1;
	border-top:1px solid #fefefe;
	border-bottom:1px solid #fefefe;
	border-left:1px solid #fefefe;
	padding: 1px 1px 1px 6px;
	break: break-all;
}
/* tbl-item
/* ------------ */
.tbl-item th.ttl_head{
	background-color:#a19983;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	font-size:12px;
	text-align:center;
	color:#ffffff;
}
.tbl-item td.icon_head{
	width:50px;
	background-color:#f1f1f1;
	border-top:1px solid #a19983;
	border-bottom:1px solid #a19983;
	text-align:center;
	color:#ffffff;
}
.tbl-item td.about{
	background:#f1f1f1;
	border-top:1px solid #a19983;
	border-bottom:1px solid #a19983;
	text-align:left;	
}
/* tbl-form
/* ------------ */
.tbl-form{
	width:100%;
}
.tbl-form th.coloring{
	border-left: 1px solid #50b5e4;
	border-right: 2px solid #fefefe;
	border-top:1px solid #fefefe;
	border-bottom:1px solid #fefefe;
	text-align:right;
	background: #f0f8ff url(../../common/images/contest2011/bullet2.gif) no-repeat;
	font-weight:bold;
	color:#444444;
	break: break-all;
}
.tbl-form th.white{
	border-left: 1px solid #50b5e4;
	border-right: 2px solid #fefefe;
	border-top:1px solid #fefefe;
	border-bottom:1px solid #fefefe;
	text-align:right;
	background: #fefefe url(../../common/images/contest2011/bullet1.gif) no-repeat;
	font-weight:bold;
	color:#444444;
	break: break-all;
}
.tbl-form td.coloring2{
	border-right: 1px solid #50b5e4;
	border-top:1px solid #fefefe;
	border-bottom:1px solid #fefefe;
	background: #f0f8ff;
	padding: 1px 1px 1px 6px;
	font-size:10px;
	break: break-all;
}
.tbl-form td.white2{
	border-right: 1px solid #50b5e4;
	border-top:1px solid #fefefe;
	border-bottom:1px solid #fefefe;
	background: #fefefe;
	padding: 1px 1px 1px 6px;
	font-size:10px;
	break: break-all;
}


