body{
	background-color: white;
	background-repeat: repeat;
	text-align:center;
	font-size : 75%;
	line-height:150%;
	font-family : Arial;
	color : #000000;
	margin-top: 50px;
}

a:link {
	color: #666666;
	text-decoration : none;	
}

a:visited {
	color: #666666;
	text-decoration : none;	
}

a:active {
	color: #666666;
	text-decoration : none;
}

a:hover {
	color: #c0c0c0;
	text-decoration: none;
}



/***** 見出し（サイトタイトル部分）******/

h1 {
	font-size: 120%;
	font-weight: bold;
	padding: 110px 3px 3px 0px;
	text-align: right;
	margin: 5px 0px 5px 0px;
}

h1 a:link {
	color: #ffffff;
	text-decoration : none;	
}

h1 a:visited {
	color: #ffffff;
	text-decoration : none;	
}

h1 a:active {
	color: #ffffff;
	text-decoration : none;
}

h1 a:hover {
	color: #c0c0c0;
	text-decoration: none;
}


/***** 見出し（テキストタイトル部分）******/

h2 {
	font-size: 90%;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-weight: bold; 
	height: auto;
	width: auto;
	margin: 5px 0px 5px 0px;
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-left-width:10px;
	border-color:#666666;
	background-color: white;
}

/***** page部分******/

#page {  
	width: 680px;
	height: auto;
	position:relative;
	margin:0px auto;
	text-align:center;
	background-color: white;
	border:solid 1px black;
}

/***** head部分******/

#head {
	width: 680px;
	height: auto;
	margin: 0px;
	color : #ffffff;
	border-color: #ffffff;
}


/***** TOP画像、サイトタイトル部分******/

#banner {
	height: 100px;
	width: auto;
	text-align:right;
	font-weight: bold; 
	font-size: 130%;
	padding: 0px 10px 15px 10px;
	margin: 0px 10px 10px 15px;
	background-color: #ffffff;
	background-image: url(icon/galeria_shodo_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}


/***** テキスト部分 ******/

.text	{
	padding: 10px 5px 10px 10px;
	margin: 0px;
	text-align: left;
	height: auto;
}


/***** foot部分 ******/

#foot {
	position:relative;
	width:100%;
	height: auto;
	clear:both;
}



/***** 著作権表示部分 ******/

.copy {
	text-align: center;
	height: auto;
	width: 100%; 
	padding: 0px 0px 10px 0px;
} 

