@charset "UTF-8";
/* CSS Document */

/* ベース */

* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
}
H1 {
	font-size:115%;
	line-height:1.2em;
	margin-bottom:0.3em;
	padding:0;
}
H2 {
	font-size:100%;
	line-height:1.3em;
	margin-bottom:0.3em;
	padding:0;
}
H3 {
	font-size:90%;
	line-height:1.3em;
	margin-bottom:0.3em;
	padding:0;
}
H4 {
	font-size:80%;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:0;
	letter-spacing:normal;
}
H5 {
	font-size:80%;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:0;
	letter-spacing:normal;
}
p {
	font-size:80%;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:0;
	letter-spacing:normal;
}
td, th {
	font-size:80%;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:0;
	letter-spacing:normal;
}
li {
	font-size:80%;
	line-height:1.4em;
	margin:0 0 0.4em 1.8em;
	padding:0;
	list-style-position:outside;
}
a {
}
a:hover {
	text-decoration:underline;
	background:none;
}
a img {
	border:none;
	text-decoration:none;
}
.link {
	cursor:pointer;
}
.icon {
	vertical-align:middle;
}
/*.mtg{ border:1px solid #FF33CC; padding:5px; margin:3px 0;}*/


/* レイアウト */

/* ヘッダー */
#Header {
	text-align:left;
	width:940px;
	position:relative;
	height:60px;
	background:url(/img/mypage/common/bg_rb.jpg) repeat-x;
	left: top;
}
#Header p {
	font-size:75%;
}
#Header_Content {
	position:absolute;
	left:0;
	top:0;
}
#HeaderMenu_Content {
	z-index:90;
	background:none;
	position:absolute;
	right:0;
	top:5px;
}
#HeaderLink_Content {
	position:absolute;
	right:0;
	top:28px;
}
#Header .logout {
	float:right;
}
#Header .pulldown {
	float:right;
}
#Header .mail {
	float:right;
}
#ddMenu_header a:hover {
	text-decoration:none;
	z-index:5000;
}
.ddMenu_in a:hover {
	text-decoration:underline !important;
}
/* ボディー */
#Body {
	width:940px;
}
/* メイン 左 */
#Main_Left {
	width:690px;
	float:left;
	margin-left:15px !important;
	/* IE 6以下 */
	margin-left:10px;
}
/* サブ 右 */
#Sub_Right {
	width:220px;
	float:right;
}
.Sub_Box {
	background:#CCCCCC;
	margin-bottom:10px;
	background:#f1f7f8;
	padding:0;
	border:1px solid #cde3e5;
	border-right-color:#b3c6c7;
	border-bottom-color:#b3c6c7;
	-webkit-box-shadow:1px 1px 2px #ccc;
	-moz-box-shadow:1px 1px 2px #ccc;
}
.Sub_Box .Unit {
	margin:5px 10px 5px 10px;
}
.Sub_Box h3 {
	background:#999999 url(/img/mypage/common/bg_sb_h3.jpg) repeat-x;
	margin:1px 1px 5px 1px;
	position:static;
}
.Sub_Box .Unit hr {
	margin:-6px 0px 4px 0px !important;
	padding:0;
}
.Sub_Box.subEC .Unit {
	background:#fff;
	margin:0 5px 5px 5px;
	padding:5px 5px;
}
/* フッターインフォ */
#AdBottom {
	margin:0 15px 10px 15px;
	width:910px;
	padding:0;
	border:1px solid #ccc;
}
#AdBottom_Content {
	margin:0 10px;
}
#AdBottom_Content h3 {
	margin:0 -10px 10px -10px;
}
#AdBottom h3 {
	background:#FCFCFC url(/img/mypage/common/bg_sp_h3.jpg) repeat-x;
	padding:3px 8px;
	color:#fff;
}
/* フッター */
#_Footer {
	text-align:left;
	margin:10px 5px;
	width:940px;
	border-top:1px solid #CCCCCC !important;
}
#Footer {
	text-align:left;
	margin:10px 5px;
	width:940px;
	border-top:1px solid #CCCCCC !important;
}
#Footer_Content {
	margin-top:10px;
}
/* ------共通------ */

