@charset "utf-8";
/*////////////////////////////////////////////
	Title: dynamic.css
	Description: レイアウト指定のファイル
	Created: 2008-04-03
	Last Up Date: 2008-04-03
////////////////////////////////////////////*/
/*////////////////////////////////////////////


/* ---------------------------------------- topics */
div#topics {
	width: 582px;
}

div#topics div.left {
	width: 374px;
	float:left;
}

div#topics div.sub_topics {
	width: 369px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #679b00;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#topics div.sub_left {
	width: 85px;
	padding-right: 10px;
	float: left;
}

div#topics div.sub_right {
	width: 274px;
	float: left;
}

div#topics div.right {
	width: 194px;
	float: right;
}

div#topics div#sub_r1 {
	width: 190px;
	height: 82px;
	background: url('../images/main_01_back_01.jpg') no-repeat 0 0;
	padding: 26px 0 0 4px;
}

div#topics div#sub_r2 {
	width: 189px;
	height: 82px;
	background: url('../images/main_01_back_02.gif') no-repeat 0 0;
	padding: 26px 0 0 5px;
	margin-top: 10px;
}

div#topics div#sub_r1 p {
	width: 132px;
	font-weight: bold;
}

div#topics div#sub_r1 img,
div#topics div#sub_r2 p img {
	padding-top: 3px;
}

div#topics div#sub_r2 div#sub_left1 {
	width: 70px;
	float: left;
	margin: 5px 10px 0 0;
}

div#topics div#sub_r2 div#sub_right1 {
	width: 102px;
	float: left;
}

/* ---------------------------------------- search */
div#search {
	width: 582px;
	xbackground: url('../images/main_02_bottom.gif') no-repeat left bottom;
	xmargin-bottom: 10px;
	xpadding-bottom: 2px;
}

div#search div#tab_navi ul {
	width: 582px;
	height: 25px;
}

div#search div#tab_navi li {
	width: 130px;
	float:left;
	padding-right: 3px;
	height:25px;
}

div#search div#tab_navi li img {
	vertical-align: bottom;
}

div#search div#search_box {
	width: 578px;
	border-top: 6px solid #679b00;
	border-left: 2px solid #679b00;
	border-right: 2px solid #679b00;
	border-bottom: 2px solid #679b00;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.search_box div#search_left {
	width: 334px;
	height: 244px;
	background: url('../images/main_02_back.gif') no-repeat 5px 0;
	padding: 0 10px 0 5px;
	display: inline;
	float: left;
	position: relative;
}

div#search_left div#japan1 {
	position: absolute;
	top: 28px;
	left: 200px;
}

div#search_left div#japan2 {
	position: absolute;
	top: 103px;
	left: 169px;
}

div#search_left div#japan3 {
	position: absolute;
	top: 154px;
	left: 308px;
}

div#search_left div#japan4 {
	position: absolute;
	top: 184px;
	left: 267px;
	width: 20px;
}

div#search_left div#japan5 {
	position: absolute;
	top: 214px;
	left: 234px;
}

div#search_left div#japan6 {
	position: absolute;
	top: 133px;
	left: 97px;
}

div#search_left div#japan7 {
	position: absolute;
	top: 228px;
	left: 74px;
	width: 20px;
}

div.search_box div#search_right {
	width: 219px;
	xheight: 232px;
	xborder: 3px solid #c5e588;
	float: left;
}

div.search_box div#search_right dl {
	background: url('../images/main_02_subbottom.gif') no-repeat left bottom;
	padding-bottom: 2px;

}

div.search_box div#search_right img {
	vertical-align: bottom;
}

div.search_box div#search_right dd {
	width: 212px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-left: 1px solid #96ba4f;
	border-right: 1px solid #96ba4f;
}

div#search_right dl#search_act li,
div#search_right dl#group_type li {
	width: 90px;
	height: 18px;
	float: left;
}

dl#search_genre li {
	width: 195px;
	height: 17px;
}
div#search_right div.search {
	height: 22px;
	padding-top: 10px;
	margin-left: 5px;
}

/*////////////////////////////////////////////
 * ログインページ
///////////////////////////////////////*/
body#login_page {
	color: #848484;
}

body#login_page div#main_content h2 {
	margin-bottom: 30px;
}

