@charset "utf-8";
/* ****************************************************
  reset styles
***************************************************** */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q: before, q: after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* ****************************************************
font.css
***************************************************** */
body {
	font-size: 76%;
	line-height: 180%;
	color: #000000;
	font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","MS PMincho","ＭＳ Ｐ明朝","Times New Roman", Times, serif;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}
/* ****************************************************
  base styles
***************************************************** */
/* CSS for common setting
=========================================*/
body {
	text-align: center;
	background-color: ffffff;
	overflow-y: scroll;
}
img {
	vertical-align: bottom;
}
hr {
	display: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
}
a:active {
	text-decoration: underline;
}

#top #topics a:link {
	text-decoration: none;
}
#top #topics a:hover {
	text-decoration: underline;
}
#top #topics a:visited {
	text-decoration: none;
}





img a:active,
img a:hover {
	text-decoration: none;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}
.note {
	font-size: 80%;
	line-height: 1.5em;
}
.note2 {
	font-size: 110%;
	line-height: 1.9em;
}
.note3 {
	font-size: 90%;
	line-height: 1.9em;
}
.note4 {
	font-size: 90%;
	line-height: 1em;
}
.note5 {
	font-size: 80%;
	line-height: 1.66em;
}
.note6 {
	font-size:94%;
	line-height:1.8em;
}



/* Margin
=========================================*/
/* Margin-left */
.ml0 {
	margin-left: 0 !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml110 {
	margin-left: 110px !important;
}
.ml210 {
	margin-left: 210px !important;
}
/* Margin-top */
.mt0 {
	margin-top: 0 !important;
}
.mt1 {
	margin-top: 1px !important; 
}
.mt2 {
	margin-top: 2px !important; 
}
.mt3 {
	margin-top: 3px !important; 
}
.mt4 {
	margin-top: 4px !important; 
}
.mt5 {
	margin-top: 5px !important; 
}
.mt8 {
	margin-top: 8px !important; 
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt70 {
	margin-top: 70px !important;
}
/* Margin-right */
.mr0{
	margin-right: 0 !important;
}
.mr15{
	margin-right: 15px !important;
}
.mr20{
	margin-right: 20px !important;
}
.mr210{
	margin-right: 210px !important;
}
/* Margin-bottom */
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}

/* Basic layouts
=========================================*/
#container {
	width: 900px;
	margin: 0 auto;
	padding: 35px 0 10px 0;
	text-align: left;
}

/* #navigation layouts
=========================================*/
#navigation {
	width: 230px;
	padding: 0 20px 0 0;
	float: left;
	position: fixed;
}
#navigation #globalNav {
	margin: 20px 0 0 13px;
}
#navigation #globalNav li {
	margin: 9px 0 0 0;
	line-height: 0;
}
#navigation #globalNav li.slide {
	margin: 9px 0 0 0;
	line-height: 1em;
}

#navigation #globalNav li ul li{
	margin: 7px 0 0 0;
}
#navigation #address {
	margin: 40px 0 0 13px;
}
#navigation #address dt {
	font-size: 100%;
}
#navigation #address dd {
	font-size: 80%;
	line-height: 1.6em;
}

#menuToggle {
	margin: -1px 0 0 0;
	cursor: pointer;
}
.slide {
	margin: 0;

}



/* #contents layouts
=========================================*/
#contents {
	width: 650px;
	float: left;
	margin: 0 0 20px 0;
}

/* #contents layouts
=========================================*/
#contents {
	width: 650px;
	float: left;
	margin: 0 0 0 250px;
}

/* Basic Elements
=========================================*/
#contents h1 {
	width: 650px;
	padding: 10px 0 17px 0;
	margin: 0 0 50px 0;
	min-height: 1px;
	background: url(/goope/2374/1004012102425tjx.gif) left bottom repeat-x;
}
#contents h2 {
	width: 650px;
	padding: 10px 0 15px 0;
	margin: 50px 0 0 0;
	background: url(/goope/2374/100401011522jpg9.gif) left bottom repeat-x;
}
#top #contents h1 {
	margin: 25px 0 0 0;
}
.section p {
	font-size: 100%;
	margin: 1em 0 0 0;
}
.caption {
	margin: 15px 0 0 0;
	display: block;
	font-size: 80%;
	line-height: 1.8em;
}
.typeCenter {
	text-align: center;
}
.typeRight {
	text-align: right;
}
.first {
	margin-top: 0 !important;
}
/* Column */
.col2 .col2-1 {
	width: 315px;
	float: left;
}
.col2 .col2-2 {
	width: 315px;
	float: right;
}
/* Topics */
#topics {
	margin: 0 0 20px 0;
}
#topics dl {
	margin: 20px 0 0 0;
}
#info #topics dl {
	margin: 70px 0 20px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #c8c5c4;
}
#topics dl dt {
	font-size: 90%;
	font-weight: bold;
	width: 140px;
	padding: 0 10px 0 0;
	float: left;
}
#topics dl dd {
	font-weight: bold;
	font-size: 110%;
	width: 495px;
	float: left;
}
#top #topics dl dd {
	font-weight: normal;
}

#topics dl dd.details {
	width: 500px;
	font-weight: normal;
	margin: 30px 0 0 150px;
	line-height: 180%;
	float: left;
	padding: 0 0 40px 0;
	font-size: 100%;
}

