@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
}
address,em,strong,th {
font-style: normal;
}
.clear_both {
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
	.flort_right {
	float: right;
	font-weight: bold;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}

td {
	vertical-align: top;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,fieldset {
border: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
ol li{
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.img_left {
	background-color: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.img_right {
	background-color: #FFFFFF;
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ul_list li{
	list-style-type: square;
}
.ul_list{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}


/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin: 0 auto;
	padding:0px;
}
html>/**/body {
font-size: 12px; /* Except IE */
}

/* 基本
------------------------------------------------------------*/
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 35px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	width: 90%;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/compornent_img/leaf1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 1em;
}


.style6 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 1em;
}

.style7 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 1em;
	color: #FF0000;
}
.padding10 {
	padding: 10px;
}

.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}

p {
		line-height: 1.5em;
	}

	
a, a:link {
	color:  #993300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
.kadomaru_coment {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 1px solid #ccc;     /* 枠線の装飾 */
	background-color: #FFFFEE;   /* 背景色 */
	padding: 10px;
	margin-bottom: 10px;
}
#kadomaru_coment_right_img {
	background-color: #FFFFEE;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
}
#form {
	width: 90%;
	border-spacing: 0;
	font-size:14px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#form tr td {
	padding: 8px 15px;
	border: 1px solid #999999;
	text-align: left;
}

#form tr {
  background: #fff;
}
#form tr:nth-child(2n+1) {
  background: #EFF4CC;
}

#for_pagetop a {
	text-align: right;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 1px solid #2E892E;     /* 枠線の装飾 */
	background-color: #339933;   /* 背景色 */
	float: right;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	display: block;
	margin-right: 25px;
}
#for_pagetop a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2C852C;
}
#main_body {
	background-color: #FFFFFF;
	background-image: url(../images/compornent_img/header_waku.jpg);
	background-repeat: repeat-x;
	background-position: top;
}	
	
/* 主要コンテンツ
------------------------------------------------------------*/
#top_bg {
	background-image: url(../images/content_img/top_mainimg.png);
	background-repeat: no-repeat;
}
#wrapper {
  width:1000px;
  margin:0 auto;
}

.content {
	margin-bottom:10px;
/zoom:1;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#content:after {
  display:block;
  clear:both;
}
.main_content {
  width:720px;
  float:right;
}




/*フロート基本ここまで*/


#header {
	background-image: url(../images/compornent_img/header.jpg);
	height: 230px;
}


#header h1 {
	text-align: right;
	font-size: 10px;
}
.header_btn a {
	background-color: #FFE4AE;
	display: inline-block;
	color: #666;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.header_btn a:hover {
	background-color: #FFDA8C;
	color: #666;
	text-decoration: none;
}
.header_btn li {
	display: inline;
}
.header_btn {
	margin-top: 40px;
	margin-left: 480px;
}
#header h2 {
	margin-top: 50px;
	margin-left: 50px;
}


/* メインナビ
------------------------------------------------------------*/
/*main_naviここから*/

#main_navi {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
#main_navi li {
	display: inline;
}
#main_navi a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	height: 35px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 35px;
	background-image: url(../images/compornent_img/main_navi_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#main_navi a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/compornent_img/main_navi_btn.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: 0px -50px;
}
/*main_naviここまで*/
/* フッター
------------------------------------------------------------*/

/*footerここから*/

#footer {
	background-image: url(../images/compornent_img/footer_waku.jpg);
	background-repeat: repeat-x;
	height: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#footer_content {
	background-image: url(../images/compornent_img/footer.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer_navi {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	float: right;
}
#footer_navi a {
	display: inline-block;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#footer_navi a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFDA8C;
}
#footer_navi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin: 0px;
	padding: 0px;
}

/*footerここまで*/

/* サイドコンテンツ
------------------------------------------------------------*/
/*side_contentここから*/
#side_navi_frame {
	height: 650px;
	width: 220px;
	overflow: hidden;
}
#top_main_content {
	padding-top: 330px;
}




#side_navi {
	width:220px;
	float:left;
	position: relative;
	top: 0px;
	background-color: #FFF4D2;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	padding-top: 10px;
	padding-bottom: 10px;

}

.side_content {
	width: 200px;
	background-color: #FFF4D2;
	padding-right: 10px;
	padding-left: 10px;
}


.side_content h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #379B31;
	background-image: url(../images/compornent_img/side_title.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 10px;
}

/*side_naviここから*/

#side_navi_btn a{
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #379B31;
	border-right-color: #379B31;
	border-bottom-color: #379B31;
	border-left-color: #339933;
	margin-bottom: 10px;
	color: #333333;
}
#side_navi_btn a:hover {
	text-decoration: none;
	background-color: #FFEFBF;
}
/*side_naviここまで*/


#side_link a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-bottom: 10px;
	padding-right: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #379B31;
	background-image: url(../images/compornent_img/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*side_contentここまで*/

/* main_content
------------------------------------------------------------*/


.main_content h3 {
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	background: #eee;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
	clear: both;
	background-image: url(../images/compornent_img/main_content_title.jpg);
	background-repeat: no-repeat;
	height: 30px;
	color: #666666;
	padding-right: 20px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 5px 3px -3px #ccc;
	-moz-box-shadow: 0 5px 3px -3px #ccc;
	box-shadow: 0 5px 3px -3px #ccc;
}

#news li {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../images/compornent_img/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#news {
	padding: 10px;
}
#shadow img {
	float:right;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	-webkit-box-shadow: 0 10px 6px -6px #ccc;
	-moz-box-shadow: 0 10px 6px -6px #ccc;
	box-shadow: 0 10px 6px -6px #ccc;
}

.twin_waku {
	width: 320px;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 1px solid #009900;
	-webkit-box-shadow: 0 10px 6px -6px #ccc;
	-moz-box-shadow: 0 10px 6px -6px #ccc;
	box-shadow: 0 10px 6px -6px #ccc;
	height: 150px;
}
#right {
	float: right;
}
.twin_waku h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #43AF35;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	border-radius: 50px;         /* CSS3 */
	-moz-border-radius: 50px;    /* Firefox */
	-webkit-border-radius: 50px; /* Safari,Chrome */
	margin-bottom: 10px;
}
.arrow a {
	background-image: url(../images/compornent_img/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 10px;
	padding-left: 20px;
	float: right;
}
#footer_banner li{
	
	margin-top: 10px;
	float: left;
	margin-right: 10px;

}
#anicom_banner a {
	background-image: url(../images/content_img/banner/anicom_banner.jpg);
	text-indent: -9999px;
	display: block;	
	height: 50px;
	width: 170px;	
}
#ipet_banner a {
	background-image: url(../images/content_img/banner/ipet_banner.jpg);
	text-indent: -9999px;
	display: block;	
	height: 50px;
	width: 170px;	
}
#price_table {
	margin-top: 10px;
}
#price_table td {
	padding: 5px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.photoevent a {
	background-image: url(../images/banner/photo.png);
	height: 60px;
	width: 630px;
	font-size: 30px;
	font-weight: bolder;
	color: #F00;
	text-decoration: none;
	padding-top: 180px;
	padding-left: 90px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
}