body#login_page div#login_left {
	width: 313px;
	height: 198px;
	border: 3px solid #e7e7e7;
	float: left;
	position: relative;
}

body#login_page div#login_right {
	width: 247px;
	height: 198px;
	border: 3px solid #d6f0d1;
	float: right;
	position: relative;
}

body#login_page h3 {
	margin-bottom: 10px;
}

body#login_page h4 {
	padding: 0 12px 15px 12px;
	font-weight: bold;
}

body#login_page div#login_left p {
	width: 269px;
	padding: 0 0 0 20px;
}

body#login_page div#login_left #login_button {
	position: absolute;
	left: 200px;
	top:123px;
}

body#login_page div#login_left p#p_first {
	padding-bottom: 5px;
}

body#login_page div#login_left label {
	display: block;
	width: 50px;
	font-weight: bold;
	float: left;
}

body#login_page div#login_left img{
	vertical-align: bottom;
}

body#login_page div#login_left #check {
	margin-bottom: 20px;
	margin-top: 15px;
	vertical-align: middle;
}

body#login_page div#login_left input {
	vertical-align: bottom;
}

body#login_page div#login_left #check input {
	vertical-align: middle;
}

body#login_page div#login_right p{
	position: absolute;
	left: 60px;
	top: 100px;
}

/*////////////////////////////////////////////
 * 検索ページ
///////////////////////////////////////*/
/* ---------------------------------------- search_all_common */
body#search_event_page div#search div#search_box,
body#search_group_page div#search div#search_box,
body#search_field_page div#search div#search_box {
	width: 566px;
	padding: 6px;
	font-size: 11px;
}

/* ログイン後フィールド・イベント一覧用 */
body#search_event_page div#search div#search_box2,
body#search_field_page div#search div#search_box2 {
	width: 578px;
	border-top: 6px solid #679b00;
	margin-bottom: 10px;
}

body#search_event_page dl,
body#search_group_page dl,
body#search_field_page dl {
	border: 3px solid #c5e588;
}

div.table_style1 table {
	border-collapse: collapse;
	margin: 10px 0px 30px 0;
	width: 582px;
	text-align: center;
}

div.table_style1 th {
	background-color: #e8f4d1;
	color: #1e382f;
	height: 40px;
	font-weight: bold;
	text-align: center;
}

div.table_style1 th,
div.table_style1 td {
	border: 1px solid #c1bfb9;
	margin: 0pt;
	padding: 3px;
	font-size: 11px;
	overflow-x: hidden;
	width: 116px;
	min-width: 116px;
	max-width: 116px;
}

body#search_event_page dl#act_day input,
body#search_group_page dl#last_login input {
	margin-right: 5px;
}

body#search_event_page input,
body#search_group_page input,
body#search_field_page input {
	vertical-align: middle;
}

body#search_event_page div#event_search,
body#search_group_page div#event_search,
body#search_field_page div#event_search {
	width: 566px;
	text-align: right;
}

/* ---------------------------------------- event search */

body#search_event_page dl#act_day,
body#search_event_page dl#event_name {
	width: 558px;
}

body#search_event_page dl#act_day dd ,
body#search_event_page dl#event_name dd {
	padding: 6px;
}

body#search_event_page dl#genre {
	width: 179px;
	float: left;
	margin-right: 6px;
}

body#search_event_page dl#act_region {
	width: 367px;
	float: left;
}

body#search_event_page dl#genre ul,
body#search_event_page dl#act_region ul {
	padding: 5px 0 5px 5px;
}

body#search_event_page dl#genre li,
body#search_event_page dl#act_region li {
	height: 22px;
}

body#search_event_page div.table_style1 th.t_style1,
body#search_event_page div.table_style1 td.t_style1 {
	width: 115px;
}

body#search_event_page div.table_style1 th.t_style2,
body#search_event_page div.table_style1 td.t_style2 {
	width: 116px;
}

body#search_event_page div.table_style1 th.t_style3,
body#search_event_page div.table_style1 td.t_style3 {
	width: 113px;
}

/* ---------------------------------------- group search */
body#search_group_page dl#group_name,
body#search_group_page dl#act_field,
body#search_group_page dl#last_login {
	width: 558px;
}

