/*-------------------------------------------------------*/
/* 共通設定
/*-------------------------------------------------------*/
html{
    height:100%;
}
body{
    height:100%;
	font-size: 0.75em;
	background: url(../img/bg_body.gif);
    background-attachment: fixed;
	color: #000000;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0;
	padding: 0;
}
a:link {
	color: #0066cc;
    text-decoration: underline;
}

a:visited {
	color: #3366cc;
    text-decoration: underline;
}

a:hover {
	color: #FF9900;
    text-decoration: underline;
}

a:active {
	color: #FF9900;
    text-decoration: underline;
}

img {
    border: 0;
}

/*-------------------------------------------------------*/
/* ページレイアウト
/*-------------------------------------------------------*/
* html div#container{
    height:100%;
}
div#container{
    width: 860px;
    margin:0px auto;
    position:relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}
body > #container {
        height: auto;
}
* html div#container2{
    height:100%;
}
div#container2{
    width: 1010px;
    margin:0px auto;
    position:relative;
    min-height: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}
body > #container2 {
        height: auto;
}
div#container_send{
    width: 1120px;
    margin:0px auto;
    position:relative;
    min-height: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}
body > #container_send {
        height: auto;
}

div#main{
    padding-bottom:50px;
}

/* ヘッダ */
div#header {
	background:url(../img/title_back.gif) repeat-x ;
	width: 860px;
	height: 81px;
	float: left;
}
div#header2 {
	background:url(../img/title_back_wide.gif) repeat-x ;
	width: 1010px;
	height: 81px;
	float: left;
}
div#header3 {
	background:url(../img/title_back_listwide.gif) no-repeat ;
	width: 100%;
	height: 62px;
	float: left;
}
div#header_send {
	background:url(../img/title_back_sendlist.gif) repeat-x ;
	width: 1120px;
	height: 81px;
	float: left;
}
div#title {
	padding: 10px 0 0 9px;
	width: 100px;
	float: left;
}

/* 言語切り替え */
span#lang_ja {
	top: 30px;
	left: 677px;
	position: absolute;
	height: 20px;
}
span#lang_en {
	top: 30px;
	left: 761px;
	position: absolute;
	height: 22px;
}


/* メインメニュー */
div#menu {
    position: relative;
	padding: 10px 0 0 0;
	margin: 0;
}

ul#navi_menu_ja {
    list-style: none;
    width: 794px;
    margin: 0;
    padding: 0;
}

ul#navi_menu_ja li {
    list-style: none;
    float: left;
    width: 112px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}
ul#navi_menu_ja li.top_on {
    list-style: none;
    float: left;
    width: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}
ul#navi_menu_ja li.link {
    list-style: none;
    float: left;
    width: 63px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}

ul#navi_menu_ja a {
    display: block;
    width: 114px;
    height: 40px;
    text-indent: -1000px;
    background-image: url(../img/menu_ja.gif);
    overflow: hidden;
    text-decoration: none;
}
ul#navi_menu_ja a.top_on {
    width: 54px;
}

ul#navi_menu_ja a.top {
    width: 54px;
}

ul#navi_menu_ja a.link {
    width: 63px;
}
ul#navi_menu_ja a.link_on {
    width: 63px;
}


div#menu {
    position: relative;
	padding: 10px 0 0 0;
	margin: 0;
}

ul#navi_menu_en {
    list-style: none;
    width: 794px;
    margin: 0;
    padding: 0;
}

ul#navi_menu_en {
    list-style: none;
    width: 794px;
    margin: 0;
    padding: 0;
}


ul#navi_menu_en li {
    list-style: none;
    float: left;
    width: 112px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}
ul#navi_menu_en li.top_on {
    list-style: none;
    float: left;
    width: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}
ul#navi_menu_en li.link {
    list-style: none;
    float: left;
    width: 63px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}
