@charset "utf-8";

#repeatMan {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4d4d4d;
	background: url(/image/about_bg.gif);
}

#repeatMan *{
	margin: 0;  /* 全ての要素をリセット */
	padding: 0;  /* 全ての要素をリセット */
	border: none;
}

#repeatMan a:link{
	color: #ed741f;
}

#repeatMan a:visited{
	color: #ed741f;
}

#repeatMan a:hover{
	color : #ed741f;
	text-decoration : none;
}

#repeatMan #envelope {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #b45818;
}

#repeatMan #container {
	width: 684px;
	margin: 0 auto;
	position: relative;
}

#repeatMan #header {
	margin: 14px auto 1em;
	background: #FFF url(/image/about_head.jpg) top center no-repeat;
	height: 186px;
}

#repeatMan #header h1 {
	font-size: 14px;
	height: 184px;
	text-indent: 50%;
	text-align: center;
	line-height: 184px;
	font-weight: normal;
	color: #fff;
}
#repeatMan #header h1 a:link{
	color: #fff;
	text-decoration : none;
}

#repeatMan #header h1 a:visited{
	color: #fff;
	text-decoration : none;
}

#repeatMan #header h1 a:hover{
	color : #fff;
	text-decoration : none;
}

#repeatMan #gotoHome {
	margin: -2em;
	margin-right: 1em;
	text-align: right;
}

#repeatMan #gotoHome a {
	padding-left: 16px;
	background: url(/image/goto_home.gif) no-repeat center left;
}

.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}
#repeatMan #menuTable {
	margin: 56px auto 1em;
	
}
#repeatMan #menuTable tr {
	height: 1.2em;
}
#repeatMan #menuTable td {
	width: 50%;
	padding: 0 1em;
	text-align: left;
}
#repeatMan #menuTable td a{
	background: url(/image/list_mark.gif) no-repeat;
	padding-left: 14px;
}
#repeatMan p.hr {
	clear: both;
	margin: 1.5em auto 3em;
	width: 572px;
}
#repeatMan .context {
	text-align: left;
}
#repeatMan .context h2 {
	clear: both;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-indent: 6.8em;
	height: 50px;
	line-height: 37px;
	padding-top: 13px;
	background: url(/image/ttitle.gif) no-repeat;
	margin: 1em auto .5em auto;
}
#repeatMan .context div.value {
	width: 572px;
	margin: 0 auto;
	line-height: 130%;
}
#repeatMan .context div.value p {
	margin: 0 0 1em;
}
#repeatMan .context img.infoNum {
	vertical-align: middle;
	margin-right: .5em;
}
#repeatMan .context em.info {
	color: #E7160A;
	font-style: normal;
	font-weight: normal;
}
#repeatMan .context .cFooter {
	text-align: right;
	margin: 1em 54px;
	line-height: 14px;
	
}
#repeatMan .context a.gotoMain {
	padding-left: 16px;
	background: url(/image/goto_home.gif) no-repeat center left;
	margin-right: 1em;
}
#repeatMan .context a.gotoTop {
	padding-left: 16px;
	background: url(/image/goto_top.gif) no-repeat center left;
}

#repeatMan .context div.value h3 {
	font-size: 14px;
	margin: 1.5em auto .5em;
	padding: .2em;
	text-indent: .8em;
	border-bottom: 1px solid #ed741f;
	background: url(/image/h3_vline.gif) left repeat-y;
}
#repeatMan .context div.value h4 {
	font-size: 12px;
	margin: 2em auto .5em;
}
#repeatMan .context div.value h4 em {
	color: #E7160A;
	font-size: 10px;
	font-style: normal;
}
#repeatMan .context div.value h4 em a {
	color: #E7160A;
}
#repeatMan .context div.value div.ex {
	margin: 1em;
	padding: 1em;
	text-align: center;
}
#repeatMan .context div.value .bd {
	border: 1px solid #ccc;
}

#repeatMan .urlInputText {
	width: 230px;
	margin-right: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a3a3a3;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #a3a3a3;
	background-color: #fcfcf9;
	color: #333;
}
#repeatMan .urlAddButton img {
	vertical-align:middle;
}

#repeatMan #infoTable {
	border-collapse:collapse;
	border:1px solid #FFCA5E;
	margin: 1em;
}

#repeatMan #infoTable tr {
	background: url(/image/table_bg_td1.jpg) repeat-x top;
}

#repeatMan #infoTable tr.odd {
	background: #FFF8E8 url(/image/table_bg_td2.jpg) repeat-x;
}
#repeatMan #infoTable th, #repeatMan #infoTable td {
	line-height: 1.4em;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	font-weight: normal;
}
#repeatMan #infoTable th {
	text-align: center;
	white-space: nowrap;
}

#repeatMan #infoTable th em {
	font-style: italic;
}

#repeatMan #infoTable img {
	border: 1px solid #ccc;
}

#repeatMan #footer {
	clear: both;
	line-height: 32px;
	background: url(/image/footer_bg.gif) repeat-x bottom;
}
* html #repeatMan #footerMenu {
	margin: -34px 0 0;
}
#repeatMan #footerMenu li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0 .4em;
	font-size: 11px;
}
#repeatMan #headGoogleAd {
	margin: 8em auto 2em;
	_margin: 2em auto;
}
#repeatMan .context .contextAd {
	width: 572px;
	margin: 0 auto;
	text-align: center;
}
