@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../../https/images/back.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", san-serif;*/
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-style: normal;
}

form, input, textarea, fieldset {
	/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", san-serif;*/
	font-weight: normal;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}

ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}

/* ul, ol { list-style-type: none; } comment out 090317 */
br {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}
a:link { color: #666666; 
}
a:visited { color: #666666; }


.float_clear {
	display: block;
	height: auto;
	clear: both;
	visibility: hidden;
}

.table_matrix {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


.weight_bold { font-weight: bold; }


.weight_caption {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 120%;
}
.size_large { font-size: 14px; }

.colored_text { color: #00AC20; }

.colored_text2 {
	color: #FF7200;
	font-weight: normal;
}

.colored_text22 {
	color: #FF1800;
	font-size: 14px;
}

.colored_text3 {
	color: #0336F7;
	font-weight: normal;
}

.colored_text4 {
	color: #79BDED;
	font-weight: normal;
}



.bbs_delete{
   text-align:right;
   padding:2px 0px;
   font-size:10px;
} 



#ctt_area ul,
#ctt_area ol{
padding:2px 0px 2px 25px;
}
#ctt_area ul li,
#ctt_area ol li{
padding:2px 0px 2px 0px;
line-height:150%;
}