/* @override http://sendai-iroha.com/css/common.css */

html {
	width: 100%;
	height: 100%;
}

body * {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1;
}

/* only IE6 */
* html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

/* only IE7 */
*:first-child+html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

body {
	background: white;
	margin: 0 0 20px 0;
	color: black;
}

img {
    border: 0;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
	color: #437e44;
	text-decoration: none;
}

a:hover, a:active {
	color: #00c303;
	text-decoration: underline;
}

div.clear {
	clear: both;
}

div#wholewrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0 7px;
	background: transparent url(../images/contents_bg_middle.png) repeat-y;
}

div#wholewrapper_bottom {
	width: 814px;
	margin: 0 auto 20px;
}

/* @group Header */

div#header {
	position: relative;
	width: 800px;
	height: 132px;
	background: transparent url(../images/header_bg.gif) no-repeat right top;
}

div#header h1 {
	position: absolute;
	top: 0;
	left: 0;
}

div#header ul.top {
	position: absolute;
	top: 95px;
	left: 10px;
}

div#header ul.bottom {
	position: absolute;
	top: 140px;
	left: 20px;
}

div#header ul li {
	float: left;
}

/* @end */

/* @group Footer */

div#footer {
	position: relative;
	width: 780px;
	height: 30px;
	margin: 20px auto 0;
	background: transparent url(../images/footer_line.png) no-repeat center top;
}

div#footer ul {
	position: absolute;
	left: 5px;
}

div#footer ul li {
	display: inline;
	margin-right: 10px;
	line-height: 25px;
}

div#footer address {
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 25px;
	text-align: right;
	font-style: normal;
	padding-right: 5px;
}

/* @end */
