@charset "shift-jis";

body 
	{ 
	font-color:#000000; /*文字の色指定*/
	font-size:12px; /*文字のサイズ指定*/
	background-color:#F5FBEF; /*背景の色指定*/
	width:700px; /*幅の指定*/
	text-align:center; /*表示位置の指定*/
	margin: 10px auto 0 auto; /*表示位置の指定 chrome用*/
	}
	
	a {text-decoration: none;} /*リンクの下線を消す指定*/
	a:link {color:#0000ff;} /*未訪問リンクの色を指定する*/
	a:visited {color:#ff00cc;} /*訪問済みのリンクの色を指定する*/
	a:hover /*リンクにカーソルを合わせた時の指定*/
		{
		color:#a00; /*文字の色指定*/
		text-decoration:underline; /*文字の装飾指定*/
		}

	.header
		{
		font-color:#000000; /*文字の色指定*/
		font-size:20px; /*文字のサイズ指定*/
		background-color:#00ffff; /*背景色の指定*/
		width:700px; /*幅の指定*/
		height:200px; /*高さの指定*/ 
		text-align:left; /*文字位置の指定*/
		line-height: 200px;
		background:url("salestitle03.gif"); /*タイトル画像の指定*/
		background-repeat: no-repeat; /*繰り返しの指定*/
		}


	.menu
		{
		font-family: "MS ゴシック"; /*フォントの種類*/
		font-size:14px; /*文字サイズの指定*/
		font-weight:normal; /*文字太さの指定*/
		background-color:#ff00ff; /*背景色の指定*/
		width:700px; /*幅の指定*/
		height:35px; /*高さの指定*/
		line-height:35px; /*行の高さ指定*/
		background:url("button05.gif"); /*背景画像の指定*/
		background-repeat:repeat-x; /*繰り返し処理の指定*/
		letter-spacing: 4px;
		}
		
		.menu ul
			{   
			list-style-type:none; /*リストスタイルの指定*/
			margin:0; /*外側余白の指定*/
			padding:0; /*内側余白の指定*/
			}
		
		.menu li
			{
			float:left; /*位置の指定*/
			width:20%; /*幅の指定*/
			margin:0; /*外側余白の指定*/
			padding:0; /*内側余白の指定*/
			}
		
		.menu a
			{
			text-align:center; /*テキストの位置指定*/
			display:block; /**/
			width:100%; /**/
			}
		
		.menu a:hover
			{
			background:url("button06.gif") ; /*カーソルを合わせた時の背景色の指定*/
			}
		
	.main 
		{
		font-size:15px; /*文字サイズの指定*/
		background-color:#ffffff; /*背景色の指定*/
		width:660px; /*幅の指定*/
		text-align:left; /*文字位置の指定*/
		line-height: 200%; /*行の高さ指定*/
		letter-spacing: 2px; /*文字間のスペース指定*/
		padding: 5px 20px 15px 20px; /*内側上下左右の余白指定*/
		background-position: top;
		background-repeat: repeat-y;
		}

	.footer
		{
		width:700px; /*幅の指定*/
		font-size:100%; /*文字サイズの指定*/
		text-align:center; /*文字位置の指定*/
		background-position: bottom;
		background-repeat: no-repeat;
		}

	html
		{
		overflow-y:scroll; 
		}

/*フォントに関する指定*/
	.topmida01
		{
		height: 0px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-right: 1px;
		}
		
	.mida01 
		{
		font-family: sans-serif;
		font-size: 20px; 
		font-weight: normal;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-right: 1px;
		letter-spacing: 4px;
		background-color: white;
		}
	
	.annai01
		{
		background-color: #ffffff; 
		color: blue; 
		font-size: 14px; 
		padding-left: 20px;
		}
	
	.annai02 
		{
		height: 80px;
		background-color: #ffffff; 
		background: url("annaihaikei02.jpg");
		background-repeat: no-repeat;
		background-position: center;
		color: blue; 
		font-size: 18px; 
		text-align: center;
		padding: 10 0 10 0;
		letter-spacing: 5px;
		line-height: 80px;
		font-weight: bold;
		}
	
	.qaq 
		{
		background-color: #afeeee; 
		color: red; 
		font-size: 14px; 
		padding-left:5px;
		}
	
	.qaa 
		{
		background-color: #ffffff; 
		color: blue; 
		font-size: 14px; 
		padding-left: 20px;
		}
	
	.kakaku
		{
		color: red;
		font-size: 16px;
		padding: 5px;
		font-weight: bold;
		}
	
/*スペースに関する指定*/
	.space01 {padding: 0 10 0 10;}
	.space02 {text-align: center; margin: 20 0 20 0;}
	.space03 {text-align: center; padding: 0;}
