@charset "utf-8";

/*クレジット内容詳細*/

/*===================================================
ブラウザスタイル初期化
===================================================*/

img {border: 0; vertical-align: bottom;}
form {margin: 0;}
h1, h2, h3, h4, h5, h6 {margin: 0;	padding: 0;	font-size: 100%;	font-weight: normal;}
p, ul, ol, li, dl, dt, dd {margin: 0;	padding: 0;}
ul, li {list-style: none;}


/*===================================================
Text Link
===================================================*/

a:link {color: #669900; text-decoration: underline;}
a:visited {color: #669900; text-decoration: underline;}
a:hover {color: #336600; text-decoration: none; background-color: #dbfce2;}
a:active {color: #336600; text-decoration: none; background-color: #dbfce2;}


/*===================================================
基本レイアウト
===================================================*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
	color: #666666;
	font-size: 13px;
	line-height: 130%;
	font-family: "Lucida Grande", 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/* for WinIE6*/
* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
}
/* for WinIE7*/
*:first-child+html body {
	font-family: 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}


/*===================================================
メインコンテンツ部
===================================================*/

#contents {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	text-align: center;
	background: #ffffff;
	width: 600px;
}

/*---------------------------------------------------
クレジット内容詳細テーブル
---------------------------------------------------*/

#contents #credit {
	margin: 0;
	border-color: #608a2e;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	width: 600px; voice-family: "\"}\""; voice-family: inherit; width: 598px;
}

#contents #credit caption {
	padding: 0 0 2px 0;
	color: #608a2e;
	text-align: left;
}

#contents #credit tr {
	vertical-align: top;
}

#contents #credit th {
	padding: 4px;
	text-align: center;
	color: #ffffff;
	border-bottom: #608a2e solid 1px;
	background-color: #7bc451;
	width: 25%;
}

#contents #credit td {
	padding: 4px;
	text-align: left;
	border-color: #608a2e;
	border-style: solid;
	border-width: 0 0 1px 1px;
	width: 75%;
}

#contents #closebtn {
	margin-top: 10px;
	padding: 0;
	text-align: right;
	font-size: 0px;
	line-height: 0px;
}

#contents #closebtn a {
	background-color: #ffffff;
}


