@charset "utf-8";

/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	color: #333333;
	font-size: 75%;
	/*16px * 75% = 12px*/
	font-weight: normal;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
}

* html body {/*IE6*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

*:first-child + html body {/*IE7*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

img {
	border: none;
}

/*--------------------------------------------------------------------
Link
--------------------------------------------------------------------*/

a,
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #6666ff;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/*--------------------------------------------------------------------
Common Class
--------------------------------------------------------------------*/

.clear {
	clear: both;
}

/*--------------------------------------------------------------------
clearfix
--------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

* html #top {/*IE6*/
}

*:first-child + html #top {/*IE7*/
}






/* BTN */

.btn a {
	display: block;
	padding: 5px;
	width: 200px;
	clear: both;
	text-align: center;
	color: #000000;
	margin: 0px auto;
	text-decoration: none;
	background: #e2e2e2 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 90%, #cfcfcf 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(90%,#e1e1e1), color-stop(100%,#cfcfcf)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 90%, #cfcfcf 100%) !important; /* Chrome10+,Safari5.1+ */
	border: solid 1px #333333;
	border-radius: 0.4em 0.4em 0.4em 0.4em;
}

.btn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

/* //BTN */






