@charset "utf-8";

/*---------------------------------------
Uniersal Selector
----------------------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

/*---------------------------------------
Common
----------------------------------------*/
html { 
	overflow-y:scroll;
}

body {
	padding:8px 0 25px;
	color:#333;
	font-family:Hiragino Kaku Gothic Pro, Osaka, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.4;
}

img {
	border:0;
}

strong { 
	font-weight:bold;
}

em {
	color:#F00;
}

table {
	border-collapse:collapse;
}

td,
th {
	vertical-align:top;
}

p {
	margin-bottom:15px;
}

ul {
	list-style:none;
}

a {
	color:#0085C9;
}

a:visited {
	color:#6C459E;
}

a:hover {
	color:#03AFC7;
}

.center { 
	text-align:center; 
}

.right { 
	text-align:right;
}

.left { 
	text-align:left;
}

.clear { 
	clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height:1px;
}

* html .clearfix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*--------------------------------------------------------
#wrapper　ページ要素全体のコンテナ
--------------------------------------------------------*/
#wrapper { 
	margin:0 auto;
	padding:15px 0;
	width:620px;
}

/*--------------------------------------------------------
#header　ヘッダ部分のコンテナ
--------------------------------------------------------*/
#header { 
	margin-bottom:15px;
}

/*--------------------------------------------------------
#contents　コンテンツ系格納コンテナ
--------------------------------------------------------*/
#contents {
	margin-bottom:15px;
}

#contents .error { 
	padding:20px 30px;
	border:2px solid #F30;
}

#contents .error-text { 
	margin-bottom:10px;
	padding:3px 0 3px 35px;
	color:#F30;
	background:url(/images/error/icon_error.gif) no-repeat left center;
	font-weight:bold;
	font-size:136%;
}

#contents .center {
	margin-top:15px;
}






/*--------------------------------------------------------
 #categoryArea  301
--------------------------------------------------------*/
body#zHelp #wrapper { 
	margin:0 auto;
	padding: 0 0 11px 0;
}
body#zHelp .goHome a {
	margin:10px auto;
	background:url(/images/error/button_home.gif) 0 0 no-repeat;
	display:block;
	width:186px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
}
body#zHelp .goHome a:hover {
	background-position:left center;
}
body#zHelp .goHome a:active {
	background-position:left bottom;
}














/*--------------------------------------------------------
#footer　フッタコンテナ
--------------------------------------------------------*/
#footer {
	color:#999;
	font-size:85%;
	text-align:center;
}

#footer img {
	margin-right:5px;
	vertical-align:middle;
}



