@charset "utf-8";
/* ===================================================================
CSS information

 file name  :koushi.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/*ページタイトル*/
#koushi h3#st_koushi{
	width: 625px;
	height: 40px;
	margin: 0 0 20px;
	background: url(../images/koushi/st_koushi.jpg) left top no-repeat;
	text-indent:-9999px;
}

#koushi #main img{
	margin: 0 0 10px;
}

#koushi #main p{
	text-align: center;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

