@charset "utf-8";
/*全体を囲うCSS。コンテンツの種類別に設定してある。*/
.contents_keitou {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 10px;
	text-align: left;
	clear: both;
	border: 1px solid #CCC;
}



/*左側全体を囲うCSS*/
#left_container {
	float: left;
	width: 640px;
	margin-left: 20px;
}

/*右側全体を囲うCSS*/
#right_container {
	float: left;
	width: 250px;
	margin-left: 20px;
}







h1 {
	background-color: #E7FFFF;
	font-size: 20px;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*説明部分のテーブルにかけている*/
.table_setumei {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-collapse: collapse; /* 枠線の表示方法 */
}
.table_setumei_naka_td {
	background-image: url(../image_shoku2/keitou_shoku_contents/naka.gif);
	border-collapse: collapse; /* 枠線の表示方法 */
	background-repeat: repeat-y;
	font-size: 14px;
	width: 450px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 1.2em;
}



.pankuzu_list {
	font-size: 12px;
	width: 500px;
	margin-left: 20px;
}


.contents_box {
	width: 640px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
}

.shoku_itiran_bigbox {

}

.shoku_itiran_box_left {
	float: left;
	width: 300px;
	margin-left: 13px;
}

.shoku_itiran_box_right {
	float: left;
	width: 300px;
	margin-left: 13px;
}
.shoku_itiran_box_left ul {
	border: 1px dotted #CCC;
	width: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 50px;
}
.shoku_itiran_box_left ul li {
	list-style-image: url(../image_shoku2/li/li_mizuiro_koiao.gif);
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shoku_itiran_box_right ul {
	border: 1px dotted #CCC;
	width: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 50px;
}
.shoku_itiran_box_right ul li {
	list-style-image: url(../image_shoku2/li/li_mizuiro_koiao.gif);
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*職業一覧内のあ行・さ行などについてのcss*/
.p_gyou_setumei {
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
}


/*フッターにある系統などのリンク部分*/
.contents_links {
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*コンテンツの更新履歴部分*/
.contents_rireki {
	width: 935px;
	color: #999999;
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.size_10 {
	font-size: 10px;
}



/*アドセンス250x250*/
.g_box_250x250 {
	height: 250px;
	width: 250px;
	margin-top: 80px;
	margin-bottom: 10px;
}
.g_box_336x280 {
	height: 280px;
	width: 340px;
	margin-left: 10px;
	clear: both;
}
.g_linkyunit {
	width: 500px;
	margin-top: 30px;
	margin-left: 95px;
	margin-bottom: 10px;
}

/*右側サイドバーページ内リンク*/
.right_bar_pagelinks {
	width: 250px;
	margin-top: 10px;
	padding-top: 5px;
	border: 1px solid #CCC;
}

.right_bar_pagelinks ul {
	margin-left: 0px;
	margin-top: 10px;
}

.right_bar_pagelinks ul li {
	margin-left: 0px;
	font-size: 12px;
	margin-top: 2px;
	list-style-image: url(../image_shoku2/li/li_usui_ao.gif);
}

/*右側サイドバーページ内リンクのリストを赤にする*/
#red_list_mark li{
	list-style-image: url(../image_shoku2/li/li-aka-sikaku.gif);
}


/*ライトコンテナの見出しスプライト*/	
.boshuu_image{
	background-image: url(../taikendan/image/midasi_sprite.jpg);
	background-position: 0px -70px;
	height: 80px;
	width: 250px;
	}
.toukou_image{
	background-image: url(../taikendan/image/midasi_sprite.jpg);
	background-position: 0px -150px;
	height: 80px;
	width: 250px;
	}
