@CHARSET "UTF-8";

ul,ol{list-style:none;}
body,td{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif;font-size:12px;line-height:1.5em;}
img{border:none;}
a{text-decoration:underline;}
a:link		{color:#AE4E01;}
a:visited	{color:#8E2E00;}
a:hover		{color:#CE6E21;text-decoration:none;}
a:hover		{color:#CE6E21;text-decoration:none;}
body{
	color:#333;
	background:url(images/background.gif) repeat-x;
}
::-moz-selection{background:#AE4E01; color:#fff;}

table{
	border-collapse:collapse;
}

.thclass {
	width: 140px;
	border: solid 1px #D8D8D8;
	font-size: 13px;
	color: #ffffff;
	background-color: #AE4E01;
	padding-left: 10px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	padding-top:5px;
}

.tdclass{
	border: solid 1px #D8D8D8;
	padding: 5px 5px;
}

.dul {
	margin: 0 0 10px;
	display: block;
	min-height: 1%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left:10px;
}

.dli {
	float:left;
	vertical-align:middle;
	width:25%;
}
p.parent{
	clear:both;
	margin:5px 0 10px;
	font-size:13px;
}

p.submit{
	text-align:center;
	margin-top:8px;
}

/* ---- clearfix ---- */
ul:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

ul {
  min-height: 1px;
}

* html ul {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
