@charset "UTF-8";
@import "slider_jpg.css";
@import "slider_mvc.css";
@import "slider_moj.css";
@import "slider_pcg.css";

/* ================================================================================= */
/* Common                                                                            */
/* ================================================================================= */

/* パターン有無 */

#pattCont #sliderArea #mapofjapan ,
#pattCont #sliderArea #moviechannel ,
#pattCont #sliderArea #japanphotogallery ,
#pattCont #sliderArea #plancheckandgo ,
#pattIndex #sliderArea #mapofjapan ,
#pattIndex #sliderArea #moviechannel ,
#pattIndex #sliderArea #japanphotogallery ,
#pattIndex #sliderArea #plancheckandgo {
	display: none;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'PMingLiU', 'Apple LiSung', 'Arial', sans-serif;
	background-color: #ffffff;
	text-align: center;
	width: auto;
	font-size: 75%;
	line-height: 1.6em;
	color: #333333;
}

div,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
a {
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup {
/*	font-size: 10px;*/
	font-size: 85%;
	line-height: 90%;
}
em {
    font-style: normal;
    color: #ff6600;
}
caption {
    text-align: left;
}


/***********************************************/
/* Common                                      */
/***********************************************/

.small {
/*	font-size: 10px;*/
	font-size: 85%;
	line-height: 120%;
}
.hide {
	position: absolute;
	left: -100em;
}
.center {
	text-align: center ! important;
}
.left {
	text-align: left ! important;
}
.right {
	text-align: right ! important;
}
.middle {
	vertical-align: middle ! important;
}
img.right {
	float: right;
}
img.left {
	float: left;
}
.gray {
	color: #696a65;
}
.bg_gray {
	background-color: #f5f5f5 ! important;
}
.caption {
	margin-bottom: 0 ! important;
	padding-bottom: 0;
	font-weight: bold;
}
.image {
	margin: 10px 0;
	padding: 0;
}
.image img {
	margin: 0;
	padding: 0;
}
.cl {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.block {
	display: block ! important;
}
.inline {
	display: inline;
}
.none {
	display: none ! important;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.f_none {
	float: none;
}
.noindent{
	text-indent: 0 ! important;
}
.nomark{
	list-style-type: none ! important;
}
.circle{
	list-style-type: circle ! important;
}
.ind1 {
	text-indent: -1em;
	padding-left: 1em;
}
.under {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
img.border {
	border: 1px solid #C8C8C8;
}


/***********************************************/
/* Header                                      */
/***********************************************/

#header {
	position: relative;
	height: 148px;
}
#pattTop #header {
	width: 790px;
	float: left;
	margin-bottom: 3px;
}
#pattIndex #header ,
#pattCont #header {
	width: 980px;
	margin: 0 auto 3px auto;
}
#header h1 ,
#header strong {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 340px;
	height: 75px;
	overflow: hidden;
}
#subNavi {
	position: absolute;
	left: 340px;
	top: 55px;
	text-align: right;
}
#pattTop #subNavi {
	width: 450px;
}
#pattIndex #subNavi ,
#pattCont #subNavi {
	width: 253px;
}
#subNavi li {
	text-align: right;
	list-style-type: none;
	display: inline;
	padding: 0 10px;
}
#subNavi li.line {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#pattIndex #search ,
#pattCont #search {
	position: absolute;
	left: 593px;
	top: 22px;
	background-image: url(../img/search_bg_con.gif);
	background-position: 0px 22px;
	background-repeat: no-repeat;
	height: 52px;
	width: 197px;
}
#pattIndex #search #search-text ,
#pattCont #search #search-text {
	width: 138px;
	height: 18px;
	border: 1px solid #8fadc6;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
