/* サイトタイトル部分*/

h2#JitenTitle {
	width : 400px;
	height : 58px;
	background : url(./img/jitentitle.jpg) no-repeat left top;
}

h2#JitenTitle a {
	width : 400px;
	height : 58px;
	display : block;
	margin : 0;
	text-indent : -500000px;
}


/* カテゴリータイトル　*/

#JitenCategories {
	width : 400px;
	padding : 10px 0;
	margin : 0 0 10px 0;
	color : #787878;
	border-top : #e2e2e2 1px solid;
	border-bottom : #e2e2e2 1px solid;
	float : left;
}

.JitenCategory {
	width : 130px;
	height  : 30px;
	display : block;
	margin : 0 0 0 0;
	float : left;
	text-indent : -500000px;
}

#JCindex { background : url(./img/cattitle_index.gif) no-repeat left 4px; }
#JCav { background : url(./img/cattitle_av.gif) no-repeat left 4px; }
#JCcar { background : url(./img/cattitle_car.gif) no-repeat left 4px; }
#JCtv { background : url(./img/cattitle_tv.gif) no-repeat left 4px; }
#JCcamera { background : url(./img/cattitle_camera.gif) no-repeat left 4px; }
#JCpc { background : url(./img/cattitle_pc.gif) no-repeat left 4px; }
#JCrecorder { background : url(./img/cattitle_recorder.gif) no-repeat left 4px; }
#JCwatch { background : url(./img/cattitle_watch.gif) no-repeat left 4px; }
#JCmobile { background : url(./img/cattitle_mobile.gif) no-repeat left 4px; }


.JitenCategoryList {
	width : 270px;
	font-size : 10px;
	line-height : 15px;
	margin : 0;
	padding : 0;
	float : left;
}
.JitenCategoryList a:link, .JitenCategoryList a:visited { text-decoration : none; }

/* あかさたなのインデックス */
#JitenIndex {
	width : 400px;
	margin-bottom : 40px;
	font-size : 140%;
}
#JitenIndex a {
	margin : 0 8px;
}
#JitenIndex a:link, #JitenIndex a:visited { text-decoration : none; }


/* タイトルブロック */
.Jiten_Title {
	clear:both;
	border-left : solid 9px #FF0000;
	padding : 4px 0 0 9px;
	margin : 0 0 20px 0;
}

#Center .Jiten_Title h3 {
	margin : 0;
	padding : 0;
}

#Center .Jiten_Title h3.JitenIndexTitle {
	font-size : 140%;
	font-weight : normal;
	line-height : 140%;
	margin : 0;
	padding : 0;
}

.Jiten_Title p.kana {
	font-size : 10px;
	line-height : 15px;
	color : #787878;
}

.Jiten_Title p.cat {
	font-size : 10px;
	line-height : 15px;
}
.Jiten_Title p.cat a {
	margin : 0 4px 0 0;
}
.Jiten_Title p.cat a:link, .Jiten_Title p.cat a:visited   {
	text-decoration : none;
}

/* 用語リスト */
ul.JitenListA {
	margin : 0 5px 30px 5px;
	padding : 0;
	list-style : none;
}
ul.JitenListA li {
	margin : 0 0 10px 0;
	padding : 0;
	/*font-size : 100%;*/
}
ul.JitenListA li span {
margin : 0 0 0 5px;
font-size : 10px;
}

ul.JitenListA li span a:link,  ul.JitenListA li span a:visited{
	text-decoration : none;
	color : #7A7A7A;
}
ul.JitenListA li span a:hover,  ul.JitenListA li span a:visited:hover, ul.JitenListA li span a:active {
	text-decoration : none;
	color : #A0A0A0;
}
/* ページトップ */
.JitenInfo {
	width : 400px;
	padding : 8px 0;
	margin : 0 0 40px 0;
	float : left;
	font-size : 10px;
	line-height : 15px;
	border-top : #e2e2e2 1px solid;
	border-bottom : #e2e2e2 1px solid;
}

.JitenInfoBody {
	width : 350px;
	margin : 0;
	float : left;
}
.JitenInfoBody a:link, .JitenInfoBody a:visited {
	text-decoration : none;
}
.JitenInfoBody img {
	margin : 0 5px;
}

.JitenInfo2Top {
	width : 45px;
	margin : 3px 0 0 0;
	font-size : 9px;
	line-height : 9px;
	float : left;
}

