/*
-----------------------------------------------
IWAMI Printing
update:2006/09/25
----------------------------------------------- */

/*
===== CONTENTS =====

	1: universal reset 
	2: layout
	3: parts
		: header
		: navi
		: main-image
		: main
		: footer

	
====================
*/

/* 1: universal reset
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	line-height:1.5em;
	color:#333;
}

h1, h2, h3, h4, h5, p, ul, dl, table, img, address {
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

img { border: 0; }

a{ outline:none;}

a:hover{text-decoration:none;}

li{
	list-style-type:none;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* 2: layout
----------------------------------------------- */

body{
	text-align:center;
	background-color:#ECECEC;
	font-family: Verdana,Arial,Helvetica,"Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
}

#container{
	width:756px;
	margin:20px auto 0 auto;
}

#home-page #header{
	height: 353px;
	text-align:left;
	position:relative;
	background-image:url(http://www.iwami-hidaka.co.jp/visual/iwami/common/bg-header.jpg);
	background-repeat:no-repeat;
	padding-left: 11px;
	margin-bottom: 10px;
}

#navi{
  width: 730px;
	height: 20px;
	padding: 0;
}

#breadcrumbs{
	text-align:left;
	padding:0px 0px 0px 20px;
	margin-bottom: 15px;
	font-size:0.8em;
}

#main-image{
	position: absolute;
	top: 78px;
}

#home-page #main-image{
	height:230px;
}

#contents{
	width:750px;
	margin:0px 6px 0px 0px;
	padding-top: 15px;
	text-align:left;
	background-color:#FFFFFF;
}

#main{
	width:516px;
	float:left;
	padding:0px 0px 20px 17px;
}

#sub{
	width:177px;
	float:right;
	padding:0px 17px 20px 0px;
}

#footer{
	clear:both;
	margin:0px 6px 0px 0px;
	border-width:1px 0px 0px 0px;
	border-color:#E50012;
	border-style:solid;
	text-align:left;
	background-color: #FFFFFF;
}

/* 3: parts
----------------------------------------------- */

/*
===== header =====
*/

#logo a{
	background-image:url(common/logo.gif);
	width:248px;
	height:50px;
	text-indent:-9000px;
	display:block;
	position:absolute;
	top:25px;
}

#head-lead {
	margin-left: 423px;
	width: 290px;
	font-size: 0.65em;
	padding-top: 35px;
}

/*
===== navi =====
*/

#home-page #navi {
  position: absolute;
	top: 318px;
}

#navi li{
  float: left;
}
#navi li a{
	display: block;
	height: 20px;
	background-image: url(common/main-navi.gif);
    text-indent: -9999px;
	overflow: hidden;
}

#navi li#navi-home a { background-position: 0px 0px; width: 117px; }
#navi li#navi-service a{ background-position: -117px 0px; width: 123px; }
#navi li#navi-results a{ background-position: -240px 0px; width: 124px; }
#navi li#navi-company a{ background-position: -364px 0px; width: 124px; }
#navi li#navi-info a{ background-position: -488px 0px; width: 124px; }
#navi li#navi-contact a{ background-position: -612px 0px; width: 118px; }

#navi li#navi-home a:hover, #navi li#navi-home a:focus { background-position: 0px -20px; }
#navi li#navi-service a:hover, #navi li#navi-service a:focus { background-position: -117px -20px; }
#navi li#navi-results a:hover, #navi li#navi-results a:focus { background-position: -240px -20px; }
#navi li#navi-company a:hover, #navi li#navi-company a:focus { background-position: -364px -20px; }
#navi li#navi-info a:hover, #navi li#navi-info a:focus { background-position: -488px -20px; }
#navi li#navi-contact a:hover, #navi li#navi-contact a:focus{ background-position: -612px -20px; }

#home-page #navi #navi-home a{background-position:0px -20px;}
.service-page #navi #navi-service a{background-position:-117px -20px;}
.results-page #navi #navi-results a{background-position:-240px -20px;}
.company-page #navi #navi-company a{background-position:-364px -20px;}
.info-page #navi #navi-info a{background-position:-488px -20px;}
#contact-index #navi #navi-contact a{background-position:-612px -20px;}

/*
===== main-image =====
*/


/*
===== main =====
*/

#main-lead{
  display: block;
	width: 516px;
	height: 46px;
	margin:20px 0px;
	background-image:url(home/lead.gif);
	text-indent: -9999px;
}

.main-box{margin:0px 0px 20px 0px; position:relative;}

.main-box p, .main-box li, .main-box dt, .main-box dd {font-size:0.8em; line-height: 150%; padding: 0 10px; margin-bottom: 10px; }

