/*
 * 新潟産業大学ＨＰ　共通スタイルシート定義
 *
 *														2005 / 10 / 22 　ver.1.0
 */


/* 背景の設定 */
	body {
		margin:				0px;
		background:			#ffffff url('img/back_green.gif');
	}

/* メインコンテナ，基本フォントの設定 */
 	div.main {
		text-align:			center;
		color:				#333333;
		font-family:		'ＭＳ Ｐゴシック', '平成角ゴシック', 'sans-serif';
	}

/* リンク */
	a:link {
		color:				#0000cc;
		text-decoration:	none;
	}

	a:visited {
		color:				#0000cc;
		text-decoration:	none;
	}

	a:hover {
		color:				#990000;
		text-decoration:	underline;
	}

/* 画像 */
	img {
		border:				none;
	}

/*
 * ヘッダパート
 */

/*　ページヘッダコンテナ　*/
	div.header {
		margin:				auto;
		margin-top:			15px;
		width:				760px;
		background-color:	#ffffff;
		text-align:			left;
	}

/*
 * コンテンツパート
 */

/* メニューコンテナ */
	div.menu {
		margin:				auto;
		width:				760px;
		background-color:	#ffffff;
		text-align:			left;
	}

/* コンテンツコンテナ */
	div.content {
		margin:				auto;
		width:				760px;
		background-color:	#ffffff;
		text-align:			left;
	}

/* パンくずリスト */
	div.pankuzu {
		margin:			0px 20px 3px;
		color:			#333333;
		font-size:		75%;
	}

/* セクション */
	div.section {
		margin:			1em 60px 1em;
		clear:			both;
		font-size:		100%;

	}

/* ２段組，左カラム，セクション内に"lblock"，"rblock"を連続して設置 */
	div.section div.lblock {
		float:			left;
		width: 			305px;
	}

/* ２段組，右カラム */
	div.section div.rblock {
		float:			right;
		width: 			305px;
	}

/*
 * フッターパート
 */

/* フッターコンテナ */
	div.footer {
		margin:				auto;
		width:				760px;
		height:				25px;
		background: 		url('img/footer_back.gif') repeat-x #ffffff;
		text-align:			left;
	}
/* テーブルのフォント */
	TD{
		font-size:10px;
}
