@charset "UTF-8";

/* SEVEN WORKS JAPAN CSS
---------------------------------------------------- */

/* index
----------------------------------------------------*/




/* news
----------------------------------------------------*/
div#news_title {
	width:511px;
	height:24px;
	background-image: url(../images/base/title_h2.gif);
	background-repeat: no-repeat;
	margin: 15px 0px 0px 0px;
}

div#news_title h2 {
	float:left;
	padding:5px 0px 0px 13px;
}

div#news_title span {
	float:right;
	margin:3px 5px 0px 0px;
}

div#news {
	margin:5px 5px 15px 5px;
}

div#news dl {
	width:501px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #777777;
	padding: 5px 0px 5px 0px;
}

div#news dt {
	float:left;
	clear:both;
	width: 75px;
	padding: 1px 0px 0px 10px;
	background-image: url(../images/base/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #669933;
	font-size:65%;
}

div#news dd {
	width:405px;
	margin:0px 0px 0px 85px;
}

div#news a:link {
	color:#666666;
	text-decoration:none;
}

div#news a:visited {
	color:#666666;
	text-decoration:none;
}

div#news a:hover {
	color:#FF9933;
	text-decoration:none;
}

/* recruit_info
----------------------------------------------------*/

#recruit_info {
	margin:0px;
	border: 5px solid #ededed;
	padding: 5px;
}

#recruit_info h2 {
	margin:5px 0px 0px 0px;
	color: #ff8a00;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 0px 0px 2px 0px;
}

#recruit_info ul li {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	display:inline;
	background-image: url(../images/base/menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#recruit_info p {
	margin:5px 0px 10px 0px;
}


p.p_mark_i {
	margin:0px 0px 10px 0px;
	text-align: right;
}

p.p_mark_i img {
	margin:0px 0px 0px 0px;
	float: right;
}

