/*	全ての要素のデフォルト設定	*/
	* {
		font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Tahoma", "Arial", "Helvetica", ;
		font-size:12px;
		margin: 0px;
		padding: 0px;
	}
	
/*	ページ全体の背景色	*/
	body {
		background-color:#EBEBEB;
	}
	
	
/*	リンクの基本設定	*/	
	a {
		text-decoration: none;
		color:#003366;
	}


/*	リンクの上にカーソルを持っていった時の設定	*/
	a:hover {
		text-decoration: underline;
		color:#FF6600;
	}
	
	
	img {
		border:0px none red;
	}
	
/*	画面の幅や表示位置、背景画像を設定	*/
	#container {
		width:800px;
		margin:0 auto;
		padding: 0px 12px 0px 12px;
		background-image:url(../image/shadow.gif);
		text-align:left;
	}
	
	#maincontent {
		margin:0px;
		padding:0px;
		width:800px;
	}
	
/*	ヘッダ   */
        #header {
		margin:0px;
		padding:0px;
		width:800px;
                height:120px;
                background-image:url(../image/headersp.jpg);
				background-repeat:no-repeat;		
}
	
	#header h1{
	background-image:url(../image/logosp.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
	padding-left:200px;
	height:40px;
	}
	
	
/*	ヘッダメニュー	*/
	#menu {
		height:20px;
		background-image:url(../image/menu_back.jpg);
		width:800px;
		padding-top:8px;
	}	
	


/*	左メニューの設定	*/	
	/*	カテゴリ部分の背景画像	*/
	.category {
		background-image:url(../image/link_list_category.gif);
	}
	
	#link_list {
		text-align:left;
	}

	/*	リンク部の背景画像等	*/
	#link_list a {
		background-image:url(../image/link_list.gif);
		display:block;
		width:150px;
	}
	
	/*	リンク部にカーソルが乗った時の背景画像	*/
	#link_list a:hover {
		background-image:url(../image/link_list_hover.gif);
		text-decoration:none;
	}
	
	#link_list ul,li {
		list-style-type:none;
	}


/*	見出しの設定	*/
	.caption_bar {
		height:29px;
		background-image:url(../image/caption_bar.gif);
		padding-left:30px;
		font-weight:bold;
		font-size:18px;
		padding-top:4px;
		margin-top:20px;
		margin-bottom:20px;
	}



/*	中央コンテンツの設定	*/
	#center_content {
		 padding:15px;
		 line-height:180%;
	}


/*	右コンテンツの設定	*/
	#right_content {
		
		background-color:#EEEEEE;
		border-left:1px dotted #CCCCCC;
		height:auto;
	}

	.tpc_list li {
		list-style-type:none;
		list-style-position: outside;
		margin: 0px 0px 10px 0px;
	}
	
	.tpc_list ul {
		list-style-type:none;
		list-style-position: outside;
		margin: 0px 0px 0px 0px;
	}
	

/*	フッタ	*/
	#footer {
		background-image:url(../image/footer_back.jpg);
		height:52px;
		width:100%;
		text-align:center;
		clear:both;
		padding-top:10px;
		line-height:180%;
	}
	
	#footer a {
		text-decoration: none;
		color:#CCCCCC;
	}

