body,table,tr,td,div,p,span,ul,ol,li,ul li,ol li,h1,h2,dl,dt,dd,dl dd,form,input,textarea {
	margin:0px;
	padding:0px;
}

body {
	background: #fff;
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	padding: 0;
	margin: 0;
}

br { letter-spacing:0; }
img { border:0; }
ul, ol, ul li, ol li { list-style-type:none; }
table, tr, td { border: 0px; }

a:link,a:visited,a:active    {
	text-decoration: none;
	color: #333;
}

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

h2 {
	font-size: 100%;
	font-weight:normal;
	color:#000;
	margin-top:20px;
	margin-bottom:5px;
}

h3 {
	margin:0;
	padding:0;
}

#wrapper {
	width:650px;
	background: #fff url(../img/paper-bg.jpg);
	text-align:left;
	margin-left:20px;
}



#header {
	width:650px;
	font-size: 85%;
	background: #fff url(../img/paper-header-bg.jpg);
}

.header-inner {
	width:600px;
	margin-left:25px;
}
.header-inner:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#main {
	width:600px;
	margin-left:25px;
	font-size: 93%;
	line-height: 1.5em;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing:0.1em;
}

#footer {
	width:600px;
	margin-left:25px;
	border-top:1px solid #aeaeae;
	text-align: center;
	padding-top:10px;
	margin-top:20px;
	padding-bottom:20px;
	font-size: 85%;
}

#header h1 {
	float:left;
	margin-top:40px;
	margin-bottom:10px;
	width:112px;
}

#header .header-navi {
	float:right;
	margin-top:38px;
}

.current {
	font-weight:bold;
	color:#ff0000;
}
a.current:link,a.current:visited,a.current:active    {
	text-decoration: none;
	color: #ff0000;
}

ul#menu {
	width:210px;
	height: 25px;
	text-indent: -1000em;
}
ul#menu:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	display: block;
	height: 25px;
}

li#top a { width: 42px; background: url(../img/menu.gif) no-repeat 0 0; }
li#top a.current { background: url(../img/menu.gif) no-repeat 0 -25px; }
li#top a:hover { background: url(../img/menu.gif) no-repeat 0 -50px; }


li#menu a { width: 40px; background: url(../img/menu.gif) no-repeat -42px 0; }
li#menu a.current { background: url(../img/menu.gif) no-repeat -42px -25px; }
li#menu a:hover { background: url(../img/menu.gif) no-repeat -42px -50px; }

li#access a { width: 44px; background: url(../img/menu.gif) no-repeat -82px 0; }
li#access a.current { background: url(../img/menu.gif) no-repeat -82px -25px; }
li#access a:hover { background: url(../img/menu.gif) no-repeat -82px -50px; }

li#contact a { width: 52px; background: url(../img/menu.gif) no-repeat -126px 0; }
li#contact a.current { background: url(../img/menu.gif) no-repeat -126px -25px; }
li#contact a:hover { background: url(../img/menu.gif) no-repeat -126px -50px; }

li#links a { width: 32px; background: url(../img/menu.gif) no-repeat -178px 0; }
li#links a.current { background: url(../img/menu.gif) no-repeat -178px -25px; }
li#links a:hover { background: url(../img/menu.gif) no-repeat -178px -50px; }

.main-body {
	width:600px;
}

.hosted {
	margin-top:5px;
}
