body{
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	background-image: url(image/bg.gif);
	text-align: center;
}


/* ------------------------------------------------------------------------------------ 
　　　　　　　　　　　　　　　　　　　基本設定
------------------------------------------------------------------------------------ */
p{
	font-size: 13px;
	margin: 0;
}

b{
	font-size: 15px;
	color: #696969;
}
div#wrapper{
	width: 740px;
	background-image: url(image/bg-l.gif);
	background-repet: repeat-y;
	margin: 0 auto;
	text-align: left;
	
}


/* ------------------------------------------------------------------------------------ 
                                　　　 リンク
------------------------------------------------------------------------------------ */

a:link {
	color: #993366; 
	text-decoration: none; 
	} 
a:visited {
	color: #cc3366; 
	text-decoration:none;
	}
a:active {
	color: #ff6699;
	text-decoration:none;
	}
a:hover {text-decoration:none;}

/* ------------------------------------------------------------------------------------ 
　　　　　　　　　　　　　　　　　　　　メニュー
------------------------------------------------------------------------------------ */

img.menu{
	border: none;
	margin: 0px;
	vertical-align:bottom;
}

/* ------------------------------------------------------------------------------------ 
　　　　　　　　　　　　　　　　　　　　テーブル
------------------------------------------------------------------------------------ */

TABLE#waku {
  border-collapse: collapse;
  border-style: solid; 
  border-color: #666666;
  border-width: 1px; 
  margin: 5px;
}

/* ------------------------------------------------------------------------------------ 
　　　　　　　　　　　　　　　　　　　　見出し
------------------------------------------------------------------------------------ */
H1 {
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	border-width: 0px 0px 2px 20px; 
	border-style: solid;
	border-color: #cc6699;
	line-height: 100%;
	margin: 0;
}

H5 {
	font-size: 14px;
	border-top-color: #cc6699; /* 上枠の色 */
	border-bottom-color: #cc6699; /* 下枠の色 */
	padding: 2px;
	border-style: double; /* 枠の種類 */
	border-width: 1px 0px; /* 枠の幅 */
	line-height: 130%;
	margin: 8px 17px 8px 0px;
}

H6 {
	font-size: 14px;
	color: #ffffff;
	background-color: #ff9999;
	line-height: 130%;
	padding: 3px 5px 3px 5px;
	margin: 0px;
}

/* ------------------------------------------------------------------------------------ 
　　　　　　　　　　　　　　　　　　　　装飾
------------------------------------------------------------------------------------ */
p#job{
	font-size: 15px;
	color: #cc3366;
	background-color: #ffcccc;
	line-height: 130%;
	padding: 3px 0px 3px 0px;
	margin: 8px 0px 8px 0px;
	text-align: center;
	font-weight: bold;
}