/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg.gif) repeat-x;
	background-color: #e7e9e8;
	font:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:12px;
}

img {
	border-style: none;
}

a {
	color:#241878;
}

a:visited {
	color:#7A67A9;
}

a.btn:hover{
	position:relative;
	top:1px;
	left:1px;
}

#container {
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(../img/header.gif) no-repeat;
	height: 80px;
	margin: 0 auto;
	width: 900px;
}

#header a {
	width:220px;
	height: 0px;
	float:right;
	display: block;
	clear:right;
	overflow:hidden;
	padding-top: 70px;
	background: url(../img/call_off.gif) no-repeat;
	margin: 5px 50px;
}

#header a:hover {
	width: 220px;
	height:0px;
	padding-top: 70px;
	display: block;
	overflow: hidden;
	background: url(../img/call_on.gif) no-repeat;
}


h1 {
	text-indent:36px;
	font-size:9px;
	color:#31285E;
}

 
	
#menu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	background: url(../img/menu_bg.gif) repeat-x;
}
	
#menu ul {
	list-style: none;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#menu ul li {
	float: left;
	display: block;
	overflow: hidden;
}
	
#menu ul li a {
	padding-top: 20px;
	height: 0;
	display: block;
	overflow: hidden;
	margin: 0;
}

#main {
	background: url(../img/main_bg.png) no-repeat;
	height: 440px;
	margin: 0 auto;
	width: 900px;
}

#footer {
	clear:both;
	margin:0 auto;
	padding:0px 6px;
	width:900px;
	background: url(../img/footer_bg.gif) repeat-x;
	text-align:right;
	display:block;
}

#copyright {
	background: url(../img/footer_bg.png) no-repeat;
	background-position:top right;
	display:block;
	margin-right:64px;
	margin-bottom:12px;
	padding-right: 64px;
	padding-top: 24px;
	color: #fff;
	font-size: 90%;
	font-style:italic;
	height:50px;
}
	