body#search_group_page dl#group_name dd ,
body#search_group_page dl#last_login dd {
	padding: 6px;
}

body#search_group_page div#group_left {
	width: 185px;
	float: left;
	margin-right: 6px;
}

body#search_group_page dl#group_type {
	width: 179px;
	height: 145px;
}
body#search_group_page dl#corporation_type {
	width: 179px;
	height: 245px;
}

body#search_group_page dl#act_region {
	width: 367px;
	float: left;
}

body#search_group_page dl#act_field {
	clear: both;
}

body#search_group_page dl#act_field li {
	width: 250px;
	float: left;
}

body#search_group_page dl#group_type ul,
body#search_group_page dl#corporation_type ul,
body#search_group_page dl#act_region ul,
body#search_group_page dl#act_field ul {
	padding: 5px 0 5px 5px;
}

body#search_group_page dl#act_region li {
	height: 22px;
}

body#search_group_page div.table_style1 th,
body#search_group_page div.table_style1 td {
	width: 82px;
}

/* ---------------------------------------- field search */
body#search_field_page dl#group_name,
body#search_field_page dl#city {
	width: 558px;
}

body#search_field_page dl#group_name dd,
body#search_field_page dl#city dd {
	padding: 6px;
}

body#search_field_page div#group_left {
	width: 185px;
	float: left;
	margin-right: 6px;
}
body#search_field_page dl#forest_form,
body#search_field_page dl#group_type {
	width: 179px;
	height: 195px;
}

body#search_field_page dl#act_region {
	width: 367px;
	float: left;
}

body#search_field_page dl#city {
	clear: both;
}

body#search_field_page dl#group_type ul,
body#search_field_page dl#forest_form ul,
body#search_field_page dl#act_region ul {
	padding: 5px 0 5px 5px;
}

body#search_field_page dl#act_region li {
	height: 22px;
}

body#search_field_page div.table_style1 th,
body#search_field_page div.table_style1 td {
	width: 96px;
}

/* ---------------------------------------- search_result_page */

body#search_result_page h2 {
	font-size: 14px;
	font-weight: bold;
	background: url('../images/search_title_back.jpg') no-repeat right top;
	width: 567px;
	height: 53px;
	border-top: 4px solid #1e382f;
	border-bottom: 1px dashed #e5e5e5;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
	color: #3e3e3e;
}

body#search_result_page h3.base {
	font-size: 14px;
	width: 559px;
	height: 19px;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	border-left:3px solid #7bb901;
	border-bottom: 1px dotted #7bb901;
	color: #585858;
}

body#search_result_page div#search_result_left {
	width: 388px;
	float: left;
	margin-right: 10px;
}

body#search_result_page div#search_result_left table {
	margin-left: 5px;
}

body#search_result_page div#search_result_left th,
body#search_result_page div#search_result_left td {
	border-bottom: 1px dotted gray;
	height: 22px;
	font-size: 12px;
	width: 10px;
}

body#search_result_page div#search_result_left th {
	font-weight: bold;
	width: 140px;
}

body#search_result_page div#search_result_left td.item {
	width: 233px;
}

body#search_result_page h3 {
	height: 31px;
}

body#search_result_page h3 img {
	vertical-align: bottom;
}

body#search_result_page div.search_item {
	width: 570px;
	padding: 11px 6px;
	background-color: #f0f0f0;
}

body#search_result_page table.table_style2  {
	border-collapse: collapse;
	width: 570px;
	background-color: #fff;
}

body#search_result_page table.table_style2 th {
	background-color: #e8f4d1;
	color: #1e382f;
	width: 159px;
	height: 36px;
	font-weight: bold;
	text-align: left;
}

body#search_result_page table.table_style2 td {
	width: 409px;
}
body#search_result_page table.table_style2 th,
body#search_result_page table.table_style2 td {
	border: 1px solid #999;
	margin: 0pt;
	padding: 2px 10px;
	font-size: 12px;
	word-break: break-all;
}

body#search_result_page table.table_style3,
body#search_result_page table.table_style4 {
	margin-top: 10px;
}

body#search_result_page table.table_style3 th {
	background: #dcdcdc url('../images/reaf_left.gif') no-repeat 3px 0;
	padding: 8px 0 0 43px;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
}

