@charset "Shift_JIS";

/* 基本スタイル */

body{
	background-color:#ffffff;
	text-align:center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-size:12px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 0; /*Opera用*/
}

a:link    {  color:#0000FF; text-decoration: none;}
a:visited {  color:#0000FF; text-decoration: none;}
a:hover   {  color:#888888; text-decoration: underline;}
a:active  {  color:#000000; text-decoration: none;}

a.text:link    {  color:#FF6600; text-decoration: underline;}
a.text:visited {  color:#FF6600; text-decoration: underline;}
a.text:hover   {  color:#6699FF; text-decoration: none;}
a.text:active  {  color:#6699FF; text-decoration: none;}

#wrapper{
 	margin:0 auto;
	padding:0;
	width:780px;
	height:100%;
	text-align:left;
}
#logo{width:219px; height:40px; background:url(../img/logo.gif);}
#logo h1{text-indent:-9000px;font-weight:nomal;font-size:9px;display:none;}

#caption{display:block;width:360px; height:93px; background:url(../images/top_caption.jpg);}
#caption h2{text-indent:-9000px;font-size:8px;font-weight:nomal;}

.top_add{color:#003399; }


.faq_title{ color:#009999; font-weight:bold;}
.faq_answer{ line-height:130%;}

.topics{ border:1px solid #cccccc; }



.subtitle{ font-size:15px; font-weight:bold; color:#3399FF;}

/*フォントスタイル*/
.height130{color:#666666;line-height:130%;}
.font1{ color:#6699FF; }
.font1_130{ color:#6699FF; line-height:130%;}
.font1_150{ color:#6699FF; line-height:150%;}
.font2{ color:#009999; font-weight:bold;}

/*右ナビ用リンク*/
#sidenavi a:link    {  color:#6699FF; text-decoration: underline;}
#sidenavi a:visited {  color:#6699FF; text-decoration: underline;}
#sidenavi a:hover   {  color:#888888; text-decoration: none;}
#sidenavi a:active  {  color:#666666; text-decoration: none;}


/*サイトマップ用*/
#sitemap a:link    {  color:#6699FF; text-decoration: underline;}
#sitemap a:visited {  color:#6699FF; text-decoration: underline;}
#sitemap a:hover   {  color:#888888; text-decoration: none;}
#sitemap a:active  {  color:#666666; text-decoration: none;}



/*問い合わせフォーム*/
input, select, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
}
.inputtextarea{  width:250px;}
.input1{  width:180px;}
.input2{  width:50px;}

#submit input {
  margin-left: 0.5em;
  border-width: 2px;
  border-color: #eeeedd #969687 #969687 #eeeedd;
  width: 6em;
  vertical-align: middle;
  color: #000000;
  background: #e8e8d0;
}
#submit {
  font-size:x-small;
}


