body {
	background: #fff;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0;
	margin: 0;
	text-align: center;
	}
	* html body {
		font-size: small;
		}

.sfatable {
	background: #fff;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	font-size: 12px;
	}
	* html body .sfatable {
		font-size: small;
		}

.sfatitle {
	background: #fff;
	color: #000;
	font-family: "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3","£Í£Ó £ÐÌÀÄ«", "Hiragino Mincho Pro", "Georgia", "Palatino" , serif;
	font-weight: bold;
	}
  
img {border: 0;}
form {margin: 0;}

h1, h2, h3, h4, h5, h6 {
	font-family: "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3","£Í£Ó £ÐÌÀÄ«", "Hiragino Mincho Pro", "Georgia", "Palatino" , serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

h2 .date {
	padding-left: 10px;
	font-size: 12px;
	color: #999;
	}
	* html body h2 .date {
		font-size: small;
		}


/* Lists */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
li {
	padding: 0;
	margin: 0;
	}

/* Links */
a:link, a:visited {
	color: #0099ff;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px;
	}
a:visited {
	border-bottom-color: #33ccff;
	}
a:hover, a:active {
	color: #33ccff;
	/* border-bottom: 1px dotted #33ccff; */
	}

/* common */
.hidden {display: none;}
.centerize {text-align: center;}
.clearing {
	height: 0;
	overflow: hidden;
	clear: both;
	}

/* frame */
.wrapper {
	position: relative;
	width: 900px;
	margin: auto;
	height: 620px;
	overflow: hidden;
	text-align: left;
	}

.column_wrapper {
	zoom:1;
	}
	.column_wrapper:after {
		content:"."; display:block; height:0; clear:both; visibility: hidden;
		}

.column_left {
	width:250px;
	height: 600px;
	float: left;
	overflow: hidden;
	zoom:1;
	margin-top: 10px;
	}
	.column_left:after {
		content:"."; display:block; height:0; clear:both; visibility: hidden;
		}
.column_right {
	width: 600px;
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
	float: right;
	zoom:1;
	margin-top: 20px;
	}
	.column_right:after {
		content:"."; display:block; height:0; clear:both; visibility: hidden;
		}



.site_head {
	position: relative;
	}
	

.content {
	padding: 0;
	margin: 10px 0;
	}


.content h2 {
	clear: both;
	padding: 0;
	margin: 25px 0;
	font-size: 14px;
	font-weight: bold;
	}
	* html body .content h2 {
		font-size: medium;
		}
	

.content .date {
	margin: 20px 0;
	}
	
.contentbody {
	padding: 0;
	/*border-bottom: 1px dotted #666;*/
	margin-bottom: 70px;
	padding-bottom: 40px;
	line-height: 1.6;
	}

.contentitemedit {
	background: url(img/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 15px;
	padding: 0 10px 0 11px;
	margin-top: 10px;
	display: block;
	}


.pageswitch {
	text-align: center;
	color: #ccc;
	}
	.pageswitch strong {
		color: #666;
		}


.content hr {
	clear: both;
	height: 1px;
	overflow: hidden;
	border: none;
	border-top: 1px dashed #999;
	margin: 15px 0;
	}



/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 5px;
	padding: 5px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}


/*---------- navi ----------*/


.navi {
	margin-top: 30px;
	margin-left: 25px;
}



/*---------- title ----------*/

.sitetitle {
	padding: 0;
	margin: 0;
	position: absolute;
	}
.sitetitle a {
	padding: 0;
	margin: 0;
	width: 105px;
	height: 40px;
	background: url("/assets/def/img/logo.gif") top left no-repeat;
	display: block;
	border: none;
	}
.sitetitle a:hover {
	background: url("/assets/def/img/logo.gif") bottom left no-repeat;
	border: none;
	}
.sitetitle span {
	display: none;
	}

	
/*---------- footer ----------*/

.footer {
	width: 900px;
	margin: 10px auto 0 auto;
	border-top: 1px dotted #333;
	zoom:1;
	}
	.footer:after {
		content:""; display:block; height:0px; clear:both;
		}
	


.footer p.copyright {
	float: left;
	font-size: 10px;
	font-family: "Georgia", "Palatino", serif;
	/* font-style: italic; */
	margin: 5px 0;
	}

.footer p.copyright span {
	margin-left: 20px;
	
	}

.counter {
	float: right;
	font-size: 10px;
	font-family: "Georgia", "Palatino", serif;
	font-style: italic;
	margin: 5px 0;
	}
	
	.counter span {
		margin-left:10px;
	}


/*---------- footer end ----------*/











