﻿*{
	margin:0;
	padding:0;
	}

html{
    height:100%;
    }

body{
	height:100%;
	background-color: #EAEAEA;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/back.png);
	font-family:'Hiragino Kaku Gothic Pro W3',Osaka,'Hiragino Kaku Gothic Pro','メイリオ',Verdana,'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;*/
	}

#mainframe {
	width:900px;
	margin:0px auto;
    position: relative;
	height: 100%;
	min-height: 100%;
	}

body > #mainframe {
	height: auto;
	}

#container {
    padding-bottom: 40px;
    }

#footer {
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
    }

img{
	border:0px none;
	}

li {
	list-style-position: outside;
	}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #D0D0D0;
	height:1px;
	margin: 5px;
	}

a {
	text-decoration: none;
	color: #0099FF;
	padding-bottom:0px;
	}
a:hover {
	text-decoration: underline;
	}

div#site_search {
	position: absolute;
	top:10px;
	left:700px;
	}
div#site_search input {
	vertical-align:middle;
	}
