@charset "utf-8";
/* CSS Document */
/* ******************************************************************
 *
 *	Site name	：長町一丁目商店街 / NAGAMACHI ITCHOME SYOTENGAI
 *	Last update	：08/07/30
 *	File name		：machikadotoilet.css
 *	Summary		：TM通信
 *	Copyright		：2001-2008 NAGAMACHI ITCHOME SYOTENGAI
 *
 * ******************************************************************
 */
/* ******************************************************************
 *	For machikadotoilet pages
 * ******************************************************************
 */
body { background: #cbcc66; }

/*全体囲み*/
div#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

/*ヘッダー*/
div#header { padding-bottom: 30px; }
div#header  h1{
	border-bottom: 2px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 93%;
	font-weight: normal;
	margin-bottom: 20px;
}
div#header  p{}

/*メインコンテンツ*/
div#main_content {
	padding-top: 30px;
	padding-bottom: 100px;
}
div#main_content p{ font-size: 93%; }
dl.pdf {}
dl.pdf dt{ }
dl.pdf dd{ margin-bottom: 15px; }



/*フッター*/
div#footer {
	clear: both;
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background: #FFFFFF;
	padding-bottom: 20px;
}
div#footer h3{
	border-bottom: 2px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 93%;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	}
div#footer p{
	text-align: center;
	color: #656565;
	margin-top: 10px;
	font-size: 0.9em;
	}
div#footer address{
	text-align: center;
	font-style: normal;
	color: #656565;
	font-size: 0.9em;
	}
div#footer address a{
	font-size: 90%;
	color: #656565;
	text-decoration: none;
	}
