@charset "utf-8";

* {
	margin:0px;
	padding:0px;
} 
html, body, #container, #container2 {
	height: 100%;
	background-color: #FFF;
}
html {
	width: 100%;
	height: 100%;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height: 1.4em;
}
body {
	height: 100%;
	margin: 0px auto 1px auto;
}
a {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	color: #006eb8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a img {
	border: none;
}
img {
	border: none;
}
p {
	margin: 0px;
	font-size:80%;
	color:#333;
}
h1 {
	font-size: 120%;
	margin: 0;
	color: #333;
}
h2 {
	font-size: 110%;
	margin: 0px;
	color: #333;
	border-bottom: #333 1px dashed;
}
h3 {
	font-size: 90%;
	margin: 0px ;
	color: #333;
}
h4 {
	font-size: 90%;
	margin: 0px;
	color: #333;
}
h5 {
	font-size: 80%;
	margin: 0px;
	color: #333;
}
h6 {
	font-size: 70%;
	margin: 0px;
	color: #333;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.container                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	width: 100%;
	margin: 0px auto;
	background: #FFF url(../index_img/background.jpg) repeat-x;
}
body > #container {
	height: auto;
	min-height: 100%;
}
div#container2 {
	width: 100%;
	background: #FFF url(../img/background3.jpg) repeat-x;
}
body > #container2 {
	height: auto;
	min-height: 100%;
}

DIV {
	text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.main                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#main {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 120px;
	cursor: default;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.header                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 820px;
	height: 60px;
	background: #FFF;
	margin: 0px auto;
	cursor: default;
}
div.headlogo {
	width: 115px;
	height: 60px;
	float: left;
}
div.headspace {
	width: 305px;
	height: 60px;
	float: left;
	display: block;
}
div.headev {
	width: 230px;
	height: 60px;
	float: left;
	text-align: right;
}
div.headlang {
	width: 170px;
	height: 30px;
	float: left;
}
div.headlang p{
	width: 170px;
	height: 30px;
	font-size: 10px;
	color: #666;
	text-align: right;
}
div.headlang p img{
	margin: 10px 0px 0px 0px;
}
div.headlang a{
	font-size: 11px;
	color: #006eb8;
	text-decoration: none;
}
div.headlang a:hover{
	color: #09F;
	text-decoration: underline;
}

/* グローバルナビゲーション */
div#gnavi {
	width: 820px;
	height: 30px;
	margin: 0 auto;
}
div#gnavi div {
	height: 30px;
	display: inline;
	float: left;
}

/*リスト全体*/
#menu-sample ul { /*リスト全体*/
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-sample ul li a img {
	margin: 0px;
	padding: 0px;
}

#menu-sample li { /*リストの1段目*/
  float: left;
  min-width: 0px;
  white-space: nowrap;
}

#menu-sample ul ul { /*2段目以降*/
  display: none;
  position: absolute;
  z-index: 3000;
}

#menu-sample li li { /*2段目以降のリスト項目*/
  clear: left;
  position: relative;
  width: 100%;
}

#menu-sample ul ul ul { /*3段目以降*/
  top: 0;
  left: 100%;
}

#menu-sample ul li:hover > ul {
  display: block;
}

*+html #menu-sample ul ul a { /*IE用*/
width: 150px; /*（94-10-10-1-1）パディングとボーダーの分を引いた値*/
white-space: normal; /*幅に応じて改行*/
}

#menu-sample li {
	margin: 0px; 
} 
#menu-sample a { /*1段目以降のメニュー文字*/
  font-size: 13px;
  line-height:15px;
  color: #FFF;
  text-decoration: none;
  text-align: center; /*1段目は文字を中央合わせに*/
  background-color: #242424;
  display: block;
}

#menu-sample a:hover {
  color: #FFF;
  background-color: #006eb8;
}

#menu-sample ul ul {
  padding-top: 0px;/*2段目を少し下げた*/
}

#menu-sample ul ul ul { /*3段目以降*/
  padding-top: 0; /*2段目のパディング2pxを元に戻す*/
}

