@charset "utf-8";
/* CSS Document */

.ami-color {color: #e52861}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: ＭＳ ゴシック, Osaka－等幅;
	font-size: 0.8em;
	color: #4d4d4d;
}
body {
	margin: 0px;
}
img {
	border: 0px;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #e52861;
	text-decoration: none;
}

/* HEADER */
.container {
	clear: left;
	width: 900px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: left;
	float: none;
	/*border: 1px solid #0000ff;*/
}
div.header {
	width: 900px;
	height: 85px;
}
div.title {
	float: left;
	width: 480px;
	height: 60px;
}
div.amilogo {
	float: right;
	padding-right: 20px;
	width: 85px;
	height: 100px;
}

#lang {
	float: right;
	height: 25px;
	width: 90px;
	padding-top: 35px;
}
#lang ul {
	list-style-type: none;
}

ul.header-btn {
	float: left;
	width: 840px;
}
ul.header-btn li{
	list-style:none;
	float:left;
}

/* FOOTER */
.footer {
	width: 900px;
	height: 85px;
	padding-top: 10px;
	border-top: 1px solid #b2b2b2;
}
ul.footer-btn {
	clear: left;
	float: left;
	width: 500px;
}
ul.footer-btn li{
	list-style:none;
	float:left;
}
.footer-copyright {
	float:right;
	width: 268px;
}

.to-pagetop {
	padding-bottom: 25px;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
	font-size: 0.8em;
	line-height: 1.5em;
}

/* SIDE MENU */
.side {
	clear: right;
	float: right;
	width: 210px;
	padding-right: 30px;
}
.side-subtitle {
	width: 170px;
	padding-bottom: 5px;
}
ul.side-menu {
	float: left;
	width: 170px;
	font-size: 1.0em;
	padding-bottom: 20px;
}
ul.side-menu li{
	clear: left;
	float: left;
	list-style:none;
	width: 170px;
	line-height: 1.2em;
	padding-bottom: 5px;
}