﻿/*---------------------全体囲み--------------------*/
#detaile {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #333;
}
/*---------------------12星座占い詳細--------------------*/
#detaile #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;
}
#detaile #contents #seiza_left {
	width: 620px;
	height: auto;
	background-image: URL(img/bg_middle.gif);
	background-repeat: repeat-y;
	padding: 0 0 20px 0;
	float: left;
	background-color: #DCD;
}
#detaile #contents #seiza_left h2 {
	width: 570px;
	height: 31px;
	background-image: URL(img/title.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 13px 0 0 50px;
	font-size: 16px;
	color: #000;
}
#detaile #contents #seiza_left h3 {
	margin: 0;
	padding: 30px 0 0 20px;
	font-size: 14px;
	color: #000;
}
#detaile #contents #seiza_left h3 img {
	margin: 0 5px 0 0;
}
#detaile #contents #seiza_left p {
	width: 580px;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 40px 20px;
	line-height: 2; 
}
/*---------------------右側--------------------*/
#detaile #contents #seiza_right {
	width: 225px;
	height: auto;
	float: right;
}
#detaile #contents #seiza_right h4 {
	width: 225px;
	height: 214px;
	margin: 0 0 10px 0;
	padding: 0;
}
#detaile #contents #seiza_right ul {
	margin: 0;
	padding: 0;
}
#detaile #contents #seiza_right li {
	width: 55px;
	height: 55px;
	margin: 0 1px 2px 0;
	padding: 0;
	float: left;
}
#detaile #contents #seiza_right h5 {
	margin: 10px 0 0 0;
	padding: 0;
}
#detaile #contents #seiza_right .yumeijin ul {
	width: 225px;
	margin: 0;
	padding: 0;
}
#detaile #contents #seiza_right .yumeijin li {
	width: 225px;
	height: 15px;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}













