@charset "Shift_JIS";
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	margin: 0;
	padding: 0;
	background: url("image/body_back.jpg") repeat-x top left #FFF;
	font-size: 80%;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/



/*** ヘッダー ***/

div#header{
	width: 798px;
	height: 52px;
	margin: 0;
	padding: 0;
	background: url("../image/header_back.jpg") repeat-x top left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

div#banner{
	width: 358px;
	float: left;
	background: transparent;
	margin: 0;
	padding: 0;
}

/************ ここからスタイル定義 ************/


/*** ヘッダー内リンク ***/

#banner a:link,
#banner a:visited,
#banner a:hover{
	color: #000;
	text-decoration: none;
}

/*** メニューリスト ***/

#menu ul{
	list-style: none;
}

#menu li{
	float: left;
	margin: 0;
	line-height: 1.0;
}

#menu li a{
	display: block;
	width: 87px;
	height: 35px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #444;
	background: url("image/menu_back.jpg") repeat-x top left;
	border-left: 1px solid #DDD;
}

#menu li a:hover{
	background: url("image/menu_back_ov.jpg") repeat-x top left;
	color: #444;
}

/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	font-size: 6;
	color: #222;
	margin: 0;
	padding: 10px 5px 5px 10px;
}

