@charset "UTF-8";
/* *****************************************************
Contents ---------------
base
LayerHeader
LayerSnavi
LayerFooter
LayerBody
LayerContents
------------------------
***************************************************** */


/* *****************************************************
base
***************************************************** */
*
	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3" sans-serif;
	}

body
	{
	color: #1D1D1D;
	font-size: 76%; /* 12px */
	line-height: 166%; /* 20px */
	}

a[name]:link,
a[name]:visited,
a[name]:hover,
a[name]:active
	{
	text-decoration: none;
	}


/* *****************************************************
LayerHeader,LayerSnavi
***************************************************** */
#LayerHeader,
#LayerSnavi
	{
	display: none;
	}


/* *****************************************************
LayerFooter
***************************************************** */
#LayerFooter
	{
	margin-top: 30px;
	}

#LayerFooter p
	{
	padding: 20px 0 0 0;
	font-size: 91%; /* 11px */
	line-height: 127%; /* 14px */
	}


/* *****************************************************
LayerContents
***************************************************** */
#LayerContents
	{
	padding: 0;
	margin: 0 0 20px 0;
	}

/* =====================================================
h1
===================================================== */
#LayerContents h1
	{
	min-height: 24px;
	padding: 10px 20px 6px 20px;
	margin: 0 0 30px 0;
	font-size: 150%; /* 18px */
	line-height: 111%; /* 20px */
	color: #000099;
	background: #FFFFFF;
	border: 1px solid #000099;
	border-left: 5px solid #000099;
	}

* html #LayerContents h1/* IE 6 */
	{
	height: 24px;
	margin: 0 0 20px 0;
	}

#LayerContents h1 a
	{
	font-weight: bold;
	text-decoration: none;
	}


/* =====================================================
h2
===================================================== */
#LayerContents h2
	{
	min-height: 14px;
	padding: 5px 20px 1px 20px;
	margin: 0 0 30px 0;
	font-size: 125%; /* 15px */
	line-height: 120%; /* 18px */
	color: #80AEE8;
	background: #FFFFFF;
	border: 1px solid #80AEE8;
	border-left: 5px solid #80AEE8;
	}

* html #LayerContents h2 /* IE 6 */
	{
	height: 14px;
	margin: 0 0 20px 0;
	}


/* *****************************************************
LayerText
***************************************************** */
#LayerText,
.LayerText
	{
	height: auto;
	padding: 0;
	margin: 0 74px 30px 15px;
	}


/* -----------------------------------------------------
H3
----------------------------------------------------- */
#LayerContents h3
	{
	margin: 0;
	padding: 15px 0 5px 0;
	color: #007CA2;
	background: inherit;
	font-size: 109%; /* 13px */
	font-weight: bold;
	}

#LayerContents .gray-back h3,
#LayerContents .gray-back h3 label
	{
	margin: 5px 0 5px 0;
	color: #663300;
	font-weight: bold;
	}


/* -----------------------------------------------------
H4
----------------------------------------------------- */
#LayerContents h4,
#LayerContents h4 label
	{
	margin: 15px 0 5px 0;
	color: #274A41;
	background-color: inherit;
	font-size: 109%; /* 13px */
	font-weight: bold;
	}


/* -----------------------------------------------------
H5
----------------------------------------------------- */
#LayerContents h5,
#LayerContents h5 label
	{
	margin: 15px 0 5px 0;
	color: #00948B;
	background-color: inherit;
	font-weight: bold;
	}


/* -----------------------------------------------------
p
----------------------------------------------------- */
#LayerContents p
	{
	margin: 0 0 10px 0;
	}


/* -----------------------------------------------------
ul,ol
----------------------------------------------------- */
#LayerContents ul
	{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	list-style: square;
	width: auto;
	}

#LayerContents ol
	{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: auto;
	}

#LayerContents ul li,
#LayerContents ol li
	{
	margin: 5px 0 5px 0;
	width: auto;
	}

#LayerContents ol li
	{
	list-style: decimal;
	}

#LayerContents li ol.typea li
	{
	list-style: lower-alpha;
	}


/* -----------------------------------------------------
hr
----------------------------------------------------- */
#LayerContents hr
	{
	height: 0;
	margin: 20px 0 20px 0;
	border-bottom: 1px dotted #5598BB;
	}

* html #LayerContents hr /* IE 6 */
	{
	margin: 5px 0 5px 0;
	}

*+html #LayerContents hr /* IE 7 */
	{
	margin: 5px 0 10px 0;
	}


/* -----------------------------------------------------
a
----------------------------------------------------- */
#LayerContents a,
#LayerContents a:link,
#LayerContents a:visited
	{
	color: #003D8E;
	background-color: inherit;
	text-decoration: underline;
	}

#LayerContents a:hover,
#LayerContents a:active
	{
	color: #3DBEF1;
	background-color: inherit;
	}


/* -----------------------------------------------------
strong em
----------------------------------------------------- */
#LayerContents strong
	{
	font-weight: bold;
	}

