/* TOP */
#topimg {
	background: #7CA7ED url(../img/top/topimg_bg.jpg) repeat-x 0px 0px;
	height: 250px;
	clear: both;
}
#topeigyo {
	padding: 15px 20px;
}
#topeigyo h3 {
	font-size: 100%;
	font-weight: normal;
	color: #666666;
}
#boxtop {
	clear:both;
	padding-bottom: 50px;
	overflow: hidden;
}
#boxtop .transport{
	float:left;
	width:440px;
	padding: 0px 20px 0px 0px;
}
#boxtop .news{
	float:left;
	width:436px;
	padding: 2px;
	background-image: url(../img/top/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
}
#boxtop .news .nhead {
	height: 40px;
}
#boxtop .news .nhead .ntit {
	float:left;
	padding: 10px 0px 0px 20px;
}
#boxtop .news .nhead .nlist {
	float:right;
	padding: 10px 15px 0px 0px;
}
#boxtop .news .nitem {
	clear:both;
	padding: 10px 20px;
	margin: 0px 2px;
	overflow-y: scroll;
	width:392px;
	height: 170px;
	line-height: 200%;
}
#topbnr {
	background: #EFEFEF;
	padding: 15px 70px;
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
#topbnr .bnr{
	float: left;
}
#topbnr .cmt{
	float: left;
	font-size: 90%;
	color: #666666;
	padding: 10px;
}

/* 会社沿革 */
.history {
	width:100%;
}
.history th {
	width:170px;
	padding:10px 20px 10px 0px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	vertical-align: top;
}
.history td {
	padding:10px 0px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	vertical-align: top;
}
.history .hyear {
	margin-bottom: 5px;
}
.history .htit {
	color: #993300;
}
.history .himg {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
.history .hcmt {}

/* 社内活動 */
.eventpickup {
	background: #EBE8DE;
	padding: 15px;
	border-right: 1px solid #CFC8AF;
	border-bottom: 1px solid #CFC8AF;
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}
.eventpickup .etit {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 10px;
}
.eventpickup .eimg {
	float: left;
	margin: 5px;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.eventpickup .eimg .cmt{
	font-size: 85%;
	line-height: 100%;
	color: #666666;
	padding: 3px;
	text-align: center;
}
.eventpickup .ecmt {
	margin: 5px;
}

/* フォーム用 */
.form td{
	border-bottom: 1px dotted #8B8B8B;
	padding:8px 10px;
	vertical-align: top;
}
.input {
	background: #F4F4F4;
	border: 1px solid #BEBEBE;
}
.hissu {	/* 入力必須マーク */
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	padding-right: 3px;
	padding-left: 3px;
}

/* 表 */
.tbl01 {
	width:100%;
}
.tbl01 th {
	width:100px;
	padding:10px 30px 10px 10px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
}
.tbl01 td {
	padding:10px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
}

/* ボーダー */
.bdr01 {
	border: 1px solid #D5D5D5;
}
.bdr02 {
	border: 1px solid #BFBFBF;
}
.bdrb01 {
	border-bottom: 1px solid #999999;
}
.bdrb01-tbl td {
	border-bottom: 1px solid #999999;
}
.bdrb_dot01 {
	border-bottom: 1px dotted #999999;
}
.bdrb_dot01-tbl td{
	border-bottom: 1px dotted #999999;
}

/* テキストカラー */
.txtc_att {	/* 注意文 */
	color: #FF3300;
}
.txtc01 {	/* 濃い緑 */
	color: #688C13;
}
.txtc02 {	/* グレー */
	color: #7F7F7F;
}

/* 背景カラー */
.bgc01 {	/* 薄いグレー */
	background: #EFEFEF;
}
.bgc02 {	/* グレー */
	background: #DDDDDD;
}
.bgc03 {	/* 薄い青 */
	background: #99CCFF;
}
.bgc04 {	/* 薄い緑 */
	background: #CCFF99;
}

/* 背景カラー（オリジナル） */
.obgc01 {	/* 青紫 */
	background: #828FD0;
}
.obgc02 {	/* 薄い青紫 */
	background: #C1C8E8;
}

/* フレーム */
.fr01 {
	background: #F0EFEE;
	border: 1px solid #E1E1E1;
}
.chapter01 {
	margin: 15px 5px 30px 5px;
}
.obgc03 {

	background: #F2EEE1;
}

/* 余白 */
.pdg01 td{
	padding: 5px 20px 5px 0px;
}

/* 矢印アイコン付リンク */
.link01{
}
.link01 a{
	text-decoration:none;
	padding: 0px 10px 0px 25px;
	background-image: url(../img/common/ya01.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
