@charset "UTF-8";

/* jo-saka.net css default */

img {
	border: none;
}

a {
	color: #3333CC;
	text-decoration: underline;
	cursor:pointer;
	
}

body, th, td {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #222222;
}

body {
	margin: 0px;
	padding: 0px;
	background: #999999;
	text-align: center;
	background: url(/common/images/defalut.jpg) repeat-x;
}

/* Wrapper */

#wrapper {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
}

#mainContent{
	background: url(/common/images/content.bg_mid.jpg) no-repeat;
	width: 820px;
	padding: 0px;
}

#leftColumn {
	position: relative;
	width: 160px;
	float: left;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 16px;
}

#centerColumn {
	width: 450px;
	float: left;
}

#rightColumn {
	width: 160px;
	float: left;
	margin: 0px 16px 0px 9px;
}

#footer {
	color: #666666;
}

#footer a {
	color: #A73442;
}
