/* 全体 */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 1px;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
} 

td    { font-size : 13px;}
.a1   { font-size : 24px;}
.a2   { font-size : 10px;}
.a3   { font-size : 14px;}
.a4   { font-size : 16px;}
.a5   { font-size : 18px;}
.a6   { font-size : 20px;}
.a7   { font-size : 22px;}
.a10 { font-size : 10px;}
.a11 { font-size : 11px;}
.g5   { line-height : 18px;}


/* リンク関連 */

A                { color: #0000CC; text-decoration: none; background: none;}
A:link           { color: #0000CC; text-decoration: none; background: none;}
A:link:hover     { color: #FF0000; text-decoration: underline; background: none;}
A:link:active    { color: #FF0000; text-decoration: none; background: none;}

A:visited        { color: #0000CC; text-decoration: none; background: none;}
A:visited:hover  { color: #FF0000; text-decoration: underline; background: none;}
A:visited:active { color: #FF0000; text-decoration: none; background: none;}

.n-link {
	background: #eee;
	margin-bottom: 15px;
	line-height: 140%;
	text-align: center;
	padding: 3px;
}


/* 見出し */

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}


/* 全体を囲う箱 */


#inbox {
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 100%;
	border: 1px solid #BBBBBB;
	background-image: url(http://star-dogs.net/img/body_bg.gif);
}


#wrapper {
position: relative;
}


/* バナー */

#banner {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(http://star-dogs.net/img/t1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	height: 90px;
}
#banner A        {
	text-decoration: none;
	color: #FFFFFF;
}
#banner A:link   {
	color: #FFFFFF;
	text-decoration: none;
}
#banner A:link:hover     {
	text-decoration: none;
	color: #FFFF99;
}
#banner A:link:active    {
	color: #FFFF99;
	text-decoration: none;
}

#banner A :visited        {
	color: #FFFFFF;
	text-decoration: none;
}
#banner A :visited:hover  {
	color: #FFFF99;
	text-decoration: none;
}
#banner A :visited:active {
	color: #FFFF99;
	text-decoration: none;
}

#banner-header {
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
	text-align: left;
	float: left;
}

#banner-header a{
	display:block;
	width:153px;
	height:86px;
	line-height:86px;
	text-decoration:none;
	text-indent:-9999px;
}

#banner-inner {
   position: static;
   padding: 2px 0 0 9px;
}

#banner-description {
	display: none;
}

#banner-email {
    margin:0;
    padding:70px 0 0 618px;
}

#banner-email a {
    display:block;
    width:107px;
    height:15px;
    line-height:15px;
    text-decoration:none;
    text-indent:-9999px;
}



/* レイアウト */

/* 左サイドバーの場合、#links #contentの指定を以下のようしてください */
/*
#links {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 170px;
	float: left;
	background-color: #FFC1C1;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 555px;
	float: left;
}
*/
/* 右サイドバーの場合(現在の設定はこちらです) */

#links {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	width: 170px;
	float: left;
	height: 100%;
	background-color: #FFC1C1;
	background-image: url(http://star-dogs.net/img/body_bg.gif);
}

#links A        {
	text-decoration: none;
	color: #444444;
}
#links A:link   {
	color: #444444;
	text-decoration: none;
}
#links A:link:hover     {
	text-decoration: none;
	color: #FF0000;
}
#links A:link:active    {
	color: #FF0000;
	text-decoration: none;
}

#links A :visited        {
	color: #444444;
	text-decoration: none;
}
#links A :visited:hover  {
	color: #FF0000;
	text-decoration: none;
}
#links A :visited:active {
	color: #FF0000;
	text-decoration: none;
}


#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 580px;
	float: right;
}



#footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF6F6F;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 70px;
}

address {
	font-size: 11px;
	color: #FFFFFF;
}


#flash {
	width: 580px;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #CCCCCC;
}


#search1 {
	background-image: url(http://star-dogs.net/img/search_bg.gif);
	background-color: #FF8080;
}


/* 店舗情報レイアウト */

#s-info {
	width: 293px;
	position: static;
	margin: 0;
	padding:0;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}
#s-info-inner {
	width: 280px;
	margin: 4px 4px 1px 4px;
}
#s-info dl {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 150%;
}
#s-info dt {
	margin-top: 3px;
	padding: 2px 2px 2px 2px;
	background-color: #FFD0D0;
	width: 62px;
	float: left;
}
#s-info dd {
	margin: -2.05em 0 0 0;
	padding: 0.4em 0.4em 0.4em 6.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
	width: 200px;
	text-align: left;
	float: right;
}
#s-info .t-top {
	margin-top: 0px;
}
#s-info .t-bottom {
	border:none;
	margin-bottom: 0px;
}

#s-info2 {
	width: 498px;
	position: static;
	margin: 0;
	padding:0;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}
#s-info-inner2 {
	width: 485px;
	margin: 4px 4px 1px 4px;
}
#s-info2 dl {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 150%;
}
#s-info2 dt {
	margin-top: 3px;
	padding: 2px 2px 2px 2px;
	background-color: #FFD0D0;
	width: 110px;
	float: left;
}
#s-info2 dd {
	margin: -2.05em 0 0 0;
	padding: 0.4em 0.4em 0.4em 10.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
	width: 357px;
	text-align: left;
	float: right;
}
#s-info2 .t-top {
	margin-top: 0px;
}
#s-info2 .t-bottom {
	border:none;
	margin-bottom: 0px;
}


