@charset "utf-8";
/* 2009年7月6日 */

/* 大枠 */
#wrapper {
	width:840px;
    background-color:#0e0b08;
	margin:0 30px;
	color:#FFFFFF;
	}
	
dl,dt,dd,ul,li{
margin:0;
padding:0;
}

li{
list-style:none;
}

h2,h3,h4 {
	text-indent:-9999px;
	line-height:0;
	}	
	
/* 左ナビゲーション大枠 
---------------------------*/
.nav{
width:204px;
background-color:#372727;
float:left;
clear:both;
}

#leftBack{
	width:204px;
	background-repeat:repeat-y;
	background-image:url(../image/left_back.jpg);
	background-color:#0e0b08;
}

/* 右コンテンツ大枠 
---------------------------*/
.contents{
width:636px;
float:right;
background-color:#0e0b08;
}

/* キャラクター */
.character td{
text-align:center;
line-height:1.5;
}

.character span{
color:#da6766;
}

/*ロールオーバーで光る処理
-------------------*/
.character a:hover img{
opacity:0.7;
filter:alpha(opacity:70);
}

/* プロフィール */
.profile p{
color:#000;
line-height:1.5;
font-size:11px;
width:300px;
margin:auto;
margin-top:5px;
}

/* コピーライト 
--------------------------*/
#copyRight{
clear:both;
font-size:90%;
line-height:1.5;
padding:10px;
list-style:none;
background-color:#0e0b08;
text-decoration:none;
}


	

