@charset "utf-8";

/* idx
---------------------------------- */
html {
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #3d3c3c;
	background-color: #000000;
}
img {
	border: none;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
h1 {
	display: none;
}
h2 {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	font-size: 116%;
}
address {
	display: none;
}


/* link
---------------------------------- */
a,
a:link {
	color: #3d3c3c;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #3d3c3c;
	text-decoration: none;
}


/* flash section
---------------------------------- */
#flashcontent {
	height: 100%;
}

#michibiki:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}
#michibiki {
	margin-left: 0;
	padding-bottom: 20px;
	zoom: 1;
	font-size: 133%;
}
#michibiki li {
	margin-left: 0;
	margin-right: 30px;
	padding-left: 11px;
	display: inline;
	float: left;
	background: url(/jingu/common/images/icon_link01.gif) left 40% no-repeat;
}

#attention {
	margin: 10% auto;
	padding: 30px;
	width: 664px;
	border: 10px solid #e4ddcf;
	background: #ffffff url(../swf/images/goshamon.gif) 42px 64px no-repeat;
	font-size: 83%;
}
#attention_inner {
	margin-left: 236px;
}



#attention ul {
	margin-bottom: 20px;
}
#attention ul#description li {
	padding-left: 8px;
	background: url(/common/images/icon_square.gif) left 50% no-repeat;
}
