/*--- トップページの設定　---*/
	
	/*--- メイン部分の位置 ---*/
	
	div.content{
		margin: 23px 15px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
		font-size: 80%;
		text-align:center;
		}
div.content a{
		text-decoration: underline;
		color: #333366;
		}
	div.content a:hover{
		text-decoration: underline;
		color: #EC8602;
		background: none;
		}
		
	#postion{
			text-align: left;
		font-size: 8pt;
		font-family: "ＭＳ　Ｐゴシック", sans-serif;
		}
	#postion a{
		text-decoration: none;
		color: #333366;
		}
	
	#postion a:hover{
			text-decoration: underline;
		color: #EC8602;
		background: none;
		}
	
	div.content h3{
		text-align: left;
		padding: 5px;
		font-size: 120%;
		color: #333366;
		background : #ffffff url(../image/style/heading_bg.gif) repeat-x left bottom;
		border-top: 5px solid #a18a46;
		border-bottom: 2px solid #CCCCCC;
		}
	#photo{
		margin: 2px;
		padding: 10px;
		background-color: #333333;
		}
	#photo h5{
		color: silver;
		text-align: left;
		margin-left: 1em;
		font-style: italic
		}
	#photo h6{
		color: silver;
		text-align: right;
		margin-right: 1em;
		font-style: italic
		}

	img.astrophoto{
		border: double 4px #a18a46;
		padding: 13px;
		}
	#coment p{
		text-align: left;
		margin: 20px;
		text-indent: 1em;
		font-size: 11pt;
		line-height: 1.5;
		}
	#coment a{
			color: #907c3f;
		font-weight: bold;
		}
	#coment a:hover{
		text-decoration: underline;
		color: #EC8602;
		background: none;
		}
	div.content p{
		text-align: center;
		}
	div.content span.click{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
		font-size: 90%;	
		}
	div.content span.click a{
			color: #907c3f;
		font-weight: bold;
		}
	div.content span.click a:hover{
			text-decoration: underline;
		color: #EC8602;
		background: none;
		}

	#buy a{
		text-align: center;
		text-decoration: none;
		color: #333366;	
		}
	#buy a:hover{
		text-decoration: underline;
		color: #EC8602;
		background: none;
		}
	
		
	div.content span{
		font-size: 120%;
		font-family: impact;
		}
	div.coment{
		text-align: left;
		padding: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
		font-size: 110%;
		line-height: 1.4
		}

	#bottom p{
		text-align: right;
		font-size: 11pt;
		color: #0850B2;
		}
	#bottom a{
		text-decoration: underline;
		color: #333366;
		}
	#bottom a:hover{
		text-decoration: underline;
		color: #EC8602;
		background: none;
		}
		
	
	/*--- メニューバー --*/
	
	
	div.secondary h3{
		padding: 10px;
		margin-top: 24px;
		font-size: 13pt;
		color: white;
		background-color: #333366;
		}
	
	/* --- メニューリストの変化 ---*/
	div.secondary li{
		margin: 5px 0 0 5px;
		padding-left: 15px;
		border-bottom: 1px solid #CCCCCC;
		font-size: 13pt;
		list-style-type: none;
		}
	
	div.secondary li a{
		text-decoration: none;
		color: #666666;
		}
	
	div.secondary li a:hover{
		color: #EC8602;
		background: none;
		}

