body {
	font-family: Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	line-height: 18px;
	color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:url(../images/tex/plaster.gif);
	background-repeat:repeat;
}
table {
	background-color:#000000;
}
td {
	font-family: Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	line-height: 18px;
	color: inherit;
}
form {
	margin:0px;
	padding:0px;
}
input {
	font-family: inherit;
	font-size: inherit;
}
textarea {
	font-family: inherit;
	font-size: inherit;
}
select {
	font-family: inherit;
	font-size: inherit;
}
a:link {
	color:#66CC00;
}
a:visited {
	color:#669900
}
a:hover {
	color:#CC0000
}

h1 {
	font-weight:normal;
	font-size:10pt;
	line-height:24px;
	background-image:url(../images/titleback/titleback01.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
	margin-bottom:10px;
}
p {
	padding: 0px;
	margin-top:0px;
	margin-left:16px;
}

.text7pt {
	font-size: 7pt;
	line-height: 12px;
}
.text9pt {
	font-size: 9pt;
	line-height: 16px;
}
.text11pt {
	font-size: 11pt;
	line-height: 18px;
}
.text20pt {
	font-size: 20pt;
	line-height: 20pt;
}

table.sidemenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
table.sidemenu td{
	line-height: 28px;
	background-image: url(../images/sidemenu/sidemenuback.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-bottom: 4px;
}
.subtitle {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CC0000;
	font-size: 11pt;
	line-height: 24px;
	text-indent: 4px;
	background-color: #DDDDDD;
}
.subcaption {
}

.brandbox {
	width:170px;
	height:200px;
	display:block;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px 5px 10px 5px;
}
.itembox {
	width:124px;
	height:232px;
	display:block;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:5px 10px 10px 10px;
}
.footer {
	background-image:url(../images/footer/backimage.jpg);
	background-repeat:no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 60px;
}

.clear {
	clear:both;
	height:0;
	zoom:1;
}


/* 検索ナビゲーション
---------------------------------------------- */
div.searchnav {
	position:relative;
	margin:0 auto 10px auto;
	overflow:hidden;
}
	div.searchnav ul {
		position:relative;
		left:50%;
		float:left;
		display:inline;
		margin:0;
		padding:0;
		list-style:none;
		text-align:center;
	}

		div.searchnav ul li {
			position:relative;
			left:-50%;
			float:left;
			display:inline;
			margin:0 5px 0 0;
			padding:0;
			border:1px #999999 solid;
			line-height:1em;
		}
		
		div.searchnav ul li.currentpage {

			padding:5px!important;
			font-weight:bold!important;
			background-color:#cccccc!important;
			color:#333333!important;
		}
		
			div.searchnav ul li a {
			
				display:block;
				padding:5px;
			}
		
			div.searchnav ul li a:link { color:#ff3300; }
			div.searchnav ul li a:visited { color:#ff3300; }
			div.searchnav ul li a:hover { color:#ffffff; background-color:#ff3300; }
