@charset "Shift_JIS";
* {
	margin:10; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#333333;		/*文字色*/
} 
body {
	background-image: url(header.png);	/*ページ全体の背景画像*/
	background-repeat: repeat-x;	/*ページ全体の背景画像を横に並べる*/
	background-color:#gggggg;	/*ページ全体の背景色*/
	text-align:left;		/*IE6以下で左寄せするための対策*/
}
div#pagebody {
	width:800px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#ffffff;		/*内容全体の背景色*/
}
a{color:0000ff;
    font-style:normal;
    text-decoration:none;
}
a:link{color:0000ff;
    font-style:normal;
    text-decoration:none;
}
a:visited{color:0000ff;
    font-style:normal;
    text-decoration:none;
}
a:hover{color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
img {
    border-style:none;
}
.ichil{
 　text-align: left;
.ichiC{
 　text-align: center;
.ichiR{
 　text-align: right;