/* CSS Document */

/* S */

body {
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	font-family: Verdana,Chicago,Osaka,"ms gothic",sans-serif;
	margin:0;padding:0;
}

/* contents */
#contents {
	text-align: left;
	margin: 10px auto;
	width: 720px;
	color: #cccccc;
	background-color: #000000;
	}

/* side */
#side {
	margin: 30px 0px;
	float: left;
	width: 220px;
	display: block;
	text-align: center;
	}
	
.box {
	background-color: #333333;
	padding: 1px;
	margin-top: 10px;
	border: 1px solid #cccccc;
	display: block;
	text-align: center;
	}
	
.boxAuge {
	background-image : url(../image/side.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #000000;
	padding: 0px;
	margin: 10px auto;
	border: 1px solid #666666;
	width: 180px;
	display: block;
	text-align: center;
	}
	
.navi {
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	display: block;
	}
	
/* main */
#main {
	float: right;
	width: 460px;
	font-size: 10px;	
	margin-right: 10px;
	text-align: left;
}

.kizi {
	font-size: 12px;	
	margin-right: 10px;
	line-height: 1.5;
	}

.album_bottom {
	font-size: 10px;	
	text-align: center;
	}
	
/* h2 */
h2 {
	padding: 0px;
	margin: 20px 0px;
	width: 300px;
	height: 40px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00ccff;
	text-align: right;
	border-bottom: 1px #666666 dotted;
	}

h4{
   width:470;
   background-color: #ccffff;
   padding: 0px 0px 0px 3px;
   font-size: 10px;
   font-weight: bold;
   color: #330033;
   line-height:125%;
   text-align:left;
  }@
  
  /* tag */
strong{
	font-weight : bold;
	color: #ccffff;
	font-size: 14px;
	text-decoration: none;
 }
 
.v{
	text-align: left bottom;
	font-size: 10px;
	width: 420px;
	height: 15px;
	margin: 0 20px;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px #666666 dotted;
	border-right: 1px #666666 dotted;
	display: block;
	}
 
.ar{
    text-align:right;
   }

/* link */
a:link   {
	color:#ffcccc;
	}
a:visited{
	color:#ffcccc;
	}
a:hover {
	color:#993366;
	text-decoration:underline;
	} 

a {
	text-decoration: none;
	}


