﻿??/* ---------------------------------------------
 common.css
 法令外国語データベース検索共通スタイルシート  
 作成日:2008/9/10
--------------------------------------------- */


*{ 
	margin: 0px; 
	padding: 0px; 
} 
/*2009.2.24 edit
div#main{
	color: #333333;
	font-size: 0.85em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8;
	background-image: url(img/bg_main.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0px; 
	padding: 0px;
}
*/
div#main_list{
	color: #333333;
	font-size: 0.85em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8;
	background-image: url(img/bg_main_950.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0px; 
	padding: 0px;
}


td,th {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
.floatBtn{
	float: left;
	display: block;
	text-indent: -9999px;
	line-height:1;
}
.clear{
	clear: both;
	height:1px;
	line-height:1;
	font-size:1px;
}
a.act:link,
a.act:visited,
a.act:active{
	color: #666666;
	text-decoration: underline;
}
a.act:hover{
	color: #666666;
	text-decoration: underline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* layout 081217 CRESTEC 横幅変更 */
div#mainContents{
	width: 800px;
	margin: 0px 0px 0px 0px;
	clear: both;
	text-align: left;

}
.l_top{
	padding-top: 44px;
}
.l_law{
	padding-top: 36px;
	padding-bottom: 24px;
}

.l_law_list{
	padding-top: 10px;
	padding-bottom: 24px;
}

.h2{
	margin: 0px 0px 0px 30px;
}

/*2009.2.24 edit
div#footer{
	width: 800px;
	clear: both;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
*/
div#list_footer{
	width: 950px;
	clear: both;
	margin: 0px 0px 60px 0px;
}

.mailForm{
	padding-top: 15px;
	padding-left: 24px;
	padding-bottom: 24px;
}

/* header style
div#header{
	width: 850px;
	height: 81px;
	background-image: url(img/bg_header.gif);
	background-repeat: repeat-x	;
}
div#header h1{
	margin: 0;
	width: 376px;
	padding: 10px 0px 0px 0px;
	float: left;
}
div#header h1.idx{
	margin: 0;
	padding: 10px 0px 0px 24px;
}
div#header ul{
	width: 350px;
	height: 34px;
	float: right;
	margin: 22px 0px 0px 0px;
}
div#header ul li{
	float: left;
	text-indent: -9999px;
	list-style: none;
}
div#header ul li.right{
	float: right;
	text-indent: -9999px;
	list-style: none;
	padding-right: 29px;
}
div#header ul li a.law{
	display: block;
	width: 155px;
	height: 34px;
	background-image: url(img/head_btn_search_law.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
div#header ul li a.law:hover {
	display: block;
	width: 155px;
	height: 34px;
	background-image: url(img/head_btn_search_law.gif);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
div#header ul li a.dic{
	display: block;
	width: 156px;
	height: 34px;
	background-image: url(img/head_btn_dictionary.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
div#header ul li a.dic:hover {
	display: block;
	width: 156px;
	height: 34px;
	background-image: url(img/head_btn_dictionary.gif);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}

div#header h2{
	margin: 0;
	width: 65px;
	padding: 22px 500px 0px 24px;
	float: left;
}
div#header h2.ja{
	margin: 0;
	padding: 45px 0px 0px 160px;
}
div#header h2.en{
	margin: 0;
	padding: 45px 0px 0px 10px;
}
* html body div#header ul li a {/* for IE*/
	margin-top: -1px;
	padding: 0;
	background-position: 0;
}
*/

/* footer style*/
div#footer {
	border-top: 1px dotted #7f7f7f;
}

div#footer p {
	float: left;
	margin: 10px 0px 0px 24px;
	font-size: 10px;
}
div#footer p#copy {
	float: right;
	margin: 10px 29px 0px 0px;
	font-size: 10px;
}
div#footer p {
	_float: left;
	_margin: 10px 0px 0px 12px;
	_font-size: 10px;

}
div#footer p#copy {
	_float: right;
	_margin: 10px 14px 0px 0px;
	_font-size: 10px;

}

div#footer img {
    vertical-align: middle;
}

div#list_footer {
	border-top: 1px dotted #7f7f7f;
}

div#list_footer p {
	float: left;
	margin: 10px 0px 0px 24px;
	font-size: 0.85em;
}
div#list_footer p#copy {
	float: right;
	margin: 10px 29px 0px 0px;
	font-size: 0.85em;
}
div#list_footer p {
	_float: left;
	_margin: 10px 0px 0px 12px;
	_font-size: 0.85em;
}
div#list_footer p#copy {
	_float: right;
	_margin: 10px 14px 0px 0px;
	_font-size: 0.85em;
}

