@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav 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;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*
html5doctor.com Reset Stylesheet
end
*/


h1,h2,h3,h4,h5,h6,address,caption,em,strong,th,td,textarea {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

img {
	vertical-align:bottom;
}

ol,ul {
	list-style:none;
}

caption,th,td {
	text-align:left;
}

textarea {
	vertical-align:middle;
}

/*------------------
  general
-------------------*/
/* font-style */
.b 		{ font-weight: bold; }
.i		{ font-style: italic; }
.u		{ text-decoration: underline; }
.d		{ text-decoration: line-through; }
.normal		{ font-weight: normal;}

/* font-color */
.black		{ color: #000; }
.white		{ color: #fff; }
.tw		{ color: #fff; }
.red		{ color: #f00; }
.green		{ color: #0f0; }
.blue		{ color: #00f; }
.gray		{ color: #666; }

/* font-size */
.xx-s		{ font-size: xx-small; }
.x-s		{ font-size: x-small; }
.s		{ font-size: small; }
.m		{ font-size: medium; }
.l		{ font-size: large; }
.x-l		{ font-size: x-large; }
.xx-l		{ font-size: xx-large; }

/* text-align */
.txt-left	{ text-align: left; }
.txt-center	{ text-align: center; }
.txt-right	{ text-align: right; }
td.nowrap	{ white-space: nowrap; }

/* float */
.left		{ float: left; }
.right		{ float: right; }
.clear		{ clear: both; }

/* image */
img.left	{ margin: 0 15px 8px 0; }
img.right	{ margin: 0 0 8px 15px; }

.hide		{ display: none; }

.caution {
	color: #f90;
	font-size: 0.5em;
	font-weight: normal;
}

li		{ list-style: none; }
hr		{ display: none; }

/*------------------
  contents
-------------------*/
html {
	overflow-y: scroll;
}
html,body {
	font-size: 85%;
	color: #666;
	text-align: center;
	height: 100%;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-moz-opacity: 0.99;
	text-shadow: #000 0 0 0;
	background: #fff;
}

body {
	position: relative;
}

a,a:link,a:visited,a:active {
	color: #39c;
	outline: 0px;
	text-decoration: underline;
	font-weight: normal;
	vertical-align: text-top;
}

a:hover {
	color: #39c;
	text-decoration: none;
	font-weight: normal;
}

th,td {
	font-size: 1em;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	vertical-align: middle;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
h4 {
	font-size: 1.0em;
	font-weight: normal;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
h1 span {
	display: none;
}
h2 span {
	display: none;
}
h3 span {
	display: none;
}

textarea {
	font-size: 1em;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
