/******************************************************************************/
/* がん検診・高齢消化合同セミナー */
/* メインスタイルシート - last update: 20.09.23 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFFFFF url(../img/body_bg.png) repeat left top;
	color: #333333;
	text-align: center;
}

hr {
	display :none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a {
	color: #3333FF;
	text-decoration: underline;
}

a:visited {
	color: #3333FF;
}

a:hover {
	color: #FF9966;
}


/******************************************************************************/
/* wrapper - 全体の枠組み */

#wrapper {
	width: 820px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	width: 820px;
	height: 100px;
	margin-bottom: 20px;
	background: url(../img/header_bg.png) no-repeat left top;
}

#header a {
	display: block;
	width: 820px;
	height: 100px;
	text-decoration: none;
}

#header a:visited {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* maincontent - 右側コンテンツ領域の枠組み */

#maincontent {
	width: 760px;
	margin: 0px 30px 15px 30px;
}

#maincontent h2 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 715px;
	height: 32px;
	line-height: 32px;
	padding: 3px 0px 0px 45px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.15em;
	background: url(../img/h2_bg.png) no-repeat left top;
}

#maincontent h3 {
	line-height: 160%;
	padding: 0px 0px 0px 30px;
	margin: 0px 20px 15px 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url(../img/h3_bg.png) no-repeat left 3px;
}

#maincontent h4 {
	line-height: 160%;
	padding: 0px 0px 0px 30px;
	margin: 0px 20px 5px 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url(../img/h4_bg.png) no-repeat left 5px;
}

#maincontent .box1,
#maincontent .box2 {
	width: 540px;
	border: 1px solid #AAAAAA;
	background: #fffef9;
	margin-bottom: 20px;
}

#maincontent .box1 {
	padding: 20px 19px;
}

#maincontent .box2 {
	padding: 10px 19px;
}

#maincontent .box1 td,
#maincontent .box2 td {
	vertical-align: top;
	line-height: 200%;
	padding-right: 10px;
}

#maincontent .th {
	font-weight: bold;
	width: 70px;
	letter-spacing: 1em;
}

#maincontent .th2 {
	font-weight: bold;
	width: 70px;
}

#maincontent .tg {
	vertical-align: top;
	font-weight: bold;
	width: 85px;
	letter-spacing: 0.1em;
}

#maincontent .text,
#maincontent .list,
#maincontent .contact {
	width: 720px;
	padding: 15px 19px;
	letter-spacing: 0.1em;
	border: 1px solid #AAAAAA;
	background: #fffef9;
	margin-bottom: 15px;
}

#maincontent .text,
#maincontent .contact {
	line-height: 200%;
}

#maincontent .contact {
	margin-bottom: 80px;
}

#maincontent p,
#maincontent ul {
	margin: 0px 50px 15px 50px;
	line-height: 160%;
}

#maincontent .list li {
	background: url(../img/li01_bg.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 1em;
}

#maincontent .hr {
	clear: both;
	background: url(../img/hr_bg.png) repeat-x left top;
	width: 95%;
	height: 20px;
	margin: 0px auto 0px auto;
}


/******************************************************************************/
/* maincontent .table_normal - テーブル（汎用） */

#maincontent .table_normal {
	margin-bottom: 10px;
}

#maincontent .table_normal td {
	padding-right: 15px;
	vertical-align: top;
}


/******************************************************************************/
/* maincontent .program - テーブル（プログラム） */

#maincontent .program table {
	width: 580px;
	margin-bottom: 10px;
}

#maincontent .program td {
	line-height: 200%;
	padding: 10px;
	border: 1px solid #AAAAAA;
	letter-spacing: 0.1em;
}

#maincontent .program td.time {
	background: #f7fdfd;
	width: 107px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#maincontent .program td.pg {
	width: 430px;
	background: #fbfdfd;
}

#maincontent td.section {
	color: #FFFFFF;
	background: #0b7575;
	padding: 2px 15px 2px 15px;
}

#maincontent td.rest {
	background: #eefbfb;
	padding: 2px 15px 2px 15px;
}

#maincontent .title {
	font-weight: bold;
}

#maincontent .name {
	margin-left: 2em;
}

#maincontent .name2 {
	margin-left: 4.75em;
}

#maincontent .name3 {
	margin-left: 7.25em;
}

#maincontent .ml20 {
	margin-left: 20px;
}

#maincontent .ml4e {
	margin-left: 4em;
}

#maincontent .mb05 {
	margin-bottom: 0.5em
}


/******************************************************************************/
/* maincontent .form - テーブル（参加申込フォーム） */

#maincontent .form table {
	width: 760px;
	margin-bottom: 10px;
}

#maincontent .form td {
	line-height: 200%;
	padding: 10px;
	letter-spacing: 0.1em;
}

#maincontent .h2 {
	border: 1px solid #AAAAAA;
	background: #5E93E1;
	font-weight: bold;
	color: #FFFFFF;
}

#maincontent .h {
	border: 1px solid #AAAAAA;
	background: #E0EEFE;
	font-weight: bold;
	width: 157px;
}

#maincontent .d {
	border: 1px solid #AAAAAA;
	width: 560px;
	background: #F4FAFF;
}

#maincontent .d2 {
	border: 1px solid #AAAAAA;
	background: #F4FAFF;
}

#maincontent .submit {
	padding: 10px 40px;
}


/******************************************************************************/
/* jumptop - PAGETOPボタンの枠組み */

#jumptop {
	clear: both;
	width: 101px;
	height: 21px;
	margin-bottom: 20px;
	padding: 0px 30px 0px 689px;
}

#jumptop span {
	display: none;
}

#jumptop a {
	display: block;
	background: url(../img/jumptop_bg.png) no-repeat left center;
	width: 101px;
	height: 21px;
	text-decoration: none;
}

#jumptop a:visited {
	text-decoration: none;
}

#jumptop a:hover {
	text-decoration: none;
}


/******************************************************************************/
/* footer - フッタの枠組み */

#footer {
	clear: both;
	width: 820px;
	height: 35px;
	background: url(../img/footer_bg.png) no-repeat left top;
}

#footer span {
	display: none;
}


/******************************************************************************/
/* 汎用クラス */

.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.red {
	color: #CC0000;
}

.green {
	color: #009900;
}

.blue {
	color: #0000CC;
}

.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.fs28 {
	font-size: 28px;
}

.ls0 {
	letter-spacing: 0em;
}

.ls01 {
	letter-spacing: 0.1em;
}

.ls02 {
	letter-spacing: 0.2em;
}

.ls05 {
	letter-spacing: 0.5em;
}

.ls1e {
	letter-spacing: 1em;
}

.ls2e {
	letter-spacing: 2em;
}

.mb1e {
	margin-bottom: 1em;
}

.mb2e {
	margin-bottom: 2em;
}

.ml2e {
	margin-left: 2em;
}

.ml3e {
	margin-left: 3em;
}

.ml4e {
	margin-left: 4em;
}

.lh200 {
	line-height: 200%;
}

.hide {
	display: none;
}

.indent1 {
	text-indent: 1em;
}

.li01 {
	background: url(../img/li01_bg.png) no-repeat left center;
	padding-left: 23px;
}

.li02 {
	background: url(../img/li01_bg.png) no-repeat left 1px;
	padding-left: 14px;
}

.mincho {
 	font-family: "ＭＳ Ｐ明朝", serif;
}

.errmsg {
	color: #CC0000;
	font-weight: bold;
}
