/* questionnaire.css */

/* layout */
body{
	background: url(../../questionnaire/images/bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#top {
	text-align: center;
	margin: 0px auto;
	padding-bottom: 0px;
	width: 760px;
}

#comment {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}

/* table */
#profile {
	width: 550px;
	text-align: left;
	margin: 0px auto 5px;
	padding: 0px;
}

#profile td {
	text-align: left;
}

#questionnaire {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
}

#serect {
	background: #FFFFCC;
}

#thank {
	font-size: 150%;
	font-weight: bold;
	color: #FF9933;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}

/* bottom */
#bottom{
	text-align:left;
	width:760px;
	margin-right:auto;
	margin-left:auto;
}

#tell {
	width:200px;
	float:left;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 10px;
}

#copyright {
	clear:left;
}


/*footermenu*/
#footermenu{
	float:left;
	width:560px;
	height: 70px;
	background: url(../images/bg_footer.gif) no-repeat;
	padding-top: 7px;
}

#footermenu ul{
	margin: 0 0 0 5px;
	padding: 0px;
}

#footermenu ul li{
  display:block;
	float:left;
	list-style:none;
	font-size:65%;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 5px;
	border-right: 1px solid #FF9933;
}

html>body #footermenu li {
	display:inline;
	float:none;
	margin:-3px 0px;
}

/*tag*/
h1 {
	margin-right: auto;
	margin-left: auto;
}

table {
	border: 1px solid #000000;
	background: #FFFFFF;
	border-collapse:collapse;
	vertical-align: middle;
	margin-bottom: 30px;
}

th{
	font-weight: bold;
	color: #FFFFFF;
	background: #FF9900;
	padding: 10px;
	font-size: 90%;
	border-bottom: 1px solid #333333;
}

tr{
}

td{
	font-size: 80%;
	line-height: 140%;
	padding: 15px 10px 10px 13px;
	border: 1px solid #333333;
}

ladel {
cursor:pointer
}

p {
	font-size: 80%;
	margin-bottom: 10px;
	margin-top: 0px;
}

/*class*/
.center {
	text-align: center;
}

.red {
	color: #FF0000;
}

.fl_clear {
	clear:both;
}

/* link style */
a:link {
	color: #CC6633;
	text-decoration: none;
}

a:visited {
	color: #CC6633;
	text-decoration: none;
}

a:hover {
	color: #FF9966;
	text-decoration: underline;
}

a:active {
	color: #FF9966;
	text-decoration: underline;
}


/*etc*/
.pagetop{
	text-align:left;
	width:760px;
	clear:both;
	padding:0 0 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.rollover {
}

.error {
	font-color: red;
}


img{
	border-style: none;
}
