/* ▼ Common ------------------------------------------------------------------*/
* {
	color:#333333;
	margin: 0;
	padding:0;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #ffffff;
	background-image: url(img/bg.gif);
	background-position: center;
}

h2 {
	color:#333333;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 16px;
	font-weight: normal;
}

h3 {
	color:#333333;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 16px;
	font-weight: normal;
}

h4 {
	color:#333333;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 13px;
	font-weight: normal;
}


a {
	color:#0000ff;
}

a:hover {
	text-decoration: none;
	color: #FF3300;
}


/* ▼ Base ------------------------------------------------------------------*/

#base {
	background-color: #ffffff;
	width:780px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#back{
	width: 780px;
	margin: 0px auto;
	padding: 0px;
} 

#wrap {
	width: 780px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	padding:0;
}

/* ▼ Header ------------------------------------------------------------------*/

#header {
	width:780px;
	border-top: 5px solid #0066CC;
}

#header h1 {
	margin: 3px 10px 3px 10px;
}

#header h1 a {
	width: 100px;
	color:#333333;
	font-size: 28px;
	text-decoration:none;
}

#header h2 {
	width: 600px;
	margin: 5px 10px 0px 10px;
	font-size: 11px;
	font-weight: normal;
}

#header_i {
	width:780px;
	border-top: 5px solid #0066CC;
}

#header_i h1 {
	margin: 4px 10px 3px 10px;
}

#header_i h1 a {
	color:#333333;
	font-size: 28px;
	text-decoration:none;
}

#header_i h2 {
	width:420px;
	margin: 5px 10px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1PX;
}


/* ▼ Navi ------------------------------------------------------------------*/

#navi {
	padding: 1px 8px 2px 0px;
	background-color: #e0e0e0;
	color: #999999;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 9px;
	text-align: right;
}

#navi ul {
	list-style-type:none;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 0px;
}

#navi li {
	display: inline;
	line-height:normal;
	text-indent:0;
}

#navi a {
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-decoration:none;
}

#navi a:hover {
	color: #ffffff;
	border-bottom-style: none;
}

#navi h2 {
	background-color: #e0e0e0;
	color: #999999;
	font-size: 9px;
	font-weight: normal;
}


/* ▼ Contents ------------------------------------------------------------------*/

#contents {
	width:600px;
	float: right;
	padding: 0;
	background-color: #ffffff;
}

#contents #main {
	margin:10px;
	padding:0px 0px 0px 10px;
}

#contents #main ul {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

#contents #main li {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 1px;
	display: inline;
}

#contents #main li a {
	height: 20px;
	line-height: 20px;
	font-size:13px;
	padding-left: 5px;
	padding-right: 5px;
}

#contents p{
	padding: 5px;
}

#contents h3 {
	margin:0px 0px 5px 10px;
	padding:2px;
	text-indent: 10px;
	font-size:13px;
	color:#FFFFFF;
	background-color:#000066;
	background-image: url(img/contents_title1.gif);
	background-repeat: no-repeat;
	height: 18px;
}

#contents h4 {
	margin-bottom:5px;
	margin-left: 10px;
	margin-top: 0px;
	text-indent: 0px;
	background-image: url(img/contents_title2.gif);
	background-repeat: no-repeat;
	height: 24px;
	line-height: 200%;
}

/* ▼ Contents_top_img ------------------------------------------------------------------*/

#contents .contents_top_box {
	background-image: url(img/contents_box1.jpg);
	height: 200px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 380px;
	padding-right: 0px;
	margin-left: 10px;
	margin-bottom:10px;
	line-height: 200%;
}

#contents .contents_top_box h2 {
/*	text-indent: -9999px;	*/
}

#contents .contents_top_box p {
	margin-top: 0px;
	line-height: 200%;
	color: #000000;
}


/* ▼ Contents_top_wrap ------------------------------------------------------------------*/

#contents .contents_top_wrap {
	clear:both;
}

#contents .contents_top_wrap .contents_top_right {
	float: right;
	width: 50%;
}

#contents .contents_top_wrap .contents_top_left {
	float: left;
	width: 50%;
}