h3 {
	background:#e1edf1 url(/img/mypage/common/bg_h3.jpg) repeat-x;
	color:#000000;
	padding:3px 8px;
	text-align:left;
	margin:0;
	position:relative;
}
h3.rad {
	border-radius: 8px;	/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	-webkit-box-shadow:1px 1px 2px #ccc;
	-moz-box-shadow:1px 1px 2px #ccc;
}
.inH_r {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
a img {
	border:none;
}
.DisplayNone {
	display:none;
}
.Btn_L {
	width:250px;
	height:48px;
	margin:0 10px 10px 0;
}
.Btn_M {
	width:250px;
	height:36px;
	margin:0 10px 10px 0;
}
/* 表 */
.chart {
	font-size: 12px;
	background: #fff;
	margin:0;
	border-collapse: collapse;
}
.chart th {
	font-size: 14px;
	font-weight: normal;
	color: #006699;
	padding: 10px 8px 5px 8px;
	border-bottom: solid 1px #82adc2;
}
.chart td {
	border-bottom: 1px solid #ccc;
	/*color: #666;*/
	color:#333333;
	padding: 6px 8px;
}
/*.chart tbody tr:hover td
{
	color: #000;
}*/

/* 汎用青ボックス */
#Main_Box {
	background:#f1f7f8;
	padding:10px 0;
	margin:0 15px 15px 15px;
	border-radius: 8px;	/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	border:1px solid #cde3e5/*#deeaeb*/;
	border-right-color:#b3c6c7;
	border-bottom-color:#b3c6c7;
	-webkit-box-shadow:1px 1px 2px #ccc;
	-moz-box-shadow:1px 1px 2px #ccc;
}
/* ------アイテム------ */

/* マイジャン */

