@charset "Shift-JIS";

/*****************************************************
 *    HOTWAVE                                        *
 *****************************************************/


/* 基本スタイル（上書き）
---------------------------------------------------- */
#contents {
	background: #eeeeee url(../img/bg.gif) repeat-y;
}

#mainArea {
	width: 780px;
	float: left;
	display: inline-table;
}
#mainArea:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html #mainArea {height: 1%;} 
#mainArea {display: block;}
/* */

#bannerArea {
	width: 190px;
	float: left;
	padding: 10px 0px;
}
h2#pageTit,
h2#otomesenTit {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

#mainArea a {
	text-decoration: underline;
	color: #000000;
}
#mainArea a:hover {
	text-decoration: none;
	color: #79b800;
}



/* ページの先頭へ戻る
---------------------------------------------------- */
#gotop {
	width: 745px;
	height: 30px;
	clear: both;
	background: url(../img/gotop.gif) no-repeat;
	padding: 30px 15px 0px 20px;
}
