/*--------------------------------------
Share Style
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: "ƒƒCƒŠƒI", Meiryo, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #FAFAFA;
	color: #3A3633;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0;
	line-height: 25px;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}

/*--------------------------------------
Link Color
---------------------------------------*/
a:link {
	text-decoration: underline;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}

/*--------------------------------------
Style
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	min-width: 980px;
	text-align: center;
}
	#content_inner {
		margin: 0px auto;
		width: 980px;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}
.contents {
	background-color: #fefefe;
	text-align: left;
	padding: 25px;
	margin-top: 15px;
}
.contents_top {
	background-color: #fefefe;
	padding: 35px 30px;
	margin-top: 15px;
}
.contents ul {
	margin-bottom:15px;
}
.contents ul li {
	cursor: pointer;
	float: left;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.contents ul li:hover {
	cursor: pointer;
}
h2 {
	background-color: #ffffff;
	font-size: 15px;
	text-align: left;
	color: #555555;
	margin-bottom: 5px;
}
.contents_top .top_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #555555;
	padding: 5px;
}
.top_link {
	background-color: #ffffff;
	font-size: 15px;
	color: #132a53;
	text-align: center;
	display:inline;
}
h3 {
	background-color: #ffffff;
	font-size: 15px;
	color: #555555;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contents_img img {
	padding: 0px;
	margin: 10px;
}
table.list {
	width:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-size: 12px;
}
td.l_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627B91;
}
td.r_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627B91;
}
td.l {
	border-top: 1px #d4d8c6 dotted;
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
}
td.r {
	border-top: 1px #d4d8c6 dotted;
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
}
td.l_top_todo {
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
}
td.r_top_ten {
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
}
td.l_top {
	border-top: 1px #111111 solid;
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
}
td.r_top {
	border-top: 1px #111111 solid;
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
}
tr.top td.l {
	border-top: 1px #999999 solid;
}
tr.top td.r {
	border-top: 1px #999999 solid;
}


.footer {
	padding-top: 20px;
	padding-bottom: 60px;
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
}
.btn_pagetop {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	cursor: pointer;
}
	.btn_pagetop:hover {
		text-decoration: underline;
	}

/*--------------------------------------
Main_Color
---------------------------------------*/
a {
	color: #999;
}
.select_color {
	color: #FFFFFF;
	background-color: #042D87;
}
.contents ul {
	float: right;
}
.contents ul li {
	background-color: #A39E9A;
	color: #ffffff;
	border: 1px solid #A39E9A;
}
.contents ul li:hover {
	color: #A39E9A;
	background-color: #FFFFFF;
}
.contents_top {
	border: 1px solid #000000;
}
.contents {
	border: 1px solid #000000;
}
.btn_pagetop {
	color: #333;
}