#pattIndex #search #search-submit ,
#pattCont #search #search-submit {
	margin-top: 4px;
	float: left;
}
#pattIndex #toolbox ,
#pattCont #toolbox {
	text-align: left;
	position: absolute;
	left: 800px;
	top: 0px;
	width: 180px;
	height: 148px;
}
#pattIndex #language_tab ,
#pattCont #language_tab {
	background-image: url(../img/language_bg.gif);
	background-position: 0px 27px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	height: 74px;
}
#pattIndex #language_tab #select-site form ,
#pattIndex #language_tab #select-lang form ,
#pattCont #language_tab #select-site form ,
#pattCont #language_tab #select-lang form {
	margin: 0;
	padding: 0;
}
#pattIndex #language_tab #select-site select ,
#pattIndex #language_tab #select-lang select ,
#pattCont #language_tab #select-site select ,
#pattCont #language_tab #select-lang select {
	width: 174px;
	height: 20px;
	border: 1px solid #8fadc6;
	margin-top: 2px;
	margin-left: 3px;
}
#pattIndex #pdown ,
#pattCont #pdown {
	background-image: url(../img/pdown_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	height: 48px;
}
#pattIndex #pdown select ,
#pattCont #pdown select {
	width: 174px;
	height: 20px;
	border: 1px solid #8fadc6;
	margin-top: 2px;
	margin-left: 3px;
}
#pattIndex #pdown #url ,
#pattCont #pdown #url {
	margin-top: 3px;
}
#pattIndex #navibox ,
#pattCont #navibox {
	height: 24px;
}
#header ul.close li {
	font-size: 11px;
	background-image: url(../img/ico_close.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
	list-style-type: none;
	float: right;
	margin: 10px;
}
#pattPop #header {
	background-image: url(../img/bg_contents.gif);
	background-position: 0px 75px;
	background-repeat: repeat-x;
	position: relative;
	height: 105px;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}



/***********************************************/
/* Global Navi                                 */
/***********************************************/

#globalNavi {
	position: absolute;
	left: 0px;
	top: 75px;
	background-image: url(../img/gnavi_bg.gif);
	background-repeat: no-repeat;
	margin: 0;
	width: 790px;
	height: 73px;
}
#globalNavi table {
	width: 788px;
	margin: 30px auto 0px auto;
}
#globalNavi table td {
	text-align: left;
	vertical-align: top;
	width: 197px;
}
#globalNavi table td ul {
	margin-top: 4px;
	margin-left: 26px;
	line-height: 110% ! important;
}
#globalNavi table td ul li {
	font-size: 12px ! important;
	background-image: url(../img/ico_gn.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	line-height: 120%;
	padding-left: 12px;
	margin-right: 15px;
	list-style-type: none;
	display: inline;
}


/***********************************************/
/* TopVisual Area Column                       */
/***********************************************/

#topvisualArea {
	text-align: left;
	margin: 0 0 17px 0;
	width: 790px;
	height: 370px;
	float: left;
}


/***********************************************/
/* Tab Area Column                             */
/***********************************************/

#sliderArea {
	margin: 0 auto;
	text-align: center;
	width: 980px;
}
#sliderArea ul#usefulTools {
	position: relative;
	background-image: url(../img/bg_tabarea.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin-bottom: 5px;
}
#sliderArea #usefulTools h2 {
	text-align: center;
	line-height: 35px;
	height: 35px;
}
#sliderArea ul#usefulTools li {
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	width: 170px;
	height: 35px;
	float: left;
}
#sliderArea ul#usefulTools li.title {
	width: 157px;
	background-image: url(../img/bg_tabarea_title.gif);
	margin-right: 20px;
}
#sliderArea ul#usefulTools li.on {
	background-image: url(../img/bg_tab.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#sliderArea ul#usefulTools li.btn {
	text-align: left;
	width: 123px;
}
#sliderArea ul#usefulTools li.btn a {
	margin-left: 27px;
	width: 69px;
	height: 24px;
	overflow: hidden;
}
#sliderArea ul#usefulTools li a {
	position: relative;
	top: 5px;
	height: 30px;
	line-height: 30px;
	display: block;
}


/***********************************************/
/* Page Title Area                             */
/***********************************************/

