* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
}
a {
    color: #89afb1;
    /*color: #000;*/
}
a.selected {
    color: #9989b1;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 14px;
    color: #9989b1;
}
h4 {
    position: relative;
    margin-top: 4px;
    height: 19px;
}
h4,
h4 a {
   font-size: 15px;
}
td {
    vertical-align: top;
    padding: 2px 2px 2px 0;
}
td.title {
    width: 100px;
}
td p {
    height: 18px;
}
form {
}
input {
    border: 1px solid #aaa;
    /*background-color: #f2f2f2;*/
    height: 16px;
    line-height:20px;
    width: 250px;
    padding: 2px;
}
textarea {
    border: 1px solid #aaa;
    /*background-color: #f2f2f2;*/
    height: 150px;
    width: 250px;
    padding: 2px;
    overflow: hidden;
}
input.submit {
    border: 0;
    background: none;
    width: 15px;
    height: 11px;
}
form#search input.text {
    width: 173px;
}
button {
    /*border: 1px solid #000;*/
    background-color: #fff;
    margin-top: 10px;
    padding: 0;
    font-weight: bold;
    color: #9989b1;
    cursor: pointer;
    font-size: 16px;
}

.text {
    line-height: 17px;
    font-size: 12px;
    color: #999;
}
.chapo {
    line-height: 17px;
    font-weight: bold;
}
.caption {
    text-align: right;
    font-size: 10px;
}
.keyword {
    color: #9989b1;
    font-weight: normal;
}
label {
    display: block;
    padding: 0 0 3px 0;
}
label.error {
    font-weight: bold;
    padding-top: 3px;
}
.zoom_notice {
    text-align: center;
    color: #999;
}
.invisible {
    display: none;
}
/*.message {
    margin: 20px 0 20px 0;
}*/
.message span {
    /*background-color: #c601ff;*/
    color: #c601ff;
    font-weight: bold;
    font-size: 15px;
}

/* layout */
body {
}
div#header {
    width: 265px;
    top: 15px;
    left: 15px;
    position: absolute;
}
div#content {
    position: absolute;
    left: 285px;
    top: 111px;
    width: 640px;
}
div#html {
}
div#contact,
div#html a {
    color: #c601ff;
}
div#contact {
}
div#contact_text {
    position: absolute;
    top: 0;
    left: 300px;
}
div#contact,
div#contact label,
div#contact input,
div#contact textarea,
div#html,
div#html * {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

/* banner */
div#banner {
    position: absolute;
    left: 285px;
    top: 22px;  
}

/* menu */
ul#menu li a, 
ul#menu_bottom li a {
    font-size: 18px;
    font-weight: bold;
}
div#gallery_series {
    position: absolute;
    top: 98px;
    left: 100px;
    line-height: 20px;
}
div#gallery_series ul li a {
    font-size: 12px;
    font-weight: normal;
}
ul#menu_bottom {
    margin-top: 20px;
}

/* pager */
p.pager {
   text-align: center;
   width: 660px;
   padding: 10px;
}
p.keyword {
    color: #c601ff;
    font-size: 24px;
    height: 50px;
    padding-top: 10px;
}

div#pdf {
    text-align: right;
    margin-top: 20px;
}
div#pdf a {
    color: #c601ff;    
}

/* gallery */
p.media {
    width: 640px;
    height: 540px;
    position: relative;
    text-align: left;
}
div.details {
    margin-top: 20px;
}
a#arrow_left {
    position: absolute;
    top: 0px;
    left: 650px;
    z-index: 50;
}
a#arrow_right {
    position: absolute;
    top: 30px;
    left: 650px;
    z-index: 50;
}
/*a#arrow_left img,
a#arrow_right img {
    margin-top: 270px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}*/
/*a#arrow_right:hover img,
a#arrow_left:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}*/


/* comments */
div#gallery_comments,
div#blog_comments {
    width: 500px;
}
ul.comments
{
    margin-top: 20px;
}
ul.comments h4 {
    height: 30px;
}
ul.comments li {
    margin-bottom: 10px;
}
ul.comments li p {
    padding: 3px 0 3px 0;
}
ul.comments li p.date {
    margin-top: 3px;
    border-top: 1px solid #444;
    color: #999;
}
form#form_comments {
    margin-top: 15px;
}

/* popup */
div#popup_image h4 {
    position: relative;
    padding: 10px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    height: auto;
}
div#popup_image h4 a {
    position: absolute;
    right: 10px;
}

div#popup_image_content {
    padding: 15px;
}
div#popup_mask {

    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: #fff;
}
div#popup_image {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 100;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}

/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding:5px;
    text-align: left;
    left: -500px;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size:9px;
    font-weight: normal;
}