@charset "utf-8";
/*---------------------------------------------------
 @ common settings
---------------------------------------------------*/
body {
	font-family:'ï¼­ï¼³ ï¼°ã£êáâ·ã¥ã¡¦°É,'¡¦Ää#¡¦£çáãïä2¡¦¡¦Pro W3','Hiragino Kaku Gothic Pro','¡¦¡ã£âáã¡¦£å%,Meiryo,sans-serif;
	font-size: 100%;
}
/* Except IE */
html>/**/body {
	font-size: 16px;
}
select, input, textarea {
	font-size:99%;
}
/* 100%¡¦ ¡¦¡¦£ë¥ãÊä"¡ã¥åáá§å¤§¡¦ºä!Òä!åâ¶ä!¡¦¡äŽÀ*/
pre, code {
	font:100% monospace;
	*font-size:100%;
}
/*IE¡¦¡¦¡ý¡¦¸äŽ¹¥å£ô¡¦§ã£ë¥â¤ã£íáá¸ç!Êä!¡¦!¡¦£òåí¡¦!°ä"¡¦/
.footerlink {
	text-align:left;
	font-size: 12px;
	height: 30px;
	width: 800px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	background-color: #F9F9F9;
}
.footerlinktext {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*---------------------------------------------------
 @ global
---------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,form,dl,dt,dd,p,span,blockquote {
	margin:0;
	padding:0;
	color:#333333;
}
img {
	border:0;
}
/*---------------------------------------------------
 @ clearfix
---------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear { clear:both; }
/*---------------------------------------------------
 @ link color settings
---------------------------------------------------*/
/* common */
a { outline:none; }
a img { border:none; }

/* main */
a {
	color:#357de9;
	outline:none;
}
a:link,
a:visited,
a:active {
	color:#357de9;
	text-decoration: none;
}
a:hover {
	color:#357de9;
	text-decoration: underline;
}


/*2013ä¿¡¦­£*/
a:link,
a:visited,
a:active {
	color:#167091;
	text-decoration: none;
}
a:hover {
	color:#167091;
	text-decoration: underline;
}

