@charset "shift_jis";

* {
	margin:0;
	padding:0;
}

body {	
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:80%;
	color:#444444;
	background:url("../images/headerbk.gif") repeat-x top center;
}

img {
	vertical-align:bottom;
	border:none;
}

h1 {
}
h2 {
	font-size:200%;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:160%;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	display:block;
	width:170px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
	background:url("../images/title.gif") no-repeat;
}
p {
	line-height:1.5em;
}

a {
	color:#EAE8E8;
	text-decoration:none;
}
a:hover {
        color:#FFF;
	text-decoration:none;
}

#container {
	width:720px;
	margin:0 auto;
}

#header {
	width:720px;
	height:80px;
}

#menu {
	width:520px;
	height:40px;
	padding-top:40px;
        color:#fea7da;
	float:right;
	text-align:right;
}
#menu ul {
	padding:0;
}
#menu ul li {
	display:inline;
	margin-right:3px;
	padding-left:7px;
	list-style:none;
}

#logo {
	width:200px;
	height:80px;
	float:left;
}



#contents {
	width:720px;
	text-align:left;
}
.index {
	width:240px;
	float:left;
}
.info {
	width:220px;
	margin:10px;
}
.info h3 {
	color:#e5a0c1;
	border-bottom:solid 1px #cccccc;
}
.info p.right {
	text-align:right;
}
.info p img {
	text-align:center;
	margin:10px;
}

#footer {
	clear:both;
	width:720px;
}
#footer ul {
	padding:15px 0;
}
#footer ul li {
	display:inline;
	margin-right:3px;
	padding-left:7px;
	border-left:solid 1px #444444;
	list-style:none;
}
#footer ul li.footerhome {
	padding-left:0;
	border-left:0;
}

#footer a {
	color:#fea7da;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

