@charset "Shift_JIS";
@media screen{
}

* { font-family: "ＭＳ Ｐゴシック", "Osaka";}
{ font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

html {
	overflow-y:scroll;
}

/* 全体 */

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	}

/* ヘッダー */
#header {
	width: 800px;
	height: 103px;
	background-image: url(../img/header/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	}
#header img {
	margin-top: 60px;
	margin-right: 5px;
	}


#header_navi ul {
	margin: 0;
	padding: 0;
	}
#header_navi li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	}
	
/* パンくずリスト */
#kuzu {
	width: ;
	border-bottom: 1px #999 dotted;	
	}
#kuzu p {
	font-size : 12px;
	padding: 7px;
	}

/* TOPコンテンツ */
#top_contents {
	width: 800px;
	}

#blogRss {
	color: #690;
	font-size: 80%;
	}
#blogRss a:link {
	color: ;
	text-decoration: ;
	}
#blogRss a:hover,a:active {
	color: red;
	text-decoration: ;
	}
#blogRss a:visited {
	color: #690;
	text-decoration: none;
	}

/* インライン */
#news{
	width: 340px;
	height: 120px;
	overflow: auto;
	border: 0px solid #333;
	font-size: 80%;
	background-color: #000;
	padding: 5;
	margin-top: 2px;
	margin-bottom: 14px;
	scrollbar-face-color: #000;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#666;
	scrollbar-3dlight-color:#666;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color:white;
	}
#news ul{
	margin: 0;
	padding: 0;
	}
#news li{
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 170%;
	}
#news a{
	color: #fff;
	background-color: #000;
	}
#news a:hover,a:active{
	color: #fc0;
	}
#news img {
	border: 0;
	display: block;
	}

/* コンテンツ */
#contents {
	width: 730px;
	margin: 0px;
	background-color: #fff;
	color: #000;
	}

/* コンテンツ左 */
#contents_left {
	width: 160px;
	float: left;
	margin: 10px 0px 10px 5px;
	}
#contents_left img {
	margin: 0;
	padding: 0; 
	}
#contents_left ul,li {
	list-style-type: none;
	margin: 0;
	padding: 0; 
	}
#contents_left a {
	width: 100%;
	border-left: 0px solid #555;
	border-right: 0px solid #000;
	border-top: 0px solid #555;
	border-bottom: 1px dotted #555;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	margin: 0;
	}
#contents_left a:link,a:visited {
	background-color: ;
	}
#contents_left a:hover,a:active{
	background-color: #ddd;
	}
.navi_title {
	width: 100%;
	background-image: url(../images/navi/00.gif);
	background-repeat: repeat;
	display: block;
	}
.navi_title p {
	font-size: 16px;
	font-weight: bold;
	}

/* コンテンツ右 */
#contents_right {
	width: 520px;
	float: left;
	margin: 10px 10px 10px 0px;
	padding-left: 10px;
	border-left: 0px #999 dotted;
	}
#contents_right p{
	margin: 5px 0px 0px 10px;
	font-size: 85%;
	}
#contents_right h2{
	margin: 0;
	}
#contents_right h3{
	margin-top: 20px;
	margin-bottom: 3px;
	padding-left: 5px;
	font-size: 120%;
	border-left: 3px solid #736;
	}
#contents_right table{
	width: 530px;
	border-collapse: collapse;
	margin-top: 10px;
	}
#contents_right th{
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 70%;
	background-color: #555;
	color: #fff;
	font-weight: normal;
	}
#contents_right td{
	font-size: 80%;
	border-bottom: 1px solid #000;
	}
#contents_right ul{
	font-size: 95%;
	margin: 5px;
	}
#contents_right li{
	margin: 0px;
	}
#contents_right form{
	margin: 0px ;
	font-size: ;
	}
#contents_right hr{
	filter: Alpha(style=2,opacity=100,finishopacity=0) ;
	color: #996600;
	height: 5px;
	width: ;
	}
