/* -- mame -- */

/* --------------------
#contents
-------------------- */
.contentsmame {
	display: block;
	width: 525px;
	margin-left: 35px;
}
/* Start clear fix */
.contentsmame:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
.contentsmame {
	zoom: 1;
	}
/* End clear fix */

#contents .wide100right {
	margin-top: 10px; /* mameのみ追記 */
}



/* ======================================== 各ページcss */

/* --------------------
#contents .contentsmame index
-------------------- */

.contentsmame .mamebox {
	display: block;
	width: 245px;
	float: left;
	font-size: 93%;
	margin-bottom: 10px;
	margin-right: 15px;
	height: 140px;
	background-image: url(img/index_img/bg.png);
	background-repeat: no-repeat;
}
.mamebox-title {
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 4px;
	font-weight: bold;
	text-indent: 12px;
	background-image: url(img/index_img/arrow_white.gif);
	background-repeat: no-repeat;
}
.mamebox-comment {
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 1em;
}
.mamebox ul {
	padding-top: 3px;
	margin-left: 28px;
}

.mamebox li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-image: url(img/index_img/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 12px;
}
.mamebox-title a,
.mamebox-title a:link {
  color: #ffffff;
  text-decoration: none;
}
/*a:visited {
  color: #486da0;
}*/
.mamebox-title a:hover,
.mamebox-title a:active {
  color: #dcdcdc;
  text-decoration: none;
}

.mamebox li a,
.mamebox li a:link,
.mamebox-comment a,
.mamebox-comment a:link {
  color: #000000;
  text-decoration: none;
}
/*a:visited {
  color: #486da0;
}*/
.mamebox li a:hover,
.mamebox li a:active,
.mamebox-comment a:hover,
.mamebox-comment a:active {
  color: #666666;
  text-decoration: none;
}

/* --------------------
#contents .contentsmame dan
-------------------- */

#contents .contentsmame .table1 {
	width: 100%!important;
	/*display: block;*//* blockすると外枠が二重になってしまう*/
	margin-bottom: 2em;
	font-size: 93%;
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #000000 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
}
#contents .contentsmame .table1 td {
	padding: 5px!important;
	margin: 0px!important;
	border: 1px #000000 solid; /* セルの枠線（太さ・色・スタイル） */ 
}

#contents .contentsmame .title {
	background-color: #fffede;
	width: 100px;
}

#contents .contentsmame .naiyou {
	width: 380px;
	background-color: #FFFFFF;
}

#contents .contentsmame .table1 .naiyou ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 2em;
}

#contents .contentsmame .table1 .naiyou li,
#contents .contentsmame .table1 .title a {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-image: url(img/common/content_arrow.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 12px;
}
.table1 a,
.table1 a:link {
  color: #ff6600;
  text-decoration: underline;
}

.table1 a:hover,
.table1 a:active {
  color: #fb9414;
  text-decoration: underline;
}

.licomment {
	font-size: 93%;
	margin-left: 3em;
	display: block;
}

