@charset "utf-8";
/* CSS Document */


/*幅700のレイアウト用*/
#mainContent2 {
	overflow: hidden;
	width: 700px;
	margin-left: 50px;
	margin-bottom: 20px;
}
/*幅600のレイアウト用*/
#narrow {
	width: 600px;
	margin-left: 50px;
}
/*ダウンロードページのレイアウト*/
#dl_sidebox{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0px;
}
#dl_mainbox{
	width:510px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/**//**//**//**//**//**//**//**//**//**/
/*ダウンロードページのサイドメニュー*/
.dl_sidemn {
	padding: 0;
	margin: 0;
}
.dl_sidemn li {
	list-style-type: none;
}
.dl_sidemn a {
	width: 140px;
	padding-left: 18px;
	background-color: #FFFFFF;
	background-image: url(../images/common/sidemenu_mark.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-left-color: #000099;
}
.dl_sidemn a:hover {
	background-color: #FFFDE8;
	text-decoration: none;
	background-image: url(../images/common/sidemenu_mark.gif);
	background-repeat: no-repeat;
	background-position: -180px center;
}
.dl_sidemn a.sstay {
	background-color: #FFFDE8;
	background-image: url(../images/common/sidemenu_mark.gif);
	background-repeat: no-repeat;
	background-position: -180px center;
	color: #000099;
	cursor: default;/*カーソルは矢印表示 */
}

/**//**//**//**//**//**//**//**//**/
/* ダウンロードボタンのレイアウト */
.dl_box {
	padding: 0px;
	margin-bottom: 7px;
	width: 510px;
}
/* 1級用（青） */
.dl_ttl {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-left-color: #000099;
	margin: 0px;
	background-color: #E3F3F9;
	line-height: 1.4em;
}
/* 2級用（オレンジ） */
.dl_ttl2 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
	margin: 0px;
	background-color: #FDFBD9;
	line-height: 1.4em;
}

.dl_ttl span{
	font-size: 85%;
	font-weight: normal;
	margin-left: 5px;
}
.dl_ttl2 span{
	font-size: 85%;
	font-weight: normal;
	margin-left: 5px;
}
/*CDジャケットのアイコン*/
.dl_img {
	margin: 0px;
	height: 73px;
	width: 75px;
	padding-top: 18px;
	padding-left: 17px;
	background-color: #E3F3F9;
	float: left;
	border: 1px solid #000099;
	padding-right: 16px;
	padding-bottom: 17px;
}
.dl_img2 {
	margin: 0px;
	height: 73px;
	width: 75px;
	padding-top: 18px;
	padding-left: 17px;
	padding-right: 16px;
	padding-bottom: 17px;
	background-color: #FDFBD9;
	float: left;
	border: 1px solid #FF6600;
}
/*ダウンロードボタン配置のボックス*/
.dl_btn {
	margin: 0px;
	height: 103px;
	background-color: #E3F3F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	background-image: url(../images/common/bg_line.gif);
	background-repeat: repeat;
}
.dl_btn2 {
	margin: 0px;
	height: 103px;
	background-color: #FDFBD9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	background-image: url(../images/common/bg_line.gif);
	background-repeat: repeat;
}
/*ダウンロードボタン*/
.dl_btn img{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.dl_btn2 img{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/**//**//**//**//**//**/
/* iFrame（規約） */
.frame {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/**//**//**//**//**//**//**//**/
/*サブページのメインタイトル*/
.subp_title {
	background-image: url(../images/common/banner_title700.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 700px;
	line-height: 37px;
	color: #000099;
	padding-left: 15px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/**//**//**//**//**//**//**/
/*サイトマップページ*/
.mapbox {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 33px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
.mapbox a {
	text-decoration:none;
	color: #333333;
}
.mapbox a:visited {
	color: #333333;
}
.mapbox a:hover {
	text-decoration:underline;
	color: #3333FF;
}
.map_bdr {
	border-top-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-left-color: #000099;
	list-style-type: none;
	padding-left: 5px;
	font-size: 90%;
	line-height: 1.3em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
}
/*サイトマップ分類リンク*/
.li_01{
	background-image: url(../images/common/sidemenu_mark.gif);
	background-repeat: no-repeat;
	background-position: -180px center;
	padding-left: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 100%;
}
.li_01 a {
	text-decoration:none;
	color: #0000CC;
}
.li_01 a:visited {
	color: #0000CC;
}
.li_01 a:hover {
	text-decoration:underline;
	color: #3333FF;
}
/*サイトマップ商品リンク*/
.li_02 {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.li_02 li{
	background-image: url(../images/common/sidemenu_mark.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/**//**//**//**//**//**//**//**//**/
/* 問い合わせフォーム */
form {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
form table{
	text-align: left;
	margin-bottom: 10px;
}
form td{
	vertical-align:top;
	padding-bottom:10px;
}
form p{
	padding-bottom:10px;
}
.info {
	padding-right: 15px;
}
.sign {
	font-weight: bold;
	text-align: right;
}


/**//**//**//**//**//**//**//**//**/
/* プライバシーポリシーのリスト */
.li_pvy {
	list-style-type: decimal;
}
.li_pvy li {
	margin-bottom:10px;
}
.center {
	width:100%;
	text-align: center;
}


/**//**//**//**//**//**//**//**//**/
/* サポートページのサイドメニュー */
.supmenu00 {
	list-style-type: none;
}
.supmenu00 a {
	width: 155px;
	padding-left: 23px;
	background-color: #000099;
	border: 1px solid #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
.supmenu00 a:hover {
	background-color: #0000CC;
	text-decoration: none;
}
.supmenu01 {
	list-style-type: none;
}
.supmenu01 a {
	width: 155px;
	padding-left: 23px;
	background-image: url(../images/common/supmenu_mark01.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #333333;
}
.supmenu01 a:hover {
	background-color: #FFFFE6;
	text-decoration: none;
}
/*現在のページ*/
.supmenu01 a.supstay { 
	background-color: #FFFFCC;
	background-image: url(../images/common/supmenu_mark01.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	cursor: default;/*カーソルは矢印表示 */
}

.supmenu02 {
	list-style-type: none;
}
.supmenu02 a {
	width: 155px;
	padding-left: 23px;
	background-image: url(../images/common/supmenu_mark02.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #333333;
}
.supmenu02 a:hover {
	background-color: #FFFFE6;
	text-decoration: none;
}
/*現在のページ*/
.supmenu02  a.supstay {
	background-color: #FFFFCC;
	background-image: url(../images/common/supmenu_mark02.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
	cursor: default;/*カーソルは矢印表示 */
}


/**//**//**//**//**//**//**//**//**/
/* アクティベーション手順のページ */
.tejun {
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCFF;
	margin-bottom: 10px;
	color: #6666FF;
	font-size: 100%;
}

/**//**//**//**//**//**//**//**//**/
/* FAQページ */
/* Q＆Aを囲むボックス */
.faq_box{
	margin-bottom: 15px;
}
/* FAQページの質問 */
.que {
	padding: 0px;
	margin: 0px;
}
.que dt{
	font-weight: bold;
	float: left;
	margin: 0px;
	clear: left;
}
.que dd{
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
/* FAQページの答え */
.ans {
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #FFFADF;
}
.ans dt{
	font-weight: bold;
	float: left;
	margin: 0px;
	clear: left;
	color: #FF6600;
}
.ans dd{
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

/* FAQページの質問リンク */
.mark_s{
	background-image: url(../images/common/mark_s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-top: 5px;
}
.mark_s a{
	text-decoration: none;
}
.mark_s a:hover{
	text-decoration: underline;
}

