@charset "shift_jis"; 

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top; 	 
}

a {
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
}

#Page {
	text-align: left;
	width: 980px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


#PageLine {
	border: 1px solid #000000;
	width: 978px;	
}

#Header_img {
}

#Head {
	position: relative;
}

.MailToPosition {
	position: absolute;
	left: 864px;
	top: 45px;
}

.MailToButton a {
	display:block;
	background-image : url(../img/mailto_botton_s.jpg);
	background-repeat: no-repeat;
	width: 106px;
	height: 19px;	
}

.MailToButton a:hover {
	background-image : url(../img/mailto_botton_s.jpg);
	background-repeat: no-repeat;	
	width: 106px;		
	height: 19px;
	background-position: 0px -19px;		
}

#HeaderMenu {
	text-align: center;
	clear: both;
	color: #000000;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top:1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.HMenu {
	font-size:13px;
}

.HMenu a {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.HMenu a:hover {
	color: #CC0000
}

#Container {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}


#Information {
	width: 978px;
	padding-top: 17px;
}

#InfoLeft {
	width: 230px;
	float: left;
}

.InfoImg {
	padding-left:20px;
	padding-top: 50px;	
}
.InfoImgNexus{
	padding-left: 5px;
	padding-top: 50px;
}

#InfoRight {
	float: right;
	width: 680px;
	padding-right: 50px;
}

#InfoRight h1{
	color: #C60000;
	font-size: 22px;
	letter-spacing: 10px;
	font-weight: bold;
}

#InfoRight h2{
	color: #CC9900;
	font-size: 16px;
	padding-top: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

#InfoRight .InfoP{
	font-size: 14px;
	padding-top: 10px;
	line-height: 150%;
}

#InfoRight .InfoFloatRight{
	float: right;
	padding-top: 10px;
}
.NexusAddress {
	padding-top:30px;
	padding-bottom:10px;
	text-align: right;
}
.SilvaAddress {
	padding-top:20px;
	padding-bottom:10px;
	text-align: right;
}
.Hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CF9F0F;
	margin-top: 10px;
}

#ItemCategory{
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D33D3A;
	border-right-color: #D33D3A;
	border-bottom-color: #D33D3A;
	border-left-color: #D33D3A;
	width:928px;
	margin-left: 25px;
	background-color:#FCF8EB;
}
#ItemCategory h3{
	color:#C60000;
	padding-left: 20px;
	padding-top: 6px;
}
#ItemList{
	padding-left:10px;
}

.Item{
	width:173px;
	height:170px;
	background-image: url(../img/category_ls_bg.png);
	background-repeat: no-repeat;
	float: left;
	margin-right:10px;
	position: relative;	
}
.Item img{
	position: absolute;
	left: 13px;
	top: 13px;
}
.Item .ItemText{
	position: absolute;
	left: 13px;
	top: 130px;
	display: block;
	width: 147px;
	text-align: center;
	font-weight: bolder;
	font-size: 0.85em;
}
.Item a{
	color:#333333;
}
.Item a:hover{
	color:#CC9900;
}

/*--クリアー--*/
.Clear {
	clear: both;
}

/*--下にスペ�EスめE0px空ける--*/
.SpaceBottom20 {
	padding-bottom: 20px;
}

/*--下にスペ�EスめE5px空ける--*/
.SpaceBottom15 {
	padding-bottom: 15px;
}
.SpaceBottom5 {
	padding-bottom: 5px;
}


/*---------Footer---------*/
/*フッターのスタイル*/
#Footer {
	text-align: center;
	clear: both;
	color: #000000;
	padding-bottom: 3px;
	padding-top: 3px;
	border: 1px solid #000000;
	margin-bottom: 0px;
}

/*フッターのメニュー*/
.FooterMenu {
	font-size:13px;
}

.FooterMenu a {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.FooterMenu a:hover {
	color: #CC0000
}
.Copyright {
	text-align:right;
	float:right;
	font-size: 0.9em;
	padding-top:3px;	
}
