/*********************************************************************
   三島光産　新卒リクルート用CSS
*********************************************************************/
* {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #333333;
	
}

body {
	background-image: url(img/pub/layout-back.jpg);
	background-position: center;
	background-repeat: repeat-y;

	background-color: #E8F4F4;
	border-top: 10px solid #E8F4F4;
}

img {
	vertical-align: text-bottom;
}

/* --------------- メインのレイアウト枠 ---------------- */
#layout {
	margin-left: 2px;
	width: 900px;
	line-height: 130%;
	border-top: 4px solid #16314E;
}

#header {
	padding: 0px;
	margin-right: 1px;
	background-color: #FFFFFF;
}

#footer {
	text-align: right;
}

.pageup {
	padding: 5px 30px;
	text-align: right;
}

ul,li {
	list-style-type: none;
	font-size: 13px;
	background-color: #E8E0EF;
}

li img {
}

a:link {color: #0000CC; text-decoration: underline;}
a:visited {color: #0000CC; text-decoration: underline;}
a:active {color: #0000CC; text-decoration: underline;}
a:hover {color: #FF6600; text-decoration: underline;}

/* --------------- コンテンツ部分 ---------------- */
#contents {
	border-top: 1px solid #999999;
	width: 900px;
}

#contents-left {
	float: left;
	width: 200px;
	text-align: center;
}

#contents-right {
	float: right;
	width: 700px;
}

h2 {
	margin: 0px;
}

#midashi {
	border-bottom: 1px solid #999999;
	padding: 12px 2px;
}

.midashi-left {
	float: left;
}

.midashi-right {
	float: right;
	padding-right: 10px;
}



/* --- トピックス --- */
#topics {
	border-top: 2px solid #999999;
	padding: 0px 10px;
	margin: 10px;
	text-align: left;
}

#topics img {
	margin-left: 3px;
}

#topics p {
	padding: 5px 0px;
}

.date {
	padding: 0px 15px 0px 5px;
}

/* --- 先輩からのメッセージ --- */
#newMessage {
	border-top: 2px solid #999999;
	text-align: left;
	padding: 0px 10px;
	margin: 10px;
}

#top-message {
	margin: 10px 0px;
	padding-top: 6px;
}

#top-message-left {
	float: left;
	margin: 10px 10px 10px 15px;
}

#top-message-right {
	float: right;
	margin: 10px 15px 10px 10px;
}

p.belonging {
	color: #CC0000;
	font-weight: bold;
}

p.name {
}

p.since {
	font-size: 11px;
}

p.navi {
	text-align: right;
	padding: 5px 20px;
}
/* == 内部コンテンツ == */
/* --- 担当者からの一言 --- */
#main {
/*	margin-top: 10px;*/
	text-align: left;
	padding: 10px 30px;
}

#main h3 {
	margin-bottom: 5px;
	color: #993300;
	font-size: 14px;
}

#main p {
	padding: 10px 10px 30px 10px;
	color: #333300;
}

#main p.keieirinen {
	border: 1px solid #E9E6D1;
	background-color: #F5F4EB;
	padding: 40px 10px;
	text-align: center;
}

#main ul {
	padding: 10px;
}

#main li {
	color: #993333;
	font-weight: bold;
}

#main table.entry {
	margin-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#main table.entry th,td{
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#main table.entry th{
	background-image: url(img/entry/head_sp1.gif);
	border-left: 4px solid #CCCCCC;
	color: #333;
	font-weight: normal;
}

#main table.ryo {
	width: 600px;
	border: none;
	margin: 10px 0px;
}

#main table.ryo th{
	border: none;
	color: #0066CC;
	padding: 7px;
}

#main table.ryo td{
	border: none;
	padding: 7px;
}

#main table.ryo tr.bg{
	background-color:#EBF2F1;
}

/* ---- 先輩からのメッセージ ---- */
#main p.question {
	font-weight: bold;
	padding: 5px 0px;
	color: #996699;
}

#main p.answer {
	padding: 5px 5px 15px 0px;
}

#main table.message img {
	border: 1px solid #666666;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


#main h5 {
	padding: 0px;
	margin: 25px 0px 0px 0px;
}

#main p.classtop {
	padding: 5px;
	margin: 5px 5px 20px 0px;
	background-color: #ECE9D8;
/*	border: 1px solid #999966;
	background-color: #ECE9D8;*/
}

#main p.classification {
	margin: 5px;
	padding: 0px;
	color: #333333;
}

#main table.classification {
	border: none;
}

#main table.classification td {
	width: 75px;
	border: none;
	vertical-align: top;
}


#main table.classification td img {
	border: 1px solid #666666;
}
/* clear
------------------------------ */
.clear {
	clear:both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
