@charset "UTF-8";
/* 岩蔵 共通CSS */

* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
dl,dd,dt {
	margin:0;
	padding:0;
}
img {
	border: 0px;
}
ul {
	list-style:none;
}
address {
	font-style:normal;
}
a:link,
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#bf3600;
	text-decoration:none;
}

/* for modern browser */
.clearfix {
  display: inline-block;
  clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac ¥*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}

body {
	margin:0;
	padding:0;
	line-height:160%;
	color:#555555;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#1a1a1a;
	background:url(../images/bg_footer.gif) repeat left top;
}
div#container {
	width:100%;
	background:url(../images/bg_texture.jpg) repeat-x left top;
	background-color:#ffffff;
}
div#wrapper {
	width:900px;
	margin:0 auto;
	font-size:93%;
}
div#wrapper2 {
	clear:both;
}

/* ヘッダー */
div#header {
}
div#header h1 {
	width:152px;
	float:left;
	padding-top:15px;
	padding-bottom:25px;
}
div#header h2 {
	width:660px;
	float:right;
	padding-top:65px;
}

/* コンテンツ */
div#contentsWrapper {
	width:660px;
	float:right;
	background:url(../images/line04.gif) no-repeat left top;
	padding-bottom:100px;
}
div#contentsWrapper2 {
	width:660px;
	float:right;
	background:url(../images/line04.gif) no-repeat left top;
	padding-bottom:100px;
}
div#contentsWrapper3 {
	width:660px;
	float:right;
	background:url(../images/line04.gif) no-repeat left top;
	padding-bottom:100px;
	padding-top:30px;
}
div#contentsWrapper4 {
	width:660px;
	float:right;
	background:url(../images/line04.gif) no-repeat left top;
	padding-bottom:100px;
	padding-top:25px;
}
p#description {
	padding:24px 0;
}
p#description2 {
	padding:35px 0 20px 0;
	line-height:160%;
}
p#description3 {
	padding:15px 0 20px 0;
	line-height:160%;
	clear:both;
}


/* メインメニュー */
div#mainMenu {
	width:150px;
	float:left;
	background:url(../images/line01.gif) no-repeat left top;
	padding-top:25px;
	padding-bottom:50px;
}
ul#mainnavi {
	width:105px;
	margin:0 auto;
	padding-bottom:22px;
	clear:both;
}
ul#mainnavi li {
	width:13px;
	float:right;
	margin-left:17px;
	padding-top:7px;
	background:url(../images/icn_listmark01.gif) no-repeat center top;
}
ul#mainnavi li.m_last {
	margin-left:0;
}
div.line {
	height:2px;
	background:url(../images/line02.gif) no-repeat left top;
	clear:both;
}
div.line hr {
	display:none;
}
ul#imgList {
	padding-top:15px;
	padding-bottom:17px;
	margin-bottom:10px;
	background:url(../images/line03.gif) no-repeat left bottom;
	line-height:140%;
}
ul#imgList li#i_left {
	width:70px;
	float:left;
}
ul#imgList li#i_right {
	width:70px;
	float:right;
}

/* フッター */
div#footer {
	width:100%;
	clear:both;
}
div#footerWrapper {
	width:900px;
	margin:0 auto;
}
div#addressArea {
	width:450px;
	float:left;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:30px;
	line-height:140%;
}
div#addressArea address {
	width:10em;
	display:inline;
	font-size:77%;
}
span#telfax {
	width:20e,;
	font-size:77%;
}
div#footerMenu {
	width:430px;
	float:right;
	padding-top:28px;
	font-size:77%;
	text-align:right;
}
ul#footernavi {
	height:1em;
	line-height:1em;
}
ul#footernavi li {
	float:right;
	text-align:right;
}
ul#footernavi li.fnavi01 {
	border-left:1px #777777 solid;
	padding-left:15px;
}
ul#footernavi li.fnavi02 {
	border-left:1px #777777 solid;
	padding:0 15px;
}
ul#footernavi li.fnavi03 {
	border-left:1px #777777 solid;
	padding:0 15px;
}
ul#footernavi li.fnavi04 {
	padding-right:15px;
}
ul#footernavi a:link,
ul#footernavi a:visited {
	color:#ffffff;
	text-decoration:none;
}
ul#footernavi a:hover,
ul#footernavi a:active {
	color:#777777;
	text-decoration:underline;
}
p#copyright {
	padding-top:10px;
}