@charset "utf-8";

/*
	File Name   : content.css
	Author      : Kensuke Takahashi
	Description : コンテンツエリア関係 他
*/


body {
	background: #fff url(../img/vision/body_bg.png) repeat-x 0 0;
}

div#container {
	position: static;
	padding-bottom: 30px;
	background: url(../img/vision/container_bg.png) no-repeat right bottom;
}

div#header {
	position: relative;
	height: 91px;
	margin-bottom: 25px;
	background: none;
}

div#header h1 {
	left: -4px;
}

div#header p {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: auto;
	margin: 0;
}

div#main {
	float: right;
	width: 662px;
	padding: 0;
	background: url(../img/vision/main_bg.png) repeat-y 0 0;
}

ul#navi {
	float: left;
	width: 225px;
	padding-left: 20px;
}

ul#navi li {
	margin-bottom: 15px;
}

div#footer div {
	background: none;
}

h2 {
	margin-bottom: 1em;
	padding-top: 117px;
	text-align: center;
	background: url(../img/vision/h2_bg.png) no-repeat 0 0;
}

h3,
h4 {
	margin-bottom: 1em;
	text-align: center;
}

div.content {
	margin-bottom: 2em;
	padding: 0 30px;
}

ul.basic {
	margin-bottom: 1em;
}

ul.basic li {
	list-style: disc;
	margin-left: 1.5em;
}

p.pageTop {
	margin: 0;
	padding: 0 30px 0 0;
	border: none;
}