@charset "utf-8";


/* =====================================================================

 * Based on Yahoo! UI Library's Reset CSS.
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * http://developer.yahoo.net/yui/license.txt
 
 * =================================================================== */
 

/* Reset
---------------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, 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 {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym { 
	border: 0;
}


/* =====================================================================

 * Basic
 
 * =================================================================== */

/* Basic
---------------------------------------------------------------------- */

body {
	font-size: 13px;
	/* for IE6/7 */ 
	*font-size: 11px; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
 
body {
	background-color: #ffffff;
	color: #666666;
}

body {
	font-family: Lucida Sans, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
	'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic',
	Verdana, Arial, Helvetica, sans-serif;
}
;;body {
	font-family: Lucida Sans, 'メイリオ', Meiryo, Osaka, 
	'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
}
*:first-child+html body {
	font-family: Lucida Sans, 'メイリオ', Meiryo, Osaka, 
	'ＭＳ Ｐゴシック', 'MS P Gothic', sVerdana, Arial, sans-serif;
}
* html body {
	font-family: Lucida Sans, 'メイリオ', Meiryo, Osaka, 
	'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, sans-serif;
}

hr {
	display:none;
}
 
form {
	margin: 0;
	padding: 0;
}
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
 
input {
	line-height: 1.2;
}
 
textarea {
	padding: 0.4em 10px;
}
 
img {
	vertical-align: top;
	border-style: none;
	text-decoration: none;
}

img a {
	border-style: none;
	text-decoration: none;
}

p, table {
	line-height: 160%;	
}

p {
	margin: 0 0 1em 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* Font Size
---------------------------------------------------------------------- */

.x-large   { font-size: 136%; }
.large     { font-size: 122%; }
.mid       { font-size: 107%; }
.small     { font-size:  92%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }


/* Hyperlink
---------------------------------------------------------------------- */

/* \*/ a		{ outline:none; overflow:hidden; } /**/
/* \*/ a:focus	{ outline:none; overflow:hidden; } /**/

/*
a			
{ text-decoration: underline; color: #666666; border: 0px; }
a:visited		
{ text-decoration: underline; color: #666666; border: 0px; }
a:active		
{ text-decoration: underline; color: #666666; border: 0px; }
a:hover		
{ text-decoration: none;      color: #cccccc; border: 0px; }
*/


/* =====================================================================

 * clear
 
 * =================================================================== */


/* clearfix
---------------------------------------------------------------------- */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* clear left right
---------------------------------------------------------------------- */	

.cl {
	clear: left;
}

.cr {
	clear: right;
}