#pageTitle {
	background-image: url(../img/bg_contents.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 60px;
	overflow: hidden;
}
#pageTitle table {
	height: 60px;
	vertical-align: middle;
	margin-left: 25px;
	width: 930px;
}
#pageTitle table table {
	height: 28px;
	margin: 0px;
	width: auto;
}
#pageTitle table td.title_h1 {
	font-size: 130%;
	letter-spacing: -1px;
	white-space: nowrap;
}
#pageTitle table td.title_h2 {
	background-image: url(../img/title_h2_l.gif);
	background-position: left top;
	background-repeat: no-repeat;
	white-space: nowrap;
	padding-left: 5px;
}
#pageTitle table td.title_h2 h2 {
	height: 28px;
	line-height: 28px;
	margin: 0px 10px 0px 0px;
	background-image: url(../img/title_h2_r.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #c7d1d3;
	padding: 0 10px 0 5px;
}
#pageTitle table td.title_h3 {
	font-size: 130%;
	color: #699aa2;
	text-align: right;
	white-space: nowrap;
}
#pageTitle table td span {
	margin-left: 5px;
}
#pattTop #pageTitle {
	background-image: url(../img/bg_contents.gif);
	background-repeat: repeat-x;
	height: 35px;
}


/***********************************************/
/* Bread List                                  */
/***********************************************/

#breadArea {
	font-size: 12px;
	line-height: 100%;
	position: relative;
	margin: 0 auto;
	background-image: url(../img/bg_bread.gif);
	background-repeat: repeat-x;
	height: 50px;
	overflow: hidden;
	width: 980px;
}
#breadArea ol {
	margin: 0 25px;
}
#breadArea ol li {
	line-height: 25px;
	margin-left: 5px;
	height: 25px;
	float: left;
	list-style-type: none;
}


/***********************************************/
/* FooterBanner                                */
/***********************************************/

#footerbanner {
	background-image: url(../img/banner_u_bg.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 980px;
}
#footerbanner ul {
	height: 65px;
	margin: 0 10px;
}
#footerbanner ul li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-top: 10px;
}


/***********************************************/
/* Footer                                      */
/***********************************************/

#footer {
	font-size: 11px;
	line-height: 100%;
	text-align: left;
	margin: auto;
	position: relative;
	width: 980px;
	background-color: #ebebeb;
	padding-top: 5px;
}
#pattPop #footer ,
#pattIndex #footer ,
#pattCont #footer {
	margin: 14px auto 0 auto;
}
#footer ul.totop {
	margin: 0 10px;
	float: right;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #000;
	padding: 0 10px;
}
#footer ul li.noline {
	border-right: 0px none;
}
#footer ul.close {
	text-align: right;
	margin: 0 10px;
}
#footer ul.close li {
	background-image: url(../img/ico_close.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
	border-right: 0px none;
}
#footer #copyright {
	margin-top: 5px;
	background-color: #ffffff;
	padding: 5px 10px;
}


/***********************************************/
/* Blank                                       */
/***********************************************/

.blank5 { font-size: 0; line-height: 0; height: 5px; }
.blank10 { font-size: 0; line-height: 0; height: 10px; }
.blank15 { font-size: 0; line-height: 0; height: 15px; }
.blank20 { font-size: 0; line-height: 0; height: 20px; }
.blank30 { font-size: 0; line-height: 0; height: 30px; }
.blank40 { font-size: 0; line-height: 0; height: 40px; }
.blank50 { font-size: 0; line-height: 0; height: 50px; }
.blank60 { font-size: 0; line-height: 0; height: 60px; }
.blank70 { font-size: 0; line-height: 0; height: 70px; }
.blank80 { font-size: 0; line-height: 0; height: 80px; }
.blank90 { font-size: 0; line-height: 0; height: 90px; }
.blank100 { font-size: 0; line-height: 0; height: 100px; }
.blank150 { font-size: 0; line-height: 0; height: 150px; }
.blank200 { font-size: 0; line-height: 0; height: 200px; }
.blank250 { font-size: 0; line-height: 0; height: 250px; }
.blank300 { font-size: 0; line-height: 0; height: 300px; }
.blank350 { font-size: 0; line-height: 0; height: 350px; }
.blank500 { font-size: 0; line-height: 0; height: 500px; }
.blank580 { font-size: 0; line-height: 0; height: 580px; }

/*
	border: 1px solid #000;
	background-color: #ff0000;
*/

