@charset "utf-8";
/* CSS Document */
/* header部分 */
#header_table{
	width:780px;
}


/* search_kyeword用 */
.search_fream{
	width:540px;
	margin-left:40px;	
}
.search_fream .kekka_frame{
	width:100%;
	margin-top:20px;
	border-bottom:1px solid #999999;
	
}
.search_fream .kekka_frame .kekka_left{
	float:left;
	width:150px;
}
.search_fream .kekka_frame .kekka_right{
	float:right;
}
.search_fream .comment{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}

.model{
	font-size:10px;
	padding-left:8px;

}
.model_name{
	font-size:10px;
	padding-right:8px;
	text-align:right;
}

a.kensaku{
	color:#666666;
	font-size: 10px;
}
a:visited.kensaku {
	color:#666666;
	font-size: 10px;
}
a:hover.kensaku {
	color:#FF9900;
	font-size: 10px;
}

a img {
	border:0px;
}

/*##################################### model page用 ###########################################*/
.model_header_frame{
	width:560px;
	margin-top:2px;
}
.model_contents_noline{
	width:550px;
	margin-top:10px;
	text-align: center;
}
.model_contents_line{
	width:550px;
	margin-top:10px;
	padding:4px 0px 10px 8px;
	text-align: center;
	border-top:1px solid #999999;
}
.model_top_contents .b1_img{		/* ----- 製品ページ写真  */
	width:180px;
	vertical-align: top;
}
.model_top_contents .character{		/* ----- コメント文  */
	font-size: 14px;
	line-height: 18pt;
	text-align: left;
	padding:8px;
}
.model_midashi{
	width:550px;
	height:18px;
	margin-top:10px;
	padding-left:17px;
	padding-top:5px;
	background-color:whitesmoke;
	border-top:1px solid whitesmoke;
	border-left:1px solid whitesmoke;
	border-right:1px solid whitesmoke;
	border-bottom:1px solid #999999;	
	font-weight:bold;
	color:#666666;
	background-image: url(../../tempales_img/model_page/midashi_cursor.gif);
	background-repeat:no-repeat;
}
.koumoku_obi{				/* -------- 製品ページ内の項目帯 */
	font-weight:bold;
	color:#666666;
	width:590px;
	padding:4px 0px 4px 15px;
	background-color:#F5F5F5;
	border-bottom:1px solid #CCC;
	background-image:url(../../templates/model_page/img/midashi_cursor2.gif);
	background-repeat:no-repeat;
	
}
.img_frame{
	width:550px;
	margin-bottom:5px;
	text-align:center;
}
.img_frame_left{	/*---- 03_9.tpl 外形寸法表示用テキストで使用*/
	width:550px;
	margin-bottom:5px;
	text-align:left;
	padding-left:25px;	
}
.img_line_frame{
	width:560px;
	height:5px;
	border-bottom:1px solid #999999;
	margin-left:20px;
}
/*#####################################################################################*/
/* 必須項目のマーク */
.hissu_mark{	
	font-weight:bold;
	color:#CC0000;
	margin-left:15px
}
.err{
padding-left:15px;
color:#FF0000;
}
.mode{
	font-size:10px;
	color:#999;
}
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}
.hissu{
	font-size:12px;
	font-weight:normal;
	text-align:right;
	width:100%;
	margin:0px;
}


table.logon_form{
	width:680px;
	margin-top:15px;
}
table.logon_form th{
	background-color:beige;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	width:160px;
}
table.logon_form td{
	background-color:whitesmoke;
}
