
* {
	margin: 0;
	padding: 0;
  line-height: 1.6em;
	font-size: 100%;
	}

img {
	border: none;
	}

a:link {
	color: #939;/* リンク色*/
	}
	a {
		color: #939;
		cursor: pointer;
		}
		a:hover {
			color: #99C;
			}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

html {
	height: 100%;
	}
	
* html div#container {
	height: 100%;
	}
	
body > #container {
	height: auto;
	}

body {
	height: 100%;/* フッタ固定 */
	margin: 0;
	color: #333A46;/* 文字色 */
	font-size: 10pt;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/bg.png);
	}

div#bg {
	max-width: 100%;/* フッタ固定 */
	min-width: 1000px;/* フッタ固定 */
	margin: 0 auto;/* フッタ固定 */
	z-index: 0;
	background: url(../images/common/basara_04.png) no-repeat bottom right;
	}

div#container {
	position: relative;/* フッタ固定 */
	min-height: 100%;/* フッタ固定 */
	max-width: 100%;/* フッタ固定 */
	min-width: 1000px;/* フッタ固定 */
	margin: 0 auto;/* フッタ固定 */
	clear: both;
	z-index: 2;
	background: url(../images/common/basara_01.png) no-repeat top left;
	}

div#left {
	width: 500px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 3;
	}
	div#left h1 {
		margin: 0;
		padding: 0;
		height: 10px;
		font-size: 2pt;
		color: #999;
		visibility: hidden;
		}

a#logo {
	width: 280px;
	height: 94px;
	display: block;
	background: url(../images/common/logo.png) no-repeat right;
	text-decoration: none;
	position: relative;
	margin: 50px 0 0 0;
	z-index: 20;
	}
a#logo span {
	visibility: hidden;
	}
		
div#menu {
	margin: 10px 0 0 0;
	width: 500px;
	height: 400px;
	z-index: 30;
	}
	div#menu ul li {
		float: left;
		list-style: none;
		}

	div#menu ul li.m1 {
		width: 180px;
		height: 121px;
		}
	div#menu ul li.m2 {
		width: 296px;
		height: 144px;
		margin-left: 100px;
		}
	div#menu ul li.m3 {
		width: 328px;
		height: 103px;
		}
	div#menu ul li.m4 {
		width: 251px;
		height: 145px;
		margin-left: 100px;
		}

div#footer {
	position: absolute;/* フッタ固定 */
	bottom: 0px;/* フッタ固定 */
	height: 50px;/* フッタ固定 */
	max-width: 100%;
	min-width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	color: #8D839A;
	font-size: x-small;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	text-align: left;
	z-index: 4;
	}
	div#footer p {
		background: url(../images/common/basara_copy.gif) no-repeat;
		width: 282px;
		height: 30px;
		margin-top: 20px;
		}
	div#footer a {
		text-decoration: none;
		display: block;
		}
	div#footer a span {
		visibility: hidden;
		}

div#main {
	max-width: 100%;
	min-width: 900px;
	margin: 0 auto;
  padding: 0 50px 50px 50px;
	clear: both;
	z-index: 5;
	}

div#navi {
	width: 1100px;
	height: 80px;
	margin: 0;
	padding: 20px 0 0 0;
	z-index: 100;
	}
div#navi ul {
	width: 1100px;
	height: 80px;
	list-style: none;
	}
div#navi ul li {
	width: 107px;
	float: left;
	}
div#navi ul li img {
	width: 100px;
	margin: 0 0 0 7px;
	}
div#navi ul li a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

.sma {
	font-size: 8pt;
	margin: 0 0.2em;
	}

.ri {
	display: block;
	text-align: right;
	}

h3 {
	text-align: center;
	}

div#right {
	width: 500px;
	margin: 20px 0 10px 0;
	float: right;
	}
	div#right img {
		width: 500px;
		margin: 0 0 20px 0;
		}

