@charset "UTF-8";
/*********************************************************************************************/
/* [ CSR活動 CSS ]
/*
/* (c)2008 Jungle, Inc. All Rights Reserved.
/*********************************************************************************************/

body {
	text-align:center;
}

#container {
	margin: 0 auto;
}

#contents {
	width:700px;
	margin: 0 auto;
	text-align:left;
}

	/* ページ上部へ戻る */
	#contents .page_up {
		clear:both;
		margin:0 0 5px 0;
	}

	/* リストタグ初期化 */
	#contents ul{ margin: 0 0 0 15px; }
	#contents ul li{ list-style:disc; margin: 0; }


	#contents .back_to_top {
		margin:0 0 20px 0;
	}


	#contents h1 {
		margin:0 0 5px 0;
	}

	#contents h2 {
		margin:0 0 15px 0;
	}

	#contents h3 {
		margin-bottom:10px;
	}

	#contents h4 {
		font-size:110%;
		font-weight:bold;
		margin-bottom:5px;
	}


	#contents p {
		font-size:110%;
		margin:0 0 30px 0;
	}

