@charset "UTF-8";
/* CSS Document */


/* body */

body {
	background: #ffffff;
	color: #000000;
	font-size: 13px; /* 基本文字サイズ */
	*font-size: small; /* IE7およびIE6標準準拠モード適用 */
	*font: x-small; /* IE6後方交互モード適用 */
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}

#main {
	width: 562px;
	padding:
	background:#000000
}

img	{
	border: none;
	vertical-align:middle;
	}


/* font */

.txt{
 font-size:100%;
 line-height:1.6;
 text-align:top;
}

.txt-s{
 font-size:85%;
 line-height:1.6;
}

.txt-s-or{
 font-size:85%;
 line-height:1.6;
 color:#e46b21;
}


.txt-orange{
 font-size:120%;
 line-height:1.6;
 color:#e46b21;
 font-weight:;
}


/* リンクテキスト 
_____________________________________________________________________*/

a {
	text-decoration: none;
	}
a:link {
	color: #e46b21;
	}
a:visited {
	color: #e46b21;
	}
a:hover,
a:focus,
a:active {
	color: #fff;
	background-color:#e46b21;
	}
	
/* Link arrow01
_____________________________________________________________________ */
ul.arrow01 {
  margin: 10;
	padding: 0;
}


li {
	padding:10px 20px;
	background:url(../images/ya.gif) no-repeat 0 center;
	font-size:100%;
	line-height:100%;
	list-style:none; 
}

/* 水平線
_____________________________________________________________________ */

.hr　{
　border-top-width:1px;
　border-top-style:solid;
  border-color:#ffffff;
　text-align:center;
   }


/* 画像 */

img {
	border: 0;
	text-align:top;
	}
	/*table装飾
	_____________________________________________________________________ */
table	{border-collapse:; empty-cells:;}
td {
	background:;
	vertical-align: top;
}
