﻿/* H1 */
h1 {
    padding: 0px;
    font-size: 14px;
    margin:  0px;
    padding: 0px;
　　font-weight: normal;
}
 
/* H2 */
h2 {
    padding: 0px;
    font-size: 14px;
    margin:  0px;
    padding: 0px;
　　font-weight: normal;
}
 
/* H3 */
h3 {
    padding: 0px;
    font-size: 14px;
    margin:  0px;
    padding: 0px;
　　font-weight: normal;
}

/* STRONG */
strong {
    padding: 0px;
    font-size: 12px;
    margin:  0px;
    padding: 0px;
　　font-weight: normal;
}

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
}

/* リンク */
a,
a:link {
    color: #7D624F;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
position:relative; top:1px; left:1px;
}
a:active {
    color: #000000;
    text-decoration: none;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.oymnpc.net/image/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://www.oymnpc.net/image/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.oymnpc.net/image/overlay.png", sizingMethod="scale");
	}
