@charset "shift_jis";

/*CSSを解釈するすべてのUA向けへの指定*/
/*バグにより挙動の違うNN4をエスケープしたい時はadd.cssへ記述。HTMLへは、NN4のCSSファイル読み込み対策のため、nonn4.cssで@importしているのでこちらを記述。*/

/*===各基本要素の指定===*/

html,body{
		margin:0;
}

/*繰り返し処理のため、背景をCSSで指定*/
body{
		background:#d3d0c7 url(/toriyoshi2004/common/img/bg_base.gif) repeat-y;
}
td{
		font-size:12px;
		color:#444444;
}
form{
		margin:0;
}
address{
		padding:3px 0;
}
input,textarea{
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visit {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/*===id・class指定===*/

#header{
		background-color:#282828;
}

/*余白制御用*/
.spacer{
		margin:0;
		padding:0;
}

/*幅690の大枠*/
#outtable{
		margin:0 0 0 0px;
}

.fontsize10 {
	font-size: 10px;
}
.fontsize14 {
	font-size: 14px;
}
.line-height120 {
	line-height:120%;
}
.line-height140 {
	line-height:140%;
}
