@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*dogguide.csss*/

/*------------------------------------------------------------
	1. Container（ 2column Style)
-------------------------------------------------------------*/
#MainSection{
}

#LeftSection {
	width: 177px;
	float: left;
	padding-top: 45px;
}

#RightSection {
	width: 700px;
	float: right;
	padding-right: 30px;
}

#RightSection p {
	padding-bottom: 1.5em;
}

h3.tit {
	padding-bottom: 20px;
}

h4.subtit {
	font-weight: bold;
	padding-bottom: 7px;
}

.dataTb {
	margin-left: 150px;
	margin-bottom: 30px;
}

.dataTb caption {
	text-align: center;
	padding: 0 0 5px 0;
}

.dataTb td,
.dataTb th {
	width: 50%;
	border: 1px solid #ccc;
	padding: 1px;
}

.dataTb th {
	text-align: center;
	background: #ff9933;
}

.dataTb tr.odd td {
	background: #E4FEFE;
}

.dataTb tr.even td {
	background: #fff;
}


/* pgNum */

table#pageNavi{
	margin: 10px 0 20px 0;
	font-size: 100%;
}

.re{
	background: url(../img/arrow_return.gif) right center no-repeat;
	padding:0 22px 0 0;
}
.ne{
	background: url(../img/arrow_next.gif) left center no-repeat;
	padding:0 0 0 22px;
}


