﻿body
{
	background-color: white;
	margin: 0px;
	font-family: ＭＳ Ｐゴシック;
	background-image : url(./Images/bg.gif);
	background-repeat:repeat-x;
	color: #444444;
}


Div.TopMenu A 
{
	display: block;
	width: 80px;  /* 画像1枚分の横幅(※1) */
	height: 40px; /* 画像1枚分の高さ(※2) */
	text-indent: -5000px; /* 文字を消す */
	background-position : top right;
	margin: 0px;
}

Div.TopMenu A:hover
{
	background-position : bottom right;
}

Div.TopMenu A.Access {
	background-image: url("Images/TopMenuAccess.gif");
}

Div.TopMenu A.Contact {
	background-image: url("Images/TopMenuContact.gif");
}

Div.TopMenu A.SiteMap {
	background-image: url("Images/TopMenuSiteMap.gif");
}

Div.TopMenu A.Privacy {
	background-image: url("Images/TopMenuPrivacy.gif");
}

Div.ProductTitle
{
	font-weight: bold;
	font-size: 20px;
	position: relative;
	top: 35px;
	left: 5px;
}

Div.ProductBody
{
	font-size: 10pt;
	line-height: 150%;
	position: relative;
	top: 75px;
	left: 10px;
	padding-right: 30px;
}

img.ProductImage
{
	position: relative;
	top: 10px;
	left: 25px;
}

img.BtnProductImage
{
	position: relative;
	top: 10px;
	left: 70px;
	border: none;
}

.ImeActive
{
	ime-mode: active;
}

.ImeInactive
{
	ime-mode: inactive;
}

.ImeDisabled
{
	ime-mode: disabled;
}

a.BottomMenu
{
	color: #444444;
	text-decoration: none;
}

a.BottomMenu:hover
{
	text-decoration: underline;
}

a.BottomMenuSub
{
	color: #435792;
	text-decoration: none;
}

a.BottomMenuSub:hover
{
	text-decoration: underline;
}

.SideNews
{
	color: #444444;
}

a.SideNews
{
	text-decoration: none;
}
a.SideNews:hover
{
	text-decoration: underline;
}

.EstateNews
{
	color: #15234b;
}

a.EstateNews
{
	text-decoration: none;
}
a.EstateNews:hover
{
	text-decoration: underline;
}


a.ImgSiteMap
{
	text-decoration: none;
	color: #6495ed;
	font-size: 14pt;
	padding-left: 10px;
}

a.ImgSiteMap:hover
{
	text-decoration: underline;
}


a.BlogLink
{
	text-decoration: none;
	color: #15234b;
	padding-left: 20px;
}

a.BlogLink:hover
{
	text-decoration: underline;
}


a.ToTop
{
	text-decoration: none;
	color: #6495ed;
	font-size: 10pt;
}

a.ToTop:hover
{
	text-decoration: underline;
}

div.ComInfo
{
	font-size: 11pt;
	line-height: 150%;
}

img.SepLine1
{
	width: 5px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

img.SepLine2
{
	width: 5px;
	height: 45px;
	vertical-align: middle;
	text-align: center;
}

img.SepLine3
{
	width: 5px;
	height: 170px;
	vertical-align: middle;
	text-align: center;
}

.Layer
{
	/* クロスブラウザ対応のためJavaScriptで設定するように変更
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	*/
	background-color: Black;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
