@charset "utf-8";

/*--------------------------------------
	Style Name : Common Style Sheet
--------------------------------------*/


/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
form {
	margin:0;
	padding:0;
}
th{margin:3px;
text-align:center;
font-style:normal;
font-weight:normal;
background-color:#DDE2DB;
}
td {margin:3px;
background-color:#FFFFFF;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}

ol,
ul {
	margin:0;
	padding:0;
	list-style:none;
}

caption {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

body {
	margin:0;
	padding:0;/* for Opera8 */
	background-color:#fff;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
}

* html body {/* for IE6 */
	font-size:69%;
}

*:first-child+html body {/* for IE7 */
	font-size:69%;
}

h1 {
	font-size:155%;/* 17px */
}

h2 {
	font-size:136%;/* 15px */
}

h3 {
	font-size:118%;/* 13px */
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}


/*--------------------------------------
	Inline Elements
--------------------------------------*/

em,
strong,
cite,
code,
dfn,
var,
address {
	font-style:normal;
	font-weight:normal;
}

input,
select,
textarea {
	color:#000;
	font-size:inherit;
}

abbr,
acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

img,
embed,
object {
	vertical-align:bottom;
	border:none;
}


/*--------------------------------------
	Style Name : Structure Style

	Common Style
	Accessibility
	body
	header
	content
		main-content
		sub-content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

html,
body,
#container {
	height:100%;
}

#header,
#content,
#footer {
	padding:0 6px;
	width:880px;
}

* html #header,
* html #content,
* html #footer {
	width:892px;
}

/*	Accessibility
--------------------------------------*/

#global-nav h2,
#header .guide-nav h2,
#site-search legend {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

/*--------------------------------------
	body
--------------------------------------*/

body {
	background-color:#e5e6e0;
	color:#666;
	text-align:center;/* for IE */
}

/*--------------------------------------
	div#container
--------------------------------------*/

#container {
	margin:0 auto;
	position:relative;
	width:892px;
	min-height:100%;
	background:url(http://nozawakanko.jp/img/bg_content_01.gif) repeat-y center;
	text-align:left;/* for IE */
	line-height:1.4;
}

body > #container {
	height:auto;
}

/*--------------------------------------
	div#header
--------------------------------------*/

#header {
	position:relative;
	height:115px;
	background:#e5e6e0 url(http://nozawakanko.jp/img/bg_header_01.gif) no-repeat center 13px;
}

/*--------------------------------------
	div#content
--------------------------------------*/

#content {
	padding-bottom:220px;
	display:inline-block;
	height:1%;
	min-height:1%;
	background:url(http://nozawakanko.jp/img/bg_content_01_01.gif) repeat-y center;
	/* \*/display:block;/* */
}

#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content {
	margin:5px 5px 0 0;
	float:right;
	display:inline;/* for IE6 */
	width:692px;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

#sub-content {
	margin-left:1px;
	float:left;
	display:inline;/* for IE6 */
	width:177px;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer {
	margin:0 7px;
	padding:0;
	position:absolute;
	bottom:0;
	width:878px;
	height:170px;
	border-top:1px solid #bdbdbd;
	background-color:#fff;
	text-align:center;
}

* html #footer {
	width:878px;
}


/*--------------------------------------
	Style Name : Editorial Style

	Common Style
	Hypertext
	global-nav
	header
	content
		main-content
		sub-content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

h1,
h2,
h3,
h4,
p,
ol,
ul,
dl {
	margin-bottom:1em;
}

#header *,
#footer * {
	margin-bottom:0;
}

/*	Hypertext
--------------------------------------*/

a {
	color:#425e38;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}

/*	#global-nav
--------------------------------------*/

#global-nav ul {
	margin-bottom:0;
}

#global-nav li li {
	border-bottom:1px solid #ccc;
	zoom:1;
}

#global-nav li li.pseudo-last-child {
	border-bottom:none;
}

#global-nav li a {
	padding:5px 5px 5px 10px;
	display:block;
	color:#666;
	text-decoration:none;
	font-size:12px;
}
#global-nav li a:hover {
	padding:5px 5px 5px 10px;
	display:block;
	color:#666;
	text-decoration:none;
	background-color:#EFEFEF;
	font-size:12px;
}

/*--------------------------------------
	div#header
--------------------------------------*/

#header h1 {
	padding:40px 0 0 20px;
}

#header p.description {
	position:absolute;
	top:30px;
	right:180px;
}

#header div.guide-nav {
	position:absolute;
	right:7px;
	bottom:1px;
	width:409px;
	height:37px;
	background:url(http://nozawakanko.jp/img/bg_header_02.jpg) no-repeat;
}

#header div.guide-nav ul {
	padding:10px 20px 0 0;
}

#header div.guide-nav li {
	margin-left:20px;
	padding-left:10px;
	float:right;
	display:inline;/* for IE6 */
	background:url(http://nozawakanko.jp/img/bg_guide-nav_header_01.gif) no-repeat left center;
}

#header div.guide-nav li a {
	color:#fff;
	text-decoration:none;
}

#header div.utility-nav {
	position:absolute;
	top:20px;
	right:20px;
	width:149px;
	height:37px;
	background:url(http://nozawakanko.jp/img/bg_header_03.gif) no-repeat;
	color:#fff;
	font-size:119%;
}