/*----- topics ------*/

#topics h2{
	background-image:url(home/kani.jpg);
	width:516px;
	height:75px;
	text-indent:-9000px;
}

/*----- info ------*/

#home-page #item-newinfo h2{
	background-image:url(home/title-info.jpg);
	width:516px;
	height:22px;
	text-indent:-9000px;
}

#home-page #item-newinfo ul{
	color: #012B4B;
}

#home-page #item-newinfo li{
	background-image: url(common/border-dash-gray.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 250%;
}

#home-page #item-newinfo li span{
	background-image: url(home/mrk_blue.gif);
	background-position: 12px 50%;
	padding-left: 30px;
	padding-right: 30px;
}

	
/*----- results ------*/

#item-results h2{
	background-image:url(results/title-results.jpg);
	width:516px;
	height:22px;
	text-indent:-9000px;
}

#item-results #intro { margin-bottom: 10px; line-height: 200%; }

#item-results {
	width:516px;
}

#item-results #item-list .item {
  float: left;
  width:158px;
	background-image: url(home/border-red.gif);
	background-color: #F0F1EA;
	background-position: top;
	border: 1px solid #E3E2DE;
	position: relative;
  margin-left: 8px;
}

#item-results #item-list .item img {
  margin-top: 8px;
	margin-left: 8px;
}

#item-results #item-list .item h3 {
  display: block;
	width: 150px;
  text-align:center;
  margin-top: 8px;
  margin-left: 4px;
	padding-bottom: 2px;
	color: #76715E;
	font-size: 0.85em;
	background-image: url(home/border-dash-gray.gif);
	background-position: bottom;
}

#item-results #item-list .item .text {
  width: 142px;
	height: 120px;
  margin: 4px 4px 0 4px;
}

#item-results #item-list .item .text p {
  line-height: 120%;
}

#item-results #item-list .item .more a{
  display: block;
	width: 92px;
	height: 20px;
	background-image: url(home/more-results.jpg);
	background-position: top;
	text-indent: -9999px;
	position: absolute;
	bottom: 10px;
	left: 50px;
}

#item-results #item-list .item .more a:hover,
#item-results #item-list .item .more a:focus {
	background-position: bottom;
}

	
/*
===== sub =====
*/

.sub-box{
	margin:12px 0px;
	position: relative;
}

.sub-box p{font-size:0.8em;}

.sub-group h2{
  display: block;
	width:175px;
	text-indent:-9000px;
}

#sub-storkbook {background-image:url(home/storkbook.jpg); height:78px;}
#sub-stork {background-image:url(home/stork-banner.jpg); height:78px;}
#sub-reco {background-image:url(home/go-reco.gif); height:78px;}
#sub-tabasa {background-image:url(home/bnr-tabasa.jpg); height:78px;}
#sub-kounotori {background-image:url(home/bnr-kounotori2.jpg); height:82px;}
#sub-blog {background-image:url(home/bnr-blog2.jpg); height:78px;margin-bottom:16px;}
#sub-pronet { margin: 30px 0 16px 0; }
#sub-pronet a img { border: 0; }

#sub-storkbook a{
	display:block;
	width:175px;
	height:82px;
}

#sub-stork a{
	display:block;
	width:175px;
	height:82px;
}

#sub-reco a{
	display:block;
	width:175px;
	height:82px;
}

#sub-tabasa a{
	display:block;
	width:175px;
	height:82px;
}

#sub-kounotori a{
	display:block;
	width:175px;
	height:82px;
}

.sub-group p{padding:2px;}

.sub-group .more a{
  display: block;
	width: 89px;
	height: 20px;
	text-indent:-9000px;
	background-position: top;
	position: absolute;
	bottom: 8px;
	left: 78px;
}

#sub-kounotori .more a{background-image:url(home/more-kounotori.jpg);}
#sub-blog .more a{background-image:url(home/more-blog.jpg);}

.sub-group .more a:focus, .sub-group .more a:hover{
	background-position: bottom;
}

#trust-mark { padding-left: 20px; }
#trust-text { font-size: 0.75em; padding: 5px 0px; line-height: 150%; }

/*
===== footer =====
*/

#footer ul{ text-align: right; 	padding-right: 10px; }

#footer li{
	display:inline;
	border-width:0px 0px 0px 1px;
	border-color:#555;
	border-style:solid;
	font-size:0.8em;
	line-height: 1.5em;
}

#footer .last-item{border-width:0px 1px;}

#footer li a{
	padding:0px 3px 0px 5px;
}

#copyright{
	font-size:0.8em;
	position:relative;
	top: -1.5em;
	padding-left: 10px;
}