.contents_top_cat {
	padding-bottom: 20px;
}

.contents_top_cat p{
	font-size: 11px;
	margin-right: 20px;
	color: #AA6611;
	background-image: url(img/contents_top_txt_bg.gif);
	margin-left: 10px;
	line-height: 20px;
}


/* ▼ Side ------------------------------------------------------------------*/

#side {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
	border-left:1px #0066CC solid;
	border-right:1px #0066CC solid;
	border-bottom:1px #0066CC solid;
}

#side_d {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#side_d #side_title {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	height: 18px;
	background-color:#0066CC;
	text-align: center;
	color:#ffffff;
}

#side li {
	list-style-type: none;
	margin: 0px;
}

#side_d ul {
	margin: 0px;
}

#side_d li a {
	display: block;
	width: 178px;
	height: 20px;
	line-height: 20px;
	background: url(img/side_menu.gif) no-repeat 0px 60%;
	text-indent: 24px; 
	text-decoration:none;
	padding: 4px 0px 4px 0px;
}

#side_d li a:hover {
	text-decoration: none;
}

#side_d #side_sub_title {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
	font-size: 13px;
	text-align: left;
}

#side_d #side_sub_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 15px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 3px;
	border-bottom:1px solid #0066CC;
}



/* ▼ Side right------------------------------------------------------------------*/

#side_r {
	float: left;
	width: 208px;
	margin: 0px;
	padding: 0px;
	border-left:1px #ff9900 solid;
	border-right:1px #ff9900 solid;
	border-bottom:1px #ff9900 solid;
	background-color:#ffffcc;
}

#side_d_r {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#side_d_r #side_title_r {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 13px;
	color:#FFFFFF;
	font-weight: normal;
	text-align: center;
	height: 18px;
	background-color:#ff9900;
	text-align: center;
	color:#ffffff;
	line-height: 18px;
}

#side_r li {
	list-style-type: none;
}

#side_d_r ul {
	margin-bottom: 0px;
}

#side_d_r li a.rank1 {
	display: block;
	width: 208px;
	text-indent: 45px; 
	font-size: 14px;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	padding:15px 0px 5px 0px;
	background: url(img/rank_01.gif) no-repeat 8px;
	border-bottom:1px solid #ff9900;
}

#side_d_r li a.rank2 {
	display: block;
	width: 208px;
	text-indent: 45px; 
	font-size: 14px;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	padding:12px 0px 2px 0px;
	background: url(img/rank_02.gif) no-repeat 8px;
	border-bottom:1px solid #ff9900;
}

#side_d_r li a.rank3 {
	display: block;
	width: 208px;
	text-indent: 45px; 
	font-size: 14px;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	padding:12px 0px 2px 0px;
	background: url(img/rank_03.gif) no-repeat 8px;
	border-bottom:1px solid #ff9900;
}

#side_d_r li a.rank4 {
	display: block;
	width: 208px;
	height:29px;
	text-indent: 45px; 
	font-size: 14px;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
	background: url(img/rank_03.gif) no-repeat 8px;
}



/* ▼ Footer ------------------------------------------------------------------*/

#footer_menu {
	clear: both;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	background-color: #F0EFEE;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
}

#footer_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}

#footer_menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer_menu li a {
	font-size: 10px;
	letter-spacing: 0.1em;
}

address {
	clear: both;
	font-style: normal;
	color: #333333;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #e0e0e0;
	display: block;
	height: 15px;
	width: 780px;
	font-size: 11px;
}



/* ▼ ハローワーク ------------------------------------------------------------------*/

#hellowork_01 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #77CC66;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}

#hellowork_02 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #99CCFF;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}

#hellowork_03 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #CCFFCC;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}

#hellowork_04 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #FFCC99;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}

#hellowork_05 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFCC;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}

#hellowork_06 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #FFCCFF;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}

#hellowork_07 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #CCCCFF;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}

#hellowork_08 {
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #FF9999;
	font-size: 14px;
	font-family: "HGS創英角ｺﾞｼｯｸUB";
}



