/* P.Hoshi Site */

* {
	margin:0px;
	padding:0px;
}

body {
	background: url(img/bg.gif) #404040 top center;
}

body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C9C9C;
}

.wrap {
	margin: 20px auto;
	background:#000000;
	width:746px;
	padding: 12px 12px 8px 12px;
}
.right-side img {
	border: 2px solid #000;
}

.paypal-code img { border: 0px; }

.right-side a{
	outline:none;
}
/* Top */
.logo {
	float:left;
	width: 142px;
}

.logo a {
	outline:none;
	background: url(img/logo.gif) no-repeat left top;
	display: block;
	height: 101px;
}

.logo span {
	position:absolute;
	left:-5000px;	
}

.slogan {
	float:right; 
	width: 381px;
	background: url(img/slogan.jpg) no-repeat left top;
	height: 49px;
	margin-top: 43px;
	margin-right: 6px;
}

.slogan span {
	position: absolute;
	left: -5000px;
}


.top {
	height: 111px;
}

.content_top, .content_bottom {
	background: url(img/content_top.gif) no-repeat left top;
	overflow: hidden;
	height: 10px;
}

.content_bottom {
	background: url(img/content_bottom.gif) no-repeat left top;
}

.content {
	background: url(img/content_bg.gif) repeat-y left top;
}


.left-side {
	float: left;
	width: 115px;
	padding-left: 12px;
}

.right-side {
	float: right;
	width: 548px;
	margin-right: 27px;
	_margin-right:10px;
	margin-top:10px;
}
/* menu */

menu_bg {
	margin: 10px;
}
.footer{
	color: #868686;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 6px;
}
.footer a{
	color: #868686;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover{
	color: #FFFFFF;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.featured_box{
	margin-top: 107px;
	margin-right: 10px;
	float:left;
}
.featured_box a{
	outline:none;
}
.content_r{
	width: 287px;
	float:left;
	padding-right:15px;
	_padding-right: 0px;
}
.subtitle{
	color:#9C9C9C;
	font-size:16px;
	font-weight: bold;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	margin:2px 0px;
}
.table_style1{
	text-align:center;
	margin:10px 0px;
}
.table_style{
	color:#9C9C9C;
	margin-top:50px;
	margin-left:50px;
}

.txtform{
	font-size: 13px;
	font-weight:bold;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	width:206px;
}
.button{
	background: #212121;
	color:#FFFFFF;
}
.error{
	color:#CC0000;
}
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}