ul#navi_menu_en a {
    display: block;
    width: 114px;
    height: 40px;
    text-indent: -1000px;
    background-image: url(../img/menu_en.gif);
    overflow: hidden;
    text-decoration: none;
}
ul#navi_menu_en a.top_on {
    width: 54px;
}
ul#navi_menu_en a.top {
    width: 54px;
}
ul#navi_menu_en a.link {
    width: 63px;
}
ul#navi_menu_en a.link_on {
    width: 63px;
}



a.top {
    background-position: 0px 0px;
}
a:hover.top, a.top_on {
    background-position: 0px -48px;
}
a.act {
    background-position: -55px 0px;
}
a:hover.act, a.act_on {
    background-position: -55px -48px;
}
a.dict {
    background-position: -166px 0px;
}
a:hover.dict, a.dict_on {
    background-position: -166px -48px;
}
a.trans {
    background-position: -280px 0px;
}
a:hover.trans, a.trans_on {
    background-position: -280px -48px;
}

a.update {
    background-position: -394px 0px;
}
a:hover.update, a.update_on {
    background-position: -394px -48px;
}
a.news {
    background-position: -508px 0px;
}
a:hover.news, a.news_on {
    background-position: -508px -48px;
}
a.info {
    background-position: -622px 0px;
}
a:hover.info, a.info_on {
    background-position: -622px -48px;
}
a.link {
    background-position: -736px 0px;
}
a:hover.link, a.link_on {
    background-position: -736px -48px;
}


div#menu_btn {
    position: relative;
	padding-top: 150px;
	padding-left: 50px;
}

.c-both { clear:both; }

/*IE6対応*/

* html a.act {
    background-position: -55px 0px;
}
* html a:hover.act, * html a.act_on {
    background-position: -55px -48px;
}
* html a.dict {
    background-position: -169px 0px;
}
* html a:hover.dict, * html a.dict_on {
    background-position: -169px -48px;
}
* html a.trans {
    background-position: -283px 0px;
}
* html a:hover.trans, * html a.trans_on {
    background-position: -283px -48px;
}

* html a.update {
    background-position: -397px 0px;
}
* html a:hover.update, * html a.update_on {
    background-position: -397px -48px;
}
* html a.news {
    background-position: -511px 0px;
}
* html a:hover.news, * html a.news_on {
    background-position: -511px -48px;
}
* html a.info {
    background-position: -625px 0px;
}
* html a:hover.info, * html a.info_on {
    background-position: -625px -48px;
}
* html a.link {
    background-position: -739px 0px;
}
* html a:hover.link, * html a.link_on {
    background-position: -739px -48px;
}


* html ul#navi_menu_en a.link {
    width: 61px;
}
* html ul#navi_menu_en a.link_on {
    width: 61px;
}

* html ul#navi_menu_ja a.link {
    width: 61px;
}
* html ul#navi_menu_ja a.link_on {
    width: 61px;
}

* html ul#navi_menu_ja li.link {
    list-style: none;
    float: right;
    width: 63px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}
* html ul#navi_menu_ja {
    list-style: none;
    width: 802px;
    margin: 0;
    padding: 0;
}


* html ul#navi_menu_en {
    list-style: none;
    width: 802px;
    margin: 0;
    padding: 0;
}


/* 機能メニューボタン */
div#menu_left {
    float: left;
	padding-top: 50px;
    padding-left: 125px;
    padding-right: 50px;
    width: 250px;
}
div#menu_right {
    float: left;
	padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    width: 250px;
}
div#menu_left img {
    margin-top: 10px;
}
div#menu_right img {
    margin-top: 10px;
}

/* フッタ */
#footer{
    position: relative;
    bottom:0px;
    height:30px;
    width:100%;
    padding-top: 10px;
    text-align: center;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}
#contact_icon {
    float: left;
    padding-left: 20px;
    vertical-align: middle;
}
#contact {
    float: left;
    padding-top: 2px;
    padding-left: 40px;
    margin-top: -55px;
    line-height: 20px;
        vertical-align: middle;
}
#moj_logo {
    float: left;
    padding-top: 2px;
    padding-left: 645px;
    margin-top: -60px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.page_title {
    margin-left: 25px;
    margin-bottom: 15px;
}

