html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	padding: 0;
	margin: 0;
	background: url('../img/side_bg.jpg');
	font-size: 10.5pt;
}

#wrap {
}

#side-bar {
	position: absolute;
	float: left;
	width: 160px;
	overflow: hidden;
	z-index: 100;
}
#side-bar h1 {
	display: block;
	margin: 100px 10px;
}
#side-bar h1 img {
}
#side-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #FFF;
}
#side-bar ul li {
}
#side-bar ul li a {
	display: block;
	padding: 15px 10px 15px 20px;
	border-bottom: solid 1px #FFF;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#side-bar ul li a:hover {
	background: rgba(255,255,255,0.4);
}
#side-bar .copy {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	color: #FFF;
	font-size: 9pt;
}

#contents {
	position: relative;
	background: #FFF;
	margin-left: 160px;
	min-height: 100%;
	min-width: 800px;
	width: auto;
	overflow: hidden;
}
#contents p {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#contents p img {
	width: 100%;
}

#contents.company {
	background: #000;
	color: #FFF;
	text-align: center;
}
#contents.company p {
	padding: 20px 0;
}
#contents.company p.message {
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
	text-align: center;
}
#contents.company p.profile {
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
}
#contents.company img.top {
	max-width: 720px;
}