#Maijyan_item {
	font-size:70%;
}
#Maijyan_Now {
	/*border-bottom:1px dotted #99CCCC;*/ /*border-top:1px dotted #99CCCC;*/
	padding:0 0 2px 0;
	margin:0 0 5px 0;
}
#Maijyan_Now p {
	text-align:center;
	font-size:10px;
}
#Maijyan_Now p.Maijan_last {
	font-size:11px;
	float:left !important;
	text-align:right!important;
	margin:0 5px 0 5px;
	padding:0;
	width:55px;
}
#Maijyan_Now p.get {
	color:#006699;
	font-size:10px;
}
#Maijyan_Now p.Maijan_last span {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
#Maijyan_Now img {
	margin:0 auto;
}
#Maijan_NowBox {
	height:15px;
	float:left;
	margin:0;
	padding:0;
	background:#dae3e4;
	border:1px solid #a9b9ba;
	width:120px;
}
#Maijan_NowBar {
	height:15px;
	width:1%;
}
.Maijan_Limit {
	text-align:center;
	padding:5px 0 0 0;
	margin:0;
	clear:both;
}
.tousen_txt{ text-align:center; padding-bottom:5px;border-bottom:1px dotted #99CCCC; margin-bottom:5px;}

/* 割引券 */
#OffTicket_item {
}
#OffTicket_item #offticket_head {
	padding:5px 0 0 0;
	margin:0;
	background:url(/img/mypage/common/bg_waribiki.png) repeat-x;
	text-align:center;
}
#OffTicket_item #offticket_head h4 {
	margin:5px 0 0 0;
	padding:0;
}
#OffTicket_item #offticket_head h4 img {
	cursor:pointer;
}
#OffTicket_item #offticket_body {
	text-align:center;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #bcb4b4;
	border-right:1px solid #999999;
	padding:0;
	margin:0;
	background:#fff;
}
#OffTicket_item #offticket_footer {
	margin:0;
	padding:0;
	overflow:hidden;
}
#OffTicket_item #offticket {
	position:relative;
	overflow:hidden;
}
#OffTicket_item .wari_c {
	height:48px;
	width:195px;
}
#OffTicket_item .wari_o {
	height:inherit;
	width:195px;
}
#OffTicket_item #offticket ul {
	padding:0;
	margin:0;
}
#OffTicket_item #offticket li {
	text-align:center;
	border-left:1px solid #bcb4b4;
	border-right:1px solid #999999;
	border-bottom:none;
	border-top:1px dotted #999999;
	padding:5px 3px;
	margin:0 auto;
	width:170px;
	list-style:none;
	font-size:11px;
	color:#333333;
	background:url(/img/mypage/common/bg_waribiki_def.gif) #ebf0f1 repeat-y center top;
}
#OffTicket_item #offticket li#offticketNow {
	border-top:#ded9d9 solid 1px;
	background:url(/img/mypage/common/bg_waribiki_now.gif) #fff repeat-y center top;
}
#OffTicket_item #offticket .limit {
	background-color:#FFCCCC;
}
#OffTicket_item h5#ticketLimit {
	display:none;
	font-size:70%;
	background:url(/img/mypage/common/bg_waribiki_h5.gif) repeat-x center center #bd2a2a;
	color:#fff;
	text-align:center;
	font-size:70%;
	margin:0 0 3px 0px;
	padding:1px 0;
	border:1px solid #c35959;
}
#OffTicket_item .redoff {
	display:block;
	color:#990000;
	font-weight:bold;
	font-size:14px;
}
#btn_wari_o, #btn_wari_c {
	cursor:pointer;
	color:#0000FF;
	margin:0;
	padding:0;
}
#OffTicket_item #btn_wari_o {
	display:block;
}
#OffTicket_item #btn_wari_c {
	display:none;
}
#OffTicket_item .ticketName {
	margin-top:10px;
}
/* 超割とは？ */
#OffTicket_item #POP {
	position:absolute;
	opacity:1.0;
	text-align: left;
	z-index:100;
}
#OffTicket_item #POP p, #OffTicket_item #POP li, #OffTicket_item #POP h4 {
	font-size:70%;
}
/* 超割の使い方 */
#OffTicket_item .offticket_use {
	text-align: left;
	margin: 4px auto;
}
/* ページャー */
.Pager {
	float:right;
	margin:0;
}
.Pager p {
	float:left;
	border:1px solid #CCCCCC;
	margin:0;
	width:auto;
	margin-right:5px;
	font-size:70% !important;
}
.Pager a {
	display:block;
	padding:3px 3px;
	color:#0099CC;
}
.Pager a:hover {
	background:#003399;
	color:#fff;
	text-decoration:none;
}
.Pager .now {
	background:#003399;
	color:#fff;
	text-decoration:none;
}
/* ------トップページ------ */
.Home_Lead {
	background:url('/img/mypage/common/logo_myp.gif') no-repeat left top;
	padding-left:70px;
	min-height:60px;
	margin-bottom:5px;
	padding-top:8px;
}
.Home_Lead p {
	font-size:78%;
}
/* 登録済み製品一覧 */
#ProductsList_Box {
}
#ProductsList_Content {
	margin:10px 5px;
	position:relative;
	padding-bottom:20px;
}
#ProductsList_Content .Pager {
	position:absolute;
	bottom:0;
	right:0;
}
#ProductsList_Content .Pager p {
	text-align:right;
}
#ProductsList_Box .inH_r input {
	float:left;
	margin:2px 5px 2px 0;
}
#ProductsList_lead {
	color:#333333;
	text-align:center;
	font-size:75%;
	margin-bottom:10px;
}
.Icon_Unit {
	text-align:center;
	margin:0 0 0 0;
	padding-top:10px;
	background:url(/img/mypage/common/bg_shelf.jpg) top center repeat-y;
}
.Icon_Unit p {
	width:100px;
	height:108px;
	float:left;
	margin:0 18px 5px 18px !important;
	line-height:1em;
	padding-top:5px;
	white-space:normal;
	line-break:normal;
	word-break:break-all;
	word-wrap:break-word;
	font-size:11px !important;
	letter-spacing:-0.1em;
	position:relative;
	background:url(/img/mypage/common/bg_prdicon.png) center 62px no-repeat;
	/* IE6以下 */　margin:0 12px 5px 12px;
}
#myp_top {
}
#myp_top2 {
}
.Icon_Unit img {
	margin-bottom:8px;
	height:64px;
	border:0 !important;
}
/*.Icon_Unit .NewIcon{position:absolute;right:0; top:0px; width:60px; height:18px;}*/
.Icon_Unit .NewIcon {
	position:absolute;
	right:-10px;
	top:-2px;
	width:60px;
	height:18px;
}
.UserAddList {
	font-size:70% !important;
	text-align:left;
	position:absolute;
	left:0;
	bottom:0;
}
.Icon_Unit a {
	width:100px;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0 0 3px 0;
}
.Icon_Unit a:hover {
	background:url(/img/mypage/common/bg_prdicon_o.png) center bottom repeat-x;
	text-decoration:none;
}
.Icon_Unit a img {
	border:0px !important;
}
/*お知らせ*/
/*.New_Box{
	border:1px solid #99CCCC; padding:2px 3px; margin:5px 10px 15px 10px;
	background:url(/img/mypage/common/icon_new_ss.gif) 10px 8px no-repeat;
	padding-left:50px;
}*/
.New_Box {
	display:none;
}
.New_Box p {
	font-size:75%;
}
/* 0件の場合 */
/*.None_Unit{text-align:center; margin:0 0 20px 0; padding-top:10px; background:url(/img/mypage/common/img_Home_none.jpg) top center no-repeat; padding-top:130px;}*/
.None_Unit {
	text-align:center;
	margin:0 0 20px 0;
}
.None_Unit b {
	color:#CCCCCC;
	text-align:right;
}
/* サービス一覧 */
#ServiceList_Box {
}
#ServiceList_Box .clear {
	height:5px;
}
.ServiceList_Unit {
	border-bottom:1px solid #CCCCCC;
	margin:10px 15px;
}
.ServiceName {
	float:left;
}
.ServiceName a:hover {
	text-decoration:none;
}
.ServiceName img {
	margin:-5px 5px 0 0;
	vertical-align:top;
}
.ServiceStatus {
	float:left;
}
.ServiceStatus p {
	margin:0;
	padding:0;
	vertical-align:top;
}
.ServiceStatus p span{
	font-size:120%;
	font-weight:bold;
}
.ServiceStatus img {
	vertical-align:top;
	margin:0 0 0 -5px;
}
.ServiceInfo {
	overflow:visible;
}
.ServiceInfo ul.Join, .ServiceInfo ul.UnJoin {
	padding-left:0 !important;
}
#ServiceList_Mile_Content {
	position:relative;
	margin-top:15px;
}
#ServiceList_Mile_Content .mileIcon {
	position:absolute;
	top:-10px;
	z-index:99;
	left:15px !important; /* IE6以下*/
	left:0;
}
/*--- 新製品 ---*/
#newProduct {
	/*background:url(/wakuwaku/img/bgHr.gif) repeat-x left top;
	padding:0;
	margin:0 0 10px 0;*/
	display:none;
}
#newProduct h3 span {
	font-size:80%;
}
#newProduct a {
	display:block;
}
#newProduct a:hover {
}
#newProduct li {
	width:220px;
	float:left;
	margin:0 5px 0 5px;
	padding:0;
	list-style:none;
	font-size:70%;
}
#newProduct ul {
	margin:10px 0;
	padding:0;
}
#newProduct li img {
	float:left;
	margin-right:3px;
}
#newProduct li a {
	color:#000;
}
#newProduct li span {
	font-weight:bold;
	color:#0000FF;
	display:block;
	font-size:11px;
}
/* ------製品ページ------ */

