@cjarset
/*-------------------基本設定-------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #727272;
	font-size: 10pt;
	line-height: 12pt;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
table,td,th {
	color: #727272;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
}
a:link {								/*通常時のリンク設定*/
	color: #0000FF;
}
a:active {								/*クリック時のリンク設定*/
	color: #FFFF00;
}
a:visited {								/*クリック後のリンク設定*/
	color: #FF0000;
}
a:hover {								/*マウスオーバー時のリンク設定*/
	color: #FFFF00;
}

/*-------------------文字設定-------------------*/
}
.fontsize8_linehi10 {
	font-size: 8pt;
	line-height: 10pt;
}
.fontsize10_linehi12 {
	font-size: 10pt;
	line-height: 12pt;
}
.fontsize12_linehi16 {
	font-size: 12pt;
	line-height: 16pt;
}
/*-------------------独自追加項目-------------------*/
.form {

}
#texttype {width: 260px;}
#texttypeb {width: 260px; height:70px;}
.topichdr {
	font-size: 10pt;
	font-weight: bold;
	background: url(images/topics_sh.gif);
	height: 28px;
	width: 515px;
	padding-left: 20px;
	color: #fff;
	line-height: 10px;
}
.ucontents {
	margin: 14px 0 0 0;
}
.comment {
	background: url(images/com_bg.gif) repeat-y left;
	padding: 0 0 3px 5px;
}
.topcom {
	border-left: 1px solid #c5c5c5;
	background: url(images/top_r2_3.gif) no-repeat 1px top;
	padding-top: 4px;
	padding-left: 30px;
	color: #2d519e;
}

.pbody {
	margin: 7px 0 3px 0;
}
.font_bold {							/*太字の設定*/
	font-weight: bold;
}
.font_color {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #FF0000;
}
.font_color2 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #334C82;
}
.bg {									/*背景画像の指定　項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.padding {								/*パディング(余白)の設定　項目が増える場合は、.padding1、.padding2と増やしていく*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.border {								/*ボーダーの設定　項目が増える場合は、.border1、.border2と増やしていく*/
	border: 1px solid #333333;
}
form {
	margin-bottom: 0px;
}
.form {									/*form項目サイズの固定　項目が増える場合は、.form1、.form2と増やしていく*/
	height: 18px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	margin: 0px 0px 22px;
	padding-left: 15px;
}
h2 {									/*h2タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
}
h3 {									/*h3タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
}
