﻿@import url('forword/fonts.css'); 

/* 倍数指定 */
.line180{
line-height : 1.8; 
text-align:left;
}

/* 倍数指定 */
.line180s{
font-size: smaller;
line-height : 1.8;
text-align:left;
}

/* 倍数指定 */
.line180s-r{
font-size: smaller;
line-height : 1.8;
text-align:right;
}

/* 倍数指定 */
.line120s-r{
font-size: smaller;
line-height : 1.2;
text-align:right;
}

.small-r{
font-size: smaller;
text-align:right;
}

/* 倍数指定 */
.line150{
line-height : 1.5; 
text-align:left;
}

/* 倍数指定 */
.line150s{
font-size: smaller;
line-height : 1.5;
text-align:left;
}

/* 倍数指定 */
.line130s{
font-size: smaller;
line-height : 1.3;
text-align:left;
}


div#footer {
    font-size : small;
	clear: both;
	width: 830px;
   padding-bottom:10px;
	border: #d0d0d0 1px solid;
   position:relative;
}

div#footer a{
    font-size : small;
	text-decoration:none;
	width: 830px;
	}

p#copy{
    font-size : small;
	text-align:left;
	width: 830px;
    margin-top: 0px;
    margin-bottom: 0px;
	 padding: 10px 0px 0px 10px;
}

p#footitem{
    font-size : small;
    margin-top: 0px;
    margin-bottom: 0px;
    position:absolute;    
	top: 10px;
	right: 10px;
}


A.btn {
  display: block;             /* ブロック要素にする */
  width: 80px;                /* 横幅 */
  color: #ffffff;
  background-color: #666699;  /* 背景色 */
  border: outset 2px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
A.btn:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: inset 2px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
A.btn:active { color: #ffffff; }
A.btn:visited { color: #ffffff; }

