@charset "utf-8";
/* CSS Document */
/* ******************************************************************
 *
 *	Site name		：長町一丁目商店街 / NAGAMACHI ITCHOME SYOTENGAI
 *	Last update		：08/02/25
 *	File name		：base.css
 *	Summary			：全ての共通設定
 *	Copyright		：2001-2008 NAGAMACHI ITCHOME SYOTENGAI
 *
 * ******************************************************************
 */
/* ******************************************************************
 *	おおよその行	：内容
 *	31				：デフォルト
 *	59				：IE7
 *	75				：win IE4,5,6, Mac IE4,5
 *	91				：リンク
 *	102				：h1～6,p
 *	150				：フロート解除
 *	163				：スキップナビ
 *	169				：プリントボタン
 * ******************************************************************
 */
/* ******************************************************************
 *	For all pages
 * ******************************************************************
 */

/*デフォルト*/
html {
	min-width: 760px;
}/* For Mozilla's bug */
/*		Meiryo,
		"メイリオ",*/
body {
	font-size: 14px;
	font-family:
		Verdana,
		Meiryo,
		"メイリオ",
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

/*IE7*/
*:first-child+html body {
	font-size: 0.9em;
	font-family:
		Meiryo,
		"メイリオ",
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	padding-top: 10px;
	}

/*win IE4,5,6, Mac IE4,5*/
* html body {
	font-size: 0.9em;
	font-family:
		Meiryo,
		"メイリオ",
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	padding-top: 10px;
	}

/*リンク*/
a:link    { color: #0000FF; }
a:visited { color: #066; }
a:hover,
a:focus,
a:active  {
	color: #900;
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
/*h1～6,p*/
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #565656;
	}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #565656;
	}
h3,h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

p {
	font-size: 1em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.italic {
	font-style: italic;	
	}
.text_80 {
	font-size: 0.85em;
	}
dl,dt,dd,ul,ol,li {
	margin: 0px;
	padding: 0px;
	}
	
/*表示なし*/
.none {
	display: none;
	
	}
	
/*URL表示なし*/
.url_none {
	display: none;
	}
	
/*フロート解除*/
.clear { clear: both; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}

/*スキップナビ*/
div#skip_navi {
	text-align: left;
	display: none;
	
	}
/*プリントボタン*/
div#print_btn {
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 20px;
	position: relative;
	}
div#print_btn a span.print_text {
	display: none;
	
	}
div#print_btn a:hover span.print_text {
	display: block;
	position: absolute;
	left: 120px;
	top: 6px;
	border: 1px solid #CC3300;
	text-decoration: none;
	background-color: #FFC6AA;
	font-size: 0.85em;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	-moz-border-radius:0px;
	}
/*拡張子判定*/
a[href $='.pdf'] {
    padding-right: 18px;
    background: transparent url(../images/common/icon_pdf.gif) no-repeat center right;
    }
/*別ウィンドウアイコン*/
img.open {
	vertical-align: middle;	
	}
img.category_icon {
	vertical-align: middle;
	margin-right: 10px;
	}


/*スクロールテスト*/
div.s_test {
	position: relative;
	
	}
p#test_link{
	width: 100px;
	display: block;
	height: 100px;
	background-color: #999999;
	position: absolute;
	left: 1376px;
	top: -1048px;
	
	}