#top #topics {
	padding: 5px 0 0 0;
}
#top #topics dl {
	margin: 0;
}
#top #topics dl dt {
	font-size: 90%;
	width: 140px;
	padding: 0 15px 0 0;
	float: left;
}
#top #topics dl dd {
	font-size: 100%;
	width: 495px;
	float: left;
}


/* Menu */
dl.menu dl {
	margin: 10px 0 0 0;
}
dl.menu dl strong {
	margin: 55px 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: #c8c5c4 solid 1px;
}
dl.menu dl strong.short {
	margin:45px 0 10px;
}


dl.menu dl dt {
	width: 540px;
	padding: 0 15px 0 10px;
	line-height: 140%;
	float: left;
}
dl.menu dl dd {
	width: 85px;
	float: left;
	text-align: right;
}
/* Glossary */
.glossary {
	margin: 20px 0 0 0;
}
.glossary .col2-1 {
	width: 140px;
	padding: 0 15px 0 0;
	float: left;
}
.glossary .col2-2 {
	width: 495px;
	padding: 1em 0 0 0;
	float: left;
}
.glossary .col2-2 p {
	font-size: 94%;
	line-height: 1.8em;
}
.glossary h3 {
	font-size: 110%;
	line-height: 1em;
}



h1 .menuTitle {
	width: 150px;
	display: block;
	float: left;
}
h1 .menuCaption {
	width: 400px;
	text-align: right;
	display: block;
	float: right;
	font-size: 80%;
}


/* footer */
#footer {
	width: 900px;
	margin: 75px 0 0 0;
	padding: 0 0 20px 0;
}
#copyright {
	margin: 60px 0 0 13px;
	width: 154px;
	float: left;
}
#partyCompany {
	margin: 5px 0 0 13px;
	width: 154px;
	float: left;
}
#pageUtility {
	width: 450px;
	float: right;
	text-align: right;
}


/* photoSlide */
#photoSlide {
	margin: 35px 0 0 0;
}
#photoLarge {
	width: 500px;
	height: 333px;
	float: left;
}
#photoThumbnail {
	width: 110px;
	float: right;
	cursor: pointer;
}
#photoThumbnail img {
	margin: 5px 0 0 5px;
	float: left;
}
/* formArea */
#formArea {
	padding: 0 0 40px 0;
}
#formArea .inputArea {
	margin: 10px 0 0 0;
}
#formArea .inputTitle {
	font-size: 94%;
	width: 135px;
	float: left;
	padding: 0 5px;
}
#formArea .inputValue {
	width: 435px;
	float: left;
}
#formArea .inputValue input,
#formArea .inputValue textarea {
	width: 435px;
	padding: 5px;
	border: 1px solid #c8c5c4;
}
#formArea .inputValue textarea {
	font-size: 100%;
}

#formArea .button_area {
	margin: 20px 0 0 140px;
}

#formArea .contact_message {
	margin: 20px 0;
	color: #CC0000;
}



.pager {
	margin: 20px 0;
}

#mainVisual {
	width:650px;
	height: 417px;
}






ul.thumbs {
	margin: 0 0 0 40px;
}
ul.thumbs li {
	margin: 0 0 5px 5px;
}

#example2 .caption {
	display: none;
}










div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/*float: right;*/
	width: 650px;
	font-size: 0;
	line-height: 0;
	margin: 40px 0 0 0;
}
div.slideshow-container {
	width: 500px;
	float: left;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 333px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	/*width: 550px;*/
	height: 333px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	text-align: left;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
/*	border: 1px solid #ccc;*/
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	/*margin: 5px 10px 5px 0;*/
	list-style: none;
}
a.thumb {
	/*padding: 2px;*/
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	/*margin-bottom: 13px;*/
	/*height: 12px;*/
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}










/* Clear fix
=========================================*/
.rollover{
opacity:1.0;
filter: alpha(opacity=100);
}
.rollover:hover {
opacity:0.6;
filter: alpha(opacity=60);
}



/* Clear fix
=========================================*/
.section:after,
.col2:after,
#topics dl:after,
dl.menu dl:after,
.glossary:after,
#formArea .inputArea:after,
#photoSlide:after,
#wrap:after,
#footer:after,
#topics:after,
#gallery:after,
h1 .menuContents:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.section,
.col2,
#topics dl,
dl.menu dl,
.glossary,
#formArea .inputArea,
#photoSlide,
#wrap,
#footer,
#topics,
#gallery,
h1 .menuContents {
	min-height: 1px;
}

/* for IE6 */
* html .section,
* html .col2,
* html #topics dl,
* html dl.menu dl,
* html .glossary,,
* html #formArea .inputArea,
* html #photoSlide,
* html #wrap,
* html #footer,
* html #topics,
* html gallery,
* html h1 .menuContents {
	height: 1px;
}

/* for IE7 */
*: first-child+html .section,
*: first-child+html .col2,
*: first-child+html #topics dl,
*: first-child+html dl.menu dl,
*: first-child+html .glossary,
*: first-child+html #formArea .inputArea,
*: first-child+html #photoSlide,
*: first-child+html #wrap,
*: first-child+html #footer,
*: first-child+html #topics,
*: first-child+html gallery,
*: first-child+html h1 .menuContents {
	zoom: 1;
}
