@charset "utf-8";

/*formatting style
---------------------------------*/* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #0033CC;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
}
hr {
	display: none;
}
/* link styles
---------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #9966FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
#main a:link {
	color: #0033CC;
	text-decoration: underline;
}
#main a:visited {
	color: #9966FF;
	text-decoration: underline;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#main a:active {
	text-decoration: none;
	position: relative;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a0a8a9;
	border-left-color: #a0a8a9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* header_top
---------------------------------*/

#wrapper #header_top {
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	border-top: 6px #0066ff solid;
	background-image: url(../images/bg_header_iapan.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	}

/* ie9　ハック
---------------------------------*/
#wrapper #header_top:not(:target) {
	margin:0px 0px 0px 0px\9;
	padding:0px 0px 7px 0px;
	border-top: 6px #0066ff solid;
	background-image: url(../images/bg_header_iapan.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	}

/* ie8　ハック
---------------------------------*/
html>/**/body #wrapper #header_top {
	margin: 0px 0px 0px 0px\9;
	padding: 0px 0px 7px 0px\9;
	border-top: 6px #0066ff solid\9;
	background-image: url(../images/bg_header_iapan.gif)\9;
	background-repeat: no-repeat\9;
	background-position : left top\9;
	}

/* firefox　ハック
---------------------------------*/
@-moz-document url-prefix() { #wrapper #header_top {
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	border-top: 6px #0066ff solid;
	background-image: url(../images/bg_header_iapan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} }

#wrapper #header_top h1 {
	width:836px;
	margin:0px 0px 8px 0px;
	padding:7px 11px 8px 11px;
	font-size:10px;
	line-height:14px;
	color:#4a4a4a;
	font-weight:bold;
	background-image: url(../images/header/bg_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#wrapper #header_top div.rogo_area {
	margin:0px;
	padding:0px;
}

#wrapper #header_top div.rogo_area .head_rogo {
	margin-left:9px;
	padding-top:2px;
	float:left;
}

/* ie6　ハック
---------------------------------*/

#wrapper #header_top div.rogo_area .head_rogo {
	_margin-left:6px;
	padding-top:2px;
	float:left;
}

#wrapper #header_top div.rogo_area .head_iwatsu {
	margin-left:18px;
	float:left;
}

#wrapper #header_top div.rogo_area .head_freecall {
	margin-left:12px;
	float:left;
}

#wrapper #header_top div.rogo_area .head_guarantee {
	margin-right:8px;
	padding-top:0px;
	float:right;
}

/* main styles
---------------------------------*/
#main {
	padding: 15px;
	float: left;
	width: 600px;
	margin-bottom: 5px;
	color:#000000;
	font-size:14px;
}
#main h2 {
	font-size:16px;
	color:#0066ff;
	border-bottom: 1px #0066ff solid;
	padding-bottom:5px;
	margin-bottom:25px;
}
#main h3 {
	font-size: 10px;
	color: #3366FF;
	text-decoration: underline;
	font-style: normal;
}
#main h4 {
	font-size: 10px;
	color: #FF6633;
}


#main_tema  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	background-color: #FFFFFF;
	white-space: normal;
	width: 342px;
	margin: auto;
	height: 20px;
	border: thin solid #3399CC;
	position: absolute;
	left: 247px;
}

/* sidebar left styles
---------------------------------*/
#sidebar_left {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
}
#sidebar_left h2 {
	color: #0099FF;
	font-size: 12px;
}

/*** 11/01/06 add ***/

#sidebar_left a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

#sidebar_left a:hover {
	color: #092579;
	text-decoration: underline;
}

#sidebar_left a:active {
	color: #092579;
	text-decoration: underline;
}

/* firefox hack */

@-moz-document url-prefix() { #wrapper #sidebar_left a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
}
@-moz-document url-prefix() { #wrapper #sidebar_left a:hover {
	color: #092579;
	text-decoration: underline;
}
}
@-moz-document url-prefix() { #wrapper #sidebar_left a:active {
	color: #092579;
	text-decoration:underline;
}
}

#sidebar_left div.left_side_menu {
	width:180px;
}

#sidebar_left div.left_side_menu table {
	width:180px;
	background-color:#d4ede4;
	line-height:15px;
	font-size:12px;
}

#sidebar_left div.left_side_menu th {
	width:15px;
	vertical-align:top;
	padding:6px 0px 2px 2px;
	border-bottom:1px solid #ffffff;
}

#sidebar_left div.left_side_menu th.th_tit {
	width:180px;
	vertical-align:top;
	padding:5px 0px 5px 7px;
	border-bottom:1px solid #ffffff;
	text-align:left;
	background-color:#8ec1ed;
	color:#0044dd;
}