#LayerContents em
	{
	color: #AF1010;
	background-color: inherit;
	}


/* -----------------------------------------------------
img
----------------------------------------------------- */
#LayerContents img
	{
	vertical-align: bottom;
	border: none;
	}


/* -----------------------------------------------------
set
----------------------------------------------------- */
.set_left
	{
	text-align: left;
	}

.set_center
	{
	text-align: center;
	}

.set_right
	{
	text-align: right;
	}


/* -----------------------------------------------------
color
----------------------------------------------------- */
.color-date
	{
	color: #007CA2;
	}

.color-bring
	{
	border: 1px solid #CC3300;
	padding: 3px;
	}

.form-info
	{
	color:#54A716;
	}


.form-info,
.hissu,
.role
	{
	font-size: 91%; /* 11px */
	line-height: 127%; /* 14px */
	font-weight:normal;
	}


/* -----------------------------------------------------
margin
----------------------------------------------------- */
/* == 10 == */
.t_10
	{
	padding-top: 10px;
	}

.b_10
	{
	padding-bottom: 10px;
	}

.tb_10
	{
	padding: 10px 0 10px 0;
	}


/* == 20 == */
.t_20
	{
	padding-top: 20px;
	}

.b_20
	{
	padding-bottom: 20px;
	}

.tb_20
	{
	padding: 20px 0 20px 0;
	}


/* =====================================================
table
===================================================== */
.t_border
	{
	border-collapse: collapse;
	width: 495px;
	margin: 10px 0;
	border: 1px solid #A19D95;
	}

.t_border th,
.t_border td
	{
	border: 1px solid #A19D95;
	padding: 5px 8px;
	vertical-align: top;
	}

.t_border th.t_l,
.t_border td.t_l
	{
	text-align: left;
	}

.t_border th.m_c,
.t_border td.m_c
	{
	vertical-align: middle;
	text-align: center;
	}

.t_border th.m_l,
.t_border td.m_l
	{
	vertical-align: middle;
	text-align: left;
	}

.t_border th
	{
	color: #1A2341;
	background-color: #E3F0F6;
	}

.t_border td.subhead
	{
	color: #2D442D;
	background-color: #EFF4E5;
	}

/* == width == */
.w25
	{
	width: 25px;
	}

.w30
	{
	width: 30px;
	}

.w35
	{
	width: 35px;
	}

.w40
	{
	width: 40px;
	}

.w45
	{
	width: 45px;
	}

.w50
	{
	width: 50px;
	}

.w55
	{
	width: 55px;
	}

.w60
	{
	width: 60px;
	}
	
.w65
	{
	width: 65px;
	}

.w70
	{
	width: 70px;
	}

.w75
	{
	width: 75px;
	}

.w80
	{
	width: 80px;
	}

.w85
	{
	width: 85px;
	}

.w90
	{
	width: 90px;
	}

.w95
	{
	width: 95px;
	}

.w100
	{
	width: 100px;
	}

.w105
	{
	width: 105px;
	}

.w110
	{
	width: 110px;
	}

.w115
	{
	width: 115px;
	}

.w120
	{
	width: 120px;
	}

.w125
	{
	width: 125px;
	}

.w130
	{
	width: 130px;
	}

.w135
	{
	width: 135px;
	}

.w140
	{
	width: 140px;
	}

.w145
	{
	width: 145px;
	}

.w150
	{
	width: 150px;
	}

.w155
	{
	width: 155px;
	}

.w160
	{
	width: 160px;
	}

.w165
	{
	width: 165px;
	}

.w170
	{
	width: 170px;
	}

.w175
	{
	width: 175px;
	}

.w180
	{
	width: 180px;
	}

.w185
	{
	width: 185px;
	}

.w190
	{
	width: 190px;
	}

.w195
	{
	width: 195px;
	}

.w200
	{
	width: 200px;
	}

.w205
	{
	width: 205px;
	}

.w210
	{
	width: 210px;
	}

.w215
	{
	width: 215px;
	}

.w220
	{
	width: 220px;
	}

.w225
	{
	width: 225px;
	}

.w230
	{
	width: 230px;
	}

.w235
	{
	width: 235px;
	}

.w240
	{
	width: 240px;
	}

.w245
	{
	width: 245px;
	}

.w250
	{
	width: 250px;
	}

.w255
	{
	width: 255px;
	}

.w260
	{
	width: 260px;
	}

.w265
	{
	width: 265px;
	}

.w270
	{
	width: 270px;
	}

.w275
	{
	width: 275px;
	}

.w280
	{
	width: 280px;
	}

.w285
	{
	width: 285px;
	}

.w290
	{
	width: 290px;
	}

.w295
	{
	width: 295px;
	}

.w300
	{
	width: 300px;
	}

.w305
	{
	width: 305px;
	}

.w310
	{
	width: 310px;
	}

.w315
	{
	width: 315px;
	}

.w320
	{
	width: 320px;
	}

.w325
	{
	width: 325px;
	}

.w330
	{
	width: 330px;
	}

