/*背景画像を固定しています修正しないでください */
#holder {
	background-position: top center;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	background: url("wall.gif") repeat-y;
	background-color: #fff;
  	width: 840px;
}

/*背景画像を固定しています修正しないでください */
#holder_bottom {
	position: center bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("wall_foot.gif") no-repeat;
	background-color: #fff;
  	width: 840px;
	height: 20px;
}

img{border: none;}
a img{border: none;}
a:hover img {border: none;}
	
/*タイトルの付帯スタイル指定のクラスセレクタです。*/
/*<p class="titlestyle">〜</p>と指定してコメント部分に記載して使います。*/
/*<h1>タグ等で見出し指定をするのが面倒な場合はこちらをつかいます。*/
.titlestyle {
	width: 580px;
	text-align: left;
	font-size: 18px;		/*タイトルの文字サイズ */
	color: #444444;	/*タイトルの文字色 */
	font-weight: bold;	/*タイトルの文字スタイル */
	float: left;
	padding: 10px 5px 5px 5px;			/*上、右、下、左、の順にパッティング指定*/
	margin: 3px 3px 3px 3px;			/*上、右、下、左、の順にマージン指定*/
	border-width: 1px 10px 1px 10px;	/*上、右、下、左、の順に太さ指定*/
	border-color: #F8281D;	/*タイトルスタイルの色*/
	border-style: solid;
	}


/* 行間設定 */
/*FONT指定している箇所の文字行間をしていできます */
font{line-height: 140%;}

input.submit {
	border-style:solid;
	border-color:#aaaaaa;
	border-width:1px;
	color:#000000;
	background-color:#dddddd;
}


.dotline{border-style:1px solid; }

hr {
	color: #cccccc;
	background-color: #999999;		/* <hr>タグで引いた線の色*/
	height: 1px;					/* <hr>タグで引いた線の太さ*/
	border: 0px;
	border-style: solid;				/* <hr>タグで引いた線のスタイル*/
}

.tdgrade2 {
	background-color: rgb(255, 255, 255);
	background-image: url(./grad2.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	-x-background-x-position: left;
	-x-background-y-position: top;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(180, 180, 180);
	border-right-color: rgb(180, 180, 180);
	border-bottom-color: rgb(180, 180, 180);
	border-left-color: rgb(180, 180, 180);
	background-color: transparent;
}

div.tdgrade3 {
	background-color: rgb(255, 255, 255);
	background-image: url(./grad3.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	-x-background-x-position: left;
	-x-background-y-position: top;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	padding: 3px 5px 3px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(220, 220, 220);
	border-right-color: rgb(220, 220, 220);
	border-bottom-color: rgb(220, 220, 220);
	border-left-color: rgb(220, 220, 220);
	background-color: transparent;
}

div.contentstyle {
	padding: 5px 5px 5px 5px;
}
