/*
===============================================================================
/saiyo/css/index.css
2011年度4月定期採用募集中止のお知らせ用スタイルシート
===============================================================================*/

/*-----------
Shared Styles
-------------*/

/* Contents > [HTMLTag] H3
===============================================================================*/
#contents h3,h4 {
	width:600px;
	padding-top:12px;
	margin-top:12px;
	margin-left: 44px;

	background:#fff url("../images/dot.gif") repeat-x left bottom;
}
h3 {
	font-size:small;
}
html>body h3 {font-size:small;}

h4 {
	font-size:medium;
}
html>body h4 {font-size:medium;}

/*------------
Element Styles
--------------*/

/* Contents > Lead
===============================================================================*/
#contents p {
	width:600px;
	margin-left: 40px;
}


/* Contents > div
===============================================================================*/
.box00	 {
	width: 600px;
	text-align: center;
}

.box01	 {
	width: 600px;
	text-align: right;
	margin-bottom: 20px;
}

.box01a	 {
	width: 600px;
	text-align: right;
	margin-top: 20px;
}

.box02	 {
	margin-top: 20px;
	width: 600px;
	text-align: left;
}



