/**body**/
/**bodyでは全体の幅は指定なし**/
body{
	margin:1px;
	padding:1px;
	text-align:center;
	background-color:#183A74;
	}

/**ページ全体**/
/**800px**/
#wrapper{
	width:800px;
	text-align:left;
	background-color:#FFFFFF;
	border-left-style:solid;
	border-right:solid;/**枠線**/
	border-left-width:2px;
	border-right-width:2px;
		}
	
/**ヘッダー**/
#header-left {
				width:400px;
				background-color:#FFFFFF;
				float:left;
			}
			
#header-right {
				float:right;
				width:400px;
				height:auto;
				background-color:#FFFFFF;
				text-align:right;
				
			}
/**ヘッダー**/

/**メニュー**/

#ul-navi {
		clear:both;
		width:800px;
		list-style:none;
		padding:0px;/**リストを左に寄せる**/
		margin:0px;/**リストを左に寄せる**/
		line-height:5px;
		background-color:#C7D8F3;
		}

#li-navi {
		float:left;
		list-style:none;
		padding:0px;
		margin:0px;
		}
	
/**メニュー**/
		
/**パンくず**/
#nav-g{
        clear:both;
		background-color:#C7D8F3;
		margin:0px;
		padding:0px;
		}
/**パンくず**/

/**TOP**/
#top01{
		margin-bottom:0px;
		}

/**バナー用、使用せず**/
#top02{ background-image: url(../images/top02_css.gif);
		margin-top:0px;}


/**TOP**/

/**コンテンツ**/
#col01{
		float:left;
		width:400px;
		}

#col02{
		float:right;
		width:400px;
		}
/**コンテンツ**/

/**バナー**/
#banner{
		clear:both;
		width:800px;
		margin:0px;
		padding:0px;
		}
/**バナー**/

/**フッター**/
#footer{background-color:#FFFFFF;}

#analyze{
			background-color:#183A74;
			width:800px;
			margin:0px;
			padding:0px;
			}


/*コンテンツテキスト*/
#pfoot {
	margin:0px;
	}





















