@charset "Shift_JIS";

/* トップスタイル
----------------------------------------------------- */

#str-next-container {
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ヘッダ
----------------------------------------------------- */
#str-next-header {
	padding: 0px;
	margin: 0px;
	height: 100px;
	background-image: url(../IMG/next_head_02.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#str-next-header #next-head-left {
	float: left;	
}
#str-next-header #next-head-left h1  {
	height: 100px;
	width: 230px;	
}

#str-next-header #next-head-right {
	float: right;
	margin: 0px;
	padding: 0px;	
}


/* メインコンテンツ
----------------------------------------------------- */
#str-next-contents {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}



/* フッタ
----------------------------------------------------- */
#str-next-footer {
	color: #FFFFFF;
	font-size: 72%;
	text-align:center;
	padding: 2px;
	background-color: #0b0bb4;
}


/* タイトル
----------------------------------------------------- */
#str-right h2 #h2-back{
	width: 95%;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../IMG/contitle_bg.jpg);
}
#str-right h2 #h2-left{
	float: left;
}

#str-right h2 #h2-right{
	float: right;
}


/* 詳細
----------------------------------------------------- */
/* テーブル */
#str-right .com-table-1 {
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #7c96cf;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 95%;
}
#str-right .com-table-1 th {
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #000ab9;
	padding: 7px;
	white-space: nowrap;
	color: #FFFFFF;
	vertical-align: middle;
	text-align:left;
	border: 1px solid #7c96cf;
}
#str-right .com-table-1 td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	padding: 7px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #7c96cf;
}

#str-right p {
	line-height: 1.5em;
	text-indent: 1em;
}

#str-right ul {
	padding-top: 3px;
}
#str-right li {
	padding-bottom: 3px;
}


/* エリア */
#str-right .com-area {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 20px;
}

#str-right .com-area h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0007a0;
	color: #002779;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#str-right .com-area-data {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0007a0;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 20%;
	padding-bottom: 5px;
	font-size: 93%;
	margin-right: 10px;
	margin-left: 10px;
}

/* リスト(ラインあり) */
#str-right .com-area-data .com-area-list ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#str-right .com-area-data .com-area-list li {
	list-style-type: decimal;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0007a0;
	margin-left: 20px;
}

#str-right .com-area-data .com-area-list .line-no {
	border-bottom-width: 0px;
	margin-bottom: 0px;
}

/* リスト(ラインなし) */
#str-right .com-area-data .com-area-list-no ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#str-right .com-area-data .com-area-list-no li {
	list-style-type: decimal;
	margin-left: 20px;
}

/* 会員リンク */
#str-right .com-area #com-area-link {
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #0007a0;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 86%;
	margin-right: 10px;
	margin-left: 10px;
}

#com-area-link .com-table-2 {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 100%;
}
#com-area-link .com-table-2 th {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	white-space: nowrap;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #316ac5;
	font-weight: normal;
}
#com-area-link .com-table-2 td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	padding: 5px;
	color: #316AC5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #316ac5;
	font-size: 93%;
}

/* 会員リンク(マップ) */
#str-right .com-map-area {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
#str-right .com-map-area #area-map {
	float: left;	
}

/* 会員リンク(組合名) */
#str-right .com-map-area #area-kumiai {
	margin-left: 300px;	
}

/* 会員リンク(庄内地方) */
#area-kumiai #table-shonai {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 70%;
	border: 2px solid #339933;
}
#area-kumiai #table-shonai th {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px 2px 2px 15px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: #4bc555;
	color: #FFFFFF;
}
#area-kumiai #table-shonai td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	padding: 2px 2px 2px 15px;
	font-size: 93%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339933;
}

/* 会員リンク(村山地方) */
#area-kumiai #table-murayama {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 70%;
	border: 2px solid #bc295c;
}
#area-kumiai #table-murayama th {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px 2px 2px 15px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: #f13476;
	color: #FFFFFF;
}
#area-kumiai #table-murayama td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	padding: 2px 2px 2px 15px;
	font-size: 93%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bc295c;
}

