@charset "UTF-8";
/* @Style license ID.056 */
/* 全体の設定 */
body {
	font-family:Arial, Tahoma, "Trebuchet MS", Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 10px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	clear:both;
	display: none;
}
/* クロスブラウザ */
h1,h2,h3,h4,p {
	margin: 0px;
	padding: 0px;
}


/* 全体の枠 */
#container {
	background-image: url(mt/blogimg/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 760px;
}

/* ヘッダー */
#header {
	color: #333333;
	background-color: #D7D7C4;
	background-image: url(mt/blogimg/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 0px;

}
/* 見出し */
h1{
	background-image: url(mt/blogimg/headimage.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	margin-left: 5px;
	padding-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 268px;
	width:750px;
	clear: both;
}

/* ブログの説明 */
.description {
	/*font-size: 75%;*/
	font-size: 10px;
	padding: 0;
}
/* ヘッダーリンク */
#header a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーリンク色 */
#header a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーマウスオーバー時 */
#header a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダークリック時 */
#header a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済み */
#header a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* ヘッダー訪問済みマウスオーバー */
#header a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済みクリック時 */
#header a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ロゴエリア */
#banner {
	/*
	width: 530px;
	float: left;
	*/
}
/* 検索エリア */
#searchbox {
	text-align: right;
	margin: 0;
	padding:0;
	/*
	width: 200px;
	float: left;
	*/
}
/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 10px;
	padding-right: 20px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/* 検索 ボックス・ボタンサイズ */
#searchbox input {
/*	font-size: 75%;*/
}

/* 上部ナビゲーションバー */
#navi {
	clear: both;
	font-size: 75%;
	float: left;
	background-image: url(mt/blogimg/bg-naviback.gif);
	background-position: center top;
	background-repeat: repeat-y;
	width:760px;
}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 5px;
	padding-right: 5px;
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #eeeeee;
	background-color: #000;
	padding-top: .2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0.2em;
	float: left;
	border-right: 1px solid #2E2E2E;
}
#navi ul li a.menu01 {
	border-left: 1px solid #2E2E2E;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #9C9C6B;
/*	background-color: #9C9C6B;*/
	background-image: url(mt/blogimg/bg-navi.jpg);
	background-position: left center;
	background-repeat: repeat-x;
}

/* イメージ画像エリア */
#image {
	display:none;

	background-image: url(mt/blogimg/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	margin-left: 5px;
	padding-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 150px;
	clear: both;
}

#wrapper {
	clear:both;
	width: 578px;
	float: left;
}


/* コンテンツ枠 */
#content {
	width: 395px;
	float: right;
}


/* メインエリア */
#main {
	font-size: 82%;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	width: 395px;
}



#main th{
	font-size: 82%;
	line-height: 1.4em;
}
#main td{
	font-size: 82%;
	line-height: 1.4em;
}

/* メインリンク設定 */
#main a {
	text-decoration: underline;
	color: #006699;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: underline;
	color: #663333;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: none;
	color: #666666;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: none;
	color: #666666;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: underline;
	color: #86865B;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: none;
	color: #666666;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: none;
	color: #666666;
}

/*メイン余白  */
#main .pad {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 10px;
}



/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 100%;
	color: #333333;
	background-image: url(mt/blogimg/bg-h2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 23px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	color:#663333;
	background-image: url(mt/blogimg/bg-h3.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #333333;
	background-color: #ffffff;
	margin:10px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 15px;
}
.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main li {
	margin-bottom: 5px;
	list-style-type: square;
}
/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}
/* 画像左配置 */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}
/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
	padding-right:10px;
}

textarea {
	width:360px;
	font-size: 90%;
}

#left {
	font-size: 80%;
	line-height: 140%;
	width: 180px;
	float: left;
}

#right{
	font-size: 80%;
	line-height: 140%;
	width: 180px;
	float: right;
}



/* サイドバー */

/* サイドバー余白 */
#left .pad {
	position:relative;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 2px;
}

#right .pad {
	position:relative;
	padding-top:10px;
	padding-left: 2px;
	padding-right: 10px;
}
.sidebody{
	background-color: #CECEB7;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #939364;
}
.sidebodymenu{
	background-color: #CECEB7;
	margin-bottom:5px;
	border:1px solid #939364;
}

