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;
	border-width: 0px;
}
IMG.title{
	border-width: 0px;
}
p.sky {
	font-size: 12pt;
	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: 820px;
	font-size: 10pt;
	text-decoration: none;
}
td.menu {
	font-size: 10pt;
	padding: 0.5em 1em;
	background-color: #e1f0ff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #0080ff;
}
td#head-l {
	text-align: left;
}
td#head-r {
	text-align: right;
	vertical-align: bottom;
}
#intro {
	width: 800px;
}
td.intro-1{
	font-size: 11pt;
	background-color: #ffffe8;
	padding: 1em;
	line-height: 1.2em;
}
td.intro-2 {
	font-size: 11pt;
	background-color: #ffe8e8;
	padding: 1em;
	line-height: 1.2em;
}
td.intro-r {
	font-size: 11pt;
	background-color: #e1f0ff;
	padding: 1em;
	line-height: 1.2em;
}
#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;
	padding: 1em;
	font-size: 10pt;
	line-height: 1.2em;
}
#sitemap {
	width: 800px;
}
td.sitemap {
	font-size: 11pt;
}
th.sitemap {
	font-size: 12pt;
	font-weight: normal;
}