@charset "utf-8";
/******************************************************************************/
/* 共通                                                                       */
/******************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 12px;
	color: #888888;
	line-height: 150%;
	background: url(../images/back.jpg) #f2f2f2 repeat-x;
}

a:link    { color: #415fd3; text-decoration: underline; }
a:visited { color: #5b43d1; text-decoration: underline; }
a:hover   { color: #415fd3; text-decoration: none; }
a:active  { color: #415fd3; text-decoration: underline; }

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

span.stronger { color: #4b94c9; }
span.stronger2 { color: #888888; }
span.shidden { visibility: hidden; }

hr {
	visibility: hidden;
	border: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	display: none;
}

img { border: 0px; }


/******************************************************************************/
/* コンテナ                                                                   */
/******************************************************************************/
#wrap {
	width: 946px;
	margin: 0px auto;
}


/******************************************************************************/
/* ヘッダ                                                                     */
/******************************************************************************/
#head {
	width: 100%;
	height: 91px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}

#head-title {
	position: absolute;
	top: 28px;
	left: 16px;
}

#head-menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	list-style-type: none;
}

#head-menu li { float: left; }
#menu-item01 {
	width: 124px;
	height: 24px;
	background: url(../images/bn_01.jpg) no-repeat;
}
#menu-item02 {
	width: 124px;
	height: 24px;
	background: url(../images/bn_02.jpg) no-repeat;
}
#menu-item03 {
	width: 127px;
	height: 24px;
	background: url(../images/bn_03.jpg) no-repeat;
}

#head-menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#menu-link01:link    { background: url(../images/bn_01.jpg) no-repeat; }
#menu-link01:visited { background: url(../images/bn_01.jpg) no-repeat; }
#menu-link01:hover   { background: url(../images/bn_01_on.jpg) no-repeat; }
#menu-link01:active  { background: url(../images/bn_01.jpg) no-repeat; }
#menu-link02:link    { background: url(../images/bn_02.jpg) no-repeat; }
#menu-link02:visited { background: url(../images/bn_02.jpg) no-repeat; }
#menu-link02:hover   { background: url(../images/bn_02_on.jpg) no-repeat; }
#menu-link02:active  { background: url(../images/bn_02.jpg) no-repeat; }
#menu-link03:link    { background: url(../images/bn_03.jpg) no-repeat; }
#menu-link03:visited { background: url(../images/bn_03.jpg) no-repeat; }
#menu-link03:hover   { background: url(../images/bn_03_on.jpg) no-repeat; }
#menu-link03:active  { background: url(../images/bn_03.jpg) no-repeat; }


/******************************************************************************/
/* コンテンツ                                                                 */
/******************************************************************************/
#main {
	width: 100%;
	background: url(../images/000.jpg) repeat-y;
}
#main-under {
	clear: both;
	width: 920px;
	margin: 0px auto;
	text-align: right;
}


/******************************************************************************/
/* コンテンツ                                                                 */
/******************************************************************************/
#contents-outer {
	float: left;
	width: 733px;
}

#contents-inner {
	width: 681px;
	margin: 0px auto;
	text-align: left;
}

/* ブロックA */
.block-a {
	width: 100%;
	padding-bottom: 30px;
}
.block-a .title {
	margin-bottom: 10px;
}
.block-a .text {
	float: right;
	width: 532px;
}
.block-a .image {
	float: left;
	width: 139px;
}
.block-a .timeline { padding: 5px; }
.block-a .timeline .time { font-size: 10px; font-weight: bold; margin-right: 10px; }
.block-a .item { width: 340px; margin-bottom: 15px; }
.block-a .item-left { float: left; }
.block-a .item-right { float: right; }
.block-a .item .item-title { margin-bottom: 8px; }
.block-a .item .item-text { padding: 0px 10px 8px; }
.block-a .item .item-link { padding: 0px 10px; text-align: right; }

/* ブロックB */
.block-b {
	width: 100%;
	padding-bottom: 30px;
}
.block-b .title {
	margin-bottom: 10px;
}
.block-b .inner {
	width: 601px;
	margin-left: 70px;
}
.block-b .inner .image { margin-bottom: 10px; }
.block-b .inner .sub { font-weight: bold; padding: 5px 0px; }
.block-b .inner .intro { margin-bottom: 20px; }