#sidebar_left div.left_side_menu th.th_tit a:link,
#sidebar_left div.left_side_menu th.th_tit a:visited {
	color:#0044dd;
}

#sidebar_left div.left_side_menu th.th_tit a:hover {
	color:#092579;
	text-decoration: underline;
}

#sidebar_left div.left_side_menu td {
	padding:4px 2px 2px 0px;
	border-bottom:1px solid #ffffff;
}

#sidebar_left div.banner_side_menu table {
	width:180px;
	background-color:#ffffff;
	line-height:12px;
	margin-top:15px;
	margin-bottom:2px;
}

#sidebar_left div.banner_side_menu table th {
	width:15px;
	vertical-align:top;
	padding:5px 0px 2px 0px;
	border-bottom:0px solid #ffffff;
}

#sidebar_left div.banner_side_menu table td {
	vertical-align:top;
	padding:4px 0px 2px 0px;
	border-bottom:0px solid #ffffff;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}

#sidebar_left p.left_contact {
	margin-top:4px;
	margin-bottom:10px;
}

#sidebar_left p.left_download {
	margin-top:0px;
	margin-bottom:5px;
}

div.left_text_zenkoku,
p.left_text_zenkoku {
	color:#000000;
	border: 3px #BEBEBE double;
	padding:5px 7px;
	line-height:19px;
	margin-top:10px;
}

span.left_text_tit,
div.left_text_tit {
	color:#003399;
	line-height:17px;
	font-weight:bold;
}

div.margin_b_3 {
	margin-bottom:3px;
}

p.margin_b_10 {
	margin-bottom:10px;
}

.margin_t_15 {
	margin-top:15px;
}

p.margin_t_30 {
	margin-top:15px;
}


/* header styles
---------------------------------*/
#header {
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	height: 240px;
	position: relative;
 }

#header_levancio {
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	height: 240px;
	position: relative;
 }

h1 {
	margin: 0;
	width: 850px;
	font-size: 12px;
	color: #0099FF;
	float: left;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	font-style: normal;
	color: #666666;
}
#header ul,
#header_levancio ul{
	width: 858px;
	position: absolute;
	top: 200px;
	left: 0px;
	background-color: #FFFFFF;
}

#header ul li,
#header_levancio ul li{
	width: 143px;
	float: left;
	list-style-type: none;
}

#header ul li a,
#header_levancio ul li a{
	color: #555555;
	background-color: #d2d2d2;
	text-align: center;
	text-decoration: none;
	display: block;
	border-top: 3px solid #FFFF66;	
	border-left: 2px solid #FFFFFF;
	border-bottom: 3px double #999999;
	padding:7px 0px 5px 0px;
	font-weight:bold;
}

#header ul li#nhome a,
#header_levancio ul li#nhome a{
	border-left-style: none;
}

/* footer styles
---------------------------------*/
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #00CCFF;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #99CCFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #99CCFF;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #99CCFF;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main .wk style19 {
	font-size: x-small;
}

/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
	font-size: small;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}

#main #main_cam p.camp_free {
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	}

#main p.camp_pagetop {
	margin:0px;
	padding:15px 0px 10px 0px;
	text-align:right;
	}

#main p.camp_pagetop a {
	background : url('http://www.meidentsu.co.jp/images/campaign/icon_pagetop.gif') no-repeat;
	background-position: left bottom;
	padding-left:17px;
	}

#main p.camp_pagetop a {
	background : url('http://www.meidentsu.co.jp/images/campaign/icon_pagetop.gif') no-repeat;
	background-position: left bottom;
	padding-left:17px;
	}

#home #main a.page_next {
	background : url('http://www.meidentsu.co.jp/images/campaign/icon_pagenext.gif') no-repeat;
	background-position: left bottom;
	padding-left:15px;
	}


/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

/* bx2
---------------------------------*/

#home #main div.top_img_bg {
	background-image : url('../business-phone/image/bx2/img_bk2_b.jpg');
	background-repeat: no-repeat;
	background-position: left top;	
	width:600px;
}

#home #main table.bx2_about {
	font-size:12px;
	margin-top:30px;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main table.bx2_about th {
	background-color: #eeeeea;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	padding: 5px 10px 3px 10px;
	line-height:130%;
	border-collapse: collapse;
	border: 1px #999999 solid;
	font-weight:normal;
}

#home #main table.bx2_about td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	padding: 5px 10px 3px 10px;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main div.bx2_t_txt {
	border: 5px #fbd68c solid;
	padding:9px 8px 8px 8px;
}

#home #main p.bx2_t_txt_s {
	margin:10px 0px 0px 0px;
	padding:4px 4px 4px 4px;
	background-color:#ff9c00;
	border-right: 5px #ff9c00 solid;
	border-left: 5px #ff9c00 solid;
	color:#ffffff;
}

