@charset "EUC-JP";
* {
	color: #000;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 160%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 160%;
	font-size: 80%;
	font-family : "Lucida Grande", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Geneva, Arial, Verdana, sans-serif;
	background-image: url(../img/body_back.jpg);
}

img {
	border: none;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0xp;
	padding: 0px;
}

:link,
:visited,
:active {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

a:hover {
}

em {
	color: #ff0000;
}
#waper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {

}

.clear {
	clear: both;
	height: 0px;
}
