@charset "ISO-8859-1";

/*=============================================================
	URI: http://www.yasukuni.or.jp/
	Created: 2008.1
=============================================================*/

/*========================Contents=============================
 01) Reset
 02) Redefine
 03) Memo
=============================================================*/

/*-------------------------------------------------------------
	01) Reset
-------------------------------------------------------------*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
pre,
fieldset,
blockquote,
address,
form,
p {
	margin:0;
	padding:0;
	}

/*-------------------------------------------------------------
	02) Redefine
-------------------------------------------------------------*/
body {
	margin:0 auto;
	padding:0;
	background:transparent url(../images/shared/bg_body.gif);
	text-align:center;
	font-family:Verdana,sans-serif;
	font-size:100%;
	color:#333333;	
	}

ul,ol {list-style:none;}

li li {font-size:inherit;}

h1,h2,h3,h4,h5,h6,
address,
caption,
em {
	font-style:normal;
	font-weight:normal;
	}

caption,th {text-align:left;}

img {border:0;}

p {
	font-size:75%;
	line-height:1.6;
	}

hr {display:none;}