@charset "Shift_JIS";

/* CSS for The Vision and Craft of Shinjo Ito Web Site */
/* Ver.2.01.001 */

/* BASIC ELEMENT */

body
	{
	margin: 0px;
	padding: 0px;
	}

a
	{
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

/* TAGS - LOGICAL ELEMENTS */

em,strong
	{
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

/* TAGS - BLOCKING ELEMENTS */

p,h1,h2,h3,h4,h5,h6,blockquote,address,pre,hr,div
	{
	display: block;
	text-indent: 0px;
	margin: 0px;
	border-style: none;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

/* TAGS - INLINE ELEMENTS */

sub,sup,span
	{
	display: inline;
	font-style: normal;
	font-size: 100%;
	}

img
	{
	display: inline;
	margin: 0px;
	padding: 0px;
	border-style: none;
	}

/* TAGS - LIST ELEMENTS */

ol,ul,li
	{
	text-indent: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}

/* TAGS - FORM ELEMENTS */

form,label,input,select,optgroup,option,textarea,button
	{
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}
