@charset "utf-8";

/*===================================================================
Author and Copyright
	Author: STNet (http://www.stnet.co.jp)
	Created: 2009-09-30
	Modified: 2009-09-30
===================================================================*/

/*-------------------------------------------------------------------
Defined
	1. main contents
	
-------------------------------------------------------------------*/

/*==================================================================
   1.no print
===================================================================*/

div#header { display: none; }
div#global_navi { display: none; }
div#breadcrumb { display: none; }
div#rightCnt { display: none; }
div#footer { display: none; }
div#question { display: none; }
div#impression { display: none; }
div#link { display: none; }
div#file { display: none; }

div.timestamp { display: none; }
div.travel { display: none; }
div.update { display: none; }
div.pritn { display: none; }
p.return { display: none; }
div.link_item { display: none; }
div.file_item { display: none; }


/*==================================================================
   1. main contents
===================================================================*/

#mainCnt {
	padding: 10px 15px 15px 0;
	padding-left: 7%;
	width: 85%;
	}
	
#mainCnt div a:link { color: #333860; text-decoration: underline; }
#mainCnt div a:visited { color: #800080; text-decoration: underline; }
#mainCnt div a:hover { color: #0099CC; text-decoration: underline; }

#mainCnt h1 {
	padding: 0 15px;
	font-weight: bold;
	font-size: 197%;
	}
	
#mainCnt h2.travel,
#mainCnt h2.gourmet,
#mainCnt h2.movie,
#mainCnt h2.shop,
#mainCnt h2.local,
#mainCnt h2.kids,
#mainCnt h2.begin,
#mainCnt h2.present {
	margin-bottom: 6px;
	clear: both;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 123.1%;
	}
	
#mainCnt h2.travel { border-left: #C92525 7px solid; border-bottom: #C92525 1px solid; }
#mainCnt h2.gourmet { border-left: #83AA4C 7px solid; border-bottom: #83AA4C 1px solid; }
#mainCnt h2.movie { border-left: #CC55B7 7px solid; border-bottom: #CC55B7 1px solid; }
#mainCnt h2.shop { border-left: #44B1B1 7px solid; border-bottom: #44B1B1 1px solid; }
#mainCnt h2.local { border-left: #CE9729 7px solid; border-bottom: #CE9729 1px solid; }
#mainCnt h2.kids { border-left: #2F84BD 7px solid; border-bottom: #2F84BD 1px solid; }
#mainCnt h2.begin { border-left: #3962E9 7px solid; border-bottom: #3962E9 1px solid; }
#mainCnt h2.present { border-left: #F03D9C 7px solid; border-bottom: #F03D9C 1px solid; }

	
#mainCnt h3 {
	padding: 30px 20px 0;
	clear: both;
	color: #025280;
	font-weight: bold;
	font-size: 93%;
	}

#mainCnt div.address {
	margin: 0 0 10px 10px;
	color: #029AD2;
	font-weight: bold;
	font-size: 77%;
	}

#mainCnt div.summary {
	padding: 10px 15px;
	color: #6E6E6E;
	font-weight: bold;
	font-size: 93%;	
	}

/* Update info */
#mainCnt div.timestamp {
	margin-bottom: 20px;
	height: 32px;
	line-height: 32px;
	font-size: 93%;
	background: #F0F0E8;
	}
	
#mainCnt div.travel { border-top: #C92525 4px solid; }
#mainCnt div.gourmet { border-top: #83AA4C 4px solid; }
#mainCnt div.movie { border-top: #CC55B7 4px solid; }
#mainCnt div.shop { border-top: #44B1B1 4px solid; }
#mainCnt div.local { border-top: #CE9729 4px solid; }
#mainCnt div.kids { border-top: #2F84BD 4px solid; }
#mainCnt div.begin { border-top: #3962E9 4px solid; }
#mainCnt div.present { border-top: #F03D9C 4px solid; }

#mainCnt div.update {
	padding-left: 15px;
	float: left;
	height: 32px;
	line-height: 32px;
	}

#mainCnt div.print {
	padding: 7px 15px 0;
	float: right;
	width: 85px;
	height: 22px;
	background: url(../image/print_dotted.gif) repeat-y;
	text-align: center;
	}


/* Block */	
#mainCnt div.segment {	
	padding: 0 10px;
	line-height: 2;
	font-size: 123.1%;
	text-indent: 1em;
	}
	
#mainCnt div.segment p {
	margin-bottom: 15px;
	line-height: 1.7em;
	}
	
#mainCnt div.map {
	margin-bottom: 20px;
	padding-left: 18px;
	font-size: 80%;
	}

#mainCnt div.imgBox {
	clear: both;
	}

#mainCnt div.cntImg1 {
	margin: 20px 0;
	font-size: 77%;
	text-align: center;
	}
	
#mainCnt div.cntImg1 img {
	max-width: 600px;
	}
	
#mainCnt div.cntImg2 {
	margin: 20px 0;
	font-size: 77%;
	float: left;
	width: 49%;
	text-align: center;
	}
	
#mainCnt div.cntImg2 img {
	max-width: 300px;
	}

#mainCnt div.cntImg3 {
	margin: 20px 0;
	font-size: 77%;
	float: left;
	width: 33%;
	text-align: center;
	}
	
#mainCnt div.cntImg3 img {
	max-width: 200px;
	}
	
#mainCnt div.supplyer {
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
	
#mainCnt div.next {
	padding: 10px;
	clear: left;
	}
	
#mainCnt div.next a {
	font-weight: bold;
	}

#mainCnt div.movview {
	margin: 30px auto;
	width: 205px;
	}


/* Related Link & Files */
div#link {
	height: 29px;
	background: url(../image/cnt_link.gif) no-repeat;
	}

div#file {
	height: 29px;
	background: url(../image/cnt_file.gif) no-repeat;
	}
	
div.link_item,
div.file_item {
	margin-bottom: 20px;
	}
	
div.link_item span,
div.file_item span {
	color: #1EA000;
	font-size: 77%;
	}
	
div.link_item ul,
div.file_item ul {
	font-size: 108%;
	}
	
div.link_item li,
div.file_item li {
	padding: 10px 0 6px 40px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	background: url(../image/link_list_bg.gif) no-repeat;
	}



/* Question */
div#question {
	padding: 10px;
	border-top: #FF9900 3px solid;
	}
	
div#question h2 {
	margin: 0 30px 0 5px;
	float: left;
	width: 120px;
	height: 60px;
	}
	
div#question div.input_item {
	padding-top: 15px;
	float: left;
	font-size: 108%;
	}


/* Impression */
div#impression {
	padding: 10px;
	clear: both;
	background: url(../image/question_dotted.gif) repeat-x;
	}
	
div#impression h2 {
	margin: 0 30px 0 5px;
	float: left;
	width: 120px;
	height: 130px;
	}
	
div#impression div.input_item {
	padding-top: 5px;
	float: left;
	width: 380px;
	height: 130px;
	font-size: 108%;
	}
	
.impbox {
	border: #D8D8D8 1px solid;
	width: 380px;
	height: 120px;
	background-color: #F8F8F8;
	}
	
div#impression div.submit {
	margin-left: 550px;
	padding-top: 10px;
	}
	
