/*
Theme Name: Atahualpa
Theme URI: http://wordpress.bytesforall.com/
Description: Version 3.4.4 - Build your own unique, professional and browser-safe WordPress Theme: 1-5 columns, fluid or fixed width, rotating header images and 2 dozen option pages. Support and tutorials at our forum.
Version: 3.4.4
Author: BytesForAll
Author URI: http://forum.bytesforall.com/
Tags: white, one-column, two-columns, three-columns, four-columns, fixed-width, flexible-width,  custom-colors, custom-header, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, translation-ready
*/
 
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
 /* 画像をホバーで切り替える */
a#photolink1 {
   display: block;
   width: 620px; /* 画像1枚分の横幅 */
   height: 60px; /* 画像1枚分の高さ */
   text-indent: -1000px;  /* 文字を見えなくする */
   background-image: url("images/index/q1.jpg"); /* 画像ファイル名 */
}
a#photolink2 {
   display: block;
   width: 620px; /* 画像1枚分の横幅 */
   height: 60px; /* 画像1枚分の高さ */
   text-indent: -1000px;  /* 文字を見えなくする */
   background-image: url("images/index/q2.jpg"); /* 画像ファイル名 */
}
a#photolink3 {
   display: block;
   width: 620px; /* 画像1枚分の横幅 */
   height: 60px; /* 画像1枚分の高さ */
   text-indent: -1000px;  /* 文字を見えなくする */
   background-image: url("images/index/q3.jpg"); /* 画像ファイル名 */
}
a#photolink4 {
   display: block;
   width: 620px; /* 画像1枚分の横幅 */
   height: 60px; /* 画像1枚分の高さ */
   text-indent: -1000px;  /* 文字を見えなくする */
   background-image: url("images/index/q4.jpg"); /* 画像ファイル名 */
}
a#photolink5 {
   display: block;
   width: 620px; /* 画像1枚分の横幅 */
   height: 60px; /* 画像1枚分の高さ */
   text-indent: -1000px;  /* 文字を見えなくする */
   background-image: url("images/index/q5.jpg"); /* 画像ファイル名 */
}
a.photolink:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
