@charset "UTF-8";



/*//////////////////////////////////////////////////



Title : top.css

For   : Setting styles of offkai top-page



Created    : 2009-10-30

Last Modified : 2009-10-30





----------------------------------------



Content

		1. Contents


//////////////////////////////////////////////////*/


/* ---------------------------------------

        1. Contents

   ---------------------------------------- */

#header {
	position: relative;
	width: 658px;
	height: 282px;
	margin-left: 50px;
	background: url(/offkai/images/bg_top.jpg) no-repeat 0 0;
}
#header img#logo {
	position: absolute;
	left: 30px;
	top: 42px;
}
#header h1 {
	position: absolute;
	top: 113px;
	left: 80px;
}
.topLead {
	width: 412px !important;
	width: 528px;
	padding: 10px 0 40px 166px;
}
.topLead p {
	width: 412px;
	font-size: 140%;
	line-height: 140%;
	letter-spacing: 0.1em;
}

/* バックナンバー */
.topIndex {
	position: relative;
	width: 410px !important;
	width: 526px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	margin-bottom: 40px;
	padding-left: 166px;
}
.topIndex img.indexPhoto {
	position: absolute;
	left: 167px;
	top: 0;
}
.topIndex .indexText {
	width: 297px;
	margin-bottom: 20px;
	padding-left: 113px;
	font-size: 120%;
	line-height: 150%;
}
.topIndex .indexText h2 a {
	display: block;
	padding-bottom: 20px;
}
.topIndex .buttons {
	margin-left: 162px;
}
.topIndex .buttons img.disable {
	margin-left: 6px;
}
.topIndex .buttons a {
	float: left;
}
.topIndex .buttons a.tour {
	display: block;
	width: 118px;
	height: 35px;
	margin-right: 10px;
	background: url(/offkai/images/btn_tour.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
.topIndex .buttons a.tour:hover {
	background: url(/offkai/images/btn_tour_on.gif) no-repeat 0 0;
}
.topIndex .buttons a.discussion {
	display: block;
	width: 118px;
	height: 35px;
	background: url(/offkai/images/btn_meal.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
.topIndex .buttons a.discussion:hover {
	background: url(/offkai/images/btn_meal_on.gif) no-repeat 0 0;
}
