@charset "UTF-8";

/***************************************************
 fonts.css for all pages, all browser(excet IE4,NN4)
 01 FONT AJUST
 02 LINKTEXT DECOTAIOTN
***************************************************/

/* 01 FONT AJUST
---------------------------------------------------- */
body {
	font-size: x-small;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	}
#wrapper { font-size: 1.4em; line-height: 1.5; }
h2 { font-size: 1.25em; line-height: 1.3; }
h3 { font-size: 1.2em; line-height: 1.2; }
#beta h3{ font-size: 1em; }
h4 { font-size: 1em; }
p#breadCrumb { font-size: 0.9em;}
address { font-style: normal; font-size: 0.9em; font-family: Helvetica, sans-serif; }
input,
textarea { font-family: Osaka, "MS P Gothic", Meiryo, Arial, sans-serif; }
#submit{ color:#666666; }
blockquote:before, blockquote:after { font-family: "Times New Roman", serif; }
.caption { font-size: 0.9em; }
#imageDataContainer{ font-size: 1.3em; }

/* 02 LINKTEXT DECOTAIOTN
---------------------------------------------------- */
a:link, a:visited { color: #444; text-decoration: none;	}
a:hover, a:visited:hover { color: #2D8B89; text-decoration: underline; }
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
}