.in_title {
	width: 530px;
	background-color: #e9e9e9;
	display: block;
	margin-top: 30px;
	font-size: 180%;
	font-weight: bold;
	color: #333;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	}

/* マガジン */

.mg {
	width: 600px;
	margin: 10px auto 20px;
	padding: 10px;
	border: 1px solid #999;
	background-image: url(../img/ba24_06.gif);
	font-size: 90%;
	}
.mg h3{
	display: block;
	font-weight: bold;
	background-color: #e9e9e9;
	border-top: 2px solid #555;
	padding: 8px;
	margin-bottom: 10px;
	color: #339900;
	}
.mg h4{
	color: red;
	margin-bottom: 10px;
	}
.mg img{
	border: 1px solid #999;
	padding: 3px;
	background-color: #fff;
	}
.mg p{
	line-height: 140%;
	font-size: 90%;
	margin-bottom: 10px;
	}
.mg hr{
	height: 5px;
	}

/* お客様の声 */

.cs {
	width: 550px;
	margin: 10px auto 20px;
	padding: 10px;
	border: 1px solid #999;
	background-image: url(../img/c04_12.gif);
	font-size: 120%;
	}
.cs h3{
	display: block;
	font-weight: ;
	background-color: #006699;
	padding: 8px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 90%;
	border-right: 10px solid orange;
	}
.cs img{
	border: 1px solid #555;
	padding: 10px;
	background-color: #fff;
	}
.cs p{
	line-height: 150%;
	font-size: 75%;
	margin-bottom: 10px;
	font-family: "MS UI Gothic", "Osaka";
	color: #006699;
	}

/* ワンちゃん */

.pet {
	width: 620px;
	margin: 10px auto 20px;
	padding: 10px;
	border: 0px solid #999;
	background-image: url(../pet/images/pet_bg.gif);
	font-size: 120%;
	}
.pet h3{
	display: block;
	font-weight: ;
	background-color: #1C4185;
	padding: 8px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 120%;
	border-left: 10px solid #F6F449;
	}
.pet img{
	border: 1px solid #999;
	padding: 5px;
	background-color: #fff;
	}
.pet p{
	line-height: 150%;
	font-size: 90%;
	margin-bottom: 10px;
	color: #1C4185;
	}
.pet li{
	line-height: 100%;
	font-size: 90%;
	margin-bottom: 10px;
	list-style-type: disc;
	color: #1C4185;
	}

.linkpage {
	color: white;
	}
.linkpage a {
	color: white;
	background-color: #5D83B6;
	}

/* フッター */

#footer {
	width: 730px;
	height: ;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	font-size: small;
	}
#footer hr{
	filter: Alpha(style=2,opacity=100,finishopacity=0) ;
	color: #999;
	height: 5px;
	width: 500px;
	}
#footer img {
	border: 0;
	display: ;
	}
#footer a{
	color: #fff;
	}
#footer a:hover,a:active{
	color: #fc0;
	}
	
/* フッター(white) */

#footer_white {
	width: 730px;
	height: ;
	text-align: center;
	color: #000;
	padding-top: 20px;
	font-size: small;
	background-color: white;
	}
#footer_white hr{
	filter: Alpha(style=2,opacity=100,finishopacity=0) ;
	color: #000;
	height: 5px;
	width: 500px;
	}
#footer_white img {
	border: 0;
	display: ;
	}
#footer_white a{
	color: #000;
	}
#footer_white a:hover,a:active{
	color: #F33;
	}

/* 基本CSS */

body {
	margin: 0 auto;
	padding: ;
	text-align: center;
	background-color: #e9e9e9;
	background-image: url(../img/side_bg.gif);
	}
em {
	font-style: normal;
	font-weight: bold;
	}
address {

	}
p{
	margin: 0;
	padding: ;
	text-align: ;
	}
table{
	line-height: 120%;
	}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-size: ;
	}
ul,li {
	margin: ;
	font-size: ;
	line-height: ;
	}
caption {
	color: #003366;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	}
img {
	border: 0;
	display: ;
	}
div {
	border: 0px solid gray;
	}
ul,ol {

	}	
li {

	}
form {
	margin: 0;
	}
dl {
	margin: 0;
	}
dt {
	margin-top: 5px;
	}
dd {
	font-weight: bold;
	}


/* リンク */
	
a {

	}
a:link,a:visited {
	color: ;
	text-decoration: ;

}
a:hover,a:active {
	color: ;
	text-decoration: ;
}

/* クラス */

.g_background h1 {
	padding: 1px;
	font-size: 10px;
	background-color: #398429;
	font-weight: normal;
	color: #fff;
	}
.imgBottom {
	padding-bottom: 5px;
	}
.imgLeft{
	float: left;
	margin: 5px 10px 10px 0px;
}
.imgRight{
	float: right;
	margin: 5px 0px 10px 10px;
}
.trbg_g{
	background-color: #e9e9e9;
}
.textRed{
	color: red;
}
.textRedCenter{
	color: red;
	text-align: center;
}
.textRedBold{
	color: red;
	font-weight: bold;
}
.textRedBoldCenter{
	color: red;
	font-weight: bold;
	text-align: center;
}
.textRedBoldRight{
	color: red;
	font-weight: bold;
	text-align: right;
}
.textRedBoldMin {
	color: red;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
}
.textSmall{
	font-size: 110%;
}
.textxSmall{
	font-size: x-small;
}
.textxxSmall{
	font-size: xx-small;
}
.text10pt{
	font-size: 85%;
}
.text9pt{
	font-size: 75%;
}
.text8pt{
	font-size: 65%;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;		
	}
.left {
	text-align: left;	
	}
.right {
	text-align: right;	
	}
.right_plus {
	text-align: right;
	padding-right: 20px;	
	}
.textItalic {
	font-style: italic;	
	}
.c-both{
	clear:both;
	}
.tdHide{
	font-size: 1px;
	margin: 0;
	padding: 1px;
	color: #aaa;
	background-color: #aaa;
	}
.tdbgye {
	background-color: #FFFFC4;
	}
.sidebg{
	background-image: url(../img/side_bg.gif);
	}

