@charset "UTF-8";



/*//////////////////////////////////////////////////



Title : offkai.css

For   : Setting styles of offkai contents



Created    : 2009-10-29

Last Modified : 2009-12-22





----------------------------------------



Content

		0. CLEAR FIX

        1. Main frame
		
		2. Button
		


//////////////////////////////////////////////////*/


/* ---------------------------------------
 
	0. CLEAR FIX
 
   ---------------------------------------- */
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0.1em;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
 
 
/* ---------------------------------------

        1. Main frame

   ---------------------------------------- */

body {
	color: #4c4c4c;
	padding: 0;
	background: url(/offkai/images/bg_body.jpg) repeat 0 0;
	text-align: center;
	font-size: 10px;
}
a {
	color: #003f76;
	text-decoration: underline;
}
a:hover {
	color: #005bab;
}

#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	background: url(/offkai/images/bg.gif) repeat-y 50px 0;
	text-align: left;
	overflow: hidden;
}
#contentsContainer {
	position: relative;
	width: 750px;
	background: url(/offkai/images/bg_t.gif) no-repeat 0 0;
}

img#pencil {
	position: absolute;
	left: 0;
	top: 430px;
}
img#eraser {
	position: absolute;
	left: 593px;
	top: 555px;
}


#footer {
	width: 570px;
	margin: 2px 0 0 90px;
	padding: 15px 0;
	background: url(/offkai/images/line_e6_w3.gif) repeat-x 0 0;
	color: #7d7d7d;
	text-align: center;
}

/* ---------------------------------------

        2. Button

   ---------------------------------------- */


.buttonArea {
	padding: 30px 0 30px 157px;
}
.buttonArea a.tour {
	display: block;
	float: left;
	width: 118px;
	height: 35px;
	margin-right: 10px;
	background: url(/offkai/images/btn_tour.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.buttonArea a.tour:hover {
	background: url(/offkai/images/btn_tour_on.gif) no-repeat 0 0;
}
.buttonArea a.discussion {
	display: block;
	float: left;
	width: 118px;
	height: 35px;
	background: url(/offkai/images/btn_meal.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.buttonArea a.discussion:hover {
	background: url(/offkai/images/btn_meal_on.gif) no-repeat 0 0;
}
.buttonArea a.offkaiTop {
	display: block;
	margin: 15px 0 0 80px;
	padding-left: 14px;
	background: url(/offkai/images/arrow_blue12.gif) no-repeat left center;
	color: #5583ab;
	font-size: 120%;
}
.buttonArea a.offkaiTop:hover {
	color: #7fadd5;
	background: url(/offkai/images/arrow_blue12_on.gif) no-repeat left center;
}
.buttonArea img {
	margin-left: 137px;
}

.pagetop {
	float: right;
}
.pagetop a {
	margin-right: 2px;
}

