@charset "utf-8";
/* CSS Document */

/*ブラウザCSSリセットの指定*/
p,h1,h2,h3,h4,h5,h6,
ul,ol,li,address,div{
	padding:0px;
	margin:0px;
	border:0px;
	font-style:normal;
}
/*北極ページ幅と見出し指定部分*/
#contents{
	width:750px;
	
	}

	
#contents h2{
	width:750px;
	height:50px;
	margin-top:20px;
}


#contents h3{
	width:750px;
	height:50px;
}
/*北極ページ導入文章指定部分*/
#contents p.lead{
	width:750px;
	margin-top:30px;
	margin-bottom:20px;

}
/*北極ページ写真文章指定部分*/
#contents p.article{
	width:750px;
	margin-top:30px;
	margin-bottom:20px;
	
}
/*北極ページ写真1列目指定部分*/	
#contents div.field_img_group1{
	width:750px;
	height:225px;
	background-image:url(../field/img/film_border.gif);
	background-repeat:no-repeat;
}

#contents div.field_img_group1 p.field_img{
	width:250px;
	height:188px;
	float:left;
	margin-top:19px;
}


/*北極ページ写真2列目指定部分*/	
#contents div.field_img_group2{
	width:750px;
	height:225px;
	clear:both;
	background-image:url(../field/img/film_border.gif);
	background-repeat:no-repeat;
}



#contents div.field_img_group2 p.field_img{
	width:250px;
	height:188px;
	float:left;
	margin-top:19px;
}



/*サムネイル画像指定部分*/

div.thumbnail_group1{
	width:750px;
	height:94px;
	
	
}


div.thumbnail_group1 p{
	width:124px;
	height:94px;
	float:left;
	
	
}


div.thumbnail_group2{
	width:750px;
	height:94px;
	
}


div.thumbnail_group2 p{
	width:124px;
	height:94px;
	float:left;
    
}


div.thumbnail_group3{
	width:750px;
	height:94px;
	
}


div.thumbnail_group3 p{
	width:124px;
	height:94px;
	float:left;
    margin-bottom:30px;
}


/*フッター指定部分*/	

#footer{
	clear:both;
}

