@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color:#444;
	text-align: center;
	font-size: 13px;
	_font-size: 90%;
	font-family:"ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro","メイリオ",meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
img {
	border:none;
	vertical-align: bottom;
}
a:link, a:visited {
	text-decoration: none;
	color: #444;
}
p a:hover {
	border-bottom: 1px dotted;
}
#wrappert {
	width: 810px;
	margin: 10px auto;
	text-align: left;
	height: auto;
	border: 1px #ccc dotted;
	position: relative;
}
#wrappert:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrappert { display: inline-block; }

#wrapper {
	width: 800px;
	margin: 10px auto;
	text-align: left;
	height: auto;
	border: 1px #ccc dotted;
	padding: 2px;
}
#wrapper:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper { display: inline-block; }

/* Hides from IE-mac \*/
* html #wrapper { height: 1%; }
#wrapper { display: block; }
/* End hide from IE-mac */

/* トップページ */
#topup {
	width: 810px;
	clear: both;
	height: auto;
	
}

#topbill {
	width: 530px;
	float: left;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}
#topbill:after, #topup:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#topbill,#topup { display: inline-block; }

/* Hides from IE-mac \*/
* html #topbill { height: 1%; }
#topbill { display: block; }
/* End hide from IE-mac */

/* Hides from IE-mac \*/
* html #topup { height: 1%; }
#topbup { display: block; }
/* End hide from IE-mac */

h1#toph {
	width: 530px;
	padding-bottom: 10px;
	float: left;
	padding-left: 10px;
}
#topright {
	width: 260px;
	float: right;
	display: inline;
}
#toplogo {
	position: absolute;
	width: 150px;
	height: 55px;
	top: 20px;
	right: 30px;
	text-align: right;
}
#topmenu {
	width: 260px;
	margin: 0;
	display: inline;
}
#topmenu { 
	list-style-type: none;
}
#topmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu {
	clear: both;
	width: 793px;
	margin: 20px auto;
	padding-left: 5px;
}
#submenu li {
	display: inline;
	list-style-type: none;
	border: none;
	margin-right: 5px;	
}
/* footer */
#footert {
	width: 770px;
	height: 30px;
	clear: both;
	padding-top: 5px;
	padding-right: 30px;
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: right;
	border-top: 1px #ccc dotted;
}
* html #footert {
	font:100% Arial, Helvetica, sans-serif;
}

