  @charset "utf-8";
/* RESET
================================================================== */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, figure, footer, header, hgroup, nav, section, details, summary { display: block; }
/* force a vertical scrollbar to prevent a jumpy page */
html { overflow-y: scroll; }
/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: middle;
}
td {
	font-weight: normal;
	vertical-align: middle;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select { vertical-align: middle; }
pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
select, input, textarea { font: 99% sans-serif; }
table {
	font-size: inherit;
	font: 100%;
}
small { font-size: 85%; }
strong { font-weight: bold; }
td, td img { vertical-align: top; }
/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* standardize any monospaced elements */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button { cursor: pointer; }
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }
/* make buttons play nice in IE */
button {
	width: auto;
	overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img { -ms-interpolation-mode: bicubic; }
/* prevent BG image flicker upon hover */
.ie6 html { filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* LINK
 ------------------------------------------*/
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #647d21;
}
/* FONT
 ------------------------------------------*/
.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
/* PADDING
 ------------------------------------------*/
.paddingL5 { padding-left: 5px; }
.paddingL10 { padding-left: 10px; }
.paddingL15 { padding-left: 15px; }
.paddingL20 { padding-left: 20px; }
.paddingL25 { padding-left: 25px; }
.paddingL30 { padding-left: 30px; }
.paddingL40 { padding-left: 40px; }
.paddingL50 { padding-left: 50px; }
.paddingR3 { padding-right: 3px; }
.paddingR4 { padding-right: 4px; }
.paddingR5 { padding-right: 5px; }
.paddingR7 { padding-right: 7px; }
.paddingR8 { padding-right: 8px; }
.paddingR10 { padding-right: 10px; }
.paddingR12 { padding-right: 12px; }
.paddingR15 { padding-right: 15px; }
.paddingR20 { padding-right: 20px; }
.paddingR22 { padding-right: 22px; }
.paddingR25 { padding-right: 25px; }
.paddingR30 { padding-right: 30px; }
.paddingR35 { padding-right: 35px; }
.paddingR40 { padding-right: 40px; }
.paddingR60 { padding-right: 60px; }
.paddingB0 { padding-bottom: 0px; }
.paddingB5 { padding-bottom: 5px; }
.paddingB8 { padding-bottom: 8px; }
.paddingB10 { padding-bottom: 10px; }
.paddingB15 { padding-bottom: 15px; }
.paddingB18 { padding-bottom: 18px; }
.paddingB20 { padding-bottom: 20px; }
.paddingB25 { padding-bottom: 25px; }
.paddingB30 { padding-bottom: 30px; }
.paddingB35 { padding-bottom: 35px; }
.paddingB40 { padding-bottom: 40px; }
.paddingB50 { padding-bottom: 50px; }
.paddingB60 { padding-bottom: 60px; }
.paddingB70 { padding-bottom: 70px; }
.paddingB80 { padding-bottom: 80px; }
.paddingT8 { padding-top: 8px; }
.paddingT10 { padding-top: 10px; }
.paddingT11 { padding-top: 11px; }
.paddingT12 { padding-top: 12px; }
.paddingT18 { padding-top: 18px; }
.paddingT20 { padding-top: 20px; }
.paddingT25 { padding-top: 25px; }
.paddingT30 { padding-top: 30px; }
.paddingT40 { padding-top: 40px; }
.paddingT50 { padding-top: 50px; }
/* LETTER SPACE
 ------------------------------------------*/
.ltsp0 { letter-spacing: 0px; }
.ltsp-1 { letter-spacing: -1px; }
.ltsp-2 { letter-spacing: -2px; }
.ltsp-3 { letter-spacing: -3px; }
.ltsp-4 { letter-spacing: -4px; }
.ltsp-5 { letter-spacing: -5px; }
/* TEXT ALIGN
 ------------------------------------------*/
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.alignTop { vertical-align: top; }
.alignBottom { vertical-align: bottom; }
/* DISPLAY
 ------------------------------------------*/
.block { display: block; }
.inline { display: inline; }
.dspnone { display: none; }
/* FLOAT
 ------------------------------------------*/
.floatL { float: left; }
.floatR { float: right; }
/* CLEAR
 ------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear { clear: both; }
/* FONT SIZE
 ------------------------------------------*/
.text10 { font-size: 10px; }
.text11 { font-size: 11px; }
.text12 { font-size: 12px; }
.text14 { font-size: 14px; }
.text15 { font-size: 15px; }
.text16 { font-size: 16px; }
/* css3
 ----------------------------------------*/

¥Æ¥­¥¹¥È¥·¥ã¥É¥¦ { text-shadow: 1px 1px 3px #000; }
¥Ü¥Ã¥¯¥¹¥·¥ã¥É¥¦ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
¥Ü¥Ã¥¯¥¹¥·¥ã¥É¥¦ÄÚ‚È {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
½ÇÍè {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
¥È¥é¥ó¥¸¥·¥ç¥ó {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*Í¸Ã÷ {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
±³¾°¤Î¤ßÍ¸Ã÷ { background-color: rgba(255,255,255,0.2); }
¥°¥é¥Ç©`¥·¥ç¥ó {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
