/* CSS Document */

/*
//////////////////////////////////////////
		--- CSS Documents ---
http://homepage2.nifty.com/sophia~miyako
			copyright(C):kaorhythm 2007
/////////////////////////////////////////
*/

/*
==========================================
 1. Setup
==========================================
*/

* {
	margin: 0;
	padding: 0;
}
html {
	scrollbar-face-color:         #000; 
	scrollbar-arrow-color:        #373420;
	scrollbar-highlight-color:    #373420; 
	scrollbar-shadow-color:       #373420;
	scrollbar-3dlight-color:      #000; 
	scrollbar-darkshadow-color:   #000; 
	scrollbar-track-color:        #000;
}
body,table,textarea {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 140%;
	font-family: Verdana,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, arial, sans-serif;
	color: #ccc;
}
body {
	background-color: #000;
}

form {margin: 0px;}
br   {letter-spacing: normal;}
table {word-break: break-all;}

h1 {
	font-size: 14px;
	letter-spacing: 0.08em;
	margin: 0;
}
h2 {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0px;
}
p {
	margin-bottom: 10px;
}


/*
==========================================
 2. Link Style
==========================================
*/

a         {color: #404; text-decoration: underline;}
a:visited {color: #404; text-decoration: underline;}
a:active  {color: #404; text-decoration: underline;}
a:hover   {color: #616; text-decoration: underline;}

a.amazon {border: 0px;}
a.amazon:hover   {border: 0px;}

/*
==========================================
 3. Layout Style
==========================================
*/

.clear {
	clear: both;
}

#header {
	height: 110px;
	text-align: center;
	background-image: url(images/ino_repo_head.gif);
	background-position: center top;
	background-repeat: no-repeat;	
}
div#ino_fla {
	border-top: 2px solid #373420;
	border-bottom: 2px solid #373420;
	text-align: center;
}
#ino_fla_in {
	width: 700px;
	margin: 0 auto;
}
#contents_bg {
	background-image: url(images/ino_repo_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#contents_outline1 {
	text-align: center;
}
#contents_outline2 {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#contents_left {
	float: left;
	width: 530px;
}
#contents_left_in {
	padding: 20px 18px 0px 18px;
}
#contents_right {
	float: left;
	width: 150px;
	margin: 20px 0 30px 0;
}
#contents_right_in {
	border: 1px solid #373420;
	padding: 8px;
	font-size: 10px;
	text-align: center;
}

#footer {
	width: 100%;
	background-color: #373420;
	font-size: 10px;
	padding: 5px;
	text-align: center;
}
.nj {
	display: none;
}

/*
==========================================
 4. Image
==========================================
*/

img.bottom {
	vertical-align: bottom;
}
img.title {
	margin-bottom: 14px;
}
img.affiriate {
	border: 1px solid #373420;
	margin: 5px 0;
}