.Products_Lead p {
	margin:0 20px 10px 20px;
}
/* 製品情報 */
#Products_Box {
	background:#f1f7f8;
	padding:10px 0;
	margin:0 15px 15px 15px;
	border-radius: 8px;	/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	border:1px solid #cde3e5/*#deeaeb*/;
	border-right-color:#b3c6c7;
	border-bottom-color:#b3c6c7;
	-webkit-box-shadow:1px 1px 2px #ccc;
	-moz-box-shadow:1px 1px 2px #ccc;
}
#Products_Box h1 {
	margin:5px 10px;
}
/* メニュー */
#ProductsMenu_Box {
	width:230px;
	float:left;
	margin:0 0 0 10px !important;
	padding:0; /* IE6以下 */
	margin:0 0 0 5px;
}
#ProductsMenu_Content {
}
#ProductsMenu_Box .NewIcon {
	width:60px;
	height:18px;
	margin:-5px 0 0 -20px;
}
.menu a {
	display:block;
	padding:5px 5px;
	margin:0; /*border-bottom:1px solid #CCCCCC; border-top:1px solid #eeeeee;*/
	text-decoration:none;
	color:#000000;
	background:#FCFCFC url('/img/mypage/common/bg_menu.jpg') repeat-x;
	border:1px solid #deeaeb;
	border-right-color:#cde3e5;
	border-bottom-color:#cde3e5;
}
.menu a:hover {
	text-decoration:none;
	background-color:#fff;
	border:1px solid #888;
}
.menu img {
	width:24px;
	height:24px;
	margin-right:3px;
}
.menu {
	font-size:75%;
}
/* コンテンツ */
#ProductsBody_Box {
	width:650px;
	margin-right:10px !important;
	float:right; /* IE6以下 */
	margin-right:5px;
}
#ProductsBody_Content {
	margin:0;
	padding:0 15px;
	background:#fff;
	border:1px solid #deeaeb;
	border-right-color:#cde3e5;
	border-bottom-color:#cde3e5;
}
#ProductsBody_Content h3 {
	margin:0 !important;
}
/* 製品ページ：トップ */

