@charset "utf-8";

/* CSS Document */
/* IE cssロールオーバーで背景がちらつく件　IE用ハック*/
html {
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body{
	background:none;
	text-align:center;
	margin:0;
	font-size: small;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
a:link 		{color: #0066CC; text-decoration: none;}
a:active 	{color: #0066CC; text-decoration: none;}
a:visited 	{color: #003366; text-decoration: none;}
a:hover 	{color: #CC0066; text-decoration: none;}

*{
	margin:0;
	padding:0;
	}
	

#wrap {
	width:98%;
	margin:0 auto;
	text-align:left;
}



/*menubox*/
#leftbox {
	display:none;
	}
#rightbox{
}
/*contentbox*/
#head,
#henkinCampaign .submenu{
	display:none;
	}
#henkinCampaign{
	background:none;
	margin:0 0;
	padding:0;
}
#content{
	margin:0;
	padding:0
	background:#FFF;
}
.taisyouSyouhin{
	background:none;
	}

#footbar{
	widows:100%;
	border-top:1ps solid #000;
}
#footbar s#footnavi{
	display:none;
}

#copybox{
	background:none;
}
/*共通*/
img {
	border: 0px;
}
strong{
	font-weight:normal;
	text-decoration:none;
	color:#FF0000;
	}
em{
	font-weight:normal;
	text-decoration:none;
	color:#FF0000;
	}

h1{}
h2{}
h3 {
	color: #005CA5;
	font-size:93%;
	font-weight: bold;
	padding:2px 2px 2px 1em;
	border-left: 5px solid #005CA5;
	margin-left: 5px;
	margin-bottom:0.5em;
	}

h4{
	color: #666666;
	font-size:93%;
	font-weight: bold;
	padding-left:3px;
	border-left: 5px solid #999999;
	margin:15px 10px;
	}
h5{
	}
h6{}

p{
	margin:5px 10px 1.5em 10px;
	line-height:140%;
	}

ul{}
li{}
ol{}

ul.tolink li{
	list-style:url(../../../common/images/clickmark.gif)
}

dl{
	margin:5px 10px 1.5em 10px;
	}
dt{
	margin:10px;
	}
dd{
	margin:10px;
	}

table{}
th{}
td{}


h2.support_syuuhaiService{
	width:545px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(h2/h2_support.gif) no-repeat 0px 0px;
	line-height: 25px;
	font-size: 25px;
	margin:20px 0 0 36px;
	}


/*support*/
#rightbox .support{
	margin-left:46px;
	width:600px;
	}

