@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* 全体のレイアウト */
#wrapper {
	background-color: #FFFFFF;
	padding: 10px;
	width: 780px;
}
#header {
	width: 780px;
	margin-bottom: 10px;
	background-color: #ffffff;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 780px;
	padding-bottom: 10px;
}
#footer {
	clear: both;
	width: 780px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #5c2f11;
	padding-top: 10px;
}
#content #main {
	background-color: #FFFFFF;
	float: right;
	width: 540px;
	margin-left: 10px;
	font-size: small;
	line-height: 160%;
	color: #5c2f11;
}
#content #side {
	background-color: #FFFFFF;
	float: left;
	width: 220px;
	font-size: medium;
	line-height: 180%;
}

/* リンク画像の枠線 */
a img {
	border: none;
}

/* リンク文字 */
#main a, #footer_navi a {
	color :#ff7f00;
}
#main a:hover, #footer_navi a:hover {
	text-decoration: none;
	background-color :#ffffb0;
}

/* 回り込み */
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
.floatClear {
	clear: both;
}

/* 小文字を大文字にする */
.uppercase {
	text-transform: uppercase;
}

/* column */
#main .column {
	clear: both;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

/* 文字 */
h2 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	color: #527f5f;
	font-size: medium;
	line-height: 140%;
}
p {
	margin-bottom: 20px;
}
ul li {
	line-height: 160%;
}

/* サイドナビ */
#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	width: 220px;
}
#side ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side ul li a {
	display: block;
	color :#ff7f00;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px dashed #f49501;
	width: 220px;
}
#side ul li a:hover {
	text-decoration: none;
	background-color :#ffffb0;
}

/* footer */

/* copyright */
#footer address {
	clear: both;
	font-size: small;
	font-style: normal;
	color: #5c2f11;
	text-align: center;
	background-color: #fede58;
	padding: 5px;
}

#footer #footer_navi {
	float: left;
	width: 740px;
	padding:0px 0px 5px 20px;
	text-align:left;
	font-size: small;
	line-height: 170%;
}
	
/* 静岡県のトリミングスクール、ビューティードッグスクール静岡 */
#header #caption {
    padding:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	color:#5c2f11;
	text-align: right;
}

/* 表組み */
table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c2f11;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5c2f11;
	border-collapse: collapse;
	margin-bottom: 20px;
}
th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c2f11;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c2f11;
	padding: 5px;
	background-color: #ffffff;
	font-size: medium;
}
td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c2f11;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c2f11;
	padding: 5px;
}


/* 授業風景 */
.pic1 {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.pic2 {
	float: right;
	width: 260px;
}
ul {
	margin-bottom: 20px;
}
.map {
	margin-right: 10px;
}
#main address {
	font-style: normal;
	font-size: medium;
	line-height: 160%;
}

.access1 {
	float: left;
	width: 280px;
	margin-right: 10px;
}
.access2 {
	float: right;
	width: 240px;
}
#recruit th {
	width: 100px;
}
.flow {
	background-color: #ffebc9;
	padding: 5px;
	font-size: medium;
	line-height: 100%;
	margin-bottom: 5px;
}
strong {
	font-size: medium;
}
#whats-new table {
	border: none;
}

#whats-new th{
	background-color: #ffffff;
	border-bottom: 1px dashed #5c2f11;
	border-right: none;
	font-size: small;
	text-align: left;
}
#whats-new td {
	background-color: #ffffff;
	border-bottom: 1px dashed #5c2f11;
	border-right: none;
}

.date {
	background-color: #ccecef;
}
#main ul {
	list-style: none;
}
/* トップ、電話番号の表 */
#tel {
	font-size: medium;
}

/* 毎日営業 */
.orange {
	color: #ff7f00;
}
ul#sub-menu {
	width: 200px;
	padding-left: 20px;
}
ul#sub-menu li a {
	display: block;
	width: 200px;
}

.item {
	clear: both;
	width: 540px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #527f5f;
	padding-top: 10px;
}
.item h4 {
	margin-top: 10px;
}
#wear li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 130px;
	float: left;
}
#wrapper #content #main .wear-text {
	clear: both;
	background-color: #ffffcc;
	text-align: center;
	border: 2px dashed #fdb329;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#new-year {
	margin-bottom: 10px;
	background-color: #ffffb0;
	padding: 10px;
}
#new-year strong {
	color: #ff3300;
}#hokkaido ul {
	list-style-type: none;
}
#hokkaido ul li {
	list-style-type: none;
	display: inline;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/*サイトマップ全体のボックス*/
#cmsp_map {
  margin:5px;
  paddong:0px;
}

/*大項目*/
#cmsp_map div {
  margin:5px 0px;
  padding:0px;
  font-weight:bold;
}

/*サブカテゴリーを囲む*/
#cmsp_map dl {
  margin:0px;
  padding:0px;
}

/*サブカテゴリー名*/
#cmsp_map dt {
  margin:5px 0px 0px 15px;
  padding:0px;
}
/*サブカテゴリー内の商品リストを囲む*/
#cmsp_map dd {
  margin:0px 0px 0px 10px;
  padding:0px;
}

#health h3 {
	background-image: url(../trimming/images/bg-health.gif);
	background-repeat: repeat-y;
	padding: 5px 10px;
	font-size: medium;
}

#health #matome {
	background-image: url(../trimming/images/bg-health.gif);
	background-repeat: repeat-y;
	padding: 10px;
	font-weight: bold;
}

.pic-img {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.pic-text {
	float: right;
	width: 170px;
}
.yg {
	background-color: #CCFF99;
}
#side .contact {
	font-size: small;
	color: #5c2f11;
	line-height: 140%;
}
#side .contact strong {
	font-size: small;
}