#home #main p.bx2_t_txt_b {
	margin:0px;
	padding:4px 4px 4px 4px;
	border-right: 5px #ff9c00 solid;
	border-left: 5px #ff9c00 solid;
	border-bottom: 5px #ff9c00 solid;
}

#home #main table.bx2_navi {
	width:600px;
	font-size:14px;
	margin-top:10px;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main table.bx2_navi th {
	background-color: #eeeeea;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	padding: 5px 10px 3px 10px;
	line-height:130%;
	border-collapse: collapse;
	border: 1px #999999 solid;
	font-weight:normal;
}

#home #main table.bx2_navi td {
	width:200px;
	background-color: #eeeeea;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	padding: 5px 10px 3px 10px;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main dl.dl_s {
	margin:10px 15px 20px 0px;
	padding:0px;
	font-size:12px;
}

#home #main dl.dl_s dt {
	margin:0px 0px 2px 0px;
	padding:0px;
	float:left;
	font-size:12px;
	width:1.2em;
}

#home #main dl.dl_s dd {
	margin:0px 0px 2px 1.2em;
	padding:0px;
	font-size:12px;
}

#home #main dl.dl {
	margin:10px 15px 20px 0px;
	padding:0px;
	font-size:12px;
}

#home #main dl.dl dt {
	margin:0px 0px 2px 0px;
	padding:0px;
	float:left;
	font-size:12px;
	width:2.1em;
}

#home #main dl.dl dd {
	margin:0px 0px 2px 2.1em;
	padding:0px;
	font-size:12px;
}

#main h2.h2_bx2 {
	font-size: 0px;
	width:600px;
	height:65px;
	margin-top:40px;
	border-bottom: 0px #0066ff solid;
	padding-bottom:0px;
	margin-bottom:24px;
	
}

#main h3.h3_bx2 {
	font-size: 0px;
	width:600px;
	height:48px;
	margin-bottom:24px;
}

#main h4.h4_bx2 {
	font-size: 14px;
	line-height:19px;
	padding-top:14px;
	padding-bottom:0px;
	padding-left:30px;
	background-image : url('http://www.meidentsu.co.jp/business-phone/image/bx2/h4_bg_t.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color:#191919;
}

#main h4.h5 {
	font-size: 14px;
	line-height:19px;
	color:#ffffff;
	background-color:#8488b1;
	padding:4px 10px 6px 10px;
	margin-top:20px;
	margin-bottom:7px;
}

#main h5 {
	font-size: 14px;
	line-height:19px;
	color:#ffffff;
	background-color:#8488b1;
	padding:4px 10px 6px 10px;
	margin-top:20px;
	margin-bottom:7px;
}

#main div.h4_b {
	margin-bottom:18px;
}

#main ul.img_h3_01_02 {
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style-type: none
}

#main ul.img_h3_01_02 li {
	margin:0px 0px 11px 0px;
	padding:0px;
}

#home #main table.table_spec {
	width:600px;
	border-collapse: collapse;
	border: 1px #999999 solid;
	font-size:12px;
}

#home #main table.table_spec caption {
	text-align:left;
	font-weight:bold;
	color:#000000;
	padding-bottom:5px;
	font-size:13px;
}

#home #main table.table_spec th {
	background-color: #d4ede4;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	padding: 7px;
	line-height:130%;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main table.table_spec th.th_2 {
	background-color: #efefef;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	padding: 7px;
	line-height:130%;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main table.table_spec td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: left;
	font-weight: normal;
	color: #000000;
	padding: 7px;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main table.table_spec td.td-left {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: left;
	font-weight: normal;
	color: #000000;
	padding: 7px;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

#home #main table.table_spec th.th-center {
	text-align: center;
}


#main ul {
	margin:0px 0px 0px 20px;
	padding:0px;
}

#main ul li {
	margin:0px;
	padding:0px;
}

.mar_b10{
	margin-bottom:10px;
}

.t_blue{
	color:#091264;
}

.t_red{
	color:#ff0000;
}

.t_big{
	font-size:16px;
	line-height:24px;
}

.t_b{
	font-weight:bold;
}

.t_b{
	font-weight:bold;
}

/*110509追加分*/

#sidebar_left div.side_blog {
	background-image: url(../images/bg_info_m.gif);
	background-repeat: repeat-y;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#333333;
}

#sidebar_left div.side_blog div.side_blog_spa {
	padding:0px 9px 0px 9px;
}

div.rss-box {
	list-style:none;
	}
	
a.rss-item {
	background-image: url("../images/ico_sitelink.gif");
	padding: 3px 0px 5px 13px;
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration:underline;
	}

ul.rss-items {
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#010101;
	list-style:none;
	}

ul.rss-items li {
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}


