/* @group BASIC */

* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

img {
	border: 0px;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

*:first-child+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/* @end */

/* @group A_BASIC */

a {
	text-decoration: none;
}

a:link {
	color: #FF6D07;
}

a:visited {
	color: #EB6100;
}

a:active {
	color: #FF6D07;
}

a:hover {
	color: #FFA50E;
	text-decoration: underline;
}

/* @end */

/* @group BASIC_CONTAINER */

#container {
	width: 600px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -20px;
}

body > #container {
	height: auto;
}

#contents {
	overflow: auto;
}

#header {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#contentsbox {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

#footerspace {
	height: 20px;
	clear: both;
	display: block;
}

#footer {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.invisible {
	display: none;
	overflow: hidden;
}

/* @end */

/* @group FOOTER_CONTENTS */

#footercontents {
	width: 600px;
	height: 20px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	display: block;
	border-top: 2px #FFFFFF solid;
}

.credittxt {
	color: #333;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	line-break: normal;
	text-align: right;
	display: block;
}

/* @end */

/* @group CONTENTS_BOX */

.contentsboxleft {
	width: 270px;
	/*background-color: #EFEFEF;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.contentsboxright {
	width: 318px;
	/*background-color: #DDD;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: right;
}

/* @end */

h1 {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}

h2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

h3 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.text {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.textsmall {
	color: #333333;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mainpicturecap {
	color: #333333;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #aaa;
}

.mainpricebox {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #aaa;
}

/* @group HIGHSLIDE */

.highslide {
    cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
/*.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}*/

.highslide-wrapper {
	background: white;
}
/*.highslide-image {
	border: 2px solid white;
}*/
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    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(../js/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;
	display: none;
	
}
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;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* @end */