#menu-sample li li {
  margin-left: 0; /*liのmargin-left: 3pxを元に戻す*/
}

#menu-sample ul ul a { /*2段目以降のメニュー文字*/
  font-size: 11px;
  line-height: 1.3;
  text-align: left; /*2段目以降は左寄せにもどす*/
  border-top: solid 1px #555555;
  border-right: solid 1px #070707;
  border-bottom: solid 1px #070707;
  border-left: solid 1px #555555;
  background-color: #343434;
  padding: 5px 15px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.face                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#face {
	width: 100%;
	height: 270px;
	margin: 0px auto;
	padding: 0px;
	background: url(../index_img/head.jpg) top center no-repeat;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	width: 820px;
	margin: 0px auto;
	padding-top: 15px;
	position: relative;
}
.contents_navi {
	width: 261px;
	height: 60px;
	float: left;
	display: block;
}
.contents_navi_space {
	width: 18px;
	height: 60px;
	float: left;
	display: block;
}
.contents_navi_margin {
	width: 820px;
	height: 10px;
	display: block;
	clear: both;
}
.contents_affiliate {
	clear: both;
	width: 638px;
	height: 55px;
	border: #e6e6e6 solid 1px;
	margin-top: 50px;
	background: #F0F0F0;
}
.contents_affiliate div{
	float: left;
}
.contents_affiliate p {
	font-size: 12px;
	line-height: 1.9em;
	color: #333;
	margin: 5px 0px;
	display: block;
}
.contents_affiliate a {
	color: #006EB7;
	text-decoration: none;
}
.contents_affiliate a:hover {
	color: #09F;
	text-decoration: underline;
}
.contents_affiliate .ca_01{
	height: 40px;
	background: #FFF;
	font-size: 13px;
	padding: 15px 20px 0px 20px;
}


#contents .contents_affiliate2 {
	margin: 0px 0px;
	padding: 5px 0px;
	height: 50px;
	background-color: #FFF;
}
#contents .contents_affiliate2 .cm_top {
	width: 390px;
	border-left: 5px #F0F0F0 solid;
	border-right: 5px #F0F0F0 solid;
	border-bottom: 1px #EBEBEB solid;
	height: 50px;
	float: left;
	background: #FFF;
}
#contents .contents_affiliate2 .cm_top:hover {
	border-left: 5px #CCC solid;
	border-right: 5px #CCC solid;
	border-bottom: 1px #CCC solid;
	border-top: 1px #CCC solid;
}

#container #main #contents .contents_affiliate2 .cm_top_space {
	width: 20px;
	height: 30px;
	display: block;
	float: left;
}

/*多言語用*/
.contents_affiliate_old .cm_top {
	width: 400px;
	height: 88px;
	float: left;
	background: #FFF;
}
#container #main #contents .contents_affiliate_old .cm_top_space {
	width: 20px;
	height: 30px;
	display: block;
	float: left;
}



