@charset "UTF-8";
/*------------------------------
BODY
------------------------------*/
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "font-family: "Lucida Grande", Verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;";
	font-size: 13px;
	line-height: 1.85em;
}
#wrapper {
	background-color: #fff;
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
}
#navcontaine {
	float: right;
	width: 350px;
	padding: 10px;
}
.box-1 {
	line-height: 1.35em;
}
.navi-pages {
	font-size: 9px;
}
#main {
	float: none;
	width: 500px;
	height: auto;
	margin-top: 40px;
}
#footer {
	font-size: 9px;
}
.entry {
	width: 500px;
	height: auto;
}
.entry-info {
	font-size: 8px;
	width: 500px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-align: right;
}
/*------------------------------
IMAGES
------------------------------*/
img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*------------------------------
LINK
------------------------------*/

a:link, a:hover, a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link, a:visited {
	color: #996600;
}
a:hover {
	color: #B10101;
}
a:link, a:hover, a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}
a.mini {
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
}
/*------------------------------
FONT
------------------------------*/

h1 {
	font-size: 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #65002e;
}
strong {
	color: #5a552b;
}

i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4f543d;
}
i.quotation{
	font-size: 24px;
}
ol {
	font-size: 12px;
	color: #861c7d;
	line-height: 2.75em;
	text-decoration:underline;
}
#about {
	color: #333;
	font-size: 10px;
	line-height: 1.75em;
}
/*------------------------------
hide from ie on mac
------------------------------*/
html { height: 100%; overflow: auto; }
#flashcontent {position: absolute; top: 0px; left: 0px; height: 100%; width:  100%;}

/*------------------------------
LOOP Image
------------------------------*/
.fadein { position:relative; width:420px; height:550px; }
.fadein img { position:absolute; width:340px; left:20px; top:10px; }
