@charset "utf-8";
/* ===================================================================
CSS information

 file name  :uc.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* タイトル
----------------------------------------------------------- */
#uc #header h2#pagetitle {
	background: url(../uc/images/title.jpg) center no-repeat;
}


/* con_top
----------------------------------------------------------- */

#uc .con_top {
	width: 695px;
	height: 800px;
	margin: 20px 0 0 0;
	padding: 30px 0 45px 0;
	background: url(../uc/images/bg_fiji.gif) right top no-repeat;
	overflow: hidden;
}











/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


