@import url("./common.css");
@import url("./common_layout.css");
@import url("./common_contents.css");
/*@import url("./ictea_cms.css");*/
/*
	$Id: stylesheet.css,v1 $

	copyright (c)2008-2011 Pong! ALL right reserved.
	Create and Design by seiki nishijima
*/
/*------------------------------------
  Memo
  ・IE6バグ対策 ＭＳ系フォント以外を先頭にすると表示が崩れる
-------------------------------------*/
/*------------------------------------
  CSSマップ
  ・common.css			リセット
  ・common_contents.css	コンテンツ中身
  ・common_layout.css	ヘッダ・フッタ・サイド
-------------------------------------*/
body {
	background: #FFF;
	padding:0px;
	margin:0px auto 0px auto;
	text-align:center;
	color: #2D2626;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic";
}
a {
	color: #298067;
	text-decoration: none;
}
a:hover {
	color: #9E335C;
	text-decoration: underline
}
a:hover img {
	filter: Alpha(opacity=75);
	opacity:0.75;
	background: #FFF;
}
strong {
	font-weight: normal;
}

/*------------------------------------
  帯設定　ここから
-------------------------------------*/