@charset "utf-8";
/* style css */

/* common layout 
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 75%;
	line-height: 160%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1a1511;
}
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	position: relative;
	left: 1px;
	top: 1px;
}


/* basic layout
---------------------------*/
#wrapper {
	width: 1000px;
	height: 1020px;
}
#sidebar {
	height: 870px;
	width: 289px;
	display: block;
	float: left;
}
#sidebar .linkSeishin {
	height: 150px;
	width: 289px;
	display: block;
}

#main {
	height: 870px;
	width: 711px;
	float: left;
	display: block;
}
#main .smoke {
	display: block;
	height: 150px;
	width: 711px;
}

