/**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:2px;
		}

/**TOP**/

/**サイドナビ**/
#ul-snavi{
		margin:0px;
		padding:0px;
		}

#li-snavi{
		list-style:none;
		padding:0px;
		margin:0px;
		display:inline;/**隙間を埋める**/
		}

			
/**サイドナビ**/

/**コンテンツ**/
#col01{
		float:left;
		width:177px;
		height:400px;/*全体の高さ*/
		}

#col02{
		float:right;
		width:623px;
		height:100%;
		}
/**コンテンツ**/

/**フッター**/
#footer{
		clear:both;
		background-color:#FFFFFF;
		}

/*画像*/

#img-top3px{margin-top:3px;}

#img-bottom4px{margin-bottom:4px;}

#img-right3px{ margin-right:3px; }

/*table*/
#teble-boder1px{
				border:solid 1px #CCCCCC;
				border-collapse:collapse;
				}


/*コンテンツテキスト*/
p {
	width:621px;
	margin:0px;
	}

#pfoot {
	margin:0px;
	}


/*コンテンツレイアウト*/
.width311{
		width:311px;
		float:left;
		}
		
.width310{
		width:311px;
		float:left;
		}

.width621{
		width:621px;
		}

.clear{
		clear:both;
		margin:0px;
		padding:0px;
		}

/*サイトマップ*/

#ul-sitemap{
margin:0px;
padding:0px;
}

#li-sitemap{
list-style:none;
list-style-position:inside;
}