.top_sitemap {
    text-align: right;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    line-height: 1.2em;
    position: static;
}

.top_caption {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.8em;
    width: 670px;
    position: static;
    border-bottom: 1px dotted #7f7f7f;
}
.top_search {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 800px;
    position: static;
}
.top_history {
    margin-bottom: 20px;
    width: 780px;
    position: static;
    text-align: right;
}
.top_sub_contents {
    text-align: center;
}
.top_info {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    border: 1px #999999 dotted;
    width: 650px;
    position: static;
    line-height: 1.8em;
}
.top_contact {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px #999999 dotted;
    line-height: 1.8em;
    width: 670px;
    position: static;
}
.top_more {
    text-align: right;
    margin-top: 10px;
}

.annotation {
    text-align: left;
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 10px;
    border: 1px #999999 dotted;
    line-height: 1.8em;
    width: 670px;
    position: static;
}
.annotation_list {
    text-align: left;
    margin-top: 20px;
    padding: 10px;
    border: 1px #999999 dotted;
    line-height: 1.8em;
    width: 670px;
    position: static;
}

.annotation_body {
    margin-top: 20px;
    margin-bottom: 20px;
}

.err_back_btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70px;
    height: 30px;
}

.sitemap_table {
    position: relative;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    vertical-align: top;
    width: 800px;
}
.sitemap_table tr td {
    vertical-align: top;
    width: 50%;
    padding: 5px;
}
.sitemap_contents {
    text-align: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 25px;
    list-style-type: none;
    line-height: 1.8em;
    vertical-align: top;
}
.sitemap_contents li {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    background: url(../img/list_mark.gif) no-repeat 3px 0.4em;
    list-style: none;
}
.sitemap_contents li.sub {
    margin: 0px 0px 0px 30px;
    background: url(../img/list_mark.gif) no-repeat 3px 0.4em;
}
.sitemap_contents li.nolink {
    margin: 0px;
    background: url(../img/list_mark_down.gif) no-repeat 3px 0.4em;
}
.sitemap_contents li.sub_nolink {
    margin: 0px 0px 0px 30px;
    background: url(../img/list_mark_down.gif) no-repeat 3px 0.4em;
}
.sitemap_contents li.sub2 {
    margin: 0px 0px 0px 60px;
    background: url(../img/list_mark.gif) no-repeat 3px 0.4em;
}








.sitemap_search_law_title {
	top: 170px;
    left: 45px;
	position: absolute;
}
.sitemap_search_law {
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 0px;
    margin-left: 0px;
    width: 310px;
    list-style-type: square;
    line-height: 1.8em;
}
.sitemap_dict_search_title {
	top: 170px;
    left: 430px;
	position: absolute;
}
.sitemap_dict_search {
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 0px;
    margin-left: 0px;
    width: 308px;
    list-style-type: square;
    line-height: 1.8em;
}
.sitemap_link_title {
	top: 350px;
    left: 45px;
	position: absolute;
}
.sitemap_link {
    text-align: left;
	top: 390px;
    left: 50px;
	position: absolute;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 0px;
    margin-left: 0px;
    width: 310px;
    list-style-type: square;
    line-height: 1.8em;
}
.sitemap_data_title {
	top: 930px;
    left: 45px;
	position: absolute;
}
.sitemap_data {
    text-align: left;
	top: 390px;
    left: 50px;
	position: absolute;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 0px;
    margin-left: 0px;
    width: 310px;
    list-style-type: square;
    line-height: 1.8em;
}



/*-------------------------------------------------------*/
/* 辞書検索機能
/*-------------------------------------------------------*/





div.rss {
    text-align: right;
    margin-bottom: 10px;
}
div.rss a {
    text-decoration: none;
}
div.rss img {
    margin-right: 3px;
    vertical-align: -3px;
}
