/* CSS Document */

body {
	width:100%;
	height:100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
    margin: 0px;
    padding: 0px;
    list-style: none;
	background: #fff url(../images/bg_gradient.gif) repeat-x top;
}


/*テーブル全体のセンタリング*/
#contents {
	width: 500px;
	margin: 0 auto;
}
#heading {
	text-align:center;
	overflow: hidden;
	height: 46px;
	width: 100%;
	background: url(../images/bg_header_friends.gif) repeat-x left top;
}
h2 {
	text-align:center;
	margin-top: 25px;
}
.remark {
 	padding:5px; 
	color:#d21210; 
	text-align:right; 
	font-size:12px;
}
#main {
	text-align:left;
	font-size:12px;
	line-height:2em;
	padding: 0 50px 15px 40px;
}

p.title {
	line-height:1.5em;
	margin-left:15px;
	font-size:110%;
	font-weight: bold;
	background: url(../images/img_circle_friends.gif) no-repeat left top;
	padding-left: 25px;
	margin-top: 20px;
}
p.title_trt {
	line-height:1.5em;
	margin-left:15px;
	font-size:110%;
	font-weight: bold;
	background: url(../images/img_circle_trt.gif) no-repeat left top;
	padding-left: 25px;
	margin-top: 20px;
}
p.title_act {
	line-height:1.5em;
	margin-left:15px;
	font-size:110%;
	font-weight: bold;
	background: url(../images/img_circle_opnAct.gif) no-repeat left top;
	padding-left: 25px;
	margin-top: 20px;
}
.stress {
	font-weight:bold;
	color:#000;
}
p.camp_text {
	margin-top:10px;
	margin-left:40px;
}
.remark_small {
	font-size:10px;
	color:#F30;
	font-weight:normal;
	line-height:1.2em;
	margin-top:15px;
	margin-bottom: 20px;
	margin-left:40px; 
}

.remark_xsmall {
  color: #f30;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-top: 15px;
}
ul.explain {
	margin-left:0px; 
	color:#333; 
}
ul.explain li.point {
	margin-top:5px;
	list-style-type: decimal;
}
.center {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}