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;
}
p.sky {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	background-color: #cae4ff;
	padding: 0.3em 0.5em;
}
#head {
	width: 800px;
	font-size: 11pt;
}
#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;
	font-size: 12pt;
}
th.intro {
	font-size: 12pt;
	font-weight: normal;
}
#product {
	width: 780px;
}
#title {
	width: 780px;
}
#title  td {
	width: 260px;
}