/* 記事まわり */
	
.blog {
	background-color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: none;
}


.blogbody {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	line-height: 140%;
	padding: 0px;
	margin-bottom: 0px;
	background: none;
	width:530px;
}


.date	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	text-align: right;
	margin: 0.5em 0em 0.5em 0em;
	width:530px;
}


.title	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5796DB;
	padding: 5px;
	margin-bottom: 10px;
	width:520px;
}


#content h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 3px;
}

blockquote {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: dotted;
	border-color: #333333;
	padding: 10px;
}



.sign {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
	border: 2px solid #FFC1C1;
	background: #fff;
	padding: 10px 10px 5px 10px;
	width: 506px;
}

.sign p {
	font-size: 13px;
}

p.techstuff {
	margin: 7px 0 auto 0;
	padding: 0;
}

.sign .posted {
	background-color: #FFFFFF;
	padding: 5px 0 3px 0;
	margin: 5px 0 20px 0;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	font-weight:normal;
	width:506px;
	border-top: 1px dotted #ccc;
}

.posted {
	background-color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	margin: 5px 0 20px 0;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	font-weight:normal;
	width:518px;
}


.extended {
	color:#666666;
	display:block;
	float:right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:1em;
	font-style:normal;
}


/* サイドバー */


#calendar {
  	line-height: 120%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 5px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 150px;
	background-color: #FFFFFF;
	}

#calendar caption {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FF5555;
	border: 1px solid #FF5555;
}

#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding-top: 3px;
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	}

#calendar td {
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	}


.sidebar h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #444444;
	padding-top: 4px;
	padding-left: 2.4em;
	padding-right: 0.25em;
	padding-bottom: 2px;
	margin-bottom: 2px;
	height: 19px;
	background: url(http://star-dogs.net/img/list.gif) no-repeat 0 1px;
}

.sidebar ul {
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 20px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 5px;
	}
	

.sidebar li {
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 120%;
	margin-top: 1px;
	padding-left: 14px;
	padding-right: 10px;
	list-style-type: none;
	background: url(http://star-dogs.net/img/list02.gif) no-repeat 0 1px;
	}

.sidebar #categories li {
	list-style-type: none;
	}

.sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 9px;
}

.sidebar img {
	border-style: none;
	padding: 3px;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
	padding: 2px;
	color: #ffffff;
	}


/* ナビゲーション */

ul#navi {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

ul#navi li {
	list-style: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

ul#navi a {
	display: block;
	height: 30px;
	margin:0;
	text-indent: -9999px;
	text-decoration: none;
	background-position: 0 top;
	background-repeat: no-repeat;
}

ul#navi a:hover {
	text-decoration: none;
	background-position: 0 bottom;
}

ul#navi li#top a {
	background-image: url(http://star-dogs.net/img/btn/01s.gif) ;
	width: 169px;
}

ul#navi li#syussan a {
	background-image: url(http://star-dogs.net/img/btn/02s.gif) ;
	width: 169px;
}

ul#navi li#hoken a {
	background-image: url(http://star-dogs.net/img/btn/03s.gif) ;
	width: 169px;
}

ul#navi li#food a {
	background-image: url(http://star-dogs.net/img/btn/04s.gif) ;
	width: 169px;
}

ul#navi li#goods a {
	background-image: url(http://star-dogs.net/img/btn/05s.gif) ;
	width: 169px;
}

ul#navi li#blog a {
	background-image: url(http://star-dogs.net/img/btn/09s.gif) ;
	width: 169px;
}

ul#navi li#kainushi a {
	background-image: url(http://star-dogs.net/img/btn/10s.gif) ;
	width: 169px;
}

ul#navi li#shopping a {
	background-image: url(http://star-dogs.net/img/btn/06s.gif) ;
	width: 169px;
}

ul#navi li#law a {
	background-image: url(http://star-dogs.net/img/btn/07s.gif) ;
	width: 169px;
}

ul#navi li#form a {
	background-image: url(http://star-dogs.net/img/btn/08s.gif) ;
	width: 169px;
}



/* アーカイブのページ関連 */

#menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 15px 0;
}


.comments-body {
	background: none;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	line-height:1.5em;
	margin:0.5em;
	padding:0.5em;
}


.comments-post {
	background: none;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.8em;
	font-weight:normal;
}


.comments-head	{
	border-bottom: 1px solid #333333;
	color: #666666; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight:bold;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
    margin-bottom: 15px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url {
    width: 240px;
}
#comment-text {
    width: 450px;
}

#author, #email, #url {
    width: 240px;
}
#text {
    width: 450px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}


/* 検索ページ関連 */

/* one-column tweaks */

   .layout-one-column body { min-width: 768px; }
   .layout-one-column #container { width: 752px; }
   .layout-one-column #banner { width: 750px; } /* necessary for ie win */


/* page layout */

#container
{
   position:  relative;
   margin: 0 auto; /* center on everything else */
   width: 752px;
   text-align: center;
   padding-right: 16px;
   background-image: url(http://star-dogs.net/img/bg_main.jpg);
   background-repeat: repeat-y;
   background-position: 752px;
}
#container-inner {
   position: static; width: auto;
   border-top: 1px solid #999999;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
}

#pagebody {
   position: relative; width: 100%;
}

#pagebody-inner {
   position: static; width: 100%;
   padding-bottom: 40px;
}

#pagebody #pagebody-inner #alpha #alpha-inner h2 {
   margin-bottom: 20px;
}

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: center;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