body#search_result_page table#table_base {
	margin-left: 5px;
}

body#search_result_page table#table_base th,
body#search_result_page table#table_base td {
	border-bottom: 1px dotted gray;
	height: 22px;
	font-size: 12px;
	width: 10px;
	word-break: break-all;
}

body#search_result_page table#table_base th {
	font-weight: bold;
	width: 204px;
}

body#search_result_page table#table_base td.item {
	width: 363px;
}

/* ---------------------------------------- regist_page */

body#regist_page h2 {
	font-size: 14px;
	font-weight: bold;
	background: url('../images/search_title_back.jpg') no-repeat right top;
	width: 567px;
	height: 53px;
	border-top: 4px solid #1e382f;
	border-bottom: 1px dashed #e5e5e5;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
	color: #3e3e3e;
}

body#regist_page h3.base {
	font-size: 14px;
	width: 559px;
	height: 19px;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	border-left:3px solid #7bb901;
	border-bottom: 1px dotted #7bb901;
	color: #585858;
}

body#regist_page h3 img {
	vertical-align: bottom;
}

body#regist_page table.table_style2  {
	border-collapse: collapse;
	width: 582px;
	background-color: #fff;
}

body#regist_page table.table_style2 th {
	background-color: #e8f4d1;
	color: #1e382f;
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	font-weight: bold;
	text-align: left;
}

body#regist_page table.table_style2 td {
	width: 399px;
}
body#regist_page table.table_style2 th,
body#regist_page table.table_style2 td {
	border: 1px solid #999;
	margin: 0pt;
	padding: 2px 5px;
	font-size: 12px;
}

body#regist_page .input_size {
	width: 386px;
}

/* ---------------------------------------- topics_page */

body#topics_page p {
	font-size: 12px;
	line-height: 1.5;
}

body#topics_page div#topics div.sub_topics {
	width: 562px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

body#topics_page div#topics div.sub_right {
	width: 467px;
}
body#topics_page h2 {
	margin-bottom: 20px;
}

body#topics_page div#topics {
	margin-bottom: 20px;
}
#pagination {
	font: normal 9pt "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: right;
}
body#regist_page table.checkbox_format tr,
body#regist_page table.checkbox_format td {
	margin: 0px;
	padding: 0px;
	border: 0px none #000000;
}

/* ---------------------------------------- interview_page */
body#interview_page .section {
	margin-bottom: 15px;
}

body#interview_page h3 {
	padding-left: 20px;
	margin-bottom: 7px;
	height: 29px;
	font-size: 14px;
	line-height: 2.2;
	color: #335735;
}

body#interview_page div.section h3#title {
	background: #eaf3ea url('../../images/title_back_02.jpg') no-repeat 0 0;
}

body#interview_page p {
	line-height: 1.6;
	font-size: 12px;
	text-indent: 1em;
	text-align: justify;/*モダンブラウザ用均等配置*/
	text-justify : inter-ideograph;/*IE用均等配置*/
}

body#interview_page div#interview {
	width: 572px;
	margin-right: 10px;
}


body#interview_page div.sub1_left {
	float: left;
	width: 374px;
}

body#interview_page div.sub1_right {
	float: right;
	width: 185px;
	position: relative;
	background-color: #eaf3ea;
	padding-bottom: 10px;
}

body#interview_page div.sub1_right p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	text-indent: 0;
}

body#interview_page div.sub1_right p#pro {
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;

}

body#interview_page div.sub1_right p.sub1_img {
	position: absolute;
	top: 8px;
	left: 88px;
	padding-left: 0;
	padding-right: 0;
}

body#interview_page div div.section h3#topic_attached {
	background-image: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

body#interview_page div div.section h3#topic_attached img {
	margin: 0px;
	vertical-align: bottom;
}

body#interview_page div div.search_item {
	width: 570px;
	padding: 11px 6px;
	background-color: #f0f0f0;
}

body#interview_page div div.search_item table.table_style4 {
	margin-top: 0px;
	margin-left: 5px;
}

body#interview_page div div.search_item table td {
	height: 22px;
	font-size: 12px;
	width: 363px;
	padding: 11px 6px;
}

/*///////////////////////////////////////
 END dynamic.css
///////////////////////////////////////*/