﻿/*---------------------全体囲み--------------------*/
#seiza {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #666;
}
/*---------------------12星座占い--------------------*/
#seiza #contents {
	width: 860px;
	height: auto;
	clear: both;
	margin: 15px auto 0 auto;
	padding: 0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#seiza #contents .title {
	width: 860px;
	height: 190px;
	background-image: URL(img/top2.gif);
	background-repeat: no-repeat;
	padding: 120px 0 0 0;
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 2;
}
#seiza #contents h3 {
	width: 845px;
	height: 22px;
	margin: 0;
	padding: 5px 0 0 15px;
	background-image: URL(img/br_gray.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
}
#seiza #contents table {
	width: 860px;
	height: auto;
	margin: 20px 0 0 0;
}	
#seiza #contents th {
	width: 215px;
	height: 210px;
	text-align: center;
}
#seiza #contents td {
	width: 140px;
	height: 40px;
	padding: 0 37px;
}
#seiza #contents .birth td { 
	height: 20px;
	width: 215px;
	text-align: center;
	padding: 0 0 30px 0;
}
#seiza #contents td a:hover {
	position: relative;
	top: 1px;
	left: 1px;	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	