@charset "utf-8";
/*
Theme Name: 越後上越 天地人博ウェブサイト用テーマ
Theme URI: http://www.tenchijin-haku.net/
Description: 越後上越 天地人博用に作成したオリジナルのテーマ。
Version: 1.0
Author: xe-que
Author URI: http://xe-que.com/
*/

/*
=============================================================================
style.css
=============================================================================
Suggested order by mozilla.org Base Styles (http://www.mozilla.org/css/base/content.css)
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
-----------------------------------------------------------------------------
font-size reference
 *  77% = 10px	 	* 122% = 16px		* 167% = 22px	
 *  85% = 11px		* 129% = 17px		* 174% = 23px
 *  92% = 12px		* 136% = 18px		* 182% = 24px
 * 100% = 13px		* 144% = 19px		* 189% = 25px
 * 107% = 14px		* 152% = 20px		* 197% = 26px
 * 114% = 15px		* 159% = 21px	
-----------------------------------------------------------------------------
*/


/*
Customized from YUI Library CSS
-----------------------------------------------------------------------------
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.8 "Hiragino Mincho ProN","ヒラギノ明朝 ProN W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝",serif;*font-size:small;*font:x-small;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/* Body Styling
-----------------------------------------------------------------------------*/
body { display: table; width: 100%; height: 100%; color:#333; }



/* Element Styling
-----------------------------------------------------------------------------*/
a { text-decoration: none; }
a:link { color: #B0A060; }
a:visited { color: #B0A060; }
a:hover { color: #DAD1AE; }
a:active { color: #DAD1AE; }
a img {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
	}

strong, b { font-weight: bold; }
em, i { font-style: oblique; }

blockquote { margin: 1.5em; }

ol,
ul.ds,
ul.cc,
ul.sq,
ul.dc,
ul.lr,
ul.ur,
ul.la,
ul.ua { padding-left: 3.7em; }
ul.ds { list-style-type: disc; }		/* ● */
ul.cc { list-style-type: circle; }		/* ○ */
ul.sq { list-style-type: square; }		/* ■ */
ol li,
ul.dc { list-style-type: decimal; }		/* 数字 */
ul.lr { list-style-type: lower-roman; }	/* ローマ数字小文字 */
ul.ur { list-style-type: upper-roman; }	/* ローマ数字大文字 */
ul.la { list-style-type: lower-alpha; }	/* アルファベット小文字 */
ul.ua { list-style-type: upper-alpha; }	/* アルファベット大文字 */
ul li { vertical-align: middle; }

hr { display: none; }


/* Container Styling
-----------------------------------------------------------------------------*/
.container {
	position: relative;
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	}

/* Footer Styling
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
	width: 960px;
	margin: 20px auto 0;
	padding-bottom: 20px;
	}

/* ページの先頭へ */
.gotohead {
	position: absolute;
	right: 0;
	top: 0;
	}

#footer .banner-wrap { text-align: center; }
#footer .banner-wrap a img {
	margin: 0 20px;
	vertical-align: middle;
	}

#footer address {
	margin-top: 40px;
	padding-top: 103px;
	background: url(./images/img-address.gif) 50% 0 no-repeat;
	color: #AAA;
	font-size: 77%;
	text-align: center;
	}
#footer address span { display: none; }


/* Various Tags & Classes
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
	height: 0;
	}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.small { font-size: smaller; }

.hide,
.hidden { display: none; }

.grid { zoom: 100%;}
.grid:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}
