@charset "euc-jp";

	* {
		font-size:100%;
	}

	body {
		background:#fff;
		font-size:90%;
		color:#656565;
		scrollbar-Track-Color:#fff;
		scrollbar-Face-Color:#fff;
		scrollbar-Shadow-Color:#3399ff;
		scrollbar-DarkShadow-Color:#fff;
		scrollbar-Highlight-Color:#3399ff;
		scrollbar-3dLight-Color:#fff;
		scrollbar-Arrow-Color:#3399ff;
		font-family:Osaka, Tahoma, Verdana;
	}

	a:link {
		color:#91a8ed;
	}

	a:visited {
		color:#91a8ed;
	}

	a:active {
		color:#91a8ed;
	}

	a {
		text-decoration:none;
	}

	a:hover {
		color:#f4a460;
		text-decoration:none;
	}

	td {
		font-size:90%;
		color:#656565;
	}

	input,select,textarea {
		background:#fff;
		border:1px solid #656565;
		color:#656565;
		font-family:Osaka, Tahoma, Verdana;
		font-size:90%;
	}

	textarea {
		overflow:auto;
		font-size:90%;
	}

	.top_link {
		text-align:right;
		font-size:90%;
	}

	.bottom_link {
		font-size:90%;
	}

	table.border {
		border:1px solid #3399ff; 
		background:#ffffff;
	}

	.underline {
		border-bottom:1px solid #d5e3fa;
	}

	.subject {
		color:#0000ff;
	}

	.date {
		color:#0000ff;
	}

	.com {
		line-height:160%;
	}

	.small {
		font-size:85%;
	}

	.cat {
		color:#0000ff;
	}

	.ldate {
		color:#0000ff;
	}

	.tburl {
		font-size:95%;
		color:#1e90ff;
	}

	.tb_main_title {
		font-family: "Century Gothic";
		font-weight: bolder;
		font-size:105%;
		color:#00ff00;
		text-decoration:underline;
	}

	.tb_title {
		font-weight:bolder;
	}

	.tb_blog {
		text-align:right;
		font-size:90%;
	}

	.tb_blog_name {
		color:#0000ff;
	}

	.tb_ex {
		padding-left:30px;
	}

	.tb_date {
		text-align:right;
		border-bottom:1px solid #d5e3fa;
		font-size:80%;
	}

	.ct_main_title {
		font-family: "Century Gothic";
		font-weight: bolder;
		font-size:105%;
		color:#66cdaa;
		text-decoration:underline;
	}

	.ct_title {
		font-weight:bolder;
		color:#008000;
	}

	.ct_name {
		text-align:right;
		font-size:80%;
	}

	.ct_com_name {
		color:#0000ff;
	}

	.ct_comment {
		padding-left:30px;
	}

	.ct_date {
		text-align:right;
		border-bottom:1px solid #d5e3fa;
		font-size:75%;
	}

	.ctform_main_title {
		font-family: "Century Gothic";
		font-weight: bolder;
		font-size:105%;
		color:#ff8500;
		text-decoration:underline;
	}

	.ctform_left {
		text-align:right;
		color:#8b4513;
		font-size:90%;
	}

	.bottomhr {
		color:#87ceeb;
	}

	.left {
		float: left;
		border: none;
		margin-right:8px;
		margin-top:4px;
	}

	.right {
		float: right;
		border: none;
		margin-right:4px;
		margin-top:4px;
	}

	.center {
		text-align:center;
	}