/* ---------------------- BODY ---------------------- */

body {
	color:#747474;
	margin:0px;
	background:#ffffff; 
	background-image: url(bg.png); 
	background-repeat: repeat-x; 
	line-height:1.6em; 
	font-family: verdana;
	font-size: 12px;
}



#wrapper {
	margin:0 auto;
	background:#ffffff;
	padding:0px;
	
}

.fixed {
	width:650px;
	float:right;
}


#header {
	height:350px;
	background-color: #F4F2F3;
	background-image: url(images/dengekidaisyheader2.png);
	background-repeat: repeat-all;
	
       }


/* ---------------------- CONTENT ---------------------- */

#content
{font-family: verdana;
font-size: 12px;
color: #747474; 
text-align: right;
line-height: 14px;
padding: 5px;
margin-top:15px;
margin-bottom: 15px;
background-color:#FFF;
width: 600px;
}

blockquote {
width: 50%;
font-size: 11;
background-color: #F3F1F1;
padding: 5px;
text-align: left;
margin-left: 120px;
margin-top: 25px;
}


h1
{font-family: Georgia;
font-size: 32px;
font-weight: normal;
font-style: italic;
color: #354572; 
text-align: right;
text-transform: lowercase;
letter-spacing:-2px;
line-height:20px;
margin-top: 0px;
margin-bottom: 0px;
}

h2 {
	font-family: century gothic;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #7395a6; 
	text-align: right;
	text-transform: lowercase;
	letter-spacing:1px;
	line-height:10px;
	padding-left:5px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color:transparent;
}

h3 { 
	font-family: verdana; 
	font-size: 15px; 
	color: #6c5d74; 
	text-transform:lowercase;
	margin-left: 20px;
	font-weight: 25px;
	text-align:left;
}

i,em{
	color:#4a4a4a;
	}
b,strong{
	color:#886aae;
	} 

#content a, a:visited, a:active {
	color: #697ecd;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	cursor: crosshair;
}

#content a:hover {
	color: #747474;
	letter-spacing: 1px;
	border-bottom: #846cc0 solid 2px;
	padding: 2px;
}

p {	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	margin-left: 10px; 
	text-align: justify;}

ul {	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	margin-left: 10px; 
	text-align: justify;
	list-style-type:lower-roman;
	color: #272727;}
li {margin-bottom: 3px;}

ol {text-align:left;}
	
/* ---------------------- FOOTER ---------------------- */
#footer {
	margin:20px 0px 0 3px;
    width: 600px;
	padding:3px;
	background:#e6e6e6;
	color: #9c9b99;
	clear:both;}

#footer a, a:visited, a:active {
	color: #858585;
	padding: 2px;
	text-decoration: none;
}

#footer a:hover {
	color: #383837;
	text-decoration: none;
	padding: 2px;
}

/* ---------------------- MENU ---------------------- */
  
.mattblacktabs{
	width: 100%;
	overflow: hidden;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; 
	font: bold 11px trebuchet ms;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
}

.mattblacktabs li a{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;
	color: #eeeeee;
	background: #585858; 
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #626260; 
color: #d3d3d3;
}

/* ---------------------- FORMS ---------------------- */

input, textarea, option, select {
	background-color: #F9F9F9;
	font: 12px verdana;
	color: #666666;
	border: 1px solid #EEEEEE;
	padding:3px;}

input:hover, textarea:hover, option:hover, select:hover {
	background-color: #EEEEEE;}

/* ------------------------------------------------	IMAGES
*/


img 	{ border:0px }


img.pic 	{
	border : 5px solid #d3d1d2;
	margin : 2px;}

img:hover.pic {
	border : 5px solid #a2a2a2;
	margin : 2px;
