@charset "Shift-JIS";

/*****************************************************
 *    携帯サイトのご案内                             *
 *****************************************************/


/* 背景色
---------------------------------------------------- */
#contents {
	background: #c5daf3 url(../img/bg.gif) repeat-y;
}


/* 基本スタイル（上書き）
---------------------------------------------------- */
#mainArea {
	width: 770px;
	display: inline-table;
	background: #FFFFFF url(../img/bg_side.gif) repeat-y;
	float: left;
	padding: 0px 0px 30px;
}
#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 10px 10px;
} 


/* 基本スタイル
---------------------------------------------------- */
#sidePkg {
	width: 190px;
	float: left;
	padding: 0px 0px 0px 35px;
} 
#mainPkg {
	width: 495px;
	float: right;
	padding: 0px 30px 0px 0px;
}

#mainArea h2#pageTit {
	width: 770px;
	text-indent: -9999px;
	height: 210px;
	background: url(../img/title.jpg) no-repeat;
}



#mainPkg p.textBox {
	padding: 0px 0px 15px 5px;
}
#mainPkg p.imgBox {
	padding: 0px 0px 5px 0px;
}



/* ページの先頭へ戻る
---------------------------------------------------- */
#gotop {
	width: 780px;
	float: left;
	clear: both;
}
