html,body {
}

body {
	background: url(/Content/pic/background.jpg);
	font-size: 11px;
	color: #0072bc;
	font-family: Arial, Geneva, Verdana serif;
}

div.base {  
	width: 788px;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
	border-left: 4px solid #030059;
	border-right: 4px solid #030059;
	float: left;
}

div.container {
	width: 796px;
	margin: 0 auto;
	padding: 0;
}

div.mainlogo {
	background: url(/Content/pic/logo.png) no-repeat #FFF;
	width: 300px;
	height: 80px;
	text-align: left;
}

div.header {  
	background: #FFF;
	width: 100%;
	margin: 0;
}

div.leftcontent {  
	background: url(/Content/pic/subnavi_background.jpg) #FFF top right no-repeat;
	width: 210px;
	margin-top: 0px;
	float: left;
	padding-right: 20px;
	min-height: 315px;
}


div.content {
	background: #fff;
	width: 550px;
	text-align: left;
	float: right;
}

div.content#fullwidth {
	width: 780px;
}

div.footer {
	background: url(/Content/pic/footer.jpg) #FFF no-repeat bottom;
	width: 796px;
	height: 31px;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}

div.footer p {
	padding-left: 30px;
	font-size: 12px;
	color: #000;
}


input.textinput {
	width: 90%;
}

textarea {
	width: 90%;
	height: 100px;
}
