@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: A-Ha
	Version: 1.0
　　Comment: TOP設定
----------------------------------------------------------- */

/* 
 TOP Style [
----------------------------------------------------------- */
#mainBlock {
	background-image: url(../images/top/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 239px;
	text-align: left;
	margin-bottom: 10px;
	}

#mainBlock h3 {
	padding-top: 22px;
	padding-left: 12px;
	}
	
#topBtn {
	float: right;
	width: 210px;
	}

.topBox {
	background-image: url(../images/top/box_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 520px;
	}
	
.topImg {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	}
	
#topQa {
	background-image: url(../images/top/box_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 255px;
	height: 190px;
	margin-bottom: 10px;
	}
	
#topComm {
	background-image: url(../images/top/box_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	width: 255px;
	height: 190px;
	margin-bottom: 10px;
	}
	
.topBtn1 {
	font-size: 11px;
	line-height: 22px;
	background-image: url(../images/top/btn_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 22px;
	width: 143px;
	padding-left: 27px;
	}
	
.topBtn2 {
	font-size: 11px;
	line-height: 22px;
	background-image: url(../images/top/btn_bg2.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 22px;
	width: 111px;
	padding-left: 24px;
	}
	
.topBtn1 a,
.topBtn2 a {
	color: #FFF;
	text-decoration: underline;
	}
	
.topBtn1 a:hover,
.topBtn2 a:hover {
	color: #FC0;
	text-decoration: none;
	}

#tBox {
	float: right;
	width: 358px;
	text-align: left;
	}
	
.tBox2 {
	float: right;
	width: 144px;
	text-align: left;
	}
	
#information {
	height: 160px;
	overflow: auto;
	text-align: left;
	}

#information table {
	width: 500px;
	margin-top: 15px;
	}

.day {
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/top/point2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 32px;
	width: 110px;
	vertical-align: top;
	padding-bottom: 3px;
	}
	
.comm {
	font-size: 13px;
	line-height: 17px;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding-bottom: 3px;
	}
