@charset "utf-8";

/* Base
-------------------------------------------*/
html, body {
	color: #444;
	background: #444 url(../images/body_bg.png) 0 0 repeat-y;
	line-height: 170%;
}


/* レイアウト
-------------------------------------------*/
#wrapper {
	z-index: 0;
	padding-bottom: 100px;
	
}

#header {
	width: 900px;
	height: 400px;
}

#pageTitle {
	position: absolute;
	z-index: 1;
	left: 320px;
	top: 290px;

	width: 30px;
}

#colLeft {
	float: left;
	width: 350px;
}

#colRight {
	float: left;
	width: 470px;
	padding: 30px 0 0 40px;
	overflow: hidden;
}

#content {
}

#pageUp {
	margin: 30px 0 0 0;
	width: 100%;
	text-align: right;
}

#footer {
	clear: both;
	margin: 30px 0 0 0;
}

/* リンク
-------------------------------------------*/
#wrapper a {
	text-decoration: none;
	color: #3366ff;
}
#wrapper a:hover {
	text-decoration: underline;
}

#wrapper a:hover img {
	opacity: 0.6;
	filter: Alpha(opacity=60);
}

/* メニュー
-------------------------------------------*/
#menu .cur {
	opacity: 0.6;
	filter: Alpha(opacity=60);
}

/* インデント
-------------------------------------------*/
.indent_1em {
	text-indent: 1em;
}

/* マージン
-------------------------------------------*/
.m_b_20 {
	margin-bottom: 10px;
}
.m_b_20 {
	margin-bottom: 20px;
}
.m_b_30 {
	margin-bottom: 30px;
}

.m_l_1em {
	margin-left: 1em;
}
.m_l_2em {
	margin-left: 2em;
}
.m_l_3em {
	margin-left: 3em;
}
.m_l_150 {
	margin-left: 150px;;
}

/* 注意書き
-------------------------------------------*/
.att {
	padding:5px;
	font-size:12px;
	color: #ff5050;
	border: 1px solid #ff5050;
	background-color: #ffffff;
}

/* 弁理士紹介
-------------------------------------------*/
.intro_box {
	margin: 0 0 50px 150px;
	overflow: hidden;
}

.career {
	margin-bottom: 20px;
}

.career li {
	margin-left: 1em;
	margin-bottom: 10px;
}

#Chizai_ans {
	margin-left: 1em;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #444444;
}

#Chizai_ans .close {
	width: 100%;
	text-align: right;
}

#Chizai_ans .close a {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #444;
	font-size: 10px;
	color: #fff;
	background-color: #444;
}

#Chizai_ans .row {
	border-bottom: 1px dotted #000;
}

#Chizai_ans .row_last {
}

#Chizai_ans .item {
	float: left;
	width: 70px;
}

#Chizai_ans .assigned {
	float: right;
	width: 220px;
}

/* 採用情報
-------------------------------------------*/
.job_info {
}

.job_info .row {
	border-bottom: 1px dotted #000;
}

.job_info .row_last {
}

.job_info .item {
	float: left;
	width: 100px;
}

.job_info .assigned {
	float: right;
	width: 355px;
}

/* FAQ
-------------------------------------------*/
#faq {
}

#faq dt {
	margin-bottom: 10px;
	padding-left: 20px;
	background: #e9e9e9 url(../images/question.png) 0 0 no-repeat;
}

#faq dd {
	margin: 0 0 30px 30px;
	padding: 5px;
	width: 428px;
	background-color: #ffffff;
	border: 1px solid #444444;
}

#faq dd .close {
	width: 100%;
	text-align: right;
}

#faq dd .close a {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #444;
	font-size: 10px;
	color: #fff;
	background-color: #444;
}

/* リンクページ
-------------------------------------------*/
.link {
	margin-bottom: 20px;
}

.link li {
	border-bottom: 1px dotted #000;
}

.link .last_child {
	border: none;
}

/* レポート
-------------------------------------------*/
.report_cat {
	margin-bottom:20px;
	font-weight: bold;
}
.report_cat select {
	border: #444 1px solid;
	padding: 0.2em;
	background-color: #fff;
}

.report_list {
	margin-left: 1em;
	margin-bottom: 20px;
}

.report_list .row {
	border-top: 1px dotted #000;
}

.report_list .row_first {
}

.report_list .date {
	float: left;
	width: 120px;
	color: #000;
}

.report_list .title {
	float: right;
	width: 330px;
}

h3.report_category {
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	font-size:16px;
}

.report_title {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
