/* *{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}*/

body {
	text-align:center;
	color:#333333;
}

#wrap { width:780px; text-align:left; margin:0 auto; }
#inner { margin:10px 10px; }
#mainWrap { width:480px; float:left; /* background-color:blue; */ }
#enter { width:480px; float:left; }
#table_q { width:480px;}
.clear { clear:both; }
.clear hr { display:none; }

/* サイド-QUEST LIST */
#sideWrap {
	width:260px;
	float:right;
	padding:2px;
	background-color:#ccddff;
	}

/* サイド-説明文 */
#sideWrap_1 {
	width:260px;
	float:right;
	background-color:#ffffff;
	}

/* サイド-評価 */
#sideWrap_2 {
	width:260px;
	float:right;
	background-color:#ffffff;
	}
#sideWrap_2title {
	width:260px;
	float:right;
	padding:2px;
	color:#ffffff;
	background-color:#3399cc;
	}
#sideWrap_2lt {
	width:250px;
	float:right;
	padding:2px;
	background-color:#ffffff;
	}
#sideWrap_2dk {
	width:250px;
	float:right;
	padding:2px;
	background-color:#cccccc;
	}

#info {
	color:red;
	margin:0 5px 10px 5px;
	padding:2px;
	border:2px solid red;
	background-color:#ccddff;
}
}
#pic {
	padding:10px 10px 10px 10px;
}
#exp {
	padding:10px 5px 10px 5px;
}

#q {
	height:20px;
	background-color:#ccddff;
	background-image: url(./img/qbg.jpg);
}
#a {
	height:20px;
	background-color:#ccddff;
	background-image: url(./img/abg.jpg);
}

.header {
	height:100px;
	background-color:#ccddff;
	background-image: url(./img/header.jpg);
}

#footer {
	height:20px;
	text-align:center;
	background-color:#ccddff;
	background-image: url(./img/footer.jpg);
}

.td_1{
	text-align:right;
	border: solid 0px;
	}
.td_2{
	text-align:left;
	border: solid 0px;
	}

/* Link */
a:link {
	color: #0033cc;
	text-decoration: underline;
	}
a:visited {
	color: #339966;
	text-decoration: underline;
	}
a:hover {
	color: #0033cc;
	background-color: #ffff;
	text-decoration: none;
	}
