@charset "UTF-8";
/* CSS Document */

body {
		width:718px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 120px;
		font-family:"Times New Roman", Times, serif;
	}

		
/*写真部分
-------------------------------------------------------------- */

#rotator {
		background-image: url(rotator/rotator.php);
		background-repeat: no-repeat;
		width: 532px;
		height: 348px;
		}

#ph 	{
		width: 532px;
		height: 348px;
		margin-top:130px;
		}
	
	
/*名前
-------------------------------------------------------------- */

#name	{
		width: 18px;
		height: 209px;
		margin-left:700px;
		margin-top:-370px;
		margin-bottom: 230px;
		}
		
/*フッター
-------------------------------------------------------------- */

#footer {
		font-size: 8pt;
		width: 718px;
		height: 10px;
		}
		
/*リンクの挙動
-------------------------------------------------------------- */

a:link 		{
			color:black;
			text-decoration:none;
			}
			
a:active 	{
			color:grey;
			text-decoration: none;
			}
			
a:visited 	{
			color: #323232;
			text-decoration:none;
			}
			
a:hover 	{
			color:white;
			background:#323232;
			text-decoration: none;
			}
			
/*Start css初期設定（SEO対応）
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6{
			display:none;
			font-size: 100%;
			font-weight: normal;
			}

h1 {display:none;}
h2 {display:none;}
h3 {display:none;}
h4 {display:none;}


