/*────────────────────
　【ヘッダ部分】
　────────────────────*/
.backg {
	background-color: #FFCCCC;
	background-repeat: repeat;
	margin: 0px;

}
.titlebn {
	background-image: url(../img/title-bn.gif);
	background-repeat: no-repeat;
}
.shadowl {
	background-image: url(../img/shadow-l1.gif);
	background-repeat: repeat-y;
}
.shadowr {
	background-image: url(../img/shadow-r1.gif);
	background-repeat: repeat-y;
}
.under-bn {
	background-image: url(../img/under-bn.gif);
	background-repeat: no-repeat;
}
/*────────────────────
　【テーブル内】
　────────────────────*/
.waku-t {
	background-image: url(../img/waku-t.gif);
	background-repeat: no-repeat;
}
.waku-l {
	background-image: url(../img/waku-l.gif);
	background-repeat: repeat-y;
}
.waku-r {
	background-image: url(../img/waku-r.gif);
	background-repeat: repeat-y;
}
.waku-o {
	border:1px;
	border-style:solid;
	border-color:#666;
	}
/*────────────────────
　【フォント】
　────────────────────*/
.font-b1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	color: #333333;
}
.font-b2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.font-g1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #464646;
}
.font-g2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
	color: #464646;
}
.font-p1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
}
.font-p2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	color: #CC3333;
}
.font-p3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	font-weight: bold;
	color: #CC3333;
}
.font-p4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 20px;
	font-weight: bold;
	color: #CC3333;
}
.font-p5 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 20px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
}
.font-r1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	color: #FF0000;
}
.font-w1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.fontgr1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
	color: #5E8034;
}
.fontw1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/*────────────────────
　【リンク】
　────────────────────*/
.a1:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #CC3333;
	text-decoration: none;
}
.a1:visited {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #F67A8E;
	text-decoration: none;
}
.a1:hover {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
    color:;
}
.a1:active {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
   color: #FF3333;
}
.campaign a:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 20px;
	font-weight: bold;
	color: #CC3333;
}
.campaign a:visited {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 20px;
	font-weight: bold;
	color: #CC3333;
}
.titlebn-1 {
	background-image: url(../img/title-bn1.gif);
	background-repeat: no-repeat;
}
/*────────────────────
　【質問掲示板】
　────────────────────*/

/*───【検索ヘッダ】────────*/

td.headmenu {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	color: #444;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
td.searchbox {
	margin: 0;
	padding: 20px 10px;
	font-size: 12px;
	color: #444;
	background-color: #dfe6f8;
	line-height: 1.5em;
	text-align: right;
}
.y-back {
	margin: 0;
	padding: 10px 10px;
	font-size: 12px;
	color: 444;
	font-weight: bold;
	background-color: #FDFFE6;
	line-height: 1.5em;
}
/*───【注意事項】────────*/

div.bbs-rules {
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	width: 100%;
	height: 150px;
	border: 1px solid #aaa;
	line-height: 1.5em;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: none;
}
div.bbs-rules h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FF6666;
	border-bottom: 1px dotted #ccc;
}
div.bbs-rules h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
div.bbs-rules ul {
	margin: 0 0 0 35px;
	padding: 0;
}
div.bbs-rules li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
.font12 {
	margin: 0;
	padding: 10px 5px;
	font-size: 12px;
	color: #444;
	line-height: 1.5em;
}
.font-red {
	color: #FF6666;
}

/*───【最近の質問】────*/
div.new-bar {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #ddd;
	border-bottom: 1px solid #666;
}
div.new-ques {
	margin: 0;
	padding: 3px;
	width: 50%;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	float: left;
}
div.new-all {
	margin: 0;
	padding: 3px;
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-align: right;
}
	

/*───【質問一覧テンプレ】────*/

div.q-temp {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 12px;
	border: 1px solid #ccc;
	line-height: 1.5em;
}
div.ques-title {
	margin: 15px 0 0 0;
	padding: 5px;
	width: 100%;
	height: auto;
	font-size: 14px;
	background-color: #FEFAE7;
	border-top: 1px dotted #FCEDA9;
	border-bottom: 1px dotted #FCEDA9;
}
div.ques-text {
	margin: 5px 0 0 0;
	padding: 5px;
	width: 100%;
	height: auto;
	color: #444;
	font-size: 12px;
}
div.ans-time {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #2D6DB5;
	border-top: 1px dotted #ddd;
	text-align: right;
}
div.ques-time {
	margin: 0;
	padding: 2px 5px;
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #2D6DB5;
	border-bottom: 1px dotted #ddd;
}

/*───【回答ページ】────*/

div.login {
	margin: 10px 0 0 0;
	padding: 3px;
	width: 100%;
	height: auto;
	font-size: 12px;
	border: 1px solid #ddd;
	text-align: center;
	
}
div.login-title {
	margin: 0;
	padding: 5px;
	width: 100%;
	height: auto;
	color: #fff;
	font-weight: bold;
	background-color: #3D66D3;
	text-align: center;
}
div.login-space {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 5px;
	background-color: #CED9F4;
	text-align: center;
}
div.login-form {
	margin: 5px 0 5px 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
	color: #444;
	background-color: #F1F4FC;
	text-align: center;
}

/*───【質問投稿ページ】────*/

td.contact-box {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 1px solid #999;
	background-color: #eee;
}
td.contact-rules {
	margin-top: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5em;
}
.contact-rules h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FF6666;
	border-bottom: 1px dotted #ccc;
}
.contact-rules h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
.contact-rules ul {
	margin: 0 0 0 35px;
	padding: 0;
}
.contact-rules li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
.r-frame {
	margin: 0;
	padding: 10px 5px;
	font-size: 12px;
	color: 444;
	background-color: #FFF4F4;
	border: 1px solid #FF6666;
	line-height: 1.5em;
}
.content2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
	color: #424004;
	background-image: url(../img/contents.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}
.font-gm {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #464646;
	background-image: url(../img/mmakkori01.jpg);
	background-repeat: no-repeat;
	background-position:right;

}
span.stk { text-decoration:line-through; } 

.ml15{margin-left:15px;}