#right .pad .sidebody222{
	background-color: #CECEB7;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #939364;
}

/* サイドバーリンク設定 */
#left a,#right a {
	text-decoration: none;
	color: #333333;
}
/* サイドバーリンク色 */
#left  a:link, #right a:link {
	text-decoration: none;
	color: #333333;
}
/* サイドバーマウスオーバー時 */
#left a:link:hover, #right a:link:hover {
	text-decoration: none;
	color: #333333;
}
/* サイドバークリック時 */
#left a:link:active,#right a:link:active {
	text-decoration: none;
	color: #333333;
}
/* サイドバー訪問済み */
#left a:visited, #right a:visited {
	text-decoration: none;
	color: #333333;
}
/* サイドバー訪問済みマウスオーバー */
#left a:visited:hover, #right a:visited:hover {
	text-decoration: none;
	color: #333333;
}
/* サイドバー訪問済みクリック時 */
#left a:visited:active,#right a:visited:active {
	text-decoration: none;
	color: #333333;
}

/* サイドバーカテゴリー一覧 */
#left ul,#right ul {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	padding-left: 0;
	list-style-type: none;
}
#left ul ul li,#right ul ul li {
	padding-left: 8px;
}
#left li a,#right li a {
	text-decoration: none;
}
#right li a:hover  {
	text-decoration: none;
}

/* カテゴリー */



.screencapture{
　　　margin: 2px 0px 2px 6px;
　　　padding:0px 0px 0px 0px;
}

.screencapture a:hover{ 
　　　position : relative ; top:1; left:1; }



.categories{
}
.categories ul{
	margin: 0;
	padding:0;
}
.categories li{
	margin: 0;
	padding:0;
	font-weight:normal;
}
.categories li li{
	margin: 0;
	padding:0;
	font-weight:normal;
}


/* サイドバー メニューリンク設定 */
.categories li a{
	margin:0;
	padding:3px 3px 3px 13px;
	display:block;
	text-decoration: none;
	color: #333333;
	background-image:url(mt/blogimg/side-icon.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	border-bottom:1px solid #dddddd;
	height:23px;
}

.categories li li a{
	margin:0;
	padding:3px 3px 3px 13px;
	display:block;
	text-decoration: none;
	color: #333333;
	background-image:url(mt/blogimg/side-icon2.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	border-bottom:1px solid #dddddd;
	height:23px;
}

.categories a:link{
	text-decoration: none;
	background-color: #CECEB7;
}
.categories a:hover{
	text-decoration: none;
	background-color: #DFDFD0;
}
.categories a:active{
	text-decoration: none;
	background-color: #DFDFD0;
}
.categories a:visited{
	text-decoration: none;
	background-color: #CECEB7;
}
.categories a:visited:hover{
	text-decoration: none;
	background-color: #DFDFD0;
}
.categories a:visited:active{
	text-decoration: none;
	background-color: #DFDFD0;
}


/* 左リンク集設定 */
.link .sidebodymenu li li {
 font-size:85%;
}
.categories p{
	padding:5px 10px 10px 10px;
}
.categories .linkAll{
	text-decoration: underline;
	background: #none;
}




/* サイドバー見出しh2 */
#left h2,#right h2 {
	font-size: 95%;
	font-weight:bold;
	color: #999966;
	background-color: #000000;
	background-image: url(mt/blogimg/side-title.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 25px;
	margin-bottom: 1px;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー見出しh3 */
#left h3,#right h3 {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#left p,#right p {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

/* サイドバーフリースペース */
.note{
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバー画像 */
#left img,#right img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 75%;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#powered {
	font-size: 75%;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 20px;
	display: none;
}

/*カテゴリ・個別アーカイブ*/
#trackbacks,#comments{
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 60%;
	text-align: center;
	margin: 5px 0 10px 0;
	background-image: url(mt/blogimg/footer01.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width:750px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: underline;
	color: #333333;
	background-color: #ffffff;
	padding: 0 .5em;
}

/* フッター */
#footer {
	color: #333333;
	background-color: #ffffff;
	background-image: url(mt/blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	clear: both;
}
/* 文責 */
address {
	font-size: 70%;
	font-weight: normal;
	font-style:normal;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
}

/*トップページ*/
/*新着*/
#main h3.whatsnew{
	clear:both;
	background-image: url(mt/blogimg/bg-whatsnew.gif);
}
#main ul.whatsnewlist{
	margin:0;
	padding:0;
}
#main ul.whatsnewlist li{
	list-style-type:none;
}

