@charset "shift_jis";

/* -------------------------------------------------------------
レイアウト指定 */

#primary {
	float: left;
	width:280px;
	padding-left: 10px;
	margin-top: 15px;
}

#secondary {
	float: right;
	width:580px;
}

img.participation {
	padding-left: 120px;
	padding-top: 20px;
	padding-bottom: 10px;
}

img.staff {
	padding-top: 20px;
	padding-left: 100px;
}

img.program {
	padding-left: 100px;
}

#submenu {
	padding-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}

#submenu li{
	background-image: url(../img/etc/logo_linkmark_rework.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

#submenu li.here {
	color: #AAA;
}

#submenu li a, #submenu li a:link, #submenu li a:visited{
	color:#333;
}

#submenu li a:hover {
	color: #00BB3D;
	text-decoration:underline;
	cursor: pointer;
}

/* -------------------------------------------------------------
テキスト指定 */
h2 {
	color: #00A6EF;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 1.66;
}

h3 {
	color: #333;
	font-weight: 900;
	font-size: 90%;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	padding-left: 7px;
	padding-top: 3px;
	margin-bottom: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #00A6EF;
}


h4.judge {
	padding-left: 32px;
	background-image: url(../img/etc/logo_cp.png);
	background-repeat:no-repeat;
	font-size: 85%;
	letter-spacing: 0.1em;
	background-position: 0px 0px;
	height: 28px;
	padding-top: 5px;
}

h4.rehabili {
	padding-left: 32px;
	background-image: url(../img/etc/logo_step.png);
	background-repeat:no-repeat;
	font-size: 85%;
	letter-spacing: 0.1em;
	background-position: 0px 0px;
	height: 28px;
	padding-top: 5px;
}

h5 {
	color: #333;
	font-weight: 700;
	font-size: 90%;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	line-height: 1.66;
}

p {
	font-size: 80%;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideografh;
}

p.space15 {
	padding-left: 20px;
	margin-bottom: 15px;
}

#secondary .section #purpose {
	background-color: #f1f1f1;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 2px #f1f1f1 solid;     /* 枠線の装飾 */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

p.purpose{
	margin-bottom: 20px;
	padding-left: 32px;
}


p.day {
	font-size: 90%;
	font-weight: 700;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideografh;
	letter-spacing: 0.1em;
}

p.greyback {
	background-color:#f1f1f1;
	font-size: 80%;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideografh;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 2px #f1f1f1 solid;     /* 枠線の装飾 */
}

ul.participation {
	padding: 15px;
	margin-bottom: 20px;
	background-color:#EEEEEE;
	font-size: 80%;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideografh;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 2px #EEEEEE solid;     /* 枠線の装飾 */
}

li.participation {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 1.5em;
	padding: 0;
}

li.etc {
	text-align:right;
	font-size: 75%;
}

/* -------------------------------------------------------------
テーブル指定 */

#secondary table,
#secondary tr,
#secondary td {
	border: 1px solid #CCC;
	font-size: 90%;
	font-weight: 300;
}

#secondary table {
	margin-bottom: 20px;
}

#reworkprogram {
	margin-bottom: 20px;
	position: relative;
}

img.reworkprogram {
	position: absolute;
	top: -11px;
	left: 258px;
}

