@charset "utf-8";

/*	-------------------------------------------------------------

	SASANOMI

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	print styles
	Filename:		print.css
	Version:		1.0
	Date:			Dec 07, 2007
	Author:         Michihiro Yamazaki

	-------------------------------------------------------------	*/


/* =Structure
----------------------------------------------- */

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
* {
	margin:0; 
	padding:0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: .8em;
	line-height: 1.3em;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 40em;
	text-align: left;
}
#main {
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}


/* Things To =Hide
----------------------------------------------- */
#line,
#headline ul,
#header,
#nav-container,
#siteid,
.h10,
#side-inner img,
#suvnav,
#custom #image,
#standard #image,
#nav-local,
.pagetop,
#footer,
p.more,
hr,
p span.next,
p.show,
.hide,
.more-link {
	display:none;
}


/* Things To =Show
----------------------------------------------- */
/* -------- float clear */
.clear:after,
.image:after,
ul.tab:after {
	content: '[.]';
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}

/*\*/
* html .clear,
* html .image,
* html ul.tab {
	height: 1%;
}

.clear,
.image,
ul.tab {
	display: block;
}
/* */

div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* =Headings
----------------------------------------------- */
a img, .aim {
	border: none;
}
#image img,
.img_p {
	width: 40em;
}
#headline h1 {
	font-size: 1.2em;
}
#headline h2 {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#headline p {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 1em;
}
#home .main-col h2 {
	clear: both;
	margin: 0 0 0 0;
	padding: .5em 0;
	width: 100%;
	font-size: 1em;
	line-height: 1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
h2#midashi {
	margin-left: -30px;
}
.main-col h3 {
	clear: both;
	margin: 1em 0  1em 0;
	font-size: 1.0em;
	line-height: 1.4;
	border-bottom: 1px double #000;	
}
.main-col h4 {
	clear: both;
	margin: 1em 0  1em 0;
	width: 100%;
	font-size: 1em;
	line-height: 1.4;
}
.main-col p {
	padding: 1em;
	font-size: 1em;
	line-height: 1.4;
}
#news {
	margin: 1em 0;
	padding: 1em;
	font-size: 1em;
	line-height: 1.4;
	border: 3px solid #ccc;
}
#news ul {
	margin-left: 1em;
}

/* -------- item */
ul.item {
	clear: both;
	margin: 0;
	width: 100%;
	font-size: 1em;
	list-style: none;
}
ul.item li {
	clear: both;
	padding-bottom: .5em;
}
ul.item li img {
	float: left;
	padding: 5%;
	width: 10%;
}
ul.item li dl {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 79%;
}
ul.item li dl dt {
	line-height: 1.5em;
}
ul.item li dl dd {
	display: inline;
	line-height: 1.5em;
}
ul.item li dl dd.kakaku {
	display: inline;
	text-align: right;
	font-weight: bold;
}

ul.img-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 40em;
}
ul.img-list li {
	float: left;
	width: 6.5em;
}
ul.img-list li img,
img.were {
	display: block;
	padding: .5em;
	width: 5em;
}

p.price {
	text-align: right;
	color: #C63C29;
	font-weight: bold;
}

/* -------- service */
.service_lineup,
.service {
	clear: both;
}
.service_lineup h2,
.service h2 {
	margin: 1em 0;
}
.service_lineup p,
.service p {
	margin: 0 0 1em 0;
	line-height: 1.4;
	font-size: 1em;
	text-indent: .8em;
}
.service_lineup p img,
.service p img {
	float: left;
	clear: both;
	margin-right: 1em;
}
.service dl {
	clear: both;
	margin: 0 5% 5px 5%;
	width: 90%;
	font-size: 1em;
	line-height: 1.4;
	border-bottom: 1px solid #000;
}
.service dl dt { 
	float: left;
	padding: .2em 0px;  
	width: 20%;
	clear: both;
	border-top: 1px solid #000;
}
.service dl dd {
	margin-left: 20%;
	padding: .2em 0;
	border-top: 1px solid #000;
}

/* -------- idea */
ul.idea {
	clear: both;
}
ul.idea li {
	margin: 0 0 1em 0;
	float: left;
	width: 49%;
	border: 1px solid #d4d4d4;
	background: transparent url(../images/bg_h2.gif) 0 0 repeat-x;
}
ul.idea li dl {
	margin: 0;
	padding: 2%;
	width: 96%;
	font-size: 1em;
}
ul.idea li dl dt {
	margin: .25em 0 .5em 0;
	font-weight: bold;
}
ul.idea li dl dd {
	line-height: 1.2;
}


