@charset "utf-8";
#signboard {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
}
#index_box {
	width: 550px;
	position: relative;
	height: 400px;
}
#index_box p {
	font-size: 10px;
	width: 150px;
	padding-left: 10px;
	margin-bottom: 15px;
	line-height: 130%;
}
#index_box ul {
	width: 150px;
	padding-left: 10px;
	font-size: 12px;
}
#index_box li {
	list-style-type: none;
	margin-bottom: 5px;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 8px;
}
#index_box a:link {
	color: #336699;
	text-decoration: none;
}
#index_box a:visited {
	color: #336699;
	text-decoration: none;
}
#index_box a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.idx_border {
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-bottom: 5px;
	height: 137px;
}


#idx01 {
	height: 175px;
	width: 270px;
	margin-bottom: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../img/top_pht_01.jpg);
	background-repeat: no-repeat;
	background-position: 170px 35px;
	background-color: #FFFFFF;
}
#idx02 {
	height: 175px;
	width: 270px;
	margin-bottom: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/top_pht_02.jpg);
	background-position: 170px 35px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#idx03 {
	height: 175px;
	width: 270px;
	margin-bottom: 20px;
	position: absolute;
	left: 0px;
	top: 190px;
	background-image: url(../img/top_pht_03.jpg);
	background-repeat: no-repeat;
	background-position: 170px 35px;
	background-color: #FFFFFF;
}
#idx04 {
	height: 175px;
	width: 270px;
	margin-bottom: 20px;
	position: absolute;
	top: 190px;
	right: 0px;
	background-image: url(../img/top_pht_04.jpg);
	background-repeat: no-repeat;
	background-position: 170px 35px;
	background-color: #FFFFFF;
}
#whatsnew {
	width: 550px;
	margin-bottom: 20px;
}
#whatsnew dl {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 15px;
}
#whatsnew dt {
	clear: left;
	float: left;
	width: 90px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 30px;
	color: #666666;
}
#whatsnew dd {
	float: left;
	width: 430px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 30px;
	height: 30px;
}



h2.intro {
	margin-top:10px;
}

div.welcome {
	font-size:12px;
	padding:10px;
	border:solid 1px #CCC;
	margin-bottom:20px;
	line-height:18px;
}


div.welcome p {
	margin-bottom:5px;
}


div.welcome img {
	float:right;
	padding-left:10px;
}


.scrollsell {
overflow: auto;
border: 1px solid #CCCCCC;
width: 508px;
height: 140px;
padding:10px 20px 20px 20px;
margin-bottom:15px;
}

.scrollsell p {
	margin-bottom:5px;
	font-size:12px;
	line-height:18px;
}

.scrollsell img {
	padding-bottom:5px;
}


.scrollsell ul {
	width: 150px;
	padding-left: 10px;
	font-size: 12px;
}
.scrollsell li {
	list-style-type: none;
	margin-bottom: 5px;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 8px;
}
.scrollsell a:link {
	color: #336699;
	text-decoration: none;
}
.scrollsell a:visited {
	color: #336699;
	text-decoration: none;
}
.scrollsell a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/**/

div#textWorp{
border:1px solid #ccc;
padding:0;
margin:10px 0 0 0;
width:548px;
clear:both;
}
p#textAddition{
font-size:10px;
line-height:1.2;
width:538px;
margin:5px;
padding:0;
auto;color:#333;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

