@charset "utf-8";
/* CSS Document */

/* font size */
body{ /font-size: 80% }
/*
body{ font-size: 100% }
html>body{ font-size: 16px }
*:first-child+html body{ font-size: 100% } 

/* -----------------------------
		base layout
----------------------------- */


#top {
	margin: 0px auto;
	padding: 0px;
	border-right: solid 1px #A9A9A9;
	border-left: solid 1px #A9A9A9;
	text-align: center;
}
/* header */
#header {
	margin: 15px auto 20px auto;	/* 中央揃え */
	text-align: left;
	padding: 0px 0px 20px 0px;
	position: relative;
	border-bottom: 8px solid #0b469f;
	width: 680px;
}
/* /header */
/* footer */
#helpfooter {
	margin: 0px auto;	/* 中央揃え */
	text-align: center;
	padding: 20px 0px 20px 0px;
	clear: both;
	position: relative;
	width: 680px;
	border-top: 4px solid #0b469f;
}
#helpfooter p {
	text-align: right;

}
/* /footer */

#wrap {
	background: url(../img/wrap.gif) repeat-y left top;
	margin: 0px auto 20px auto;	/* 中央揃え */
	padding: 10px;
	position: relative;
	text-align: left;
	width: 660px;
	border: 1px solid #e7eaf1;
	font-size: 0.83em;
	*font-size: 1em;
	clear: both;
}
/* menu */
#menu {
	width: 159px;
}
#menu {

}
#menu dl {
	margin: 0px 0px 20px 0px;
}
#menu dl dt {
}
#menu dl dd {
}
#menu dl dd ul {
	margin: 5px 0px 0px 0px;
}
#menu dl dd ul li {
	background: url(../images/under/help/arrow01.gif) no-repeat 0px 4px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 15px;
	font-size: 12px;
	
}


#menu dl dd ul li a{
	display:block;
	font-size: 12px;
	padding-top:3px;
}

/* menu */
/* contents */

#contents {
	width: 460px;
	margin: 0px 10px 0px 0px;
	float: right;
}
/* -----------------------------
		base layout
----------------------------- */

p {
	line-height: 1.3em;
	margin: 17px 6px 20px 10px;
	clear: both;
}

#contents p {
	margin: 0px 6px 20px 0px;
}

a:link,a:hover,a:link,a:visited{
	color: #26b7d5;
}

#contents h2 {
	background: url(../images/under/help/help_tit01.gif) no-repeat 0px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #263957;
	clear:both;
	margin: 15px 0px 20px 0px;
	padding: 5px 0px 5px 20px;
	clear:both;
}
#contents h3 {
	font-size: 1em;
	font-weight: bold;
	color: #263957;
	margin: 30px 0px 20px 0px;
	padding: 5px 0px 5px 15px;
	background-color: #f9f9f9;
	border-left: 3px solid #26b7d5;
	clear:both;
}
#contents h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
/* -----------------------------
		あしらい
----------------------------- */
#contents .center img {
	margin: 0px 0px 20px 0px;
}
.pict {
	margin: 0px 0px 10px 0px;
}
.pict1 {
	float: right;
	margin: 0px 0px 30px 12px;
}
.pict2 {
	float: left;
	margin: 0px 12px 5px 0px;
}
.detail {
	padding: 0px 0px 20px 0px;
}
.detail a {
	background: url(../images/under/help/arrow01.gif) no-repeat 0px 3px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display:block;
}
.detail {
}

.help-link{
	margin:10px 0;
	text-indent:10px;
	background:url(../images/under/navi/arrows/arrow-blue.gif) no-repeat left 0.3em ;
}

.help-link a{
	padding-top:3px;
}


/* -----------------------------
		リスト装飾
----------------------------- */

ol {
	margin: 0px 0px 20px 0px;
}
ol li {
	margin: 0px 0px 0px 20px;
*margin: 0px 0px 0px 30px;

	padding: 0px 0px 5px 0px;
	list-style-position: outside;
	list-style-type: decimal;
}
ul.list {
	margin: 0px 0px 20px 0px;
}
ul.list li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	list-style-position: outside;
	list-style-type: disc;
}
/* -----------------------------
		clerafix
----------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
