@charset "UTF-8";
/*********************************************************************************************/
/* [ 製品紹介ページ用 CSS ]
/*
/* (c)2008 Jungle, Inc. All Rights Reserved.
/*********************************************************************************************/

#contents {
	width:720px;
	margin: 0 auto;
	text-align:left;
}

	/* ページ上部へ戻る */
	#contents .page_up {
		clear:both;
		margin:0 0 5px 0;

	}

	/* ボーダー */
	#contents .hr {
		clear:both;
		margin:10px 0;
	}

	/* リスト表示 */
	#contents ul{ margin: 0 0 0 20px; }
	#contents ul li{ list-style:disc; margin: 0; }


/* 製品ヘッダー */

	#contents h1 {
		margin:0 0 20px 0;
	}


/* ヘッダー */

#header {
	height:50px;
	margin:0 0 20px 0;
	background:url(../images/header_bg.gif) repeat-x top left;
}

	#header #approval{
		float:left;
		display:inline;
		width:350px;
	}

	#header #jungle{
		float:right;
		display:inline;
		width:130px;
	}





/* 導入部分 */

#intro {
	padding:0;
}

	#intro h2{
		margin:0 0 10px 0;
	}


	#intro .tree{
		text-align:center;
		float:right;
		display:inline;
		width:220px;

	}

	#intro .text{
		float:left;
		display:inline;
		width:470px;
	}

	#intro p{
		margin:0 0 15px 0;
	}

	#intro .box{
		clear:both;
		background:#F5F5F5;
		border:1px #AAAAAA solid;
		padding:5px;
		margin:0 0 20px 0;
	}

		#intro .box h3{
			font-weight:bold;
			margin:0 0 2px 0;
		}



/* gooスティック */

#goostick {
	padding:0 0 10px 0;
}

	#goostick h2{
		margin:0 0 10px 0;
	}

	#goostick p{
		margin:0 0 20px 0;
	}

	#goostick .scr{
		margin:0 0 10px 0;
		text-align:center;
	}

	#goostick .botton{
		text-align:center;
	}

	#goostick .botton img{
		margin:0 0 10px 0;
	}


/* gooスティックを使うと */

#what_gg {
	padding:0 0 10px 0;
}

	#what_gg h2{
		margin:10px 0 5px 0;
	}

	#what_gg p{
		margin:0 0 10px 0;
	}

	#what_gg .scr{
		text-align:center;
	}


/* 製品フッター */

#pfoot {
	margin:0 0 30px 0;
}

#pfoot ul{
	margin-bottom:20px;
}

#pfoot .notice{
	background:#F5F5F5;
	border:1px #AAAAAA solid;
	padding:5px;
	margin:0 0 20px 0;
}

	#pfoot .notice h3{
		font-weight:bold;
	}
	

