@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	line-height: 1.8em;
	background-image: url(../../images/scotchterrier_bl.jpg);
	background-repeat: repeat;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 { margin-top: 0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */ }
/* link style
--------------------------- */
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */ border: none; }
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { text-decoration: none; }
/* basic layout
--------------------------- */
.container {
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	background-repeat: repeat;
	background-attachment: scroll;
}
.container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
.content {
	width: 580px;
	float: right;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.right {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
.right table { margin-bottom: 20px; }
.sidebar {
	float: left;
	width: 260px;
	background: #FFF;
	padding-bottom: 10px;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.left {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #7FA2C2;
}
.center {
	text-align: center;
	display: block;
}
/* header style
--------------------------- */
.header {
	width: 850px;
	background-image: url(happy_family_1.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 284px;
}
.header h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF6;
	position: absolute;
	top: 210px;
	font-size: 50px;
	right: 20px;
	font-weight: normal;
}
.header h2 {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 15px;
	left: 15px;
}
.header .logo {
	font-family: 'Poiret One';
	font-style: normal;
	color: #FFF;
	position: absolute;
	font-size: x-large;
	top: 50px;
	float: left;
	font-weight: bold;
	left: 20px;
}

.header p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-style: italic;
	line-height: 1.8em;
	font-weight: bold;
	color: #FFF;
	float: right;
	position: absolute;
	top: 70px;
	display: block;
	clear: left;
	left: 15px;
}
.header #navbar {
	height: 35px;
	width: 850px;
	left: 0px;
	top: 250px;
	display: block;
	position: absolute;
}
/* content style
--------------------------- */
.center { text-align: center; }
.back img { padding-top: 20px; }
/* sidebar style
--------------------------- */
.menu dl {
	list-style: none; 
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #339;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
}
.menu dl dd {
	margin: 0;
	text-indent: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #369;
}
.menu dl a, .menu dl a:visited { 
	padding: 3px 5px 3px 15px;
	display: block; 
	width: 210px;  
	text-decoration: none;
	background-color: #7FA2C2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #F06;
	color: #FFF;
}
.menu dl dd a, .menu dl dd a:visited {
	text-decoration: none;
	background-color: #DFE6F1;
	width: 210px;
	display: block;
	color: #466D98;
}

.menu dl dd#snHappyfamily a, .menu dl dd#snHappyfamily a:visited {
	text-decoration: none;
	background-color: #FAFAD2;
	width: 210px;
	display: block;
}
.menu dl a:hover,  .menu dl a:active, .menu dl a:focus {
        color: #FFF;
	background-color: #527CAD;
}
.menu dl dd a:hover, .menu dl dd a:active, .menu dl dd a:focus { 
	color: #7A8D60;
	background-color: #FAFAD2;
}
.menu dl dd#snHappyfamily a:hover, .menu dl dd#snHappyfamily a:active, .menu dl dd#snHappyfamily a:focus { 
	color: #7A8D60;
	background-color: #FAFAD2;
}
#bloglink dl {
	list-style: none; 
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #339;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 15px;
	background-color: #7FA2C2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}

/* content style
--------------------------- */
.alibum_plo {
	overflow : hidden;
	width: 550px;
}
.alubum_plo.pola { float: left; }
.bg_h_album {
	clear: both;
	background-color: #EFF5FF;
	padding-top: 10px;
}
.al_happy tr { text-align: center; }
.champ { padding-top: 20px; }
.champ h3 {
	font-size: x-large;
	background-color: #7FA2C2;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #FFF;
}
.pink { color: #F36; }
.apple { color: #090; }
.boxcenter {
	display: block;
	padding-left: 70px;
	list-style-type: none;
}


/* footer style
--------------------------- */

.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.footer.box-shadow ul li a {
	color: #333;
	text-decoration: none;
}
.footer.box-shadow ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
.footer.box-shadow p a { color: #333; }
.footer.box-shadow p a:hover { color: #FFF; }
.footer.box-shadow ul li {
	display: inline;
	margin-right: 15px;
	list-style-type: none;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.box-shadow {
	-moz-box-shadow: 3px 3px 5px #999, -1px -1px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999, -1px -1px 5px #999;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
	display: block;
}

.footer.box-shadow p {
	margin: 0px;
	float: right;
	text-decoration: none;
}

/* jQuery lightBox plugin - Gallery style */
	.gallery {
	background-color: #fff;
	width: 528px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.gallery ul { list-style: none; }
.gallery ul li { display: inline; }
.gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFE6F1;
	border-right-color: #DFE6F1;
	border-bottom-color: #DFE6F1;
	border-left-color: #DFE6F1;
}
.gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.gallery ul a:hover { color: #fff; }
.gallery2 {
	background-color: #fff;
	width: 504px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.gallery2 ul { list-style: none; }
.gallery2 ul li { display: inline; }
.gallery2 ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFE6F1;
	border-right-color: #DFE6F1;
	border-bottom-color: #DFE6F1;
	border-left-color: #DFE6F1;
}
.gallery2 ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.gallery2 ul a:hover { color: #fff; }
