/* ----------------------------------------------------------
 * 共通スタイルシート（common.css）
 * ---------------------------------------------------------- */

/* ---------------------------------------------------------- */
body {
	margin: 0px;
	background-repeat: repeat-y;
	background-image : url(../image/common/bg.gif);
}

td {
 color      : #333333;
 font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
 font-size  : 13px;
}

/* ---------------------------------------------------------- */
a:link    { color: #6E9927; }
a:visited { color: #336600; }
a:active  { color: #FF9600; }
a:hover   {
 color          : #FF9600;
 text-decoration: none;
}
/* ---------------------------------------------------------- */

.xx-small { font-size:  7px; }
.x-small  { font-size:  9px; }
.small    { font-size: 11px; }
.medium   { font-size: 13px; font-weight: bold; }
.large    { font-size: 15px; font-weight: bold; ; height: 12px; background-color: #E1EBF4; width: 660px; padding-left: 5px}
.x-large  { font-size: 17px;  }
.xx-large { font-size: 19px;  }

.small td { font-size  : 11px; }

.side_menu a {
}
.side_menu a:hover {
 text-decoration: none;
}
b {  font-weight: bold; color: #FF6633}
.green {  color: #669900; font-weight: bold}
.gray {  color: #666666; font-weight: bold}

.sitemap th {
 color      : #333333;
 font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
 font-size  : 13px;
}
.sitemap .small {
 color     : #818181;
 font-style: italic;
 text-decoration: none;
}
.toptext { font-size: 12px; }
.list { font-size: 12px; }


.list a:link{
 color: #6E9927;
 text-decoration: none;
}

.list a:visited{
 color: #336600;
 text-decoration: none;
}

.list a:active{
 color: #FF9600;
 text-decoration: none;
}

.list a:hover{
 color: #FF9600;
 text-decoration: none;
}
/* ---------------------------------------------------------- */

form, fieldset {
 margin : 0px;
 padding: 0px;
}
form select {
 margin-right: 5px;
}
form .width40  { width:  40px; }
form .width60  { width:  60px; }
form .width80  { width:  80px; }
form .width100 { width: 100px; }
form .width120 { width: 120px; }
form .width140 { width: 140px; }