/*-------------大項目タイトル--------------*/
#title {
	margin-bottom: 12px;
}

/*-------------小項目タイトル--------------*/
.top-sub {
	margin-bottom: 10px;
}

.sub {
	margin-top: 30px;
	margin-bottom: 10px;
}

/*-------------見出し-------------*/
.s-index {
	color: #717171;
	font-size: 1.067em;
	background-image: url(../images/common/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
}

/*-------------見出し(ピンク)-------------*/
.bold-p {
	color: #ed5a90;
	font-size: 1.067em;
	font-weight: bold;
	background-image: url(../images/common/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin-right: 5px;
	text-align: left;
}

/*-------------テーブル指定--------------*/
.paragraph {
	width: 570px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.paragraph td,th {
	vertical-align: top;
}

/*--------------テーブル指定(枠線あり)--------------*/
.collapse,
.collapse-cnt {
	border-collapse: collapse;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 1.3em;
}

.collapse td,th {
	padding: 6px;
	border: 1px solid #999999;
	text-align: left;
}

.collapse-cnt td,th {
	padding: 6px;
	border: 1px solid #999999;
	text-align: center;
}

/*--------------背景色指定--------------*/
.pink {
	background-color: #ffcccc;
}

.pink-100 {
	background-color: #ffcccc;
	width: 100px;
}

/*--------------テキスト指定--------------*/
.txt08 {
	line-height: 1.4em;
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.indent {
	margin-left: 1.6em;
}

.center {
	text-align: center;
}

/*--------------段落-------------*/
.sentence {
	text-align: left;
	line-height: 1.4em;
	font-size: 0.8em;
	vertical-align: text-top;
	margin-right: 5px;
}

/*--------------写真指定--------------*/
.photo {
	width: 147px;
}

.photo-txt {
	font-size: 0.667em;
	text-align: center;
	margin-top: 5px;
}

/*-------------PageTop--------------*/
#pagetop {
	margin-top: 40px;
	text-align: right;
	margin-right: 15px;
}

/*---------------PDF----------------*/
.pdf {
	text-align: right;
	font-size: 0.8em;
	margin-right: 5px;
	margin-top: 10px;
	background-image: url(../images/common/pdf_small.gif);
	background-repeat: no-repeat;
	height: 17px;
	background-position: 285px;
	padding-top: 3px;
	
}

/*-------------List指定(数字･大)--------------*/
ul.none {
	font-size: 1.067em;
	line-height: 1.3em;
	list-style-type : none;
	list-style-position: outside;
}

li.one {
	background-image: url(../images/common/one.gif);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cdcdcd;
	padding-left: 32px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

li.two {
	background-image: url(../images/common/two.gif);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cdcdcd;
	padding-left: 32px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

li.three {
	background-image: url(../images/common/three.gif);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cdcdcd;
	padding-left: 32px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

li.four {
	background-image: url(../images/common/four.gif);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 2px;
	padding-left: 32px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

/*-------------先輩メッセージページ用--------------*/
.question {
	font-size: 1.067em;
	background-image: url(../images/message/question.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-top: 10px;
	border-bottom-color: #cccccc;
	text-align: left;
	padding-left: 40px;
	padding-top: 12px;
	width: 560px;
}

.answer {
	font-size: 1.067em;
	background-image: url(../images/message/answer.gif);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	text-align: left;
	padding-left: 40px;
	width: 560px;
	margin-top: 6px;
	line-height: 1.6em;
}

.message {
	margin-top: 58px;
}
