@charset "utf-8";


/*----------------------------------------------------------
	共通 CSS
----------------------------------------------------------*/


/*----------------------------------------------------------
	ベース
----------------------------------------------------------*/

body {
	color: #666;
	font-size: 80%;
	font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	background: #b1a491 url(../img/common/bg_body.gif) repeat-x;
}

/* for IE7 */
*+html body {
	font-family: "メイリオ","Meiryo";
	font-size: 75%;
}

/* for IE6 */
* html body {
	font-size: 75%;
}


/* -------------------------------------------------------------------
	テキストリンク
------------------------------------------------------------------- */

a:link {
	color: #000033;
	text-decoration: none;
}

a:visited {
	color: #000033;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: underline;
}

a:active {
	color: #996600;
}



