@charset 'UTF-8';

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*用語辞典ページ（dictionary/index.html）*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_box {
margin:0 auto 10px;
width:970px;
}

#column_wrap{
width: 910px !important;
padding: 30px 35px !important;
}

/*==========================================================*/
/*右コンテンツ*/
/*==========================================================*/

#side_column{
width: 218px;
float: right;
}

/*==========================================================*/
/*左＆中央囲み*/
/*==========================================================*/

#center_left_wrap{
float: left;
width: 660px;
}

#index_list{
background: #F5F8FA;
padding: 15px 25px;
margin-bottom: 25px;
}
#index_list ul{
zoom: 1;
margin-right: -40px;
_margin-right: -80px;
}
#index_list li{
background: url(../../dictionary/img/icon.jpg) left center no-repeat;
padding-left: 10px;
float: left;
margin-right: 40px;
font-weight: bold;
white-space: nowrap;
}

.index_box{
background: #F5F8FA;
width: 610px;
padding: 15px;
margin-bottom: 30px;
}
.index_box dt{
color: #116FA6;
font-weight: bold;
float: left;
width: 42px;
zoom: 1;
clear: both;
margin-bottom: 10px;
white-space: nowrap;
}
.index_box dd{
margin-left: 42px;
margin-bottom: 10px;
}
.index_box dd li{
background: url(../../dictionary/img/icon.jpg) left 5px no-repeat;
padding-left: 10px;
float: left;
margin-right: 25px;
}

.dictionary_about{
clear: both;
}
.dictionary_about dt{
font-weight: bold;
color: #116FA6;
margin-bottom: 3px;
}
.dictionary_about dt a{ color: #116FA6;}
.dictionary_about dt a:hover{ color: #116FA6;}

.dictionary_about dd{
background: url(../../dictionary/img/dot_line.jpg) left bottom no-repeat;
padding-bottom: 10px;
margin-bottom: 40px;
}