@charset "Shift_JIS";
/* Ver1.0.0-CLSMS-080723 */

/* Reset Module
------------------------------------------------------
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
--
Reset Reloaded
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-----------------------------------------------------*/
body, div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
form,fieldset,input,textarea,
th,td {
	margin:0;
	padding:0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}
*/
fieldset, img {
	border:0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr, acronym { 
	border:0;
}
a {
	outline: none;
	cursor: pointer;
}

strong,.strong { font-weight:bold; }

/* [002] Accessibility Module
------------------------------------------------------*/
/* ---- hide ---- */
hr { display:none; }

/* ---- away ---- */
.vanish, .skipNavi, .away {
	left:-9999px;
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
}

/* [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,
#article:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, #article { display:inline-block; }
/* \*/
* html .clearfix, * html #article { height:1%; }
.clearfix, #article { display:block; }
/* */
/* EOF*/