@charset "UTF-8";

#image_orange a{
display:block;
width:180px;
color:#CC3300;
background:url(img/lside_orange.gif) no-repeat;
height:26px;
line-height:26px;
text-decoration:none;
text-align:center;
}

#image_orange a:hover{
color:white; 
background:url(img/lside_orangeon.gif) no-repeat;
}


#image_blue a{
display:block;
width:180px;
color:#000066;
background:url(img/lside_blue.gif) no-repeat;
height:26px;
line-height:26px;
text-decoration:none;
text-align:center;
}

#image_blue a:hover{
color:white; 
background:url(img/lside_blueon.gif) no-repeat;
}


#image_gray a{
display:block;
width:180px;
color:#333333;
background:url(img/lside_gray.gif) no-repeat;
height:26px;
line-height:26px;
text-decoration:none;
text-align:center;
}

#image_gray a:hover{
color:white; 
background:url(img/lside_grayon.gif) no-repeat;
}


#image_pink a{
display:block;
width:180px;
color:#FF0066;
background:url(img/lside_pink.gif) no-repeat;
height:26px;
line-height:26px;
text-decoration:none;
text-align:center;
}

#image_pink a:hover{
color:white; 
background:url(img/lside_pinkon.gif) no-repeat;
}
.formq {
	font-weight: bold;
	background-color: #fffacd;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #F90;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 2px;
}

table.base {
	table-layout:fixed;
	width /**/:100%;
	border-collapse: collapse;
	border: 1px solid #969695;/* テーブル線 */
	color: #363636;
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  }