.w335
	{
	width: 335px;
	}

.w340
	{
	width: 340px;
	}

.w345
	{
	width: 345px;
	}

.w350
	{
	width: 350px;
	}

.w355
	{
	width: 355px;
	}

.w360
	{
	width: 360px;
	}

.w365
	{
	width: 365px;
	}

.w370
	{
	width: 370px;
	}

.w375
	{
	width: 375px;
	}

.w380
	{
	width: 380px;
	}

.w385
	{
	width: 385px;
	}

.w390
	{
	width: 390px;
	}

.w395
	{
	width: 395px;
	}

.w400
	{
	width: 400px;
	}

.w405
	{
	width: 405px;
	}

.w410
	{
	width: 410px;
	}

.w415
	{
	width: 415px;
	}

.w420
	{
	width: 420px;
	}

.w425
	{
	width: 425px;
	}

.w430
	{
	width: 430px;
	}

.w435
	{
	width: 435px;
	}

.w440
	{
	width: 440px;
	}

.w445
	{
	width: 445px;
	}

.w450
	{
	width: 450px;
	}

.w455
	{
	width: 455px;
	}

.w460
	{
	width: 460px;
	}

.w465
	{
	width: 465px;
	}

.w470
	{
	width: 470px;
	}

.w475
	{
	width: 475px;
	}

.w480
	{
	width: 480px;
	}

.w485
	{
	width: 485px;
	}

/* =====================================================
float
===================================================== */
.c
	{
	clear: both;
	height: auto;
	margin-bottom: 15px;
	}

.c:after
	{
	clear: both;
	margin: 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

* html .c /* IE 6 */
	{
	height: 10px;
	}

*+html .c  /* IE 7 */
	{
	height: 1%;
	}

.f_l
	{
	float: left;
	margin: 0 15px 0 0;
	}

.f_r
	{
	float: left;
	margin: 0;
	}

/* == half == */
.half_l
	{
	float: left;
	width: 240px;
	margin: 0 15px 0 0;
	}

.half_r
	{
	float: left;
	width: 240px;
	}


/* =====================================================
fnavi
===================================================== */
.fnavi
	{
	display: none;
	}


/* =====================================================
form
===================================================== */
/*form .form-text
form .form-text-m
form .form-text-ss
form .form-text-s
form-checkbox
form-radio
*/


.form-textarea
	{
	width: 400px;
	height: 100px;
	}


/* =====================================================
program-back
===================================================== */
/* -----------------------------------------------------
ul
----------------------------------------------------- */
#LayerContents .program-back ul
	{
	padding-top: 15px;
	}


/* -----------------------------------------------------
dl
----------------------------------------------------- */
.program-back dl
	{
	clear: both;
	_height: 1px;
	}

*+html .program-back dl
	{
	height: 1%; /*IE7*/
	}

.program-back dl:after
	{
	clear: both;
	margin: 0 0 0 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

.program-back dt
	{
	float: left;
	width: 68px;
	padding: 0 5px 3px 0;
	}

.program-back dd
	{
	float: left;
	clear: right;
	padding: 0 0 3px 5px;
	}


/* -----------------------------------------------------
color
----------------------------------------------------- */
.program-back .theme
	{
	color: #000099;
	background: inherit;
	font-size: 109%; /* 13px */
	}

.program-back .time
	{
	color: #555555;
	background: inherit;
	font-size: 109%; /* 13px */
	padding-right: 2em;
	}


/* =====================================================
main-program
===================================================== */
/* -----------------------------------------------------
dl
----------------------------------------------------- */
div.dl-border
	{
	clear: both;
	}

.dl-border dl
	{
	clear: both;
	border-bottom: 1px dotted #999999;
	_height: 1px; /* IE6 */
	}

*+html .dl-border dl
	{
	height: 1%; /*IE7*/
	}

.dl-border dl:after
	{
	clear: both;
	margin: 0 0 0 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

.dl-border dt
	{
	float: left;
	width: 150px;
	padding: 5px 5px 3px 15px;
	font-size: 108%; /* 13px */
	}

.dl-border dd
	{
	float: left;
	clear: right;
	padding: 5px 15px 3px 5px;
	}


/* =====================================================
AreaIcon
===================================================== */
#AreaIcon
	{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 183px;
	height: 125px;
	z-index: 1;
	}

#AreaIcon p
	{
	width: 183px;
	height: 125px;
	margin: 0;
	padding: 0; 
	}

#AreaIcon a
	{
	width: 183px;
	height: 125px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background: url(i/icon.gif) 0 0 no-repeat;
	}

.text-hidden
	{
	display: none;
	}

.blue-back table
	{
	border-collapse: collapse;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	}

.blue-back table td.caption
	{
	vertical-align: bottom;
	padding: 0 0 0 15px;
	}


/* -----------------------------------------------------
2007
----------------------------------------------------- */
#AreaIcon a#Icon2007
	{
	background: url(i/icon2007.gif) 0 0 no-repeat;
	}