/* -------- menu */
ul.menu {
	clear: both;
	margin: 0;
	width: 100%;
	font-size: 1em;
	list-style: none;
}
ul.menu li {
	clear: both;
	padding-bottom: .5em;
	border-bottom: 1px dotted #000;
}
ul.menu li img {
	float: left;
	padding: 5%;
	width: 20%;
}
ul.menu li dl {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 69%;
}
ul.menu li dl dt {
	margin: 10px 0;
	padding: 0;
}
ul.menu li dl dt {
	clear: both;
	font-weight: bold;
}
ul.menu li dl dd {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
ul.menu li dl dd.kakaku {
	text-align: right;
	font-weight: bold;
	clear: both;
}

/* -------- wrap */
.wrap {
	clear: both;
	margin: 0;
	width: 100%;
}
.wrap-inner {
	padding: 1em;
	border: 1px solid #000;
}
.wrap-inner h3 {
	margin-top: 0;
}
.wrap-inner ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	line-height: 1.4;
}
.wrap-inner li {
	margin: 0;
	padding: .2em 0;
	text-align: left;
	border-bottom: 1px dotted #000;
}
.wrap-inner li span {
	clear: both;
	margin-left: 1em;
	font-weight: bold;
}
.wrap-inner li em {
	clear: both;
}

/* -------- recommend */
.recommend {
	clear: both;
	margin-bottom: 1em;
}
.recommend img {
	float: left;
	margin-right: 1em;
	margin-bottom: 10px;
	width: 14em;
}
.recommend-in {
	float: left;
	margin: 0;
	width: 25em;
}
.recommend h3 {
	margin: 0 0 0 1em;
	line-height: 1.6;
	font-size: 1.2em;
	font-weight: bold;
	border: none;	
}
.recommend p,
.recommend p.price {
	margin: 0;
}

/* -------- lineup */
.lineup {
	clear: both;
	padding: .5em 0 1em 0;
}
.lineup img {
	float: left;
	margin: 0 10px;
	width: 11.5em;
}

/* -------- colum */
.colum {
	clear: both;
	margin-bottom: 1em;
	width: 100%;
}
.colum h4 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #000;
}
.colum p {
	margin: .5em 5px;
	font-size: 1em;
	line-height: 1.2;
	text-indent: 0;
}
.colum dl {
	margin: 0 0 1em 0;
	font-size: .8em;
	line-height: 1.3;
	width: 100%;
	border-bottom: 1px solid #ddd;
}  
.colum dl dt {
	float: left;
	clear: both;
	padding: .25em 10px .25em 5px;
	width: 400px;
	border-top: 1px solid #000;
	border-right: 1px dotted #000;
}  
.colum dl dd {
	padding: .25em 5px .25em 10px;
	border-top: 1px solid #000;
	text-align: right;
	font-weight: bold;
}
.colum dl > dd {
	float: left;
}
.colum dl > dd {
	float: none;
}


/* -------- uchiwake */
.uchiwake {
	clear: both;
}
.uchiwake img.main-thumb,
.thumb {
	width: 40em;
}
.uchi-col-image p,
.uchi-col p {
	float: left;
	margin: 0;
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.8;
	font-weight: bold;
}
.uchi-col .basic th {
	width: 35%;
}
.uchiwake h3 {
	margin: 0 0 1em 0;
	padding: .25em;
	font-size: 1.2em;
	line-height: 2;
	color: #fff;
	background-color: #000;
}
.uchiwake h5 {
	margin: 0;
	padding: 0 .5em;
	border-bottom: 1px solid #000;
}
.uchiwake-list {
	float: right;
	padding: .25em 0;
	width: 250px;
}
.thumb li {
	display: inline;
	float: left;
	width: 155px;
}
.thumb li img {
	width: 155px;
}
.uchiwake-list li {
	margin-bottom: .5em;
	padding-left: 16px;
	line-height: 1.2;
	font-size: 1em;
	background: transparent url(../images/arrow_sub.gif) 0 9% no-repeat;
}
.thumb li span {
	padding-right: 16px;
	line-height: 1.4;
	font-size: 1em;
	background: transparent url(../images/small_45.gif) 100% 45% no-repeat;
}

