/*右ナビ*/
.rightnavi {
	background: #f2f2f2;
}
.rightnavi ul{
	margin:0;
	padding:5;
}
.rightnavi ul li{
	background: url(../images/icon_sidemenu.gif) no-repeat 0px 2px;
	margin-left: 5px;
	padding-left: 8px;
}
.rightnavi ul li a{
	font-size:11px;
	line-height:1.3;}
.navipulldown {
	height: 29px;
	text-align: right;
}
.navipulldown form {
	margin: 0px;
	padding: 0px;
	background: transparent;
}
.navipulldown select {
	margin-top: 3px;
	margin-bottom: 0px;
}



/*レイアウト*/
.contents .data,
.contents .profiletable,
.mailmagdate,
.mailmagcontents {
	margin-right: 10px;
}

/*タイトル*/
h1,
.mailmagtitle {
	margin: 0px 10px 0px 2px;
	padding: 3px 0px 2px;
	font-size: 18px;
	font-weight:bold;
	color: #333333;
	border-bottom: 2px solid #00AFCC;
}

/*メルマガ関連*/
.mailmagdate{
	text-align: right;
	margin-top: 3px;
	margin-right;
	padding: 0px;
}
.mailmagcontents{
	background: #f5fdff;
	height: 400px;
	width: /*420px*/550px;
;
	border: 1px solid #b8afaf;
	overflow: scroll;
}
.mailmagcontents pre {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*企業インタビュー関連*/
.contents .data{  /*企業インタビュー*/
	margin-bottom:10px;
}
.contents .data th {
	background: #F9F9F9 url(../images/icon_q.gif) no-repeat 1px 50%;
	text-align: left;
	padding: 10px 5px 10px 30px;
	border-left: 5px none #00AFCC;
	font-size: 12px;
}
.contents .data td {
	text-align: left;
	line-height: 1.5;
	background: url(../images/icon_a.gif) no-repeat 0px 6px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.contents .basedata{  /*企業データ*/
	margin-bottom:20px;
	width: /*420px*/540px;
	border-top: 1px none #8F8F9F;
	border-right: 1px none #8F8F9F;
	border-bottom: 1px dotted #8F8F9F;
	border-left: 1px none #8F8F9F;
	}
.contents .basedata th {
	background:none;
	border-left: 5px solid #00AFCC;
	padding-left: 5px;
}
.contents .basedata td {
	padding-left: 5px;
	background:url(none) 5px 5px;
}

.profile {  /*企業プロフィールタイトル*/
	background:transparent url(../images/asp_corp_line.gif) repeat-x scroll center top;
	font-weight:bolder;
	margin-bottom:8px;
	padding-left:0px;
	padding-top: 6px;
	margin-right: 10px;
}

.profiletable {　/*企業プロフィール*/
	background:url(none) repeat scroll 0%;
	border:1px dotted #9F9F8F;
}
.profiletable .profilename img{
	border-style: solid;
	border-color: #F9D9E1;
	margin: 5px;
}

.profiletable .profilename img.logo{
	border: none;
	margin: 5px;
}

.profiletable .profiledetail {
	font-size:12px;
	padding-right:7px;
	padding-top:11px;
}

.profiletable .profiledetail p {
	font-size:12px;
	line-height:1.6;
	margin: 0px 10px 10px;
}
