@charset "Shift_JIS";

/* -------------
      タグ
------------- */

/* ユニバーサルセレクタ */
* {
	padding: 0;
	margin: 0;
	font-family: メイリオ,Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', 'MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.3em;
	list-style-type:none;
}

/* 初期レイアウト2 */
body {
	background: #dddddd url(../img/back.gif) repeat-y 50%;
	text-align:center;
}
/* h* */
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}
/* 画像 */
img {
	border: 0;
	vertical-align: bottom;
}
/* 水平線 */
hr {
	margin:3px 0;
	width: 740px;
	border: 1px groove #cccccc;
}
/* リンク */
a{
  text-decoration : none;
}
a:link {
  color : #0066ff;
}
a:visited {
  color : #006666;
}
a:hover{
  color : #ff9900;
}
a:active{
  color : #ff9900;
}
a:focus{
  color : #ff9900;
}

/* -------------
     クラス
------------- */

/* 最新表示 */
.new{
	color:#ff0033;
}

/* -------------
       ID
------------- */

/* JavaScript非対応時アクセス解析 */ 
 #analyzer {
 position:absolute;
	top: 0;
	left: 0;
}

/* ----- コンテナ ----- */
#container {
	margin: 0 auto;
	width: 780px;
	padding:5px 10px;
}

/* ----- ヘッダー ----- */
#header {
	padding: 5px 10px;
	margin:5px 10px;
	width: 740px;
	height:65px;
}
/* ロゴ領域 */
#logo_area {
	float:left;
}
/* 鏡 */
#mirror {
	filter: wave(freq=2,lightstrength=2,phase=0,strength=2);
}

/* ----- フッター ----- */
#footer {
	text-align: center;
	clear:both;
	padding: 5px 10px;
	margin:0 10px;
	width: 740px;
}