div#topics {
	width: 500px;
	height: 130px;
	margin: 20px 0;
	padding: 70px 0 0 0;
	float: left;
	background: url(../images/common/basara_info.png) top left no-repeat;
	}
div#topics dl {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px 10px;
	overflow: auto;
	overflow-y: scroll;
	float: left;
	border: #999 1px solid;
	}
	div#topics dl dd {
		padding: 5px 0 2px 5px;
		margin: 0;
		font-size: 9pt;
		border-bottom: #CCC 1px dotted;
		}
	div#topics dl dd span {
		color: #A57DA6;
		width: 75px;
		display: block;
		float: left;
		}

div.info {
	width: 500px;
	height: 1px;
	font-size: 1pt;
	color: #FFF;
	overflow: auto;
	position: absolute;
	bottom: 0;
	}

div#breadcrumbs {
	font-size: 8pt;
	color: #999;
	letter-spacing: 0.1em;
	margin: 20px 0 10px 10px;
	}
	div#breadcrumbs a {
		color: #666;
		margin: 0 5px 0 0;
		}
	div#breadcrumbs a:hover {
		color: #CCC;
		}

table {
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	border: #DDD 1px solid;
	border-collapse: separate;
	border-spacing: 10px;
	-moz-box-shadow: 1px 2px 10px #CCC;
	-webkit-box-shadow: 1px 2px 10px #CCC;
	box-shadow: 1px 2px 10px #CCC;
	}
	table th {
		padding: 10px;
		text-align: left;
		letter-spacing: 0.2em;
		border-right: #DDD 1px solid;
		border-bottom: #DDD 1px solid;
		color: #555;
		}
	table th span {
		font-size: 8pt;
		color: #B07CC5;
		margin-left: 5px;
		}
	table td {
		padding: 10px;
		}

table td.ok {
	text-align: center;
	}

input#image-btn {
	width: 95px;
	height: 20px;
	background: url(../images/common/mail-ok.gif) no-repeat;
	border: 0;
	}
	input#image-btn:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}

input#image-btn2 {
	width: 77px;
	height: 20px;
	background: url(../images/common/mail-no.gif) no-repeat;
	border: 0;
	}
	input#image-btn2:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}

div.miyabi12 {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/miyabi12-02.png) no-repeat right bottom;
	}

div.sen {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/sen-02.png) no-repeat right bottom;
	}

div.shinku {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/shinku-02.png) no-repeat right bottom;
	}

div.suiren {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/suiren-02.png) no-repeat right bottom;
	}

div.tsubomi {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/tsubomi-02.png) no-repeat right bottom;
	}

div.setsuna {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/setsuna-02.png) no-repeat right bottom;
	}

div.miyabi {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/miyabi-02.png) no-repeat right bottom;
	}

div.raika {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/raika-02.png) no-repeat right bottom;
	}

div.shiranui {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/shiranui-02.png) no-repeat right bottom;
	}

div.kagerou {
	width: 530px;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	float: left;
	line-height: 2em;
	background: url(../images/kagerou-02.png) no-repeat right bottom;
	}

table.spec {
	width: 540px;
	height: 280px;
	padding: 5px;
	margin: 20px 0 0 0;
	border: #DDD 1px solid;
	border-collapse: separate;
	border-spacing: 5px 10px;
	-moz-box-shadow: 1px 2px 10px #CCC;
	-webkit-box-shadow: 1px 2px 10px #CCC;
	box-shadow: 1px 2px 10px #CCC;
	}
	table.spec th {
		width: 90px;
		padding: 0 10px;
		text-align: left;
		letter-spacing: 0.2em;
		border-right: #DDD 1px solid;
		border-bottom: #DDD 1px solid;
		color: #555;
		}
	table.spec td {
		padding: 0 10px;
		}

div#barrel {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	div#barrel a {
		width: 270px;
		margin-bottom: 10px;
		display: block;
		float: left;
		}
	div#barrel a:hover {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}
	div#barrel a img {
		width: 270px;
		}