div#list_footer img {
    vertical-align: middle;
}

/* toPTop */
p.toPtop{
	background-image: url(../img/icon_arrow_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	font-size: 0.80em;
	text-align: right;
	margin: 11px 0px 20px 596px;
	width: 90px;
}
p.toPtop a{
	padding-left: 2px;
	width: 90px;
	display: block
}

/* link */
h2.link{
	--border-bottom: 1px dotted #1b3478;
	padding: 30px 0px 3px 0px;
}
p.linkText{
	font-size: 0.85em;
	margin: 24px 0px 0px 0px;
}
p.linkCap{
	font-size: 0.85em;
	margin: 16px 0px 0px 0px;
}

div#linkList{
	clear: both;
	margin: 12px 0px 0px 0px;
}
p.linkList_item{
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	padding: 6px 0px 6px 0px;
	background-color: #4f72af;
}
p.linkList_initial{
	line-height: 1;
	font-size: 12px;
	text-align: center;
}
p.linkList_name{
	line-height: 1.4em;
	font-size: 12px;
	text-align: left;
	padding: 5px 6px 5px 8px;
}
p.linkList_text{
	line-height: 1.2em;
	font-size: 11px;
	text-align: center;
}

.white_back{
	background-color: #ffffff;
}
.blue-back01{
	background-color: #ccdaea;
}
.blue-back02{
	background-color: #d6e6f1;
}

p.linkPtop{
	font-size: 0.80em;
	text-align: right;
	margin: 11px 0px 15px 0px;
}

p.linkPtop{
	background-image: url(../img/icon_arrow_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	font-size: 0.80em;
	text-align: right;
	margin: 11px 0px 20px 596px;
	width: 90px;
}
p.linkPtop a{
	padding-left: 2px;
	width: 90px;
	display: block
}

a.link:link,
a.link:visited,
a.link:active{
	color: #4d4d4d;
	text-decoration: none;
}
a.link:hover{
	color: #666666;
	text-decoration: underline;
}

div#trans_form_header{
    width: 692px;
	margin: 0px 0px 15px 0px;
}
div#trans_form_body{
    border-top:1px dashed gray;
    width: 692px;
    margin: 0px 15px 0px 0px;
    padding-top: 15px;
}
div#trans_form_footer{
    text-align: right;
    padding: 0px 25px 0px 0px;

}
div.trans_form_label{
    width: 150px;
    margin: 5px 15px 5px 0px;
    float: left;
    text-align: right;
    font-weight:bold;
    font-size: 0.85em;
    vertical-align:middle;
}
div.trans_form_item{
    margin: 5px 0px 5px 0px;
    float: left;
    font-size: 0.85em;
    text-align: left;
    vertical-align:middle;
}
div.trans_form_list{
	display: list-item;
	list-style-position: inside;
	list-style-type: none;
	font-size: 0.85em;
	vertical-align:text-bottom;
}
.trans_hiddenList{
	 display: none;
}
div.trans_viewList{
	display:block;
	padding: 0px 0px 1px 50px;
}
div.trans_viewList li{
	list-style-position: inside;
	list-style-type: decimal;
}
div.trans_viewList div{
	text-indent: 1em; 
}
span.trans_form_aster{
    color: red;
}
div.viewItem{
	clear: both;
	margin: 1px 0px 1px 0px;
}
div.transItemHolder{
	width: 150px;
	margin: 0px 0px 15px 500px;
}

div.analyze_hidden{
	 display: none;
}

div.analyze_view{
	display:block;
	width: 692px;
}

div.sort_Area{
    width: 692px;
	margin: 0px 0px 15px 0px;
    float: left;
}

div.sort_Area h5{
	text-align: center;
	margin: 5px 0px 5px 0px;
}


select.list_box {
	width: 300px;
}

div.sort_left {
    float: left;
	padding-left: 200px;
}

div.sort_right {
	margin-top:50px;
	margin-left:10px;
	width: 30px;
    float: left;
}

span.test {
	border: solid 1px;
}

select.select_box {
	width:35px;
}

div.border {
	width: 690px;
	border-top: dashed 1px;
	margin: 10px;
}

input.text_box {
	width: 200px;
}

/* 辞書検索　*/
div.dict_list{
	display: block;
	padding: 0px 0px 10px 30px;
	color: #333333;	
}
div.dict_list_label{	
}
div.dict_list_details{
	padding: 0px 0px 0px 15px;
}
div.dict_list_link{
}
div.dist_list_hidden{
	display: none; 
}

/* 共通　*/
div.space_10{
	height:10px;
}