/*NEWS*/
.contents_news {
	width: 640px;
	margin: 10px 0px 30px 0px;
	padding-top: 15px;
	border-top: #c8c8c8 5px solid;
	float: left;
}
.contents_newsblock {
	width: 620px;
	padding: 7px 10px;
	margin: 0px;
}
.contents_newsblock:hover {
	background-color: #F5F5F5;
}
.contents_news .newsspace{
	width: 640px;
	height: 3px;
	display: block;
}
.contents_newsblock .newsimg{
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	border: #e6e6e6 solid 5px;
}
.contents_newsblock .newsimg2{
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	border: #006EB7 solid 5px;
}
.contents_newsblock .newsimg3{
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	border: #FF8040 solid 5px;
}
.contents_newsblock:hover .newsimg, .contents_newsblock:hover .newsimg2, .contents_newsblock:hover .newsimg3{
	border: #999 solid 5px;
}
.contents_newsblock .newsword{
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
.contents_newsblock .newsword h2{
	border: none;
	font-size: 13px;
	color: #333;
}
.contents_newsblock .newsword h3{
	width: 515px;
	margin-bottom: 10px;
	border: none;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
}
.contents_newsblock .newsword p{
	border: none;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
}

/*Information*/
.contents_info {
	width: 160px;
	margin: 10px 0px 30px 18px; 
	padding: 15px 0px;
	border-top: #c8c8c8 5px solid;
	float: left;
}
.contents_info .info_top {
	width: 160px;
	height: 29px;
	background: url(../index_img/side_title.jpg) no-repeat;
}
.contents_info .info_top h4 {
	font-size: 12px;
	margin: 3px 5px 0px 5px;
	color: #333;
}
.contents_info .info_contents img {
	margin: 0px 8px;
}
.contents_info img {
	margin: 0px 0px 10px 0px;
}
.contents_info .info_blank {
	width: 158px;
	height: 10px;
	display: block;
}
.contents_info .info_line {
	width: 140px;
	height: 1px;
	margin: 10px 8px;
	display: block;
	background: #e6e6e6;
}
.contents_info .info_contents {
	width: 158px;
	padding-bottom: 10px;
	border-left: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
}
.contents_info .info_contents h2{
	width: 140px;
	line-height: 1.3em;
	margin: 0px 10px 0px 10px;
	border: none;
	color: #333;
	font-size: 14px;
}
.contents_info .info_contents p{
	width: 140px;
	margin: 3px 10px 0px 10px;
	border: none;
	color: #333;
	font-size: 12px;
	line-height: 1.2em;
}
.contents_info .info_bottom {
	width: 160px;
	height: 3px;
	padding: 0px 0px 10px 0px;
	background: url(../index_img/inf_r.jpg) no-repeat;
}

.contents_info_HD {
	width: 158px;
	height: 88px;
	margin: 0px 0px 10px 0px;
	border: #CCC 1px solid;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.footer                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	width: 100%;
	clear: both;
	position: relative;
	height: 120px;
	margin-top: -120px;
	background: #006EB7 url(../img/footer.jpg) repeat-x;
	cursor: default;
}
div#footercontents {
	width: 960px;
	height: 120px;
	margin: 0px auto;
}
div.footercontents_right {
	width: 330px;
	height: 120px;
	margin: 0px auto;
	float: left;
	text-align: right;
}
div.footercontents_right img{
	margin: 15px 70px 0px 0px;
}
div.footercontents_left {
	width: 560px;
	height: 120px;
	margin: 0px auto;
	padding-left: 70px;
	float: left;
}
div.footercontents_left div{
	width: 560px;
	margin: 65px 0px 0px 0px;
	display:block;
}
.footermenu ul {
	list-style: none;
}
.footermenu li {
	list-style: none;
	float: left;
	padding: 5px 7px 0px 7px;
}
.footermenu a, .footermenu a:active, .footermenu a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
}
.footermenu a:hover {
	color: #000;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* galleryview                                   　   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#photos .panel {
	margin-top: -41px;
}
.galleryview {
	font-size: 12px;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0px 0px 70px;
}
.panel-overlay p {
	font-size: 100%;
	line-height: 1.2em;
	color: #FFF;
}
.panel-overlay h2 {
	font-size: 140%;
	color: #FFF;
	border-bottom: none;
}
.loader {
	background: url(loader.gif) center center no-repeat #ddd;
}

/*緊急対応*/
#container #main #contents #emg a{
	width:100%;
	border: #C00 3px solid;
	margin: 5px 0px 15px 0px;
	padding: 0.5em 0em;
	background: #FFDFDF;
	display: block;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}
#container #main #contents #emg a:hover{
	background-color: #666;
	color: #FFF;
}

/*PROMO_top*/
#contents .contents_affiliate3 {
}

.top_promo_psim {
	width: 810px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 15px 10px 0px 0px;
	border-top: #c8c8c8 1px solid;
}
#container #main #contents .top_promo_psim p {
	margin: 10px 0px 10px 15px;
	font-size:10px;
	line-height: 1.2em;
}


