@charset "UTF-8";

/* COMMON */

html{
	overflow:scroll-y;
}
body{
	width:100%;
	height:100%;
	font: normal 75%/167% Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666666;
	margin:0;
	padding:0;
	text-align:center;
}
* html table th,
* html table td{
	font-size:75%;
	line-height:150%;
}
input,
textarea,
select{
	font-size:1em;
	color:#666666;
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl,dt,dd,ul {
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
.fontsmall{
	font-size:83.3%;
	line-height:180%;
}
.fontsmallpink{
	font-size:100%;
	color:#ff69b4;
	line-height:180%;
}
.fontpickupsmall{
	font-size:90%;
	line-height:130%;
}
.fontpickupsmallpink{
	font-size:90%;
	color:#ff69b4;
	line-height:130%;
}
.fontbig{
	font-size:116.7%;
	line-height:180%;
}
.fontpickupbigpink{
	font-size:116.7%;
	color:#ff69b4;	
	line-height:130%;
}
.fontpickupbigred{
	font-size:116.7%;
	color:#ff0000;	
	line-height:130%;
}
h1, h2, h3, h4, h5, h6, h7{
	font-size:100%;
	font-weight:normal;
	padding:0;
	margin:0;
}
p{
	margin:0;
	padding:0;
	padding-bottom:1em;
}
.p1em{
	padding-bottom:1em;
}

img{
	border:none;
	vertical-align:top;
}

.clear{
	clear:both;
}
br.clear{
	clear:both;
	line-height:1px;
	height:1px;
}

.strong{
	font-weight:bold;
}

/* clearfix */
.clearfix:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.clearfix{ display:inline-table; zoom:1; }
/* No Mac IE \*/
* html .clearfix{ height:1px; zoom:1; }
.clearfix{ display:block; }
/* */
/* /clearfix */


/* highslide 2010-10-22(ADD) */
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-wrapper, .drop-shadow {
    background: white;
}
.highslide img {
    border: 2px solid pink;
}
.highslide:hover img {
    border: 2px solid white;
}
.highslide-wrapper {
    background: white;
}
.highslide-image {
    border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
    background: url(highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

