

/*-----------------------------
    - 下層ページ用スタイル
-----------------------------*/

/* ▼ 下層ページ基本item ▼ */
#center_up{
	clear:both;
	width: 982px;
	margin: 0 auto;
	position: relative;
}

#center_upl{
	width: 500px;
        float: left;
	text-align:left;
        background-image: url("../image/center_upbg.gif");
        background-repeat: repeat-x;
}

#center_upr{
	width: 482px;
        float: left;
	text-align:right;
        background-image: url("../image/center_upbg.gif");
        background-repeat: repeat-x;
}

#center_dnl{
	width: 500px;
        float: left;
	text-align:left;
        background-image: url("../image/center_dnbg.gif");
        background-repeat: repeat-x;
}

#center_dnr{
	width: 482px;
        float: left;
	text-align:right;
        background-image: url("../image/center_dnbg.gif");
        background-repeat: repeat-x;
}

#center_content{
	clear:both;
	width: 982px;
	margin: 0 auto;
	text-align:left;
}



.homeli {
	margin-left:280px;
}

/* ▼上下リンク */

.box_top{
	clear:both;
	padding: 5px 0 15px 13px;
	margin: 0;
	font-size: 10px;
	color: #999999;
	line-height: 130%;
	text-align: left;

}


.box_top a:link {
   color:#999;
   text-decoration:none;
}
.box_top a:visited {
   color:#999;
   text-decoration:none;
}
.box_top a:hover {
   color:#c4d11b;
   text-decoration:none;
}
.box_top a:active {
   color:#c4d11b;
   text-decoration:none;
}

/* ▼左側部分▼ */

#left_menu{
	float: left;
	width: 156px;

}



ul#lmenu1 {
	list-style-type: none;
	padding:0;
	margin:0;

}


/* 2段目リンク */

ul#lmenu2 {
	padding:0;
	margin:0;
}

ul#lmenu2  li{
	height: 25px;
	list-style-type: none;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	padding-left: 30px;
	background-repeat: no-repeat;
}

li.l2_1 {
        background-image: url("../image/lmenu_l2_1bg.gif");
}

li.l2_2 {
        background-image: url("../image/lmenu_l2_2bg.gif");
}

li.l2_3 {
        background-image: url("../image/lmenu_l2_3bg.gif");
}

li.l2_4 {
        background-image: url("../image/lmenu_l2_4bg.gif");
}

ul#lmenu2 a:link {
   color:#fff;
   text-decoration:none;
}
ul#lmenu2 a:visited {
   color:#fff;
   text-decoration:none;
}
ul#lmenu2 a:hover {
   color:#c4d11b;
   text-decoration:none;
}
ul#lmenu2 a:active {
   color:#c4d11b;
   text-decoration:none;
}

/* 3段目リンク */

ul#lmenu3 {
	padding:9px 0 0 0;
	margin: 0;
        background-image: url("../image/lmenu_l2bg.gif");
	background-repeat: no-repeat;

}

ul#lmenu3  li{
	height: 18px;
	list-style-type: none;
	font-size: 8pt;
	letter-spacing: 1pt;
	line-height: 200%;
	padding-left: 30px;

        background-image: url("../image/lmenu_li3bg.gif");
	background-repeat: no-repeat;
}

ul#lmenu3 a:link {
   color:#fff;
   text-decoration:none;
}
ul#lmenu3 a:visited {
   color:#fff;
   text-decoration:none;
}
ul#lmenu3 a:hover {
   color:#c4d11b;
   text-decoration:none;
}
ul#lmenu3 a:active {
   color:#c4d11b;
   text-decoration:none;
}



/* ▼コンテンツ部分▼ */

#content{
	float: left;
	width: 798px;
	padding-left: 25px;

}


#media_title h1{
	padding:0;
	margin:10px 0 10px 0;
}


/* ▼活用事例印刷時非表示▼ */

#case_image{
	clear: both;
	width: 100%;

}

#case_image h2{
	padding: 30px 0 0 0;
	margin:0;
}



