@charset "utf-8";
/* CSS Document */
/* ******************************************************************
 *
 *	Site name		：長町一丁目商店街 / NAGAMACHI ITCHOME SYOTENGAI
 *	Last update		：08/02/25
 *	File name		：index.css
 *	Summary			：TOPページ(コンテンツ内)
 *	Copyright		：2001-2008 NAGAMACHI ITCHOME SYOTENGAI
 *
 * ******************************************************************
 */
 /* ******************************************************************
 *	おおよその行	：内容
 *	30				：Flash
 *	38				：見出し
 *	54				：長町一丁目　取り組みイメージ
 *	82				：囲みテキスト「詳細はこちら」
 *	98				：年間イベント
 *	126				：住所
 *	155				：関連ページへリンク
 * ******************************************************************
 */
/* ******************************************************************
 *	For index pages
 * ******************************************************************
 */
 
/*Flash*/
div#flash_box {
	height: 157px;
	width: 531px;
	margin-top: 5px;
	margin-bottom: 10px;
	
	}
/*見出しレベル*/
/*赤*/
.midasi_lv2red {
	color: #993300;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 1.2em;
	
	}
/*テキスト*/
p.text_pr {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	
	}
/*長町一丁目　取り組みイメージ*/
dl#action1{
	width: 263px;
	margin-bottom: 10px;
	}
dl#action2{
	width: 263px;
	margin-bottom: 10px;
	}
dl.box_l {
	float: left;	
	}
dl.box_r {
	float: right;	
	}
dl#action1 dd{
	letter-spacing: 0.1em;
	color: #333333;
	font-size: 0.85em;
	line-height: 1.3em;
	}
dl#action2 dd{
	letter-spacing: 0.1em;
	color: #333333;
	font-size: 0.85em;
	line-height: 1.3em;
	}

/*囲みテキスト「詳細はこちら」*/
div#boxline_blue {
	clear: both;
	border: 2px solid #0099FF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	}
div#boxline_blue p{
	color: #000000;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	}

/*年間イベント*/
dl#annual_event {
	width: 531px;
	display: block;
	position: relative;
	padding-top: 5px;
	margin-bottom: 20px;
	
	}
dl#annual_event dt{
	height: 18px;
	width: 47px;
	position: absolute;
	padding-top: 4px;
	
	}
dl#annual_event dd{
	padding-left: 55px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #333333;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;	
	}

/*住所*/
dl#address {
	width: 531px;
	display: block;
	position: relative;
	padding-top: 5px;
	margin-bottom: 20px;
	
	}
dl#address dt{
	height: 91px;
	width: 102px;
	position: absolute;
	padding-top: 5px;
	
	}
dl#address dd{
	padding-left: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #333333;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	font-style: normal;
	
	}
/*関連ページへリンク*/
ul#links {
	list-style-type: none;
	
	}
ul#links li{
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 3px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	
	}