/* ブロックC */
.block-c {
	width: 100%;
	padding-bottom: 20px;
}
.block-c .title { margin-bottom: 10px; }
.block-c .text-left { float: left; width: 458px; }
.block-c .image-right { float: right; width: 133px; }
.block-c .ctext { margin-bottom: 10px; }
.block-c .cimage { text-align: center; }

.time-table {
	border-top: 1px solid #adcae7;
	border-left: 1px solid #adcae7;
	vertical-align: middle;
	margin-bottom: 10px;
}

.time-table th{
	border-bottom: 1px solid #adcae7;
	border-right: 1px solid #adcae7;
}

.time-table td {
	border-bottom: 1px solid #adcae7;
	border-right: 1px solid #adcae7;
	padding: 10px 10px 10px 10px;
}

.time-table th, {
	background: #dbe8f4;
}

.time-table .001 { 
	text-align:left;
	text-indent: 1em;
}
.time-table .002 {
	text-align:center;
	text-indent: 1em;
}
.time-table .003 {
	text-align:left;
	text-indent: 1em;
}
.time-table .004 {
	text-align:center;
	text-indent: 1em;
	}

/******************************************************************************/
/* ナビゲーション                                                             */
/******************************************************************************/
#navi-outer {
	float: right;
	width: 213px;
	text-align: left;
}

#navi-inner {
	width: 200px;
}

#navi-list { list-style-type: none; }
#navi-item01 { width: 200px; height: 52px; background: url(../images/bn_04.jpg) no-repeat; }
#navi-item02 { width: 200px; height: 45px; background: url(../images/bn_05.jpg) no-repeat; }
#navi-item03 { width: 200px; height: 46px; background: url(../images/bn_06.jpg) no-repeat; }
#navi-item04 { width: 200px; height: 45px; background: url(../images/bn_07.jpg) no-repeat; }
#navi-item05 { width: 200px; height: 51px; background: url(../images/bn_08.jpg) no-repeat; }
#navi-item06 { width: 200px; height: 43px; margin-top:20px; text-align:center; }

#navi-list a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#navi-link01:link    { background: url(../images/bn_04.jpg) no-repeat; }
#navi-link01:visited { background: url(../images/bn_04.jpg) no-repeat; }
#navi-link01:hover   { background: url(../images/bn_04_on.jpg) no-repeat; }
#navi-link01:active  { background: url(../images/bn_04.jpg) no-repeat; }
#navi-link02:link    { background: url(../images/bn_05.jpg) no-repeat; }
#navi-link02:visited { background: url(../images/bn_05.jpg) no-repeat; }
#navi-link02:hover   { background: url(../images/bn_05_on.jpg) no-repeat; }
#navi-link02:active  { background: url(../images/bn_05.jpg) no-repeat; }
#navi-link03:link    { background: url(../images/bn_06.jpg) no-repeat; }
#navi-link03:visited { background: url(../images/bn_06.jpg) no-repeat; }
#navi-link03:hover   { background: url(../images/bn_06_on.jpg) no-repeat; }
#navi-link03:active  { background: url(../images/bn_06.jpg) no-repeat; }
#navi-link04:link    { background: url(../images/bn_07.jpg) no-repeat; }
#navi-link04:visited { background: url(../images/bn_07.jpg) no-repeat; }
#navi-link04:hover   { background: url(../images/bn_07_on.jpg) no-repeat; }
#navi-link04:active  { background: url(../images/bn_07.jpg) no-repeat; }
#navi-link05:link    { background: url(../images/bn_08.jpg) no-repeat; }
#navi-link05:visited { background: url(../images/bn_08.jpg) no-repeat; }
#navi-link05:hover   { background: url(../images/bn_08_on.jpg) no-repeat; }
#navi-link05:active  { background: url(../images/bn_08.jpg) no-repeat; }


/******************************************************************************/
/* フッタ                                                                     */
/******************************************************************************/
#foot-image {
	width: 946px;
	height: 246px;
	background: url(../images/footer.jpg) no-repeat;
	padding-top:35px;
	padding-left:22px;
	text-align:left;
}

#foot-line {
	width: 100%;
	padding:20px 0px 0px 0px;
}

#foot-line .foot-link {
	padding-top: 20px;
	padding-bottom: 10px;
	list-style-type: none;
}

#foot-line .foot-link li {
	display: inline;
	padding: 0px 5px;
}
#foot-line .foot-link .foot-item {
	border-right: 1px solid #888888;
}

#foot-line .copyright {
	padding-bottom: 20px;
}