#ProductsTop_Content ul {
	margin:10px 0;
	padding:0;
}
#ProductsTop_Content li {
	padding-left:34px;
	margin:0 0 0 24px;
	min-height:24px;
	list-style:none;
	background-repeat:no-repeat;
	background-position:left top;
}
li.Install {
	background-image:url(/img/mypage/common/icon_Install_s.gif);
}
li.Serial {
	background-image:url(/img/mypage/common/icon_Serial_s.gif);
}
li.Update {
	background-image:url(/img/mypage/common/icon_Update_s.gif);
}
li.Upgrade {
	background-image:url(/img/mypage/common/icon_Upgrade_s.gif);
}
li.Manual {
	background-image:url(/img/mypage/common/icon_Manual_s.gif);
}
li.Support {
	background-image:url(/img/mypage/common/icon_Support_s.gif);
}
li.Etc {
	background-image:url(/img/mypage/common/icon_Etc_s.gif);
}
/* 製品ページ：インストール */

.ProductsInstall_Content .chart {
	width:500px;
	margin:0 auto;
}
.ProductsInstall_Content .MoreSerial {
	width:500px;
	margin:0 auto;
	text-align:right;
}
.ProductsInstall_Content .chart input {
	margin-right:10px;
	vertical-align:middle;
}
.InstallerDL {
	text-align:center;
	margin-top:20px;
}
.dlSize {
	text-align:center;
	margin:0;
	padding:0;
}
#ProductsInstallNow_Box {
	padding:0 0 10px 0;
}
#ProductsInstallNow_Name {
	margin:10px 0;
}
#ProductsInstallNow_Serial ul {
	font-size:90%;
}
#ProductsInstallNow_Err {
	border-top:1px dotted #99CCCC;
	margin-top:40px;
	padding-top:5px;
	text-align:right;
}
#ProductsInstallOver_Box {
	padding:0 0 10px 0;
}
#ProductsInstallOver_Name {
	margin:10px 0;
}
#ProductsInstallOver_Serial ul {
	font-size:90%;
}
#ProductsInstallOver_Box .error {
	color:#FF0000;
	font-weight:bold;
}
button.link {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}
/* 製品ページ：アップデート*/
.ProductsUpdate_Top {
	margin:10px 0 10px 0;
}
#ProductsUpdate_Btn {
	text-align:center;
	margin:0px auto 0 auto;
}
.ProductsUpdate_Btn {
	text-align:center;
	margin:0px auto 0 auto;
}
.importUpdateB {
	margin:0;
	text-align:left;
}
.ProductsUpdate_Btn .Btn_L {
	margin-bottom:0;
}
.ProductsUpdate_Unit h4 {
	color:#006699;
}
.ProductsUpdate_Unit h5 {
	margin-bottom:0;
}
.ProductsUpdate_Unit li {
	font-size:100%;
}
.ProductsUpdate_Unit ul, .ProductsUpdate_Unit ol {
	font-size:80% !important;
	margin:0;
}
.ProductsUpdate_Unit ul ul, .ProductsUpdate_Unit ol ul, .ProductsUpdate_Unit ul ol, .ProductsUpdate_Unit ol ol {
	font-size:100% !important;
	margin:0;
	margin-left:2em;
}
.mypage_displayNone {
	display:none;
}
.mypage_displayBlock {
	display:block;
}
.importInstallB {
	text-align:center;
}
/* 製品ページ：アップグレード */

