BODY {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: black;
	background-color: white;
}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:0000ff;/*文字の色：青*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:underline;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}
IMG.detail {
	margin-right: 1em;
	float: left;
}
#head {
	width: 800px;
	font-size: 10pt;
}
#foot {
	width: 800px;
	font-size: 10pt;
	text-align: center;
}
#menu {
	width: 800px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: silver;
	font-size: 10pt;
	text-decoration: none;
}
td#head-l {
	text-align: left;
}
td#head-r {
	text-align: right;
	vertical-align: bottom;
}
#intro {
	width: 800px;
}
#intro-l {
	width: 450px;
}
#upper {
	font-size: 11pt;
	background-color: #ffffe8;
	width: 450px;
	padding: 10px;
	line-height: 16px;
}
#middle {
	font-size: 10pt;
	background-color: aqua;
}
#lower {
	font-size: 11pt;
	background-color: #fff4f4;
	padding: 10px;
	width: 450px;
	line-height: 16px;
}
#intro-r {
	width: 340px;
	background-color: #f0f8ff;
}
#product {
	width: 780px;
}
#title {
	width: 780px;
}
#title  td {
	width: 260px;
}
#detail {
	margin: 10px;
	width: 240px;
	font-size: 10pt;
}
td.detail {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	vertical-align: top;
}