@charset "utf-8";
/* ===================================================================
CSS information

 file name  :album.css
 author     :matsu
 style info :CGI［元気っ子アルバム］専用（このファイルのみで完結させています）
 
=================================================================== */

body {
	background:white;
	font-size:90%;
	font-family:sans-serif;
	color:#333;
	line-height:1.6;
}

a:link {text-decoration:underline; color:#36f;}
a:visited {text-decoration:underline; color:#36f ;}
a:hover {text-decoration:underline; color:#f03 ;}

/*--- h1の指定　*/
h1 {
	left : -999px ;
	top : -999px ;
	position : absolute ;
}

/*---FLOAT 解除　*/
.empty {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/*---その他　*/
hr {
	display: none;
}
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}


/*-----------------------------------------------
 __album_container
-----------------------------------------------*/

#album_container {
	width:800px;
	margin:10px auto 0;
	_overflow:hidden;
}

/*-----------------------------------------------
 __album_header
-----------------------------------------------*/

#album_header {
	width:800px ;
	margin:0 0 20px ;
	padding:0 ;
}
#album_header_left {
	float : left ;
	width:200px ;
	margin:0 ;
	padding:0 ;
}
#album_header_right {
	float : right ;
	width:600px ;
	margin:0 ;
	padding:0 ;
}

/*-----------------------------------------------
 __album_body［本文／左右振分け］
-----------------------------------------------*/

#album_body {
	width:800px ;
	margin:0 0 20px ;
	padding:0 ;
}
#album_body_left {
	float : left ;
	width:640px ;
	margin:0 ;
	padding:0 ;
}
#album_body_right {
	float : right ;
	width:150px ;
	margin:0 ;
	padding:0 ;
}

/*-----------------------------------------------
 __album_body［本文／コラム１コマ］
-----------------------------------------------*/
/*---コラム3コマ1セット　*/
.p_box_3set {
	width:645px ;
	margin:0 ;
	padding:0 ;
	clear: both;
}

/*---コラム1コマ　*/
.p_box {
	float : left ;
	width:202px ;
	margin:0 10px 10px 0 ;
	padding: 0 ;
	background:url(../05_album/image/p_fre_bg.gif) no-repeat center top;
}
.p_box img {
	margin:20px 21px 5px ;
	padding:0 ;
}
.p_title {
	width:132px ;
	margin:0 21px 0 ;
	padding:3px 0 3px 28px ;
	background:url(../05_album/image/piyo.gif) no-repeat left center;
	color: #c39;
	font-size:90%;
	font-weight : bold ;
	line-height :1.3em ;
}
.p_days {
	width:160px ;
	margin:5px 21px ;
	padding:0 ;
	text-align : right ;
	color: #666;
	font-size:90%;
}
.p_hbn {
	width:160px ;
	margin:0 ;
	padding:5px 21px 20px ;
	background:url(../05_album/image/p_fre_bottom.gif) no-repeat center bottom;
	color: #333;
	font-size:90%;
	line-height :1.3em ;
}


/*---右バックナンバー　*/
#album_body_right ul li{
	list-style-type: none;
	width:120px ;
	margin:0 0 0 10px ;
	padding:0 0 0 20px ;
	background:url(../05_album/image/bn_ya.gif) no-repeat left center;
}

/*-----------------------------------------------
 __album_footer
-----------------------------------------------*/

#album_footer {
	width:800px;
	margin:15px 0 15px;
	padding:7px 0 0;
	border-top: 1px solid #999;
	color: #666;
	font-size:90%;
}

#album_footer p#attention {
	margin-bottom:0;
}

#album_footer p#copyright {
	margin-bottom:0;
}



/*--- ページ先頭に戻る */

#back-to-head {
	width: 580px; 
	margin: 20px 0 0;
	padding: 0 ; 
	text-align:right;
}
#back-to-head a {
	float:right;
	display: block; 
	margin: 0;
	padding: 0 20px; 0 0;
	font-size:80%;
	text-decoration: none; 
	background:url(../image/go_hed_a.gif) no-repeat right center;
}
#back-to-head a:link {
	text-decoration: none;
	color:#666;
}
#back-to-head a:visited {
	text-decoration: none;
}
#back-to-head a:hover {
	background:url(../image/go_hed_b.gif) no-repeat right center;
	color:#f03;
}

div.sample{
    position:relative;
    width:160px;
}
span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../image/spacer.gif);
}




