/*-- シンセミア style sheet --*/
/*-- BASIC STYLES --*/

body {
	font-size:16px;
	line-height:150%;
	font-family: sans-serif;
	color:#000000;
	padding:15px;
	background: #ffffff;
	text-align: center;
	margin-left:0px;
	margin-right:0px;
}
img {
border: none;
}

.center{
	text-align:center;
}

.Lalign{
	width:660px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.LalignM{
	width:660px;
	margin-left: auto;
	margin-right: auto;
}

/*-- TABLE STYLES --*/
.menuTable {
	width: 580px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 35px;
	color: #8110D1;
	font-size: 12px;
}
.mainTable {
	width: 560px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 12px;
	line-height:200%;
	text-align: left;
}
.mainbookTable {
	width: 560px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 10px;
	line-height:150%;
	text-align: left;
}
.PhotoTable {
	width: 560px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 12px;
	line-height:200%;
	text-align:center;
}
.PhotoTable tr{
	vertical-align:bottom
}
.PhotoTable td{
	width:70px;
	padding-bottom: 20px;
}
.LinkTable{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.panoImgTable{
	width:460px;
	margin-left:auto;
	margin-right:auto;
}
.w90{
	width:90px;
	text-align:left;
}
.w200{
	width:200px;
	text-align:left;
}

/*-- FONT STYLES --*/

.TxtTopMIdashi{
	font-size:14px;
	color:#666666;
	text-align:center;
	font-weight: bold;
}
.TxtTopMIdashi2{
	font-size:10px;
	color:#666666;
	text-align:center;
	font-weight: bold;
}

.TxtTopMIdashi3{
	font-size:12px;
	color:#666666;
	text-align:center;
	font-weight: bold;
}

.TxtTop{
	font-size:10px;
	color:#666666;
	text-align:left;
}

.GrayTitle {
	font-size:18px;
}
.GrayTitleSub {
	font-size:12px;
}
.BookTitle{
	margin-top: 10px;
	font-size:14px;
	font-weight:bold;
}	
.PhotoNumber{
	margin-top: 10px;
	font-size:10px;
}	
.PanoramaNumber{
	margin-top: 3px;
	margin-bottom: 20px;
	font-size:10px;
}
.CPright{
	margin-left: auto;
	margin-right: auto;
	font-size:10px	
}

.LeadCenter{
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

/*-- SPACE STYLES --*/
.MarginB5{
	margin-bottom: 5px;
}
.MarginB20{
	margin-bottom: 20px;
}
.MarginB200{
	margin-bottom: 200px;
}
.MarginT10{
	margin-top: 10px;
}
.MarginT20{
	margin-top: 20px;
}
.MarginT30{
	margin-top: 30px;
}
.MarginT40{
	margin-top: 40px;
}
.MarginT130{
	margin-top:100px;
}

/*-- LINK STYLES --*/
a:link{
	color:#8110D1;
	text-decoration: none; 
}
a:visited{
	color:#8110D1;
	text-decoration: none; 
}
a:hover{
	color:#333333;
	text-decoration: none; 
}
a:active{
	color:#8110D1;
	text-decoration: none; 
}
a.photo:link{
	color:#FFFFFF;
	text-decoration: none; 
}
a.photo:visited{
	color:#FFFFFF;
	text-decoration: none; 
}
a.photo:hover{
	color:#333333;
	text-decoration: none; 
}
a.photo:active{
	color:#FFFFFF;
	text-decoration: none; 
}
a img.bd {
opacity:0.7;
filter: alpha(opacity=70);
}
a:hover img.bd {
opacity:1;
filter: alpha(opacity=100);
}
.mainArea{
	margin-left: auto;
	margin-right: auto;
	min-height : 680px;
	width:660px;
}

.tweetInfo{
	width:250px;
	font-size:75%;
	color:#56c0e3;
	text-align:left;
	line-height:1.6;
}

/*-- Twitter STYLES --*/
.tweetInfo {
	width:250px;
	font-size:75%;
	color:#56c0e3;
	text-align:left;
	line-height:1.6;
}

.tweetInfo a:link{
	color:#56c0e3;
	text-decoration: underline;
}
.tweetInfo a:visited{
	color:#56c0e3;
	text-decoration: underline; 
}
.tweetInfo a:hover{
	color:#56c0e3;
	text-decoration: none; 
}
.tweetInfo a:active{
	color:#56c0e3;
	text-decoration: underline; 
}

.mailTxtBold {
	font-size: 110%;
	font-weight:bold;
}
