@charset "utf-8";

/*-------------------------------------------------

style.css

-------------------------------------------------*/


*{
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

img{
	border: 0;
}

ul{
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}


/*-------------------------------------------------

link

-------------------------------------------------*/

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #fe8800;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: underline;
}


/*-------------------------------------------------

clearFix

-------------------------------------------------*/

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearFix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}

/* End hide from IE-mac */


/*-------------------------------------------------

container

-------------------------------------------------*/

#container{
	width: 820px;
	margin: 0 auto;
	padding: 0;
 	ackground-color: #FFFFFF;
	background-image:url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;

}

/*-------------------------------------------------

header

-------------------------------------------------*/

#header{
	width: 790px;
	height: 97px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../img/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}	
	
#pageTit{
	top: 0;
	left: 35px;
	position: absolute;
}

#pageBack{
	top: 0;
	right: 20px;
	position: absolute;
}

/*-------------------------------------------------

footer

-------------------------------------------------*/

#footer{
	width: 790px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../img/copy_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}	
	

/*-------------------------------------------------

topArea

-------------------------------------------------*/

#topArea{
	position: relative;
	width: 790px;
	height: 277px;
	margin-left:15px;
}

#topImg{
	width: 596px;
	height: 251px;
	top: 10px;
	left: 10px;
	position: absolute;
}


#menu{
	width: 164px;
	height: 256px;
	position: absolute;
	top: 5px;
	right: 15px;
}

/*-------------------------------------------------

albumArea  albumTop

-------------------------------------------------*/

#albumArea{
	width: 770px;
	background-color: #FFFFFF;
	background-image:url(../img/album_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
}

#albumTop{
	width: 770px;
	height: 150px;
	background-image:url(../img/album_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

#albumTopTit{
	width: 301px;
	height: 67px;
	position: absolute;
	top: 60px;
	left: 50px;
}
#albumTopDay{
	width: 151px;
	height: 74px;
	position: absolute;
	top: 55px;
	right: 50px;
}

/*-------------------------------------------------

albumMain

-------------------------------------------------*/

#albumMain{
	width: 670px;
	background-image:url(../img/album_sideline.jpg);
	background-position: center 7px;
	background-repeat: repeat-y;
	margin: 0 auto;
}


/*-------------------------------------------------

photoTbl

-------------------------------------------------*/

.photoTbl{
	width: 670px;
}

.photoTbl td{
	vertical-align: top;
}

.photoTbl img.imgLeft{
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 10px;
}

.photoTbl img.imgRight{
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
}

.photoTbl p{
	padding: 10px 30px;
}


/*-------------------------------------------------

albumBtm

-------------------------------------------------*/

#albumArea ul.voice li{
	background-image: url(../img/voice_img.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 15px;
	margin-left: 25px;
}

/*-------------------------------------------------

albumBtm

-------------------------------------------------*/

#albumBtm{
	width: 770px;
	background-image:url(../img/album_btm.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 30px;
}

#pageTop{
	text-align: right;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
}

