/*--- トップページの設定　---*/
	
	/*--- メイン部分の位置 ---*/
	
	div.content{
		margin: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
		line-height: 1.3;
	
		}
	#postion{
		font-size: 8pt;
		font-family: "ＭＳ　Ｐゴシック", sans-serif;
		}
	#postion a{
		text-decoration: none;
		color: #333366;
		}
	
	#postion a:hover{
		text-decoration: underline;
		color: #EC8602;
		background: none;
		}
	#recentimage{
		margin-left: 6em;	
			}
	
	div.content h2{
		padding: 5px;
		font-size: 110%;
		color: #333366;
		background : #ffffff url(../image/style/heading_bg.gif) repeat-x left bottom;
		border-top: 5px solid #a18a46;
		border-bottom: 2px solid #CCCCCC;
		}
	div.content h3{
		
		text-indent: 0em;
		font-size:80%;
		font-weight: bold;
		color: #0850A0;
		clear: both;
		}
	div.content p{
		font-size: 80%;
		}

	/*--- メイン文章にリンクがあるときの動作 ---*/			
	div.content a{
	
		color: #907c3f;
		font-weight: bold;
		}
	
	div.content a:hover{
		text-decoration: underline;
		color: #EC8602;
		background: none;
		}
	div.content span.denial{
		text-decoration: line-through;
		}	
	div.content table{
		margin: 15px 0px 15px 2px;
		width: 530px;
		line-height: 1;
		/*\*/
		letter-spacing: 0em;
		/**/
		font-family: monospace;
		background-color: #eeeeee;
		border-top: 2px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
		font-size: 11pt;
		margin-bottom: 1em;
		}
	div.content table td{
		font-size: 11pt;
	
		background-color: #ffffff;
		
		
		}
	div.content table p.telescope{
		font-size: 11pt;
		line-height: 1.3;
		background-color: #ffffff;
		text-align: left;
		
		}

	/*--- トピックスの位置 --*/
	
	div.secondary h3{
		padding: 10px;
		margin-top: 24px;
		font-size: 90%;
		color: white;
		background-color: #333366;
		}
	
	div.secondary a{
		display: block;
		margin-top: 0.7em;
		margin-left: 0.5em;
		padding-left: 5px;
		font-size: 12pt;
		text-decoration: none;
		color: #222222;
		
		border-bottom: 1px solid #CCCCCC;
		}
	
	div.secondary a:hover{
		color: #EC8602;
		text-decoration: none;
		border-bottom: 1px solid #EC8602;
		}	

