@charset "utf-8";

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,p {             /* 除く：table */
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul li {
	list-style-type: none;
}

img {
	border: 0;
	display: inline;
}

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

a:hover {
	color : #007c91;
	text-decoration : underline;
	background: #ffcdea;
}

.center {
	text-align: center;
}

html {                        /* IE7ページ拡大表示対策 */
  background-color: #F9F9F9;
  height: 100%;
  width: 100%;
  margin-bottom: 1px;    /* Firefoxのスクロールバー対策 */
  overflow-y: scroll;    /* Firefoxのスクロールバーを常に表示 */
}

/* =========================  body  ========================= */

body {
	background: repeat-y url(../image_com/base_body.gif) center;
	background-color: #FCFCFC;
	text-align: center;        /* for IE */
	color: #000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: small;
	line-height: 120%;
}

/* =========================  container  ========================= */

#container {
	width: 900px;
	text-align: left;
	background: center;
	margin-right: auto;
	margin-left: auto;
}

/* ===========================  header  ========================== */

#header #title {
	float: left;
}

#header #box {
	width: 420px;
	float: right;
	margin: 10px 0px 0px 0px;
	text-align:right
}

#container #header #box li {
	display: inline;
}

/* =========================  navi  ========================= */

#navi {
	width: 900px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #999;
}

#navi ul li {
	float: left;
}

/* =========================  breadcrumbs  ====================== */

#breadcrumbs {
	width: 870px;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 15px 0px 0px;
}

/* =========================  subnavi  ========================= */

#subnavi {
	float: left;
	width: 185px;
	display: inline;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}

#subnavi h2 {
	background: url(../image_com/ban_subnavititle.gif);
	height: 60px;
	width: 185px;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	color: #333333;
}

#subnavi h2 .gakuen {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}

#subnavi ul {
	font-size: 12px;
	list-style-type: none;
}

#subnavi ul li {
	display: inline;
}

#subnavi ul li .rinku {  /*-- 町田市がい者就労・生活支援センター りんく --*/
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
}

#subnavi ul li a {
	height: 40px;
	width: 185px;
	background-image: url(../image_com/bn_subnavi.gif);
	color: #333333;
	text-decoration: none;
	text-indent: 20px;
	line-height: 40px;
	display: block;
	font-size: 14px;
}

#subnavi ul li a:hover {
	color: #333333;
	background-image: url(../image_com/bn_subnavi_here.gif);
}

#subnavi ul .here {
	height: 40px;
	width: 185px;
	background-image: url(../image_com/bn_subnavi_here.gif);
	color: #333333;
	text-decoration: none;
	text-indent: 20px;
	line-height: 40px;
	display: block;
	font-size: 14px;
}

#subnavi ul li.subnavi_small a {
	height: 28px;
	width: 185px;
	background-image: url(../image_com/bn_subnavi2.gif);
	color: #333333;
	text-decoration: none;
	text-indent: 40px;
	line-height: 28px;
	display: block;
	font-size: 14px;
}

#subnavi ul li.subnavi_small a:hover {
	color: #333333;
	background-image: url(../image_com/bn_subnavi_here2.gif);
}

#subnavi ul .here2 {
	height: 28px;
	width: 185px;
	background-image: url(../image_com/bn_subnavi_here2.gif);
	color: #333333;
	text-decoration: none;
	text-indent: 40px;
	line-height: 28px;
	display: block;
	font-size: 14px;
}

#subnavi ul .here .rinku {  /*-- 町田市障がい者就労・生活支援センター りんく --*/
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
}

#subnavi .bannar {
	font-size: 14px;
	line-height: 35px;
	background-image: url(../image_com/ban_subnavi_blue.gif);
	text-indent: 10px;
	height: 35px;
	width: 170px;
	display: block;
}

/* =========================  main  ========================= */

#main {
	float: left;
	width: 670px;
	margin-left: 15px;
}


/* =====================  pagetop button  ===================== */ 

.pageTop {
	width: 885px;
	margin-bottom: 10px;
}

.goToTop {
	font-size: 90%;
	background: url(../image_com/ico_pagetop.gif) no-repeat right center;
	text-align: right;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	clear: both;
}

.goToTop a {
	color: #000000;
}

/* =====================  footerNavi  ===================== */ 

#container #footerNavi {
	width: 799px;
	margin-left: 1px;
	background-color: #FEFEFE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
}

#container #footerNavi ul {
	font-size: 0.8em;
	color: #666666;
	line-height: 24px;
	text-align: center;
}

#container #footerNavi li {
	display: inline;
}

/* ***************************************  footer  ************************* */

#footer {
	width: 900px;
	font-size: 13px;
}

#footer .bg {
	width: 870px;
	background: #F5F5F5 url(common.css) repeat-x;
	border-top: 1px solid #BABABA;
	padding: 10px 5px 5px 25px;
	font-size: 0.95em;
}

#footer li {
	border-left: 1px solid #BABABA;
	float: left;
	font-size: 0.95em;
}

#footer li.end {
	border-left: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
}

#footer a {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 8px;
}

#footer li img {
	margin-right: -3px;
}

#copyright {
	color: #333333;
	text-align: right;
	font-size: 12px;
	background-color: #F5F5F5;
	background-image: url(../image_com/line_footer.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BABABA;
	padding: 12px 15px 5px 0px;
}

/* ***************************************    ************************* */
