@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      import.css
 Author:         Tsukiyama Kimie
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */

/* default Style - デフォルトのスタイル調整 基本リンクカラー設定
----------------------------------------------------------- */
@import url("default.css");


/* style - デフォルト以外
----------------------------------------------------------- */


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin-right: 10px;
}

.btn {
	text-align: center;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

pre {
	font-size: small;
	margin-bottom: 10px;
	background: #FFF;
	border: 1px solid #000;
	padding: 10px;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: left;
}

#page .title {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/share/titleRogo.jpg);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#page .area {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	zoom: 1;
	background-image: url(../img/share/bg_header01.jpg);
	background-repeat: repeat-x;
	height: 210px;
}

#header a {
	color: #99F;
}



h1 {
	margin-bottom: 5px;
	display: none;
}

#pg {
	background-image: url(../img/share/bg_h2.gif);
	background-repeat: repeat-x;
	height: 100px;
}
#pg .h2_title {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

.mark {
	height: 80px;
	width: 200px;
	padding-top: 10px;
	padding-left: 40px;
	float: left;
	padding-bottom: 10px;
}
#pg .titleName {
	float: right;
	width: 600px;
}

#FLV {
	height: 125px;
	float: right;
	background-color: #424284;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/* -+-+-+-+-+-+-+-+-+-+-+-+- Top Navi Style */
#t_navi {
	height:80px;
	background-image: url(../img/share/t_navi01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#t_navi ul {
	padding:6px 0 0 6px;
}
#t_navi li {
	display:inline;
	list-style-type:none;
}
#t_navi li a {
	height:80px;
	display:block;
	float:right;
	text-decoration:none;
	text-indent:-9877em;
	overflow:hidden;
}
/*------off*/
#t_navi li.t_navi_inquiry a {
	width:125px;
	background-image: url(../img/share/t_navi01.jpg);
	background-repeat: no-repeat;
	background-position: -248px 0px;
}
#t_navi li.t_navi_pranet a {
	width:125px;
	background-image: url(../img/share/t_navi01.jpg);
	background-repeat: no-repeat;
	background-position: -123px 0px;
}
#t_navi li.t_navi_home a {
	width:125px;
	background-image: url(../img/share/t_navi01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*------hover*/
#t_navi li.t_navi_inquiry a:hover {
	background-image: url(../img/share/t_navi02.jpg);
	background-repeat: no-repeat;
	background-position: -248px 0px;
}
#t_navi li.t_navi_pranet a:hover {
	background-image: url(../img/share/t_navi02.jpg);
	background-repeat: no-repeat;
	background-position: -123px 0px;
}
#t_navi li.t_navi_home a:hover {
	background-image: url(../img/share/t_navi02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}




/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	background-color: #FFF;
}

#contents .pageTop {
	clear: both;
	margin: 0;
	text-align: right;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: left;
	width: 600px;
	font-size: 12px;
}

#main h2 {
	font-size: 180%;
}
.non {
	display: none;
}



blockquote {
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(../img/share/li.jpg);
	margin-top: 20px;
	background-color: #DDDDFF;
	padding: 10px;
}

blockquote p {
	line-height: 120%;
}

#qa {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	border: 1px dotted #666666;
	padding: 10px;
}

#qa .qaTitle {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #CC3366;
}

/*----------------------------------------------------
	#backNunber
----------------------------------------------------*/


#main table {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 5px;
}
#main table .nen {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#main table a {
	color: #333333;
	text-decoration: none;
}

#main table a:hover {
	color: #990066;
	text-decoration: underline;
}

.bnContens {
	text-align: left;
	padding-left: 5px;
	height: 25px;
}





/* トップページ */
.indexBody #main {
	float: right;
}



/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	float: right;
	width: 235px;
	padding-left: 35px;
}
#link {
	width: 230px;
}
#link ul li {
	height: 60px;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
}



.indexBody #sub {
	float: left;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- global Navi Style */
#g_navi {
	height:295px;
	background-image: url(../img/share/g_navi.jpg);
	background-repeat: no-repeat;
}
#g_navi ul {
	padding:6px 0 0 6px;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:59px;
	display:block;
	text-decoration:none;
	text-indent:-9877em;
	overflow:hidden;
	width: 228px;
}
/*------off*/
#g_navi li.g_navi_pranet a {
	width:228px;
	background-image: url(../img/share/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#g_navi li.g_navi_ISO a {
	width:228px;
	background-image: url(../img/share/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 59px;
}
#g_navi li.g_navi_platform a {
	width:228px;
	background-image: url(../img/share/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#g_navi li.g_navi_kids a {
	width:228px;
	background-image: url(../img/share/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 227px;

}
#g_navi li.g_navi_kyt a {
	width:228px;
	background-image: url(../img/share/g_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 336px;
}

/*------hover*/
#g_navi li.g_navi_pranet a:hover {
	background-image: url(../img/share/g_navi_on.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#g_navi li.g_navi_ISO a:hover {
	background-image: url(../img/share/g_navi_on.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
}
#g_navi li.g_navi_platform a:hover {
	background-image: url(../img/share/g_navi_on.jpg);
	background-repeat: no-repeat;
	background-position: 0px -118px;
}
#g_navi li.g_navi_kids a:hover {
	background-image: url(../img/share/g_navi_on.jpg);
	background-repeat: no-repeat;
	background-position: 0px -177px;
}
#g_navi li.g_navi_kyt a:hover {
	background-image: url(../img/share/g_navi_on.jpg);
	background-repeat: no-repeat;
	background-position: 0px -236px;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	color: #333333;
	background-image: url(../img/share/bg_footer.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	background-color: #FFFFFF;
}

#footer a {
	color: #CCF;
}

#footer p.copy {
	text-align: center;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}

