@charset "Shift_JIS";


/*===========================
成蹊大学アジア太平洋研究センター
http://www.seikei.ac.jp/university/caps/
Copyright (c) 2008.　All rights reserved by the Center for Asian and Pacific Studies, Seikei University,
※
CSS2準拠

===========================*/





/*layout情報*/
/*------------------------------*/






/*ページ全体の配置*/
div#container {
	text-align: center;
	width: 100%;
}




/*ページ全体*/
div#layout {
	width: 800px;
	text-align: left;
}





/*ヘッダ情報部分*/
div#header {
	width: 800px;
	background-image: url(../image/header/head001.gif);
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}



/*機能ナビゲーション部分*/
div#design-navi {
	width: 800px;
	background-image: url(../image/header/d_navi001.gif);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




/*パンくず情報部分*/
div#breadcrumbs {
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 0.7em;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-bottom: 20px;
}




/*編集エリア部分*/
/*コンテンツ部分+サイドナビゲーション部分の領域です。*/
div#edit-area {
	padding: 0px;
	margin-top: 1px;
	background-image: url(../image/layout/content_bg.gif);
	width: 800px;
	background-repeat: repeat-y;
}



/*コンテンツ部分*/
div#content {
	width: 540px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}



/*サイドナビゲーション部分*/
div#navigation {
	width: 200px;
	padding: 0px;
	float: right;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/*フッタ情報部分*/
div#footer {
	width: 800px;
	background-image: url(../image/layout/footer_bg.gif);
	background-repeat: repeat-x;
	height: 50px;
}



/*空白部分*/
/*主に、左右に区分したDIVタグ領域のフロートを解除したい時に使用します。
800pixel専用*/
.spacer {
	height: 1px;
	width: 800px;
	text-indent: -9999px;
	display: block;
	clear: both;
}














/*成蹊大学アジア太平洋研究センターアクセス情報*/
.access {
	width: 540px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	margin-bottom: 60px;
}

