@charset "utf-8";

/* ============================================
	index.html
============================================ */

#contents {
	position: relative;
	width: 960px;
}

body#top #contentsMain {
	width: 690px;
	float: left;
}

/* right column */
	div#online_bnr {
		width: 244px;
		position: absolute;
		right: -2px;
		top: -47px;
	}
	div.online_bnrIn {
		background: url(../img/bg_online_bnr.gif) left top repeat-y;
		padding-bottom: 10px;
		text-align: center;
	}
	
	div#special_bnr {
		width: 240px;
		text-align: center;
		padding-bottom: 10px;
		background: #f7f8e1;
		float: right;
		margin-top: 220px;
	}

/* left column */
	ul.link_box {
		width: 690px;
		background: url(../img/bg_link_box.gif) left top repeat-y;
	}
		ul.link_box li {
			float: left;
			display: inline;
			margin-right: 3px;
		}
		ul.link_box li.link01 {
			width: 227px;
		}
		ul.link_box li.link02 {
			width: 232px;
		}
		ul.link_box li.link03 {
			width: 225px;
			float: right;
			margin-right: 0;
		}
			ul.link_box li div {
				height: 60px !important;
				height: 80px;
				padding: 10px 0 0 10px;
			}
			
	#top_bnr_happy {
		clear: both;
		margin-top: 30px;
		width: 690px;
		height: 93px;
		position: relative;
	}
		#top_bnr_happy span {
			position: absolute;
			right: 186px;
			top: 57px;
			background: url(../common/img/ico_arrow_01.gif) no-repeat left 0.2em;
			padding: 2px 0 2px 20px;
			display: block;
		}
	
		