@charset "utf-8";
/* CSS Document */

/******************************************

  画像リンク設定 
  
*****************************************/


a img {
    border-style:none;
}

/******************************************

  全ページ共通設定 
  
*****************************************/

/* ヘッダーロゴの制御 */
.header_logo {

}

/* ヘッダーメニューの制御 */
.header_menu {
	float: right;

}

/******************************************

  お問合せページ 
  
*****************************************/

/* お問合せ　テキストの制御 */
.contact_title {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	padding-left: 10px;
	padding-right: 10px;

}

/******************************************

  リンクページ 
  
*****************************************/

/* テキストの制御 */
.link_txt {
	font-size: 12px;
	line-height: 25px;

}
#linkzone {
	height: auto;
	width: 1024px;
}
