/*****************************************************************************/
/*** 画面サイズ ***/
#wrapper {
	width: 700px;
}

/*****************************************************************************/
/* ヘッダー */
/*****************************************************************************/
#head_title{
	height: 27px;
}
#head_cate_navi{
	padding-top: 15px;
}

/*****************************************************************************/
/* メイン */
/*****************************************************************************/
/***  ***/
div#main {
	margin: 0px;
}

/*** ライン ***/
#head hr {
	height: 4px;
	background-color: white;
	border: none;
	border-bottom: 4px solid #0181CC;
}
#foot hr {
	height: 1px;
	background-color: white;
	border: none;
	border-bottom: 1px solid #929292;
}

hr.dot {
	height: 1px;
	background-color: white;
	border: none;
	border-bottom: 1px dotted silver;
}
