@charset "Shift_JIS";

/*------SHP全体用デザイン------*/
body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

#container {
    width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 130%;
}

a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited { 
	color: #993366;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
a:active { 
	color: #FF3300; 
	text-decoration: none;
}

.new { color: #ff0000; font-weight: bold;}
.red { color: #ff0000;}
.dark-red { color: #CC0000;}
.dark-red-small {
	color: #CC0000;
	font-size: 0.75em;
	line-height: 1.3em;
}
.black-small {
	font-size: 0.75em;
	line-height: 1.3em;
}
.center { text-align: center;}
.right { text-align: right;}

/*------SHPフォント一覧------*/
.f10no { font-size: small;}



h1,h2,h3,h4,h5,h6 {
	line-height: 130%;
}

img{ border:0;}

.clear {
	clear: both;
}
/*------個人情報------*/
.privacy {
	width: 80%;
	/*margin-left:auto;
	margin-right:auto;*/
	margin-bottom:5px;
	margin-top:5px;
	padding: 5px;
	/*width: 80%;*/
	text-align:left;
	border:solid #ff0000 1px;
	font-size:12px;
	margin-left:auto;
	margin-right: auto;	
}

.privacy h3{
	margin-top:0;
	font-size:1em;
	text-align:center;
}

.privacy ul {
	margin-bottom:5px;
	margin-top:5px;
	margin-left:15px;
}

.privacy ul li{
	margin-left:15px;
}
/*------なんでも掲示板・サポート掲示板・よくある質問の幅と真ん中寄せ指定------*/
#supportfaq{
	width: 500px;
	margin: 0 auto;
	text-align:left;
}

#supportfaq td{
	text-align:left;
}

#freebbs{
	width: 760px;
	margin: 0 auto;
	text-align:left;
}
/*#freebbs td{
	text-align:left;
}*/
#supportbbs{
	width: 700px;
	margin: 0 auto;
	text-align:left;
}
#supportbbs td{
	text-align:left;
}

/*------「アンチウイルス for WEB」検知報告ページ用指定------*/
#err-antiweb div.to-contact{
	width: 80%;
	margin-bottom:5px;
	margin-top:25px;
	padding: 5px;
	border:solid #CC0000 1px;
	margin-left:auto;
	margin-right: auto;
}
#err-antiweb caption{
	font-weight: bold;
	font-size: 1.1em;
}

#err-antiweb table{
    border:none;
	margin: 10px auto 10px auto;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;	
}

#err-antiweb thead{
	text-align: center;
}
#err-antiweb td{
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top:none;
	border-left:none;
	padding: 7px;
}

#err-antiweb th{
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top:none;
	border-left:none;
	padding: 5px;
	background-color: #FFFFE6;	
}

/********************エラーページ********************/
div.err-centerbox{
			padding:50px 1px 50px 1px;
			width :550px;
			line-height:1.2em;
			margin:auto;
			text-align:center;
}

div.err-centerbox p.left {
	font-size:0.9em;
	margin: 20px 0px 10px 10px;
	padding:1px;
	line-height: 1.6em;
	text-align:left;
}

div.err-centerbox ul.listico {
	font-size:0.9em;
	margin:15px 0px 1em 15px;
	padding: 1px;
	text-align:left;
	border-top:dashed 1px #cccccc;
	border-bottom:dashed 1px #cccccc;
}

div.err-centerbox ul.listico li{
	margin: 0.5em 0px 0.45em 0.1em;
	padding: 0 0 0 2em;
	line-height: 1.5em;
	background: url(/error/images/listico.gif) no-repeat ;
	list-style-type: none;
	background-position: left 0.5em;
}

