BODY	{
	background-color:#FFFFFF;
	background-image:url("../common/bgimage.gif");
	margin:0px;
	padding:0px;
	line-height:1.5;
	font-size:13px;
	color:#666666;
}

.contentbase	{
	background-image:url("../common/cont_bg.gif");
	margin-left:40px;
	width:770px;
}

.contents	{
	margin-left:10px;
	margin-right:10px;
}

.contentbottom	{
	margin-left:40px;
	width:770px;
}

img	{
	border:0;
}

a:link	{
	text-decoration:none;
	color:#333333;
}

a:visited	{
	text-decoration:none;
	color:#333333;
}

a:hover	{
	text-decoration:underline;
	color:#000000;
}

a.sub:hover	{
	text-decoration:underline;
	color:#000000;
}

.fleft	{
	float:left;
}

.fright	{
	float:right;
}

.mt15 {
	margin-top: 15px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml60 {
	margin-left: 60px;
}
.clear_b{
	clear: both;
}
.fontBold{
	font-weight: bold;
}
/* Hタグ関連 */
h1	{
	display:inline;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
}

h2	{
	display:inline;
	font-size:16px;
	font-weight:bold;
	vertical-align:bottom;
}


/* ヘッダ関連 */
.head_bg	{
	background-image:url("../common/menu_back.jpg");
}

.smenu	{
	font-size:12px;
}

/* トップページ関連 */
#top_main {
	margin-top: 60px;
	margin-bottom: 25px;
}
#top_main h3{
	margin-left: 90px;
	margin-bottom: 60px;

}
#top_main h4{
	margin-left: 33px;
	margin-bottom: 60px;

}
#top_main #top_main_menu{
	margin-left: 90px;
}
#top_main #top_main_menu .top_main_menu_box{
	float: left;
}
#top_main #top_main_menu .top_main_menu_box ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
#top_main #top_main_menu .top_main_menu_box ul li{
	background-image: url(../common/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	margin-left: 2px;
}
#top_main #top_main_menu .top_main_menu_box ul li a{
	font-size:14px;
	padding-left: 10px;
	color: #666666;
}
#top_main #top_main_menu .top_main_menu_box ul li a:hover{
	background-image: url(../common/arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	color: #FF0000;
}
.main_bg	{
	background-image:url("../common/main_bg.gif");
	height:506px;
	width:294px;
}

.aboutus	{
	margin-top:25px;
}

.products	{
	margin-top:25px;
}

/* Productページ関連 */
#products_main {
	margin-top: 35px;
	margin-bottom: 25px;
	width: 644px;
	margin-left: 53px;
}
#products_main h3{
	margin-top: 0px;
	margin-bottom: 6px;
}
#products_main h4{
	background-image: url(../images/products/mark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	padding-left: 16px;
	color: #666666;
}
#products_main p{
}
#products_main #products_menu{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 2px;
}
#products_main #products_menu ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
#products_main #products_menu ul li{
	background-image: url(../common/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}
#products_main #products_menu ul li a{
	font-size:12px;
	padding-left: 8px;
	color: #666666;
}
#products_main #products_menu li a:hover{
	background-image: url(../common/arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	color: #FF0000;
}
#products_main .photo_box{
}
#products_main .photo_box ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
#products_main .photo_box ul li{
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}
#products_main .photo_box ul li img{
	border: 1px solid #CCCCCC;
}


/* 下層ページ関連 */

.ttl_lmargin	{
	margin-left:5px;
}

.subttl	{
	font-size:13px;
	font-weight:bold;
	margin-left:10px;
}

.advtxt	{
	margin-left:15px;
	margin-right:15px;
	line-height:1.6;
}

.advttl	{
	font-size:14px;
	font-weight:bold;
}

.lmargin	{
	margin-left:15px;
}

.exampletxt {
	width: 403px;
	padding-left: 5px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.contentbase .contents #products_main .photo_box dl dd {
	font-weight: bold;
	clear: both;

}
