@charset "utf-8";

/*-----------------------------------------------------------------
	お店M&A市場：CSS

	ボックス/ u_box
	左メニュー/ u_left
	右メイン/ u_main

-----------------------------------------------------------------*/

/* ▼ボックス/ u_box
-----------------------------------------------------------------*/

div.u_box {
	background-image: url(/inc/images/2sou/bg_2sou.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* ▼左メニュー/ u_left
-----------------------------------------------------------------*/

div.u_left {
	width: 197px;
	float: left;
	color: #4C4C4C;
	line-height: 1.5em;
}

div.u_left a img {
	margin: 0px auto 0px auto;
	padding: 0px 6px 5px 6px;
}

div.u_left a:hover img{
	opacity: 0.7;
    filter: alpha(opacity=70);
	display:inline-block;
} 

div.u_left .t_menu {
	padding: 5px 0px 7px 0px;
}
div.u_left .t_menu_s {
	padding: 0px 0px 2px 0px;
}
div.u_left .t_menu_b {
	padding: 5px 0px 0px 0px;
}

div.u_left dl {
	padding: 0px 0px 2px 8px;
}

div.u_left dt {
	background-image: url(/inc/images/aicon_arrow_ora.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 3px 17px;
}

div.u_left dd {
	background-image: url(/inc/images/aicon_arrow_gra.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
	padding: 0px 0px 3px 32px;
	margin: 0px;
}

div.u_left dl.support {
	padding: 0px 0px 10px 0px;
	margin-top: 5px;
	background-image: url(/inc/images/2sou/t_support2b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.u_left dl.support dt {
	background-image: url(/inc/images/aicon_arrow_ora.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 0px 0px 3px 25px;
}

div.u_left dl.support dd {
	background-image: url(/inc/images/aicon_arrow_gra.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding: 0px 0px 3px 40px;
	margin: 0px;
}


/* ▼メイン右/ m_main
-----------------------------------------------------------------*/
div.u_main {
	width: 550px;
	padding: 12px 0px 20px 13px;
	float: right;
}

div.u_main a:hover img{
	opacity: 0.7;
    filter: alpha(opacity=70);
	display:inline-block;
} 

h2 {
	padding: 0px 0px 15px 0px;
}

h3 {
	background-image: url(/inc/images/2sou/h3.gif);
	background-repeat: no-repeat;
	width: 515px;
	height: 23px;
	padding: 7px 0px 0px 35px;
	margin: 0px 0px 14px 0px;
	font-size: 120%;
	color: #444444;
	font-weight: bold;
}

h4 {
	background-image: url(/inc/images/2sou/line_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px 0px 14px 10px;
	padding: 0px 0px 6px 0px;
	color: #444444;
	font-weight: bold;
	font-size: 115%;
}

h5 {
	border-left: solid 5px #f47a0b;
	padding: 2px 2px 2px 10px;
	margin:  0px 0px 10px 15px;
	color: #444444;
}

h4 img {
	padding:2px 10px 0px 0px;
	float: left;
}

div.u_main p {
	padding: 0px 10px 10px 10px;
}

div.u_main p.pl {
	padding: 0px 10px 10px 20px;
}


/* ▼グローバル
-----------------------------------------------------------------*/

.color_gree {
	color: #678657;
}

.color_red {
	color: #FF0000;
}

.color_ora {
	color: #FF6600;
}

.color_gray {
	color: #808080;
}

.size_small {
	font-size: 84%;
}

.img_center {
	text-align: center;
}

.img_range {
	padding: 20px 10px 0px 0px;
}

.mt15 {
	margin: 15px 0px 0px 0px;
}

.mb30 {
	margin: 0px 0px 30px 0px;
}

.pr10 {
	padding: 0px 10px 0px 0px;
}

.pb5 {
	padding: 0px 0px 5px 0px;
}
