@charset "Shift_JIS";

/* リセットCSS = デフォルトの無駄なCSSを0にする
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  font-weight: normal;
}


/* 全体設定
------------------------------------------------------------*/
body{
	color:#292929;
	font-size: 14px;
	line-height: 21px;
	font-family: "Meiryo", "メイリオ", "MS PGothic", "Osaka", Arial, sans-serif;
	background-color: #f9f9f9;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color:#292929;
	text-decoration:none;
	font-weight: bold;
}

a.red{
	color:red;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color:#6e97c9;
}

/* フロートの解除
------------------------------------------------------------*/
 .float {
	float: left;
	margin-right: 1em;
}

.clear {
	clear: both;
}

/* 画像回り込み設定
------------------------------------------------------------*/
 .float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

 .float-right {
	float: right;
	margin-left: 1em;
}

/* 文字装飾設定
------------------------------------------------------------*/
 .indent {
	text-indent: 1em;
}

 .right {
	text-align: right;
}

 .left {
	text-align: left;
}

 .center {
	text-align: center;
}

 .gakunai {
	color: red;
	font-size: 10px;
	line-height: 10px;
}

 .red {
	color: red;
}

 .blue {
	color: blue;
}

 .bold {
	font-weight: bold;
}
/* アンケート説明文
------------------------------------------------------------*/
 h1 {
	padding: 10px 0px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
}

div#intro {
	margin: 10px auto;
	padding: 10px;
	width: 700px;
	background-color: #e6e6fa;
	color: #808080;
}

/* アンケート
------------------------------------------------------------*/
div#main {
	margin: 10px auto;
	padding: 10px;
	width: 700px;
}

 p.dai{
	font-size: 16px;
	border-bottom: double 3px ;
}
 
p.chu{
	font-size: 15px;
	margin: 4px 0px;
}

p.sho{
	font-size: 12px;
	line-height: 18px;

}

div.form{
	margin-left: 1em;
}

#tb-form td{
	padding: 3px;
	border: 1px solid #6E97C9;
 }

#tb-form{
	margin: auto;
	border-collapse: collapse;
 }