/* ◆Tags */

/* img */
img	{margin: 0px; padding: 0px; border: 0px;}
img.f_left{ margin: 0 20px 0 0; }
img.f_right{ margin: 0 0 0 20px; }

/* 配置 */
.center	{text-align: center;}
.left	{text-align: left;}
.right	{text-align: right;}
.top	{vertical-align: top;}
.middle	{vertical-align: middle;}
.bottom	{vertical-align: bottom;}
.block	{display: block;}
.hidden	{display: none;}
.f_left{ float: left; }
.f_right{ float: right; }
.clear	{clear: both;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix{zoom:1;}
.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 */

/* フォント */
.font_b {font-weight: bold;}
.font_site_l {font-size: 1.2em;}
/*-----------------------------------------------------------
  p
-----------------------------------------------------------*/
p{
	margin:0;
	padding:0;
}
/*-----------------------------------------------------------
  a
-----------------------------------------------------------*/
a{color:#0000fe;text-decoration: underline;}
a:hover{text-decoration: underline;}
a:visited{color:#742169;}
/*-----------------------------------------------------------
  hr
-----------------------------------------------------------*/
hr{
	display: none;
}
/*-----------------------------------------------------------
  ul
-----------------------------------------------------------*/
ul{
	
}
/*-----------------------------------------------------------
  ol
-----------------------------------------------------------*/
ol{
	
}
/*-----------------------------------------------------------
  h2
-----------------------------------------------------------*/
h2{
	margin:0;
	padding:5px;
}

/*-----------------------------------------------------------
  h3
-----------------------------------------------------------*/

h3{

}

/*-----------------------------------------------------------
  h4
-----------------------------------------------------------*/
h4{

}
/*-----------------------------------------------------------
  h5
-----------------------------------------------------------*/
h5{

}
/*-----------------------------------------------------------
  img
-----------------------------------------------------------*/
img{
	border-width: 0px;
}

/*-----------------------------------------------------------
  プリント用
-----------------------------------------------------------*/
.page_break {
  display: block;
  width: auto;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #fff;
  background: none;
  line-height: 0px;
  page-break-before : always;
}
/*-----------------------------------------------------------
  その他
-----------------------------------------------------------*/
.cboth{
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* ボタン */
.Btn_Confirmation,
.Btn_Reset,
.Btn_Return,
.Btn_Order,
.Btn_Submit,
.Btn_Spplication {
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	height: 32px;
	margin: 0 10px;
	text-indent: -9999px;
	/text-indent: 0;
	font-size: 0px;
	width: 160px;
	}
	.Btn_Confirmation{background:url(/img/Btn_Confirmation.jpg) 0 0 no-repeat;}
	.Btn_Reset		 {background:url(/img/Btn_Reset.jpg) 0 0 no-repeat;}
	.Btn_Return		 {background:url(/img/Btn_Return.jpg) 0 0 no-repeat;}
	.Btn_Order		 {background:url(/img/Btn_Order.jpg) 0 0 no-repeat}
	.Btn_Submit		 {background:url(/img/Btn_Submit.jpg) 0 0 no-repeat}
	.Btn_Spplication {background:url(/img/Btn_Spplication.jpg) 0 0 no-repeat}
