/*
 * ガイド左メニュー 
 */

/*
 * 汎用
 */
.round{
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.shadow_gaus{
/* border-radius */
border-radius:;
-webkit-border-radius:;
-moz-border-radius:;
/* box-shadow */
box-shadow:rgba(173, 173, 173, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(173, 173, 173, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(173, 173, 173, 0.65) 0px 0px 6px 3px;
}

/*
 * 左メニュー
 */
#first_column{
width: 170px;
margin-left: 5px;padding-top: 10px;
}
#second_column{
width: 170px;
margin-left: 5px;padding-top: 10px;
}
.guide{background-color: #fff;}
.guide dl{
font-size: 11px;
padding: 10px;
background-color: #fff;
}
.guide dl.btn_line_y {background: #fff url(./img/line_yellow.png) no-repeat scroll center top;padding-top: 20px;}
.guide dl.btn_line_y2{background: #fff url(./img/line_yellow2.png) no-repeat scroll center top;padding-top: 20px;}
.guide dl.btn_line_y3{background: #fff url(./img/line_yellow3.png) no-repeat scroll center top;}
.guide dl dt{font-size: 14px;color: #2c2c2c;font-weight: bold;}
.guide dl dd ul{list-style-type: none;}
#guide_left_panel1,#guide_left_panel2,#guide_left_panel3,#guide_left_panel4,#guide_left_panel5,#guide_left_panel6,#guide_left_panel7{border: none !important;}
#guide_left_panel1{background-color: #efb708 !important;margin-bottom: 0 !important;border-bottom: 6px solid #efb708 !important;}
#guide_left_panel2{background-color: #E89305 !important;margin-bottom: 0 !important;border-bottom: 6px solid #E89305 !important;border-top: 6px solid #E89305 !important;}
#guide_left_panel3{background-color: #E16A0C !important;border-bottom: 6px solid #E16A0C !important;border-top: 6px solid #E16A0C !important;}
#guide_left_panel4{background-color: #5fadda !important;border-bottom: 6px solid #5fadda !important;border-top: 6px solid #5fadda !important;}
#guide_left_panel5{background-color: #888888 !important;position: relative;}
#guide_left_panel6{background-color: #90C31F !important;border-bottom: 6px solid #90C31F !important;border-top: 6px solid #90C31F !important;}
#guide_left_panel1 li{padding-left: 10px;background: transparent url(./img/tri1.png) no-repeat scroll left center;margin: 5px 0;}
#guide_left_panel2 li{padding-left: 10px;background: transparent url(./img/tri2.png) no-repeat scroll left center;margin: 5px 0;}
#guide_left_panel3 li{padding-left: 10px;background: transparent url(./img/tri3.png) no-repeat scroll left center;margin: 5px 0;}
#guide_left_panel4 li{padding-left: 10px;background: transparent url(./img/tri4.png) no-repeat scroll left center;margin: 5px 0;}
#guide_left_panel5 li a{padding-left: 10px;background: transparent url(./img/tri5.png) no-repeat scroll 10px center;}
#guide_left_panel6 li{padding-left: 10px;background: transparent url(./img/tri6.png) no-repeat scroll left center;}
.p1title{padding-left: 0;} /* include.css overWrite */
.p2title{padding-left: 0;} /* include.css overWrite */
.p3title{padding-left: 0;} /* include.css overWrite */

/* 見出し */
.blt_mini{
font-size: 15px;color: #fff;font-weight: bold;text-indent: 0;line-height: 1;
height: auto;
padding-top: 12px;padding-bottom: 10px;padding-left: 27px;
border-bottom: none;
background-color: transparent;
background: transparent url(./img/bullet_mini.png) no-repeat scroll 10px center;
}
