@charset "utf-8";

/*
======== table of content. =================================

summary:ジーンズ辞典ページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*/
#main{
	padding:0 0 0 1px;
}
#main table a:link,
#main table a:visited{
	color:#999;
}

#main table a:hover{
	color:#999;
}
/*TITLE*/
.textArea h2,
.dic_title{
	font-weight:bold;
	color:#FC0;
}
#main table .dic_title a:link,
#main table .dic_title a:visited,
#main table .dic_title a:hover{
	color:#FC0;
}
.textArea h2{
	border:1px solid #666;
	padding:5px 0;
	width:30px;
	text-align:center;
	margin:0 0 5px 0;
}

/*textTable*/
.textArea{
	padding:40px 0 40px 40px;
	width:495px;
	float:left;
}
.textArea table{
	width:495px;
}
.textArea table{
	margin:0 0 45px 0;
}
.textArea p{
	margin:0 0 20px 0;
	padding:0;
}


/*sakuin*/
h3{
	padding:7px;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
	text-align:center;
}
#navigation_dic{
	padding:40px 40px 0 0;
	width:170px;
	float:right;
}
#navigation_dic table{
	margin:0 0 10px 0;
}
#navigation_dic table table{
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#navigation_dic table table td{
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
	padding:7px 0;
	width:33px;
	font-weight:bold;
}
