@charset "utf-8";
/*formatting style
-------------------------*/


/*ページ全体に継承
-------------------------*/

body {
	font-size: 85%;
	line-height: 20px;
	background-image: url(../image/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	
	
	
}




/*font style
-----------------------*/

h3  {  
	color:#F473A5; 
	padding-left:10px;
	
	
	}
	
/*トップページ、更新履歴だけp.indを引用
-----------------------*/	
p.ind{
	padding-left:30px;

}

p.linkpage{
	padding-right:320px;
	padding-top:40px;
}

p.bold{
	padding-left:30px;
	padding-right:30px;
	font-weight:bold;
	
}

p.text  {
	padding-left:30px;
	padding-right:30px;
	color:#333333;
	
		}

p.photo {
	padding-left:30px;

		}

/*link styles（マウスオーバー系）
-------------------------*/
img {
	border-style: none;
	}
	
.top {
	width:140px;
	height:30px;
	background:url(../image/global/top_button_p.png) no-repeat left bottom;
}
.top a {
	display:block;
	width:140px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.top a:hover {
	text-indent:-9999px;
}


.about {
	width:140px;
	height:30px;
	background:url(../image/global/top_button_toha_p.png) no-repeat left bottom;
}
.about a {
	display:block;
	width:140px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.about a:hover {
	text-indent:-9999px;
}

.outline {
	width:140px;
	height:30px;
	background:url(../image/global/top_button_gaiyo_p.png) no-repeat left bottom;
}
.outline a {
	display:block;
	width:140px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.outline a:hover {
	text-indent:-9999px;
}


.entry {
	width:140px;
	height:30px;
	background:url(../image/global/top_button_entry_p.png) no-repeat left bottom;
}
.entry a {
	display:block;
	width:140px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.entry a:hover {
	text-indent:-9999px;
}


.link {
	width:140px;
	height:30px;
	background:url(../image/global/top_button_link_p.png) no-repeat left bottom;
}
.link a {
	display:block;
	width:140px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.link a:hover {
	text-indent:-9999px;
}



