/* ================structure================ */
body {
	background-image: url(../o_image/bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#contents {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.footerlink {
	font-size: 10px;
	line-height: 20px;
}
/* ===============basiscolor=============== */
.white1 {
	color: #FFFFFF;
}
.red1 {
	color: #db0012;
}
.red2 {
	color: #f1273d;
}
.orange1 {
	color: #ff4500;
}
.orange2 {
	color: #ff7700;
}
.yellow1 {
	color: #ff8c00;
}
.pink1 {
	color: #c71585;
}
.pink2 {
	color: #F19EB2;
}
.blue1 {
	color: #275595;
}
.blue2 {
	color: #4169e1;
}
.sky1 {
	color: #87CEFA;
}
.brown1 {
	color: #8b4513;
}
.green1 {
	color: #008080;
}
.gray1 {
	color: #999999;
}
.purple1 {
	color: #824FD1;
}
/* =================other================= */
.heading1 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #8b4513;
}
.heading2 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.heading3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
	color: #20b2aa;
}
#contents2 {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background-color: #FFFFFF;
	margin: auto;
	background-image: url(../o_image/o_gengaku.gif);
	background-repeat: no-repeat;
	background-position: 420px 68px;
}
.comment1 {
	font-size: 10px;
}
.comment2 {
	font-size: 9px;
}
.dottedline {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.box {
	padding: 5px;
	border: 1px solid #CCC;
}
#contents .link_contents {
	padding: 0px;
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#contents .link_contents .link_text {
	display: block;
	float: right;
	width: 212px;
	margin: 0px;
	padding: 0px;
}

#contents .link_banner {
	padding: 0px;
	width: 420px;
	margin: 0px;
}
#contents .link_banner .link_vis {
	left: 0px;
	top: 0px;
	margin-bottom: 5px;
	width: 420px;
}


/*

#contents .link_banner .link_vis a {
	background-image: url(o_image/top/tuunen_btn2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 77px;
	width: 375px;
}
#contents .link_banner .link_vis a:hover {
	background-position: left bottom;
}
#contents .link_banner .link_vis a:active {
	background-position: left bottom;
}
*/


#contents .link_banner .link_vis .link_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 205px;
}
#contents .link_banner .link_vis .link_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 205px;
}




/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac”ÅIE‚Ì‚Ý‚É“K—p \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

