@charset "Shift_JIS";

/*	スタイルシート　[ いちき串木野商工会議所 ] (印刷用) 
=================================================================== */
body {
	background: none;
}

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#Container {
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

/*	ヘッダ枠組み
=================================================================== */
div#areaHeaderAll {
	background: none;
	height: auto;
	line-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
div#areaHeader {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
div#Header {
	height: auto;
	text-align: left;
}
/* h1 */
div#Header h1 {
	border-bottom: #369 2px solid;
	float: none;
	font-size: 130%;
	margin: 0;
	padding: 10px 0;
	width: auto;
}
/* お問い合せ・検索 */
div#Header div#Utility {
	display: none;
}
/* グローバルメニュー */
div#Navigation {
	display: none;
}
/*	メイン画像枠組み
=================================================================== */
div#areaMainImg {
	display: none;
}
/*	コンテンツ枠組み
=================================================================== */
div#Contents {
	background: none;
	font-size: 90%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	width: 100%;
}

/*	メインコンテンツ枠組み
=================================================================== */
div#areaMainContents {
	float: none;
	margin: 0;
	padding: 0;
	width: 98%;
	_display: inline; /* ie6 */
}
/* p,li */
div#areaMainContents p,li {
	line-height: 150%;
}

/* メインコンテンツ */
div#MainContents {
	margin: 0;
	width: 98%;
}

/* パンくず */
div#areaTopicPath {
	display: none;
}

/* h3 */
div#MainContents h3 {
	background: none;
	border-bottom: #CC3333 3px solid;
	font-size: 120%;
	height: auto;
	line-height: normal;
	margin: 0 0 15px 0;
	padding: 0 0 5px 5px;
}
/* h4 */
div#MainContents h4 {
	background: none;
	border-bottom: #336699 1px solid;
	font-size: 110%;
	height: auto;
	line-height: normal;
	margin: 15px 0;
	padding: 0 0 5px 5px;
}
/* h5 */
div#MainContents h5 {
	color: #2655a1;
	font-size: 110%;
	margin: 10px 0;
}
/* main */
div.main {
	margin: 0 10px;
	width: auto;
}
div.wrapper {
	width: 100%;
}

/* リンク */
.link {
	background: url(../images/cur04.gif) no-repeat left center;
	padding: 0 0 0 12px;
}

/* ブログ記事（タイトル・本文・日付） */
div#MainContents div.areaBlog {
	margin: 0 0 15px 0;
}
div#MainContents div.Blog {
	margin: 0 5px;
	padding: 0 0 15px 0;
}
div#MainContents div.Blog h4 {
	background: none;
	border-left: #3366CC 5px solid;
	border-bottom: none;
	font-size: 110%;
	height: auto;
	line-height: 150%;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 10px;
}
div#MainContents div.areaBlog p.date {
	border-top: #204c98 1px dotted;
	clear: both;
	color: #666;
	font-size: 90%;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
	width: 100%;
}
/* ブログ記事リスト（タイトル・日付） */
ul.blog-news {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.blog-news li {
	background: url(../images/square01.gif) no-repeat left center;
	border-bottom: #aaa 1px dotted;
	margin: 0;
	padding: 5px 0 5px 20px;
}
div.blog_list {
	text-align: right;
}
div.blog_list img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
/*	サイドコンテンツ枠組み
=================================================================== */
div#SideContents {
	display: none;
}
/*	フッタ枠組み
=================================================================== */
div#areaFooterAll {
	background: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
div#areaFooter {
	background-color: #fff;
	border-bottom: none;
	border-top: #b2b2b2 1px solid;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
div#Footer {
	background-color: #e3e3e3;
	margin: 1px auto;
	padding: 15px 0;
	text-align: left;
	width: 100%;
}
address {
	font-size: 85%;
	font-style: normal;
	line-height: 100%;
	margin: 0 0 5px 10px;
}
address strong {
	font-size: 110%;
}
div#copyright {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 0 0 10px;
}

/* ※※※※※※　クラス定義　※※※※※※ */
.onPrint {
	display: block;
}
.noPrint {
	display: none;
}

/* th背景ピンク、ライン灰色 */
table.thPink {
	background-color: #fff;
}
table.thPink th {
	background-color: #FFEAE8;
	border-bottom: #999 1px dotted;
	text-align: left;
}
table.thPink th.text-center {
	text-align: center;
}
table.thPink th.text-right {
	text-align: right;
}
table.thPink td {
	background-color: #fff;
	border-bottom: #999 1px dotted;
}


/* 先頭へ戻る */
.backToTop {
	display: none;
}

