@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#dispencsary {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #dispencsary {
	height: 500px;
}

#dispencsary a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 メインタイトル　定義
****************************************** */

#dispencsary div.main-title {
	width: 566px;
	height: 60px;
	margin-bottom: 30px;
}

#dispencsary h5 {
	margin-bottom: 5px;
	font-size: 80%;
	font-weight: bold;
}

