/* ======================================== */
/* ===============css for jsdclub.com=========== */
/* ======================================== */


	* {
		margin:0;
		padding:0;
		text-decoration:none;
	}

	img	{
		border-style: none; 
		}

	body {
		font-family: "Hiragino Kaku Gothic W3 JIS2004";
		font-size: 14px;
		line-height: 24px;
	}

	#page {
		width: 980px;
		margin: 14px auto;
		text-align: left;
	}

	a {text-decoration: none;}

	a:link { color: #030303; }

	a:visited { color: #030303; }

	a:active { color: rgb(34, 60, 98); font-weight:bold;}

	a:hover { color: rgb(34, 60, 98);  font-weight:bold;} 

	.hito {
		font-weight: bold; 
		line-height: 28px;
		}
		
	.futoji {
		font-weight: bold; 
		color: rgb(34, 60, 98);
		}

	.13px_iromoji {
		font-size: 13px; 
		color: rgb(34, 60, 98);
		}

	.button {
		font-size: 11px;
		background: #EEE;
		border: 1px solid #DDD;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #111;
		width: 100px;
		padding: 3px 0;
		font-size: 11px;
		}

	.caption {
		text-align:right; width: 742px; margin-top: 0px; font-size: 11px; line-height: 10px;
		}
	
	.small {
		font-size: 11px;
		}
