@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#5E4941;
background:#fff url(http://dog-friends.jp/wp-content/uploads/mainImage.jpg) top no-repeat;
}

a{color:#006898;text-decoration:none;}
a:hover{color:#2cafe3;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}


/*************
全体幅
*************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 430px;
}



#header h1,#header h2, #header h3, #header ul{
position:absolute;
top:0;
color: #fff;
font-size: 11px;
line-height: 20px;
font-weight: normal;
}

#header h2{
font-weight: normal;
right:0;
}

#header h3{top: 10px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 0px;
right:-20px;

}

#header ul li{
list-style: none;
float:left;
padding: 0 20px;
font-size:12px;
font-weight: bold;

}

#header ul a{color:#ffffff;text-decoration:none;}
#header ul a:hover{color:#e5e5e5;}


/*************
メイン画像
*************/
#mainImage{
padding: 5px;
}


/*************
コンテンツ全体
*************/
#container{padding: 55px 0;}

.box{
float: left;
width: 225px;
padding:0 5px 5px 5px;
line-height: 1.5;
border-right:dashed #ED8E88 2px;
margin-bottom:20px;
}

/* 最後のbox */
.last{margin-right:0;}

/* 横に長いbox */
.long{width:470px;}

/* 画像を左に回りこみ */
.long img{
margin: 0 10px 10px 0;
}

/* H3 見出し */
#container h3{
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px;
background:#cccccc url(images/heading.png) repeat-x 0 0;
color: #fff;
}

/* 2つ目以降の H3 見出し */
#container h3.other{margin-top:40px;}

#container ul, .inner ul{margin-left: 5px;}

#container ul li, .inner ul li{
list-style: none;
margin-bottom: 7px;
padding-left: 17px;
background:url(images/bullet01.gif) no-repeat 0 3px;
}

.inner ul li{background-image:url(images/bullet01.gif);}


/*************
/* フッター
*************/
#footerUpper{
clear:both;
padding: 10px 0;
overflow: hidden;
background:#eeeeee;
color:#FE0000;
font-size:12px;
text-align:center;
}


#footerUpper a{
color:#FE0000;
}

#footerUpper .inner{
overflow: hidden;
background:#eeeeee;
}

#footerLower{
overflow: hidden;
background:#1f7be5 url(images/footerBg.png) repeat-x 0 0;
}

#footerLower .inner{
position:relative;
min-height: 30px;
color: #fff;
font-size:13px;
}

* html #footerLower .inner{height:60px;}

#footerLower .inner p{
position:absolute;
top: 7px;
padding-bottom: 5px;
}

#footerLower .inner p#contact{right:0;}

/*** 「次の投稿」「前の投稿」を非表示 ***/
#next{
display: none;
}