#ProductsUpgrade_Content .False {
	color:#999999;
}
#ProductsUpgrade_Content .True {
	color:#0099CC;
}
#ProductsUpgrade_Content .Pager {
	margin-top:10px;
}
.ProductsUpgrade_Unit {
	margin-bottom:10px;
}
#ProductsUpgrade_Sale_Content {
	margin-bottom:10px;
}
#ProductsUpgrade_Sale_Content .opBox {
	display:none;
}
.True li {
	background:url(/img/mypage/common/icon_upg_on.gif) no-repeat left center;
	padding-left:18px;
	color:#000 !important;
}
.False li {
	background:url(/img/mypage/common/icon_upg_off.gif) no-repeat left center;
	padding-left:18px;
}
.Null li {
	background:url(/img/mypage/common/icon_upg_null.gif) no-repeat left center;
	padding-left:18px;
}
.Null {
	color:#aaa;
}
.Null p {
	text-align:center;
}
.chart li {
	list-style:none;
}
.updListBox_l {
	width:200px;
	float:left;
	padding-top:5px;
}
.updListBox_r {
	width:110px;
	float:right;
	text-align:center;
}
.updListBox_r p {
	width:110px;
	height:28px;
	padding:0;
	margin:0;
	line-height:23px;
}
.iconv {
	vertical-align:middle;
}
.redTxt {
	color:#CC0000;
	font-size:80%;
}
.chart_serial p {
	font-size:100%;
	text-align:center;
}
/* 製品ページ：シリアル*/

