@charset "UTF-8";
/*********************************************************************************************/
/* [ 製品紹介ページ用 CSS ]
/*
/* (c)2008 Jungle, Inc. All Rights Reserved.
/*********************************************************************************************/

#contents {
	width:700px;
	margin: 0 auto;
	text-align:left;
}

	/* ページ上部へ戻る */
	#contents .page_up {
		clear:both;
		margin:0 0 5px 0;
	}

	/* ボーダー */
	#contents .hr {
		clear:both;
	}

	/* リスト表示 */
	#contents ul{ margin: 0 0 0 20px; }
	#contents ul li{ list-style:disc; margin: 0; }


/* 製品ヘッダー */

#phead {
	margin:0;
}

	#phead h1 {
		margin:0 0 15px 0;
	}

/* 導入部分 */

#pd01 {
	clear:both;
	padding:0 0 30px 0;
}

	#pd01 h2{
		margin:0 0 10px 0;
	}

	#pd01 p{
		font-size:110%;
		margin:0 0 10px 0;
	}

	#pd01 .scr{
		float:right;
		text-align:right;
		display:inline;
		width:270px;
		margin:0 0 10px 0;
	}

#pd02 {
	clear:both;
	padding:0 0 30px 0;

}

	#pd02 h1{
		margin:0 0 15px 0;
	}

	#pd02 h2{
		margin:0 0 10px 0;
	}

	#pd02 p{
		font-size:110%;
		margin:0 0 10px 0;
	}

	#pd02 .scr{
		float:right;
		text-align:right;
		display:inline;
		width:250px;
		margin:0 0 10px 0;
	}


#pd03 {
	clear:both;
	padding:0 0 30px 0;

}

	#pd03 h2{
		margin:0 0 20px 0;
	}

	#pd03 p{
		font-size:110%;
		margin:0 0 10px 0;
	}

	#pd03 .scr{
		float:right;
		text-align:right;
		display:inline;
		width:230px;
		margin:0 0 10px 0;
	}


/* 価格・ラインアップ */

#lineup {
	padding:30px 0 0 0;
}

	#lineup h2 {
		margin:5px 0 20px 0;
	}

	#lineup h3 {
		margin:0 0 10px 0;
		font-weight:bold;
		border-bottom:1px #AAAAAA solid;
	}

		#lineup .hr{
			margin:10px 0;
		}

		#lineup .box_l{
			clear:both;
			float:left;
			display:inline;
			width:340px;
			margin-bottom:20px;
	
		}
	
		#lineup .box_r{
			float:right;
			display:inline;
			width:340px;
			margin-bottom:20px;
		}

		#lineup .pkg{
			float:left;
			display:inline;
			width:90px;
			padding-top:5px;
		}

		#lineup .info{
			float:left;
			display:inline;
			width:250px;
		}

		#lineup .info .price{
			font-size:130%;
			font-family: "Verdana";
			color:#E51C0E;
			font-weight:bold;
		}

		#lineup .info .btn{
			margin:5px 0;
		}

		#lineup .info .com1{
			color:#E51C0E;
			font-weight:bold;
		}

		#lineup .box{
			clear:both;
			background-color:#F5F5F5;
			border: 1px solid #AAAAAA;
			padding: 5px 10px;
			margin: 0 50px 20px 50px;
		}

			#lineup .box h4{
				background:url(../images/notice.gif) no-repeat left center;
				font-weight:bold;
				font-size:110%;
				margin: 0 0 5px 0;
				padding-left:18px;
			}

			#lineup .box h5{
				font-weight:bold;
				margin: 0 0 2px 0;
			}

			#lineup .box ul{
				margin:0 0 10px 30px;
			}



#contents .notice{
	background:#F5F5F5;
	border:1px #AAAAAA solid;
	padding:10px;
	margin:0 0 20px 0;
}

	#contents .notice h3{
		background:url(../images/notice.gif) no-repeat left center;
		font-weight:bold;
		font-size:110%;
		margin: 0 0 5px 0;
		padding-left:18px;
	}
	
	#contents .notice p{
		margin: 0 0 10px 0;
	}

	#contents .notice ul{
		margin-bottom:10px;	
	}

	#contents .notice ul li{
		font-weight:bold;
	}


