@charset "utf-8";

/* ------------------------- TOC 
01 Setup
02 CSS Hack
03 wrap around the contents (base layout box)
04 site (global) navigation
05 contents
06 footer
07 others
 ------------------------- */

/* ============================== 01 Setup */
* { margin: 0; padding: 0; text-decoration: none; text-align: left; border: none; font-weight: normal; color: #6B471C; font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif; font-size: small; font-style: normal; }
body { text-align: left; }
ul, ol, dl, li, dt, dd { list-style: none; }
a { color:#ab56ff; }
a:link { color:#ab56ff; text-decoration: none; }
a:visited { color:#ab56ff; text-decoration: none; }
a:hover, a:active { color:#7a2dd8; text-decoration: underline; }
a img, a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }
table { border-collapse: collapse; }
input { vertical-align: bottom; }

/* ============================== 02 CSS Hack */
/* floating box clear */
.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 促*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hidetxt { text-indent: -9999px; overflow: hidden; }
.hidetxt a { text-decoration: none; }


/* ============================== 03 wrap around the contents (base layout box) */

/* 共通 */
.spacing { padding-bottom: 0.5em; }
.event .backnumber p.margin { margin-top: 10px; }

h3 { color: #EF504A; font-weight: bold; margin-bottom: 5px; }

.photoright img { margin: 0 0 5px 20px; float: right; }
.photoleft img { margin: 0 20px 5px 0; float: left; }

#priala01 { margin-top: 30px; }
#priala02, #priala03,#priala04,#priala05,#priala08 { margin-top: 20px; }

#event_venus #priala02 .photoright img { margin-top:5px; }

.event #footer p.copyRight{
	text-align:center;
}

/* 英語のみ */
#priala04 .rightcol { float: right; width: 200px; }
#priala04 .leftcol { float: left; width: 288px; }
#priala04 .leftcol img { margin:5px 0; }

#priala06 { margin-top: 10px; }
#priala06 img { margin-top: 5px; }
#priala06 .rightcol { float: right; }
#priala06 .leftcol { float: left; width: 307px; }

#priala07 { margin-top: 20px; }
/* 英語のみ */
#priala07 .rightcol { float: right; width: 244px; }
#priala07 .leftcol { float: left; width: 260px; }
#priala07 img { margin:5px 0; }