#ProductsSerial_Content .ProductsSerial_RMS {
	text-align:center;
	margin-top:10px;
}
#ProductsSerial_Content .ProductsSerial_VS {
	text-align:center;
	margin-top:10px;
}
.ProductsSerial_RMS {
	background:#FFFFCC;
	border:1px solid #FF9933;
	padding:10px;
	margin:0 auto;
	width:250px;
}
/* 製品ページ：サポート */
#ProductsSupport_Content {
	margin-bottom:10px;
}
#ProductsSupport_Content_All {
	margin-bottom:10px;
}
#importSupportInfo {
	margin-bottom:5px;
}
#importSupportQA {
	height:500px;
	border: 1px solid rgb(179, 198, 199);
}
#sup_infoBOX {
	margin:0;
	padding:0
}
#sup_infoBOX h3 {
	background:none
}
#sup_infoBOX li {
	font-size:80%
}
#sup_info {
	width:360px;
	float:left;
	margin-right:10px
}
#sup_info_etc {
	float:left;
	width:240px
}
#sup_info_etc p {
	font-size:70%
}
#sup_infoBOX .subBox {
	margin-bottom:10px;
	clear:both;
}
/*---その他-------------------------*/


#ProductsBody_Box h2 {
	margin:5px 5px 10px 5px;
}
#ProductsBody_Box h3 {
	margin:0 10px 0 10px;
}
.ProductsBody_Unit {
	margin:10px 15px;
}
/* ドロップダウン */
.ddMenu_on, .ddMenu_off {
	position:relative;
	margin-top:-2px;
}
.ddMenu_on ul {
	display:block;
	z-index:9999;
}
.ddMenu_off ul {
	display:none;
	z-index:1;
}
.ddMenu_off ul, .ddMenu_on ul {
	position:absolute;
	top:-1px;
	right:0;
	background:#fff;
	border:1px solid #99CCCC;
	border-top-color:#fff;
	padding:0;
	margin:0;
	font-size:14px;
}
.ddMenu_off li, .ddMenu_on li {
	white-space:nowrap;
	margin:5px;
	list-style:none;
	list-style-position:outside;
	z-index:9999;
}
.ddMenu_on p a, .ddMenu_off p a {
	display:block;
	float:left;
	padding:2px;
	background:right center no-repeat;
}
.ddMenu_on p a span, .ddMenu_off p a span {
	color:#718c97;
	font-size:70%;
}
.ddMenu_on p a {
	border:1px solid #99CCCC;
	background-image:url(/img/mypage/common/bg_ddmenu.gif);
}
.ddMenu_off p a {
	border:1px solid #fff;
	background-image:url(/img/mypage/common/bg_ddmenu.gif);
}
.ddMenu_off p a:hover {
	border-color:#99CCCC;
	background-image:url(/img/mypage/common/bg_ddmenu_o.gif);
}
.ddMenu_in {
	position:relative;
	clear:both;
}
/* ドロップダウン */

.pulldown ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.pulldown ul a {
	color:#0000FF;
	background: #fff;
}
.pulldown ul a:hover {
	background:#CCFFFF;
}
.pulldown ul li {
	line-height: 1.4em;
	float: left;
	border:1px solid #CCCCCC;
	background:#fff;
}
.pulldown ul li.line {
	border:none;
	background:none;
	text-decoration:underline;
	color:#0000FF;
	margin-left:-10px;
}
.pulldown ul li.line a {
	background:none;
}
.pulldown ul li a {
	display: block;
	height: 100%;
	text-decoration:none;
	margin:0 5px;
}
.pulldown ul li ul li a {
	background:#fff;
}
.pulldown ul li ul li a:hover {
	background:#CCFFFF;
}
.pulldown ul li ul li {
	width: 100px;
	margin: 0;
	font-weight: normal;
	position:relative;
	left:-1px;
	float: none;
}
.pulldown .arrow {
	font-size:70%;
	color:#666666;
}
/* OFF */
.pulldown ul li ul {
	display: none;
}
/* ON */
.pulldown ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}
/*clearfix追記 */
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
* html .clear {
	zoom: 1;
} /* IE6 */
*:first-child+html .clear {
	zoom: 1;
} /* IE7 */
#link_h {
	display:none;
}
