@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

html
{
	overflow-y:scroll;
}

body
{
	background-color:	#ffffff;
	font-family:			"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:				14px;
	color:						#333333;
	line-height:			140%;
	text-align:				center;
}

h3
{
	font-size:			18px;
	color:					#f1621b;
	margin-bottom:	8px;
}

h4
{
	font-size:			16px;
	margin-bottom:	6px;
}

code
{
	font-family: monospace;
}

#wrapper {
	width:	700px;
	height:	100%; 
	margin:	0px auto;
}

#navi
{
	width: 700px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	background-image: url(images/navi.gif);
}
#navi ul {
	list-style:	none;
	font-size:	15px;
	padding: 7px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
#navi li {
	display: inline;
	padding: 6px, 0px;
}
#navi li a {
	color:						#258FB8;
	padding:					7px 8px 4px 8px;
	_padding:					5px 8px 3px 8px;
	text-decoration:	none;
}
#navi li a:hover {
	background: url(images/navi_select.gif) repeat-x;
}

img {
	border: none;
}

#text
{
	width:      460px;
	text-align:	left;
	padding:		20px 20px 0px 20px;
	margin:     0px auto;
}

#data_table
{
	width:      460px;
	text-align:	left;
	padding:    20px 20px 0px 20px;
	margin:			0px auto;
}
#data_table th
{
	text-align:left;
	background-color:#e0e0e0;
	font-weight:normal;
	width:158px;
}
#data_table th,
#data_table td
{
	padding:5px 10px;
	vertical-align:top;
	border-bottom: 2px solid #ffffff;
}

#message_pic
{
	width: 700px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin:  3px auto 0px;
	background-image: url(images/message.jpg);
}
#message_pictext
{
	font-weight: bold;
  color:      #ffffff;
	text-align:	left;
	font-size:	18px;
	padding:		5px 0px 0px 10px;
}
#company_pic
{
	width: 700px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin:  3px auto 0px;
	background-image: url(images/company.jpg);
}
#company_pictext
{
	font-weight: bold;
  color:      #ffffff;
	text-align:	left;
	font-size:	18px;
	padding:		5px 0px 0px 10px;
}
#works_pic
{
	width: 700px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin:  3px auto 0px;
	background-image: url(images/works.jpg);
}
#works_pictext
{
	font-weight: bold;
  color:      #ffffff;
	text-align:	left;
	font-size:	18px;
	padding:		5px 0px 0px 10px;
}
#recruit_pic
{
	width: 700px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin:  3px auto 0px;
	background-image: url(images/recruit.jpg);
}
#recruit_pictext
{
	font-weight: bold;
  color:      #ffffff;
	text-align:	left;
	font-size:	18px;
	padding:		5px 0px 0px 10px;
}
#labo_pic
{
	width: 700px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin:  3px auto 0px;
	background-image: url(images/labo.jpg);
}
#labo_pictext
{
	font-weight: bold;
  color:      #ffffff;
	text-align:	left;
	font-size:	18px;
	padding:		5px 0px 0px 10px;
}

.name
{
	font-weight: bold;
	margin-bottom: 3px;
}

.t16
{
	font-size: 16px;
	color:			#f1621b;
/*	
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
	padding: 3px;
*/
	margin-bottom: 8px;
}
