/* 基本 */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4;
	background-color: #F5F5F5;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

/* IE6向け */
body {
	text-align:center;
}
div {
	text-align:left;
}

/* レイアウト */
#wrapper {
	margin: 0 auto;
	width: 860px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}
#content {
	margin: 0 30px;
	padding: 5px 0;
	width: 800px;
}
#header {
}
#navi {
	padding: 3px;
}
#container {
	padding: 0 0 15px;
	width: 800px;
	background-image: url('');
	background-repeat: repeat-y;
	background-position: 0 0;
}
#primary {
	padding-bottom: 35px;
	float: left;
	width: 590px;
}
#secondary {
	float: right;
	width: 200px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	background-image: url('images/fbg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
#content_bottom {
	margin: 0 5px;
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	width: 850px;
}
/* ナビゲーションバー */
#menu {
	width: 200px;
	font-size: 16px;
	margin-bottom: 5px;
}
#menu ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}
#menu ul li {
	line-height: 0;
	margin-bottom: 2px;
}
#menu ul li ul {
	margin: 0.5em;
}
#menu ul li ul li a:link, #menu ul li ul li a:visited {
	color: #333333;	
	text-decoration: none;
	line-height: 1.5em;
}
#menu ul li ul li a:hover, #menu ul li ul li a.current {
	color: #FF9834;
}

/* コンテンツ */
h1{
	font-size: 13px;
	padding: 3px;
	float: left;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 18px;
	float: right;
	background-image: url('images/h2.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#primary h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 0 5px 15px;
	float: none;
	height: 30px;
	background-image: url('images/h2bg.jpg');
	background-repeat: no-repeat;
}
#primary h2.noruby {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 9px 0 5px 15px;
	float: none;
	height: 30px;
	background-image: url('images/h2bg.jpg');
	background-repeat: no-repeat;
}
#primary h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #C5D92A;
	border-left: 5px solid #C5D92A;
}
#primary h4 {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 3px 0 3px 10px;
}
#secondary h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px 5px 5px 12px;
	float: none;
	height: 30px;
	background-image: url('images/h3bg.jpg');
	background-repeat: no-repeat;
}
#secondary h2.noruby {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 9px 5px 5px 12px;
	float: none;
	height: 30px;
	background-image: url('images/h3bg.jpg');
	background-repeat: no-repeat;
}
#primary a {
	font-size: 16px;
	color: #59C726;
	text-decoration: underline;
}
#primary a:hover {
	text-decoration: none;
}
p.browser {
	font-size: 12px;
	padding: 0 3px 3px 0;
	float: right;
}
p {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
p.ex {
	padding-left: 20px;
}
#footer p {
	font-size: 12px;
	text-align: center;
	padding: 15px 0 15px;
}
#primary ul {
	font-size: 16px;
	margin: 5px 5px 5px 25px;
	list-style-type: disc;
}
#primary ul.kome li{
	text-indent: -1em;
	list-style-type: none;
}


#primary ul.sitemap li {
	padding: 3px 0;
}
#primary ol {
	font-size: 16px;
	margin: 5px 5px 10px 30px;
}
#primary dl {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#primary dt {
	clear: left;
	float: left;
	width: 6em;
}
#primary dd {
	margin-left: 6em;

}

.red {
	color: #FF0066;
}
.red_b {
	color: #FF0066;
	font-weight: bold;
}
.blue {
	color: #0066FF;
}
.blue_b {
	color: #0066FF;
	font-weight: bold;
}
.big {
	font-size: 20px;
}
.small {
	font-size: 12px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.arrow {
	font-size: 9px;
	color: #FF0066;
}
table.int  {
	margin: 5px 0 10px 0;
	border: 1px solid #F5F5F5;
	width: 590px;
	border-collapse: collapse;
}
table.int td {
	font-size: 16px;
	padding: 5px;
	background-color: #FFFFF0;
	border: 1px solid #F5F5F5;
}
table.int td.cl {
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: #C5D92A;
}
table.hist  {
	margin: 0;
	border-collapse: collapse;
}
table.hist td {
	font-size: 16px;
	padding: 2px;
	background-color: #FFFFF0;
	border-style: none;
}
table.salary {
	margin-left: 20px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.salary td {
	font-size: 16px;
	padding: 2px;
	border-style: none;
}


/* インフォメーション */
#as-info {
	font-size: 14px;
	height: 200px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#as-info dl {
	margin: 0;
}
#as-info dt {
	font-weight: bold;
}
#as-info dd {
	color: #666;
	margin: 0;
	padding-bottom: 15px;
}
#as-info dd em {
	font-style: normal;
}

.rss {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;	
}