@charset "utf-8";

/* CSS Information ==============================
File name: reset.css
Editors: Sanae Hirano
Last Editor: Sanae Hirano
Date: 
============================================== */

ins,del {
	display: block;
	}
p ins,p del,
ul ins,ul del,
ol ins,ol del,
dl ins,dl del,
table ins,table del {
	display: inline;
	}

body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,
p,blockquote,
table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
	}

ul {
	list-style: none;
	}
/* add by hujioka 130530 */
ol {
	padding-left: 2em;
	list-style-position: inside;
	}
/* end of added part by hujioka */

/* added by thirota 120307 */
ol.default, ul.default,
dd.default        { margin-left: 40px }
ul.default { list-style-type: disc }
ul.default ul     { list-style-type: circle }
ul.default ul ul  { list-style-type: square }
ol.default        { list-style-type: decimal } 
ol.default ul, ul.default ol, 
ul.default ul, ol.default ol    { margin-top: 0; margin-bottom: 0 } 
/* end of added part */

table{
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,
img{
	border: 0 none;
	}
abbr,acronym {
	border-bottom: 1px dashed;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
h1,h2,h3,h4,h5,h6,
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
/*	font-style: normal;*/
	}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
	}
table {
	font-size: 100%;
	}
select,
input,
textarea {
	font-size: 100%;
	font-weight: bold;
	}
var,code,samp,kbd {
	font-family: monospace;
	}

html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	}
textarea {
	overflow: auto;
	}

caption,
th {
	text-align: left;
	}
img,
input {
	vertical-align: middle;
	}

a,
input[type="submit"] {
	cursor: pointer;
	}


