
/*背景色指定
============================================*/

/*メイン背景*/
.Bgstyle_White	{
	background-color:#fff;
}


/*Border
============================================*/

/*ボーダー白（下）*/

.BrWhite_B	{
	border-bottom:1px dotted #fff;
}

/*ボーダー白（上）*/

.BrWhite_T	{
	border-top:1px solid #fff;
}

/*ボーダー白（all）*/

.BrWhite	{
	border:1px solid #fff;
}

/*ボーダー白（左・上・右）*/

.BrWhite_TLR	{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

/*ボーダー白（左・右）*/

.BrWhite_LR	{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

/*ボーダー白（左・右・下）*/

.BrWhite_LRB	{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

/*ボーダー白ドット（下）*/

.BrWhite_dot	{
	border-bottom:1px dotted #fff;
}

/*ボーダー白ドット（all）*/

.BrWhite_dot_All	{
	border:1px dotted #fff;
}

/*Link
============================================*/

/*Link白*/

.White_Lk	{
	color:#fff;
	text-decoration:none;
}


.White_Lk:hover	{
	color:#930;
	text-decoration:none;
}

.White_Lk_U	{
	color:#fff;
	text-decoration:underline;
}


.White_Lk_U:hover	{
	color:#930;
	text-decoration:underline;
}

/*地図ボタン*/

a.Map_to{
	background:transparent url(../img/button/map_button.gif) no-repeat center top;
}


a.Map_to:hover{
	background:transparent url(../img/button/map_button_ho.gif) no-repeat center top;
}

/*お問合せボタン*/

a.Mail_to{
	background:transparent url(../img/button/mail_button.gif) no-repeat center top;
}


a.Mail_to:hover{
	background:transparent url(../img/button/mail_button_ho.gif) no-repeat center top;
}

/*オーダーボタン*/

a.Order{
	background:transparent url(../img/button/order_button.gif) no-repeat center top;
}


a.Order:hover{
	background:transparent url(../img/button/order_button_ho.gif) no-repeat center top;
}

/*Padding/Margin
============================================*/

/*サイド3px*/

.Pt_3{
	padding:3px;
}

/*サブタイトルトップ*/
.Ma_Subtitle_Top{
	margin-top:10px;
}


/*サブタイトル下トップ*/

.top{
	margin-top:10px;
}

.Mar_top{
	margin-top:3px;
}

/*サブタイトル下トップ多め*/

.top_l{
	margin-top:20px;
}


/*Fontサイズ
============================================*/

/*20pt*/

.Ft_20{
	font-size:20pt;
}

/*17pt*/

.Ft_17{
	font-size:17pt;
}


/*15pt*/

.Ft_15{
	font-size:15pt;
}

/*13pt*/

.Ft_13{
	font-size:13pt;
}


.Ft_13red{
	font-size:13pt;
	color:#930;
	text-decoration:underline;
	font-weight:bold;
	padding-bottom:3px;
}



.Ft_9{
	font-size:9pt;
}


/*Fontカラー
============================================*/

/*赤*/

.Cl_Red{
	color:#930;
}


.familyname{
	color:#930;
}

.Cl_Wt{
	color:#fff;
}