.slide-show {
	float: left;
	padding: 10px;
}
.page {
	page-break-before: always; 
}
.result h3 {
	line-height: 2;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1xp solid #000;
}
.result img {
	float: left;
	display: block;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23%;
}
.slide-show p {
	clear: both;
	margin: 0;
	line-height: 1.4;
	font-size: 1em;
	text-indent: 0;
}
.slide-show p span {
	padding-right: 16px;
	background: transparent url(../images/small_45.gif) 100% 45% no-repeat;
}
.result p.kaisetsu {
	float: left;
	margin: 10px 0 1em 0;
	line-height: 1.6;
	text-indent: 0;
	font-size: 1em;
	width: 45%;
}
.result dl {
	float: right;
	margin: 10px 0 1em 0;
	width: 45%;
	line-height: 1.6;
	text-indent: 0;
	font-size: 1em;
	border-bottom: 1px solid #000;
}
.result dl dt {
	float: left;
	clear: both;
	padding: .2em 3% .2em 2%;
	width: 30%;
	text-align: right;
	border-top: 1px solid #000;
	border-right: 1px dotted #000;
}  
.result dl dd {
	padding: .2em 2% .2em 3%;
	border-top: 1px solid #000;
	text-align: left;
	font-weight: bold;
}
.result dl > dd {
	float: left;
	width: 55%;
}
*+html .result dl > dd {
	float: none;
}

/* -------- list */
ul.ul-list {
	margin: 0 1.0em 1em 1.0em;
	padding: 0;
	line-height: 1.6;
	font-size: 1em;
}
ul.ul-list li {
	margin-left: 1em;
}
ul.list,
dl.list {
	margin: 0 1.0em 1em 1.0em;
	padding: 0;
	list-style: none;
	line-height: 1.6;
	font-size: 1em;
}
ul.list li,
dl.list dt {
	padding: 0 0 0 18px;
	background: transparent url(../images/b_arrow.gif) left center no-repeat;
}
dl.list dd {
	padding: 0 0 0 18px;
}
ul.list li strong {
	padding: 0;
}

/* -------- inline list */
ul.inline li, 
ol.inline li {
	display: inline;
}

ul.inline li ul,
ol.inline li ol {
	display: inline;
	margin: 0;
	padding: 0;
}

/* -------- color */
.red {
	color: red;
}
.blue {
	color: blue;
}

/* -------- table */
caption {
	padding: .25em;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
}
table {
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
.news,
.basic,
.keireki,
.results {
	margin: 1em 1em .5em 1em;
	font-size: 1em;
	width: 38em;
}
.datable {
	margin: 1em 0 .5em 0;
	font-size: .8em;
}
.w12 {
	width: 6em;
}

.access {
	margin: 0 0 .5em 0;
	font-size: 1em;
}
th,td {
	margin: 0;
	padding: .5em;
	border-bottom: 1px solid #000;
}
.news thead th {
	padding: .5em .25em;
	text-align: left;
}
.basic thead th {
	padding: .5em .25em;
	text-align: center;
}
.w20 {
	width: 9em;
}
.w60 {
	width: 18em;
}
.basic tbody th {
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.news th,
.basic th {
	line-height: 1.5;
	border-left: 1px solid #000;
}
.news tbody td,
.basic tbody td {
	padding: .5em .25em;
	line-height: 1.5;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.keireki th {
	line-height: 1.5;
	vertical-align: top;
	width: 30%;
	border-bottom: 1px solid #000;
}
.keireki td {
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #000;
}
.access thead th {
	background-color: #f7f7f7;
}
.access th {
	line-height: 1.5;
	text-align: center;
	width: 20%;
	border-bottom: 1px solid #000;
}
.access td {
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #000;
}
.results thead th {
	text-align: center;
	background-color: #f7f7f7;
}
.results th {
	padding: .5em;
	line-height: 1.5;
	vertical-align: top;
	border-bottom: 1px solid #000;
}
.results td {
	line-height: 1.5;
	text-align: right;
	border-bottom: 1px solid #000;
}


/* -------- position */
.ct {
	text-align: center;
}
.lt {
	text-align: left;
}
.rt {
	text-align: right;
}
.imgposition {
	float: left;
	margin: 3px;
}
.ct img {
	border: 0;
}

.fl,
.img-lt {
	float: left;
	margin: 0 20px 10px 0;
}
.fr,
.img-rt {
	float: right;
	margin: 0 0 10px 20px;
}
.imgborder {
	padding: 3px;
	border: 1px solid #F4F4ED;
}
.wimg {
	width: 40em;
}
p.wimg {
	width: 36em;
}


/* =Google Maps
----------------------------------------------- */
#map {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 40em;
	height: 30em;
}


/* =levelmapping
----------------------------------------------- */
#pan {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
}
#pan ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#pan ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#pan ul li span {
	padding: 0 16px 0 0;
	background: transparent url(../images/level.gif) right center no-repeat;
}