#header div.utility-nav dl {
	padding:5px 0 0 10px;
}

#header div.utility-nav dl dt {
	margin:5px 5px 0 0;
	float:left;
	clear:left;
}

#header div.utility-nav dl dd li {
	display:inline;
}

/*--------------------------------------
	div#content
--------------------------------------*/

#content strong {
	font-weight:bold;
}

/*--------------------------------------
	div#main-content
--------------------------------------*/

/*	div.image-set
--------------------------------------*/

#main-content div.image-set {
	display:table;
	width:100%;
}

#main-content div.image-set.reverse {
	direction:rtl;
}

#main-content div.image-set div.image {
	display:table-cell;
	*float:left;
	width:1%;
	*width:auto;
	vertical-align:top;
}

#main-content div.image-set.reverse div.image {
	*float:right;
}

#main-content div.image-set div.text {
	display:table-cell;
	vertical-align:top;
	zoom:1;
}

#main-content div.image-set.reverse div.text {
	direction:ltr;
}

/*--------------------------------------
	body.home
--------------------------------------*/

body.home #main-content #main-visual {
	margin-bottom:10px;
}

body.home #main-content h2.section-title {
	padding-left:10px;
	height:29px;
	background:#dde2db url(http://nozawakanko.jp/img/bg_heading_01.gif) no-repeat left bottom;
	color:#425e38;
	font-size:118%;
	line-height:29px;
}

body.home #main-content div.article {
	margin:0 0 12px 10px;
	padding-bottom:1px;
	width:325px;
	background:url(http://nozawakanko.jp/img/bg_border_01_dot.gif) repeat-x left bottom;
	font-size:91%;
}

body.home #main-content div.article.pseudo-last-child {
	background:none;
}

body.home #main-content div.article h3.article-title {
	margin-bottom:0;
	color:#425e38;
	font-size:120%;
}
body.home #main-content div.main_text {
	margin:0 7px 0 5px;
	font-size:91%;
}
body.home #main-content div.main_text h4 {
	margin-bottom:5px;
	padding:5px 0 5px 5px;
	color:#425e38;
	font-size:120%;
	background-color:#f9faf7;
}
body.home #main-content div.main_line {
	margin:0 5px 20px 5px;
	padding-bottom:10px;
	border-bottom:1px dotted #bdbdbd;
	clear:both;
}

body.home #main-content div.main_line_none {
	margin:20px 5px 20px 5px;
	padding-bottom:10px;
	clear:both;
}

/*	div#information
--------------------------------------*/

body.home #main-content #information {
	margin-left:5px;
	float:left;
	display:inline;/* for IE6 */
	width:335px;
}

body.home #main-content #information div.article div.image {
	padding:0 12px 10px 0;
}

/*	div#recommend
--------------------------------------*/

body.home #main-content #recommend {
	margin-right:5px;
	float:right;
	display:inline;/* for IE6 */
	width:335px;
}

body.home #main-content #recommend div.article div.image {
	padding:0 0px 5px;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

#sub-content #site-search {
	font-size:91%;
	text-align:center;
}

#sub-content #site-search h3 {
	margin-bottom:10px;
}

#sub-content #site-search input {
	margin:0 auto 8px;
	display:block;
}

#sub-content #site-search input.text {
	width:160px;
	height:20px;
	font-size:118%;
}

/*--------------------------------------
	body.sub
--------------------------------------*/
body.sub #main-content #main-visual {
	margin-bottom:10px;
}
body.sub #main-content #information {
	margin:0 0 0 5px;
	width:682px;
}

body.sub #main-content h2.section-title {
	padding-left:10px;
	background:#dde2db url(http://nozawakanko.jp/img/bg_sub_title_01.gif) no-repeat 0 0;
	color:#425e38;
	font-size:124%;
	font-weight:bold;
	line-height:40px;
}
body.sub #main-content div.main_text {
	margin:0 10px 0 10px;
	padding-bottom:10px;
	font-size:91%;
}
body.sub #main-content div.main_text h4,
body.sub #main-content table h4 {
	margin-bottom:10px;
	padding:5px 0 5px 10px;
	color:#425e38;
	font-size:120%;
	background-color:#f9faf7;
}
body.sub #main-content div.main_line {
	margin:0 10px 20px 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #bdbdbd;
	clear:both;
}

body.sub #main-content div.main_line_none {
	margin:0 5px 20px 5px;
	padding-bottom:10px;
	clear:both;
}

body.sub #main-content div.main_text img,
body.sub #main-content table img {
	padding:1px;
	border:1px solid #bdbdbd;
}

table.entry td {
	text-align:left; padding:12px 5px 10px; vertical-align:top; border-top:1px solid #CCCCCC;
}
table.entry td td {
	text-align:left; padding:5px 5px 5px; vertical-align:top; border:none;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer div.external-link {
	padding:15px 0;
}

#footer div.external-link li {
	margin:0 1px;
	display:inline;
}

#footer div.external-link li img {
	margin-bottom:5px;
}


/*　20090529 edit  */
.txtbtn {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/btn_txtlink.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 41px;
	width: 186px;
	padding-top: 19px;
}

