@charset "shift-jis";

/*
=========================================================
Editor			 : CLSTK
Version		 : 1.3.2
Since			 : 2007-10-02
Last Up Date	 : 2007-10-30
=========================================================
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ Don't edit this file! ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
---------------------------------------------------------
+Copyright (c) 2007, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.3.0
---------------------------------------------------------

[TOC]
-[001] Reset Module
-[002] Accessibility Module
-[003] clear/clearfix

---------------------------------------------------------
*/

/* [001] Reset Module
-------------------------------------------------------*/

/* ---- body setting----*/
body {
	color:#000000;
	background-color:#ffffff;
}
/* ---- margin and padding reset----*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,
blockquote/*,
th,td*/ {
	margin:0;
	padding:0;
}
/* ---- table setting----*/
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
/* ---- img----*/
img {
	border:0;
	vertical-align:bottom;
}
/* ---- link setting----*/
a {
	outline: none;
	cursor: pointer;
}
/* ---- font style setting----*/
address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/* ----list style setting ----*/
li {
	list-style:none;
}
/* ---- text align setting----*/
caption,
th {
	text-align:left;
}
/* ---- headidng setting----*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* ---- q setting ----*/
q:before,
q:after {
	content:'';
}
/* ---- abbr and acronym setting----*/
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* ---- sup and sub setting----*/
sup,
sub {
	line-height:-1px;
	vertical-align: text-top;
}
sub {
	vertical-align:text-bottom;
}
/* ---- form setting----*/
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
fieldset {
	border:0;
}

/* [002] Accessibility Module
-------------------------------------------------------*/
/* ---- hide ---- */
hide,hr.hide { display:none; }

/* ---- vanish ---- */
.vanish, .skipNavi, .away {
	left:-9999px;
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
	margin:0;
	padding:0;
}

/* ---- noscript ---- */
noscript { 
	text-align:left;
}

noscript p { 
	margin:0;
	padding:10px 0 0 20px;
}

noscript ul { 
	margin:0;
	padding:10px 0 0 40px;
}



/* [003] clear/clearfix
-------------------------------------------------------*/
/* ---- clear ---- */
.clear { clear:both; }
br.clear{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	line-height:1%;
	font-size:1%;
}

/* ---- clearfix ---- */
.clearfix:after,
.section:after,
.section01:after,
.section02:after,
.section02-inside:after,	/* 07/12/12追記 */
.section03:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix,
.section,
.section01,
.section02,
.section02-inside:after,	/* 07/12/12追記 */
.section03 {
	display:inline-block;
}
/* \*/
* html .clearfix,
* html .section,
* html .section01,
* html .section02,
* html .section02-inside:after,	/* 07/12/12追記 */
* html .section03 {
	height:1%;
}
.clearfix,
.section,
.section01,
.section02,
.section02-inside:after,	/* 07/12/12追記 */
.section03 {
	display:block;
}
/* */

/* EOF*/