/* 
	レイアウト１
*/

@import url(header.css);
@import url(footer.css);

body {
	background-image: url(../images/bg.gif);
}

#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-image: url(../images/wrapper_bg.gif);
	padding-top: 16px;
	padding-left: 20px;
	padding-bottom: 22px;
}

#main {
	position: relative;
	width: 715px;
	float: left;
	margin-left: 215px;
	_margin-left: 107px;
	margin-right: -930px;
}

#side {
	position: relative;
	width: 197px;
	float: left;
	_margin-left: -107px;
}

#side #promo1 {
	margin-bottom: 15px;
}

#side #promo1 p.copy {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#side #promo1 a {
	background-image: url(../images/side_promo1.gif);
	display: block;
	width: 197px;
	height: 121px;
	text-indent: -9999px;
	overflow: hidden;
}

#side #promo1 a:hover {
	background-position: bottom;
}

#side #promo2 {
	margin-bottom: 15px;
}

#side #promo2 p.copy {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#side #promo2 a {
	background-image: url(../images/side_promo2.gif);
	display: block;
	width: 197px;
	height: 151px;
	text-indent: -9999px;
	overflow: hidden;
}

#side #promo2 a:hover {
	background-position: bottom;
}

#side #promo3 {
	margin-bottom: 15px;
}

#side #promo3 p.copy {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#side #promo3 a {
	background-image:url(../images/side_promo3.gif);
	display: block;
	width: 197px;
	height: 105px;
	text-indent: -9999px;
	overflow: hidden;
}

#side #promo3 a:hover {
	background-position: bottom;
}

#side #promo-tatsujin {
	margin-bottom: 15px;
}

#side #promo-tatsujin a.brain {
	background-image:url(../../images/promo_tatsujin_brain.gif);
	display: block;
	width: 197px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 2px;
}

#side #promo-tatsujin a.netwalker {
	background-image:url(../../images/promo_tatsujin_netwalker.gif);
	display: block;
	width: 197px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 2px;
}

#side #promo-tatsujin a:hover {
	background-position: bottom;
}

