@charset "utf-8";
body {
	font-family: Meiryo, "メイリオ", Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.166;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #eee4c9;
}

a {	color: #990000;text-decoration: underline;	}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
img {
	border: none;
}

div#wrapper {
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
div#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#container {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html div#container {height: 1%;}
div#container {display: block;}
/* End hide from IE-mac */


div#container {
	text-align: left;
	height: auto;
}

div#container {
	background-color: #FFFFFF;
}



#pageBanner, #mainBanner {
	margin: 0px;
	padding: 0px;
}

.blog {
	padding-left:15px;
	padding-top:5px;
	padding-right:15px;
	font-size: 14px;
	line-height: 150%;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
}
.blog h1 {
	font-size: 24px;
	color: #B80000;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.blogbody p{
	padding-left: 5px;
}

.blogbody blockquote {
	padding: 4px;
	border: thin dotted #A6DCF7;
	background-color: #FBFCFE;
}

div.blogbody table{
	padding-left: 0px;
	font-size: 100%;
	line-height: 150%;
}

div.designTable table{
	margin : 10px 0px 10px 10px;
	font-size: 100%;
	line-height: 150%;
	border-style : solid ; 
	border-width : 1px  ;
	border-collapse : collapse ;
	vertical-align : top ;
	width : 94% ;
}
div.designTable table tr td {
	border-style : solid ;
	border-width : 1px  ;
	border-collapse : collapse ;
	padding : 5px 5px 5px 10px ;
	vertical-align : top ;
}
div.designTable table tr th {
	border-style : solid;
	border-width : 1px;
	border-collapse : collapse;
	padding : 5px 5px 5px 10px;
	vertical-align : top;
	font-weight: bold;
	white-space: nowrap;
}
div.designTable table {
	color: #333333;
	border-color : #DB807F;
}
div.designTable table tr td  {
	background-color : #FEFCFD;
	border-color : #DB807F;
}
div.designTable table tr th  {
	background-color : #FCF2F1;
	border-color : #DB807F;
}

.marginZero p{
	margin: 0px;
	padding: 0px;
}
	
.imageLeft img {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.imageRight img {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.clear_break {
	clear: both;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#main_contents {
	text-align: left;
}
#main_contents a {
	position: absolute;
	top: 647px;
	margin-left: 252px;
}
#foot_contact {
	text-align: left;
}
#foot_contact a {
	position: absolute;
	top: 782px;
	margin-left: 45px;
}
#footer{
	font-size: 13px;
	clear:both;
	background-color: #FFFFFF;
	color: #333333;
	padding: 5px;
	background-image: url(/dog/images/foot_back01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#bottomMenu {
	clear:both;
	font-size: 12px;
	height: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 5px;
}
#bottomMenu ul{
	display: inline;
}
#bottomMenu ul li{
	float: left;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	padding-left: 12px;
	padding-top: 3px;
}
#bottomMenu a,
#bottomMenu a:link,
#bottomMenu a:visited,
#bottomMenu a:active {
	color: #0066CC;
}
#bottomMenu a:hover { color: #CC0000;text-decoration:underline;}

#copyRight {
	color:#666666;
	font-size:10px;
	margin: 0px;
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image: url(images/mainBackFoot01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}	
#copyRight a{	color:#666666;	text-decoration:none;}
#copyRight a:hover { text-decoration:underline;}
textarea{
	width: 80%;
	}
.form-required {
	color: #CC0000;
	font-weight: normal;
}
.form-error {
	color: #FF0033;
}

