/*
 * Copyright (c) 2000-2007 UAssist INC. All Rights Reserved.
 *
 * http://www.uassist.co.jp/
 */
 
@charset "<!--{$smarty.const.CHAR_CODE}-->";

/* by Pal-Art */
object{
}
#TopTitle{
  margin:5px 0 0 0;
}
#BannerArea{
  float:right;
  margin-right:2px;
}
#BannerArea a img,
#BannerAreaLeft a img{
  border:none;
}
#BannerArea a:hover img,
#BannerAreaLeft a:hover img{
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*FF*/
	opacity:0.60;
}
/***/

.ua_body {
	width: 100%;
	text-align: center;
}

.ua_body a:link {
	color: #0000FF;
	text-decoration: none;
}

.ua_body a:visited {
	color: #0000FF;
	text-decoration: none;
}

.ua_body a:hover {
	color: #FF0000;
	text-decoration:underline;
}

.ua_body a:active {
	color: #FF0000;
	text-decoration:none;
}


.ua_margin_btm10 {
	margin-bottom: 10px;
}

.ua_margin_btm20 {
	margin-bottom: 20px;
}

.ua_btm_line {
	vertical-align: middle;
}

.ua_center {
	text-align: center;
}

.ua_left {
	text-align: left;
}

.ua_bcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.ua_color_black {
	color: #000000;
}

.ua_float_left {
	float: left;
}

.ua_float_right {
	float: right;
}

.ua_clear{
	clear: both;
}

/* ニュースブロック */
.newsmain {
	width: 460px;
  float:left;
/*	width: 558px; */
}

.newsmain_box {
  width:460px;
/*	width: 558px; */
/*	height: 530px;*/
	height: 220px;
	overflow:auto;
	font-size: 12px;
	margin-top: 5px;
	padding-top:10px;
	border: 1px solid #999999;
	background-image: url(/img/news/news_bg.jpg);
	background-repeat: repeat-x;
}

.newsmain_arrow {
	vertical-align: text-bottom;
}

.newsmain_title {
	line-height: 18px;
	margin: 0px 0px 5px 7px;
	padding: 0px;
/*
	width: 100px;
	float: left;
*/
}

.newsmain_cont {
	line-height: 18px;
	margin: 0px 0px 5px 30px;
	padding: 0px;
/*
//	margin: 0px 20px 0px 0px;
	width: 400px;
	float: left;
*/
}
.newsmain_date{
  font-size:11px;
  font-family:"Courier New", "Times New Roman", "MS UI Gothic", sans-serif;
}
.newsmain_hr {
	width: 400px;
	text-align: center;
  border-top:#646464 dotted 1px;
  border-right:none;
  border-bottom:none;
  border-left:none;
  height:1px;
/*
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #646464;
*/
}


#Counter{
  font-size:10px !important;
  font-family:"Courier New", "Times New Roman", "MS UI Gothic", sans-serif;
}


#ShoppingForm1{
  margin-bottom:20px;
}

#ShoppingForm2{
  width:640px;
  margin-right:auto;
  margin-left:auto;
}
#ShoppingForm2 p{
  width:276px;
}
#ShoppingForm2 .ua_float_left,
#ShoppingForm2 .ua_float_right{
  border:#CCC solid 5px;
  padding:6px 12px;
  width:276px; /* 300px */
  text-align:left;
  min-height:218px /* 240px */
}
*html #ShoppingForm2 .ua_float_left,
*html #ShoppingForm2 .ua_float_right{
  height:218px /* 240px */
}
#ShoppingForm2 .ua_float_left .Inner,
#ShoppingForm2 .ua_float_right .Inner{
  min-height:130px;
  width:276px;
}
*html #ShoppingForm2 .ua_float_left .Inner,
*html #ShoppingForm2 .ua_float_right .Inner{
  height:130px;
}

.txt_center{
  text-align:center;
}
.txt_right{
  text-align:right;
}


div.search-box{
  margin-bottom:6px;
}
div.search-box form{
  margin:0;
}
div.search-box p{
  margin:0;
  zoom:1;
}
div.search-box p:after{
  content:"";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}
div.search-box input{
  float:left;
  width:128px;
}
div.search-box button{
  float:right;
}

