@charset "UTF-8";

/*
css-menu
------------------------
1.Gloval Reset
2.Text SET
3.Other SET
4.Gloval Layout
5.Top Style
------------------------*/



/*
------------------------------------------------
1.Gloval Reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td{
	margin:0;
	padding:0;
}
table{
	border: none;
	empty-cells:show;
}
img{
	border:0;
}

/*
li,dl{
	list-style:none;
}
*/

.mt5 {margin-top:5px;}

/*
------------------------------------------------
2.Text SET
------------------------------------------------*/
dt,dd,ol,li,pre,p,th,td,address,h1,h2,h3,h4,h5,h6,address,div{
	font-size: 14px;
	color:#222222;
	line-height: 1.5em;
	/*letter-spacing: 0.08em;*/
	font-weight:normal;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
a{
	text-decoration:underline;
	color:#333366;
}
a:hover{
	text-decoration:underline;
	/*
	background-color:#EFEFEF;
	display:inline-block;
	*/
}


.ex {
	margin:20px;
}

.toLink {
	text-align:right;
	margin-top:15px;
	font-size:13px;
}

.toLink a {
	padding-left:10px;
	background-image: url(img/icon_a.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.toTop {
	text-align:right;
	margin-top:15px;
	font-size:13px;
}

.toTop a {
	padding-left:12px;
	background-image: url(img/icon_movetop.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.sitemapLink{
	padding-left:10px;
	background-image: url(img/icon_a.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.sitemapSub {
	margin-left:17px;
}

/*
------------------------------------------------
3.Other SET
------------------------------------------------*/
th,td {
	padding:10px;
	text-align:left;
}

.strong {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.red_b {
	color: #ff0000;
	font-weight: bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

.textCenter {
	text-align:center;
}

.textRight {
	text-align:right;
}

.textSmall {
	font-size:14px;
}

.textBig {
	font-size:20px;
}

.showPoint {
	font-size:50px;
}

/*
------------------------------------------------
4.Gloval Layout 
------------------------------------------------*/

body {
	background-image: url(./img/bg.jpg);
}

/*
#top {
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
}
*/

#body {
	width: 902px;
	padding:0px 20px 0px 20px;
	margin: auto;
	background-image: url(./img/bg_body.jpg);
	background-repeat: repeat-y;
}

.head {
	padding-top:5px;
}

.headLeft {
	float:left;
	margin-left:15px;
	_margin-left:10px;

	
}

.headRight {
	float:right;
	text-align:right;
	margin-right:15px;
	_margin-right:10px;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#nav_box {
	display: block;
	margin: 0 auto;
	width: 896px;
	height: 40px;
}

.g_navi {
	display: block;
	margin: 0 auto;
	padding: 0;
	
	height: 40px;
	background: url(http://lap-bengoshi.com/img/navi.png) no-repeat;
}

.g_navi em {
	margin: 0;
	float: left;
	list-style: none;
	text-indent: -9999px;
}

.g_navi a {
	margin: 0;
	text-decoration: none;
	display: block;
	height:40px;
	background: url(http://lap-bengoshi.com/img/navi.png) no-repeat;
	background-position: left top;
}

/*------off*/
.g_navi01 a {
	background-position: 0px 0px;
	width:100px;
}
.g_navi02 a {
	background-position: -100px 0px;
	width:149px;
}
.g_navi03 a {
	background-position: -249px 0px;
	width:149px;
}
.g_navi04 a {
	background-position: -398px 0px;
	width:145px;
}
.g_navi05 a {
	background-position: -543px 0px;
	width:130px;
}
.g_navi06 a {
	background-position: -673px 0px;
	width:127px;
}
.g_navi07 a {
	background-position: -800px 0px;
	width:96px;
}
/*------hover*/
.g_navi01 a:hover {
	background-position: 0px -40px;
}
.g_navi02 a:hover {
	background-position: -100px -40px;
}
.g_navi03 a:hover {
	background-position: -249px -40px;
}
.g_navi04 a:hover {
	background-position: -398px -40px;
}
.g_navi05 a:hover {
	background-position: -543px -40px;
}
.g_navi06 a:hover {
	background-position: -673px -40px;
}
.g_navi07 a:hover {
	background-position: -800px -40px;
}

/*------on*/
.g_navi01_on a {
	background-position: 0px -40px;
	width:100px;
}
.g_navi02_on a {
	background-position: -100px -40px;
	width:149px;
}
.g_navi03_on a {
	background-position: -249px -40px;
	width:149px;
}
.g_navi04_on a {
	background-position: -398px -40px;
	width:145px;
}
.g_navi05_on a {
	background-position: -543px -40px;
	width:130px;
}
.g_navi06_on a {
	background-position: -673px -40px;
	width:127px;
}
.g_navi07_on a {
	background-position: -800px -40px;
	width:96px;
}
/* -+-+-+-+-+-+-+-+-+-+-+-+- ▲Global Navi Style */
.glovalMenu li{
	float: left;
	list-style-type:none;
}
.glovalMenu {
	text-decoration:none;
}

.pankuzu {
	margin: 13px 0px 12px 14px;
float:left;
}


.footer {
	text-align:center;
	padding-bottom:20px;
}

.footerContact {
	text-align:right;
	margin:60px 30px 40px 0px;
}

.footerCopy {
	float:left;
	padding-left:10px;
}

.footerText {
	float:right;
	padding-right:10px;
}





/*
------------------------------------------------
4.Index Layout 
------------------------------------------------*/



.indexNavi {
	margin-left:10px;
	_margin-left:5px;
float:left;
	text-align:center;
}

.indexNavi ul {
	margin-top:15px;
}

.indexNavi li {
	list-style:none;
	margin-bottom:3px;
}

.indexH4 {
	margin:40px 0 5px 0;
}

.rightContent {
	width:620px;
	margin-right:15px;
	_margin-right:7px;
	float:right;
}

.indexInner {
	margin:10px 0px 0px 15px;
	width:600px;
}


.press {
	float:left;
	width:310px;
}

.blog {
	float:right;
	width:310px;
}

.scroll1 {
	height:170px;
	width:590px;
	margin-left:15px;
	overflow:auto;
}

.scroll2 {
	height:160px;
	width:280px;
	margin-left:15px;
	overflow:auto;
	margin-top:10px;
	font-size:15px;
}

.scroll1 dt {
	padding-left:18px;
	background-image: url(img/icon_date.jpg);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.scroll1 dd {
	border-bottom:dotted 1px #999999;
	margin-bottom:10px;
	margin-right:5px;
	padding-bottom:5px;
	padding-left:18px;
}

.scroll2 dd {
	border-bottom:dotted 1px #999999;
	margin-bottom:10px;
	padding-bottom:5px;
}






.RSStitle {
	border-bottom:dotted 1px #999999;
	margin-bottom:10px;
	padding-bottom:5px;
}





/*
------------------------------------------------
4.他ページ共通部分
------------------------------------------------*/

.leftMenu {
	margin-left:14px;
	_margin-left:7px;
	float:left;
}

.menuNavi {
	margin-top:10px;
margin-bottom:10px;
width:220px;
}

.menuNavi li {
	list-style:none;
	padding:5px 0px 5px 22px;
	background-image: url(img/icon_menu.jpg);
	background-position:10px 12px;
	background-repeat:no-repeat;
	width:220px;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
}
.menuNavi li a{
	text-decoration:none;
}
.menuNavi li:hover {
	background-color:#EFEFEF;
}
.leftMenu ul {
    _zoom: 1;
    overflow: hidden;
    }
.menuNavi_2 li {
	list-style:none;
	padding:5px 0px 5px 22px;
	background-image: url(img/icon_menu.jpg);
	background-position:10px 12px;
	background-repeat:no-repeat;
	width:220px;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
}
.menuNavi_2 li a{
	text-decoration:none;
}
.menuNavi_2 li a:hover {
	color:#ff6600;
}

.menuNavi_3 ul li {
	list-style:none;
	padding:5px 0px 5px 22px;
	background-image: url(img/icon_menu2.jpg);
	background-position:10px 12px;
	background-repeat:no-repeat;
	width:220px;
	text-align:left;
	text-decolation:none;
	font-size:12px;
}
.menuNavi_3 li a{
	text-decoration:none;
}
.menuNavi_3 li a:hover {
	color:#ff6600;
}


.onPage {
	background-color:#EFEFEF;
}

.spacing {
	letter-spacing: -1px;
}


.h3Img {
	margin-bottom:15px;
	text-align:center;
}

.ex2 {
	margin:18px 10px 18px 10px;
}

.ex3 {
	margin:30px 30px 30px 30px;
	padding:15px 20px;
	border:solid 1px #CCCCCC;
	background-color:#F5F4FF;
}

.ex4 {
	margin:50px 0px 30px 5px;
	padding-left:2px;
	border:solid 1px #CCCCCC;
	background-color:#FFEFEC;
}

.hTitle {
	border-bottom:solid 1px #CCCCCC;
	font-weight:bold;
	margin:40px 10px 5px 10px;
}

.hText {
	margin:5px 10px 20px 27px;
}

.hFirst {
	margin-top:10px;
}

.smallText {
	font-size:13px;
	margin:18px 10px 18px 10px;

}



/*case*/

dl.caseText {
	margin:0px 20px;
}

dl.list dt {
	float:left;
	width:35px;
}

dl.list dd {
	margin-left:0;
	padding-left:35px;
	padding-bottom:7px;
}


.caseText {
	margin:5px 20px 10px 45px;
}

.textBr {
	margin-bottom:20px;
}

.caseTitle {
	font-weight:bold;
}


.ex4hTitle {
	border-bottom:solid 1px #CCCCCC;
	font-weight:bold;
	margin:10px 10px 5px 10px;
}



/*aboutTable*/

.aboutTable {
	border-collapse: collapse;
	margin:10px 10px;
}

.aboutTable th {
	border-bottom:1px solid #666666;
}

.aboutTable td {
	border-bottom:1px solid #666666;
}

.aboutTable th {
	background-color:#CCCCCC;
	text-align:center;
}

.lineTop {
	border-top:1px solid #666666;
}


/* iq */

.marginTopNone {
	margin-top:0px;
}

dl.iqTitle {
	border-left:solid 7px #99CCCC;
	border-bottom:solid 1px #99CCCC;
	padding:8px 8px;
	margin-top:40px;
	margin-bottom:10px;
}

dl.iqTitle dt {
	float:left;
	width:120px;
}

dl.iqTitle dd {
	margin-left:0;
	padding-left:120px;

}

.iqTable {
	border-collapse: collapse;
	width:610px;
	margin:0px 0px 0px 5px;
}

.iqTable .answer {
	width:50px;
}

.iqTable .no {
	width:50px;
}

.iqTable td {
	border-bottom:solid 1px #CCCCCC;
}


.iqEx {
	margin-left:50px;
}

.iqEx th {
	padding:3px 5px;
	background-color:#CCCCCC;
	width:55px;
	text-align:center;
}

.iqEx td {
	padding:3px 60px 3px 5px;
	
}

.iqHr {
	background-color:#666666;
	margin:10px 52px;
	height:7px;
}

/* introduction */

.step {
	margin-left:10px;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	width:593px;
}

.price {
	border:1px solid #CCCCCC;
	padding:5px;
	margin:0 30px;
}

.priceTable {
	margin:5px 25px;
	border-collapse: collapse;
	width:500px;
}

.priceTable th {
	background-color:#CCCCCC;
	padding:5px;
	border-top:1px solid #CCCCCC;
}

.priceTable td {
	padding:5px;
	border:solid 1px #CCCCCC;

}

.normalWeight {
	font-weight:normal;
}

.priceEx {
	margin:15px 10px 5px 27px;
}

.priceBottomW {
	border-bottom:solid 1px #FFFFFF;
}

.priceBottomB {
	border-bottom:solid 1px #CCCCCC;
}


/* q&a */

.qaEx3 {
	margin:20px 0px;
}
.qaEx3 a {text-decoration:none;}
.qaEx4 {
	margin:50px 0 20px 0;
	padding:15px 5px 5px 20px;
}

.qaEx4 dt {
	font-weight:bold;
}

.qaEx4 dd {
	font-weight:bold;
}

.qaEx4Text {
	margin:0px 0;
	padding:0px 10px 5px 20px;
}

.qaEx4Text dt {
	font-weight:bold;
}



.rule {
	margin:0px 30px;
}

.ruleOlText li{
	margin:0px 25px 15px 50px;
}

.textRight{
	text-align:right;
}



/*contact*/

.contact {
	border-collapse: collapse;
}

.contact th{
	width:240px;
	background-color:#DFDFDF;
	border-bottom:1px solid #FFFFFF;
}

.contact td{
	border-bottom:1px solid #EFEFEF;
}


/* sitemap */

.sitemap {
	margin:0px 30px;
}


/* release */
dl.release {
	margin:1px;
}

dl.release dt {
	float:left;
	width:110px;
	background-color:#CCCCCC;
	padding:5px;
	text-align:center;
}

dl.release dd {
	margin-left:0;
	padding:5px 5px 5px 130px;
	border-bottom:1px solid #CCCCCC;
}




