body{
margin:0px;
padding:0px;
}

form{
margin:0px;
padding:0px;
}

h1{
margin:0px;
padding:0px;
}

h2{
margin:0px 0px 10px 0px;
padding:0px;
}

h3{
margin:0px 0px 10px 0px;
padding:0px;
}

#head-table{
background-image: url(../image/head_bg.gif);
background-repeat: repeat-x;
}

.pull{
width:123px;
border:1px solid #999;
background-color:#FFF;
}

/*------------link------------*/

a:link {
	color: #805A2B;
	text-decoration: none;
}

a:visited {
	color: #805A2B;
	text-decoration: none;
}
a:hover {
	color: #805A2B;
	text-decoration: underline;
}

a:visited:hover {
	color: #805A2B;
	text-decoration: underline;
}

a:active {
	color: #F00;
	text-decoration: none;
}

a:visited:active {
	color: #F00;
	text-decoration: none;
}

/*------------footer------------*/

a:link.foot {
	color: #666;
}

a:visited.foot {
	color: #666;
}
a:hover.foot {
	color: #666;
}

a:visited:hover.foot {
	color: #666;
}

a:active.foot {
	color: #F00;
}

a:visited:active.foot {
	color: #F00;
}


/*------------link orange------------*/

a:link.orange {
	color: #F47E36;
}

a:visited.orange {
	color: #F47E36;
}
a:hover.orange {
	color: #F47E36;
}

a:visited:hover.orange {
	color: #F47E36;
}

a:active.orange {
	color: #F00;
}

a:visited:active.orange {
	color: #F00;
}


/*------------link brown------------*/

a:link.brown {
	color: #633;
}

a:visited.brown {
	color: #633;
}
a:hover.brown {
	color: #633;
}

a:visited:hover.brown {
	color: #633;
}

a:active.brown {
	color: #F00;
}

a:visited:active.brown {
	color: #F00;
}


/*------------font-size------------*/

.txt-xl{
font-size:110%;
line-height:160%;
}

.txt-ll{
font-size:100%;
line-height:160%;
}

.txt-l{
font-size:90%;
line-height:160%;
font-weight:normal;
}

.txt-bl{
font-size:90%;
line-height:160%;
font-weight:bold;
}

.midashi{
font-size:100%;
line-height:160%;
font-weight:bold;
}

.txt-m{
font-size:80%;
line-height:160%;
}

.txt-s{
font-size:70%;
line-height:160%;
}

.txt-ss{
font-size:60%;
line-height:160%;
}

.text{
font-size:70%;
line-height:160%;
}

/*------------color------------*/

.def{
color:#666;
}

.d-gray{
color:#333;
}

.red{
color:#F00;
}

.brown{
color:#633;
}

.blue{
color:#33F;
}

.sky{
color:#69F;
}

.orange{
color:#F47E36;
}


.brown2{
color:#805A2B;
}
