@charset "Shift_JIS";

/*----------------------------------------------------------------
 common style
----------------------------------------------------------------*/
* {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}
body,td,th{
	font-size			: 14px;
	line-height			: 22px;
	color				: #000;
	font-family			: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}
body{
	background			: url(./image/background.jpg) left top repeat-x;
	text-align			: center;
}

a{
	text-decoration		: underline;
	color				: #000;
}
a:hover{
	text-decoration		: none;
}
table{
	border-collapse		: collapse;
	empty-cells			: hide;
}
img{
	border				: none;
}
hr{
	display				: none;
}
strong{
	color				: #003399;
}
/*----------------------------------------------------------------
 box
----------------------------------------------------------------*/
#wrapper{
	width				: 900px;
	border-bottom		: 1px solid #B8C2C4;
	border-left			: 1px solid #B8C2C4;
	border-right		: 1px solid #B8C2C4;
	margin				: 0 auto;
	background			: #fff;
	overflow			: hidden;
	clear				: both;
	position			: relative;
	text-align			: left;
}
#footer{
	height				: 50px;
	clear				: both;
	background			: url(./image/footer_bg.gif) left top repeat-x;
	text-align			: right;
	padding				: 0 15px 0 0;
	line-height			: 50px;
	font-size			: 14px;
	color				: #666666;
}

/*----------------------------------------------------------------
 header
----------------------------------------------------------------*/
#header h1{
	width				: 320px;
	height				: 65px;
	float				: left;
}
#header .menu{
	list-style			: none outside;
	float				: right;
	padding				: 25px 20px 0 0;
	width				: 400px;
}
#header .menu li,
#header .menu li a{
	height				: 25px;
}
#header .menu li{
	list-style			: none outside;
	float				: right;
}
#header .menu li a{
	display				: block;
	height				: 25px;
	text-indent			: -9999px;
}
#header .menu .menu01,
#header .menu .menu01 a{
	height				: 25px;
	width				: 116px;
}
#header .menu .menu01 a{
	height				: 25px;
	background			: url(./image/menu_contact.gif) left top no-repeat;
}
#header .menu .menu02,
#header .menu .menu02 a{
	height				: 25px;
	width				: 90px;
}
#header .menu .menu02 a{
	height				: 25px;
	background			: url(./image/menu_home.gif) left top no-repeat;
}
/*----------------------------------------------------------------
 contents
----------------------------------------------------------------*/
#contents .button{
	font-size			: 14px;
	border				: 1px solid #999;
	color				: #fff;
	font-weight			: bold;
	text-decoration		: none;
	background			: url(image/button_bg.gif) left top repeat-x;
	display				: block;
	width				: 220px;
}
#contents .button span{
	background			: url(image/button_arrow.gif) right bottom no-repeat;
	line-height			: 35px;
	border				: 3px solid #fff;
	padding				: 0 15px 0 10px;
	display				: block;
}


