/*---------------------------------*/
/*トップページ　(index.html) 　　　*/
/*---------------------------------*/

.title1{
	font-family:serif;
	font-size:70%;
}


/*はじめの文章*/
p.hajime{
	font-size:smaller;
	color:#333333;
	text-indent:14pt;
	margin:5pt 10pt;
	line-height:1.2;
}

/*さぬきうどんのいわれ*/
th.udon_t{
	padding:5px;
	background-color:red;
	color:white;
	font-weight:900;
}

.udon{
	line-height:1.3;
	color:#333333;
	text-indent:10pt;
	font-size:smaller;
	margin:3pt;
}

.t_link{
	font-size:smaller;
}

/*---------------------------------*/
/*コンセプトのページ(concept.html) */
/*---------------------------------*/

/*コンセプト選定の経緯*/
p.concept{
	line-height:1.5;
	font-size:smaller;
}

h1{
	padding:3px;
}


/*香川のみずべ２１めぐり*/
span.tsunagari_t{
	height:25px;
	padding:5px;
	vertical-align:bottom;
	background-color:#B3D7E8;

	font-weight:900;
}


.tsunagari{
	text-align:left;
	vertical-align:top;
	padding:4px;
	font-size:15px;
}

th.tsunagari{
	width:140px;
	white-space:pre;
}

.c_title{
	vertical-align:top;
	
}

/*---------------------------------*/
/*top_map.html  　　　　　　　　　 */
/*---------------------------------*/
h2.sub_t{
	text-align:left;
	color:navy;
	width:840px;
	margin-bottom:2px;
}

.empty{
	empty-cells:show;
	margin-bottom:1px;
}

.img_mid{
	vertical-align:middle;
	float:left;

}
/*---------------------------------*/
/*ページ下住所等　　　　　　　　　 */
/*---------------------------------*/
.copyright{
	font:normal normal lighter 9pt/12pt;
	color:gray;
}