/*子犬情報*/
#main h3.shuna{
	clear:both;
	background-image: url(mt/blogimg/bg-shuna.gif);
}
#main h3.toy{
	clear:both;
	background-image: url(mt/blogimg/bg-toy.gif);
}
#main h3.terrier{
	clear:both;
	background-image: url(mt/blogimg/bg-terrier.gif);
}

#main ul.puppylist-shuna{
	margin:0;
	padding:0;
	background-image: url(mt/blogimg/top-shuna.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	list-style-type:none;
	height:100px;
	overflow:visible;
}
#main ul.puppylist-shuna li{
	margin-left:100px;
	padding-left:20px;
	background-image: url(mt/blogimg/icon-asi.gif);
	background-repeat:no-repeat;
	background-position:3px 0;
	line-height:130%;
	list-style-type:none;
}

#main ul.puppylist-poodle{
	margin:0;
	padding:0;
	background-image: url(mt/blogimg/top-poodle.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	list-style-type:none;
	height:100px;
	overflow:visible;
}
#main ul.puppylist-poodle li{
	margin-left:100px;
	padding-left:20px;
	background-image: url(mt/blogimg/icon-asi.gif);
	background-repeat:no-repeat;
	background-position:3px 0;
	line-height:130%;
	list-style-type:none;
}

#main ul.puppylist-terrier{
	margin:0;
	padding:0;
	background-image: url(mt/blogimg/top-terrier.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	list-style-type:none;
	height:100px;
	overflow:visible;
}
#main ul.puppylist-terrier li{
	margin-left:100px;
	padding-left:20px;
	background-image: url(mt/blogimg/icon-asi.gif);
	background-repeat:no-repeat;
	background-position:3px 0;
	line-height:130%;
	list-style-type:none;
}

/*コンセプト*/
#topconcept{
	text-align:center;
	background-image: url(mt/blogimg/top-concept.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top:30px;
	padding-bottom:40px;
}
#topconcept img{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

/*お買い物*/
ul.topshopping{
	margin:0;
	padding:0;
}
.topshopping li{
	list-style-type:none;
	display:block;
	width:120px;
	float:left;
}
.topshopping li img{
	width:100px;
}

#main img{
	clear:both;
	display:block;
}



/* 価格 */
.price {
	color:#cc3300;
	font-weight:bold;
	font-size:110%;
}
/* ポイントテキスト */
.pointtext {
	color:#cc3300;
}

.hissu{
	color:#cc3300;
	font-weight:bold;
	font-size:140%;
}
.openwin{
	background-image: url(mt/blogimg/icon-openwin.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left:20px;
}
/* アルバム用 */
.albumtext{
	border:1px dotted #999966;
	width:320px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	text-align:left;
}
/* リンク用 */
.infotext{
	border:1px dotted #999966;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	text-align:left;
}
ul.linklist{
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	padding-left: 0;
	list-style-type: none;
}
ul.linklist li{
	padding-left:20px;
	background-image: url(mt/blogimg/link-icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
span.linklist,p.linklist{
	padding-left:20px;
	background-image: url(mt/blogimg/link-icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/*メルマガ*/
.melmaga{
	margin-bottom:5px;
	padding:3px;
	border:1px solid #939364;
	background-image: url(mt/blogimg/bn-melmaga.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top:70px;
}
/*携帯版*/
.mobile{
	margin-top:0px;
	margin-bottom:5px;
	padding:0;
}
.mobile img{
	margin-top:0px;
}
/*全国対応*/
.japan{
	margin-bottom:5px;
	border:1px solid #939364;
	background-image: url(mt/blogimg/bn-japan.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align:center;
	padding-top:102px;
}
.japan .zenkoku{
	font-size:1px;
	line-height:50%;
	text-indent:-9000px;
}

/*ページ分割*/
.paginate {
    text-align: center;
    font-size: 9px;
}


