@charset "utf-8";
/* CSS Document */

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

	* Default Style Sheet[beta] 

	{
		* last update 2009/11/13
		* author : 	Richard Clark - http://richclarkdesign.com ,
		* modify : 	NAZAL30mL;
	}
--------------------------------

	* Contents
	
	1. Reset
	2. Structure
	3. Block Elements
	4. Inline elements / other elements
	5. Forms
	6. accessibility
	
--------------------------------- */


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

	 1. Reset
 
============================================================================================================*/

html, 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, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	/*background: transparent;*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
}
/* ==========================================================================================================

	 2. Structure
 
============================================================================================================*/

html {
	/*overflow-y : hidden;*/
	height : 100%;
}
body {
	background-color: #FFFFFF;
	height : 100%;
	font-size : 12px;
	font-family : 	"メイリオ", Meiryo, 
					"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", 
					"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color : #000;
	letter-spacing : -0.03em;
	line-height : 1.7;
}
/* ==========================================================================================================

	 3. Block Elements
 
============================================================================================================*/
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
ul {
	list-style : none;
}
li {
	line-height: 1.4;
}
dt {
	display : block;
	width : auto;
}
table {
	border : none;
	border-collapse : collapse;
	border-spacing : 0;
	font-size : 100%;
}
td,
th {
	vertical-align : top;
}
th {
	font-weight : normal;
	text-align : left;
}
caption {
	text-align : left;
}
/* ==========================================================================================================

	  4. Inline elements / other elements

============================================================================================================*/
pre,
code,
samp,
kbd,
var {
	/*font-size		: 99%;*/
	font-family : 'Courier New', Courier, monospace;
	margin: 0 5px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
kbd {
	border: 1px solid #999999;
	padding: 0.2em 0.4em;
	text-transform: uppercase;
	font-size: 83%;
}
abbr,
dfn {
	border-bottom : 1px dotted #999;
	cursor : help;
}
cite,
dfn {
	font-weight: bold;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
button {
	background-color: #efefef;
	border: 1px solid #aaa;
	cursor: pointer;
	font-family : "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Helvetica, Arial, "ＭＳ Ｐゴシック" sans-serif;
}
button:hover {
	background-color: #f7f7f7;
}
button:active {
	background-color: #eaeaea;
}
/*  ------------------------------------------------------------------

	空要素

---------------------------------------------------------------------*/
/*  イメージをボックスを上に
-----------------------------------*/
img {
	background-color : transparent;
	vertical-align : top;
}
br {
	letter-spacing : normal;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

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

	5. Forms

============================================================================================================*/
input,
textarea,
select,
option,
optgroup {
	vertical-align : middle;
	background-color : #FFF;
	font : 99%/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
select {
	min-width : 2em;
}
option,
optgroup {
	padding-right : 0.4em;
	color: inherit;
}
fieldset {
	border : none;
}
legend {
	display : none;
}
/*  mousePointer
-----------------------------------*/
label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select,
option {
	cursor : pointer;
}
optgroup {
	cursor : default;
}





