@charset "utf-8";

/*
 * $Id: style_rirekisho.css 18:33 2007/12/05 i-toyokuwa Exp $
 *
 * Title:
 * 履歴書用スタイルシート
 *
 * Description:
 * Copyright (C) DIP, Inc., All Rights Reserved.
 */

/**** start title ****/

div#contents_l h2.ad {
	background-image: url(../images/rirekisho_title.png);
	background-repeat: no-repeat;
	height: 50px;
	overflow:hidden;
	text-indent:-999em;
}
/**** end title ****/

div#contents_l h3.con1{
	clear: both;
	margin-top: 16px;
	margin-bottom: 1em;
	background-image: url(../images/rirekisho_con1_title.png);
	background-repeat: no-repeat;
	height: 39px;
	overflow:hidden;
	text-indent:-999em;
}
div#contents_l h3.con2{
	margin-top: 16px;
	margin-bottom: 1em;
	background-image: url(../images/rirekisho_con2_title.png);
	background-repeat: no-repeat;
	height: 39px;
	overflow:hidden;
	text-indent:-999em;
}

.rirekisho_r{
	float: right;
	width: 250px;
	margin: 0 10px 16px 10px;
}
.rirekisho_r p{
	text-align: center;
	width: 250px;
}
.rirekisho_ent_btn{
	clear: both;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0000;
	padding: 10px;
}
.rirekisho_ent_btn img{
	margin: 4px;
}

.rirekisho_how{
	clear: both;
	margin-bottom: 16px;
	width: 500px;
	margin: 0 auto;
	height: 330px;
}
.rirekisho_how img{
	float: left;
	width: 250px;
}

.rirekisho_box{
	float: left;
	border: 3px solid #90e289;
	width: 230px;
	height: 308px;
}
.rirekisho_box ul{
	padding: 6px 4px;
}
.rirekisho_box ul li{
	list-style-image: url(../images/rirekisho_bg.gif);
	margin: 1em 1em 1em 2em;
}
.rirekisho_color{
	width: 320px;
	background-color: #ffffe1;
	padding: 10px;
	font-size: 1.1em;
}