/* 会員リンク(置賜地方) */
#area-kumiai #table-okitama {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 70%;
	border: 2px solid #9846c5;
}
#area-kumiai #table-okitama th {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px 2px 2px 15px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: #bc59f3;
	color: #FFFFFF;
}
#area-kumiai #table-okitama td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	padding: 2px 2px 2px 15px;
	font-size: 93%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9846c5;
}


/* 関係団体リンク */
#str-right .link-area {
	font-size: 86%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#str-right .link-area td {
	font-weight: normal;
	padding: 2px;
}

#str-right #link-ti-mura {
	font-weight: bold;
	color: #f13476;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f13476;
	font-size: 86%;
	padding-right: 10px;
	padding-left: 3px;
}

#str-right #link-ti-sho {
	font-weight: bold;
	color: #4bc555;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4bc555;
	font-size: 86%;
	padding-right: 10px;
	padding-left: 3px;
}

#str-right #link-ti-oki {
	font-weight: bold;
	color: #bc59f3;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bc59f3;
	font-size: 86%;
	padding-right: 10px;
	padding-left: 3px;
}

#str-right #link-ti-moga {
	font-weight: bold;
	color: #bd3800;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bd3800;
	font-size: 86%;
	padding-right: 10px;
	padding-left: 3px;
}


/* 会員組合紹介(トップ) */
#str-right p.com {
	font-size: 72%;
	color: #3c60d6;
	text-align: center;
}

#str-right .table-hp-m {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 95%;
	margin-top: 20px;
	font-size: 93%;
}
#str-right .table-hp-m th {
	border-collapse: collapse;
	border-spacing: 0px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	color: #00277d;
	padding-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #0b64f2;
}
#str-right .table-hp-m td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	font-size: 93%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #0b64f2;
}
#str-right .table-hp-m td.no {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #6a9dfd;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #0b64f2;
}
#str-right .table-hp-m .sub {
	font-weight: bold;
	color: #6a9dfd;
	padding-right: 5px;
}
#str-right .table-hp-m td.sp {
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1px;
	!important;
}

/* 会員組合紹介(詳細) */
#str-right #data {
	font-size: 72%;
	color: #999;
	text-align: right;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}
#str-right #back {
	font-size: 72%;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../07hp-m/IMG/back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

#str-right #hp-m {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
#str-right #hp-m #no {
	font-size: 72%;
	text-align: right;
	margin-bottom: 3px;
	margin-right: 5px;
}
#str-right #hp-m h3 {
	font-size: 186%;
	text-align: center;
	background-image: url(../07hp-m/IMG/titback.jpg);
	background-repeat: repeat-x;
	height: 46px;
	border: 1px solid #ccc;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#str-right .table-hp-msg {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 20px;
	width: 100%;
	border: 1px solid #0f28dd;
	font-size: 93%;
}
#str-right .table-hp-msg th {
	border-collapse: collapse;
	border-spacing: 0px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
	margin-bottom: 5px;
	background-color: #0f28dd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../07hp-m/IMG/dot.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#str-right .table-hp-msg td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #0f28dd;
}
#str-right .table-hp-msg .th-btm {
	border-collapse: collapse;
	border-spacing: 0px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
	margin-bottom: 5px;
	background-color: #0f28dd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f28dd;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* 会員組合紹介(入力フォーム) */
#str-right #kanri {
	font-size: 79%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
#str-right #kanri-kome {
	font-size: 79%;
	color: #2b3e88;
	text-align: right;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}
#str-right .hissu {
	font-weight: bold;
	color: #0000FF;
}

#str-right .table-hp-inp {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 20px;
	width: 95%;
	border: 1px solid #CCCCCC;
	font-size: 86%;
}
#str-right .table-hp-inp th {
	border-collapse: collapse;
	border-spacing: 0px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #0e3ed0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #CCCCCC;
}
#str-right .table-hp-inp td {
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	color: #333333;
}

#str-right .point{
	color: #ff0000;
}


/* サイトマップ */
#str-right .com-area h3.site {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0007a0;
	color: #002779;
	font-size: 93%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../sitemap/IMG/dot_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#str-right .com-area-site {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0007a0;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 93%;
	margin-right: 10px;
	margin-left: 10px;
}
