@charset "UTF-8"; /* for ＵＴＦ８ */
/**/
/*
	2nd UNITS CSS  --  unit . css
	200908  magrex
*/
/**/


/* headnavi
*/
ul.headnavi {
	left: 1px;
	bottom: 0px;
	border-left: 1px solid #999;
	}

	ul.headnavi li {
		float: left;
		margin-right: -1px;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		}
		ul.headnavi li a {
			display: block;
			padding: 0 2em;
			font-family: Arial;
			font-weight: bold;
			}
		ul.headnavi li a:hover {
			border-bottom: 1px solid #eee;
			background: #f9f9f9;
			color: #666;
			}

/* sidemenu
*/
ul.sidemenu {
	position: relative;
	border-top: 1px solid #999;
	}
	ul.sidemenu li {
		position: relative;
		border-bottom: 1px solid #999;
	}
		ul.sidemenu li a {
			display: block;
			position: relative;
			padding: 1.4em 3px;
			line-height: 110%;
			font-family: Arial;
			font-weight: bold;
			}
		ul.sidemenu li a:hover {
			background: #fff9f0;
			}

		ul.sidemenu li.menuchild a {
			margin-left: 6px;
			padding-left: 6px;
			border-left: 1px dotted #ddd;
			}


/* change fontsize
*/
ul.changefontsize {
	position: relative;
	overflow: hidden;
	}
	ul.changefontsize li {
		float: left;
		width: 24px;
		margin-right: 4px;
		padding: 3px 0;
		border: 1px solid #ccc;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		line-height: 11px;
		color: #ccc;
		cursor: pointer;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		}
	ul.changefontsize li:hover {
		border: 1px solid #999;
		background: #f6f6f6;
		color: #666;
		}


/* table
*/
table.news {
	}
	table.news th,
	table.news td {
		border-right: none;
		border-left: none;
		}
		table.news td.title {
			font-weight: bold;
			}
		table.news td.date {
			color: #666;
			}




/* banner list
*/
ul.bannerlist {
	}
	ul.bannerlist li {
		margin-bottom: 10px;
		}




.blank10 {
	width: auto;
	height: 10px;
	background: none;
	}

.blank20 {
	width: auto;
	height: 20px;
	background: none;
	}

.blank30 {
	width: auto;
	height: 30px;
	background: none;
	}

.blank60 {
	width: auto;
	height: 60px;
	background: none;
	}

hr.general.auto {
	width: auto;
	}

ul.general {
	list-style: square;
	}
	ul.general li {
		margin-left: 1.2em;
		}

.contents .forEng {
	text-align: left; text-justify: auto;
	}


.contents .shopitem {
	position: relative;
	margin-bottom: 10px;
	}
	.contents .shopitem p {
		position: relative;
		width: 120px;
		height: 120px;
		margin-bottom: 10px;
		background: #0f0;
		}
	.contents .shopitem table {
		position: absolute;
		top: 2px;
		left: 136px;
		width: 460px;
		margin: 0;
		}





/*	eof
*/
