@charset "Shift_JIS";
/*\*/

/*------------------------------
サイト名：hide presents Our Pink Spider 2011
作成日：2011.01.20
修正日：2011.01.20
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * HOME
 * ------------------------------------ */
 
/* ロケーター */

#locator {
	position: absolute;
	top: 0;
	left: 332px;
	width: 166px;
	height: 40px;
	background: url(../img/nav.jpg) -332px -40px no-repeat;
	text-indent: -9999px;
}

 
/* コンテンツ */

#content h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/dot.gif) left bottom repeat-x;
	font-weight: bold;
	font-size: 189%;
}

#content p,
#content ul {
	padding-bottom: 30px;
}

a.btnApplication {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 60px;
	background: url(../img/btnApplication.jpg) no-repeat;
	text-indent: -9999px;
}

a.btnApplication:hover {
	background-position: 0 -60px;
}
