@charset "UTF-8";

/* 共通設定
---------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, sans-serif, Arial;
	font-size: 13px;
	color: #333333;
	background-image: url(../img_bg/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #339A2C;
	text-decoration: none;
}
a:visited {
	color: #584734;
	text-decoration: none;
}
a:hover {
	color: #EE781D;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 10px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 15px;
	background-image: url(../img_bg/bg_h3.gif);
	background-repeat: no-repeat;
	height: 28px;
	clear: both;
	padding-top: 3px;
	padding-left: 28px;
	margin-bottom: 10px;
}
h4 {
	font-size: 15px;
	background-image: url(../img_bg/bg_h4.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h5 { /* 登録規定タイトル */
	font-size: 14px;
	line-height: 150%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
p {
	font-size: 14px;
	line-height: 150%;
	text-indent: 14px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", monospace;
}
ul {
	list-style-type: none;
}

/* header 
---------------------------------------------------- */
#description {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(../img_bg/bg_wrapper.gif);
	background-repeat: repeat-y;
}
#header {
	width: 800px;
	height: 100px;
	background-image: url(../img_bg/bg_header.gif);
	background-repeat: no-repeat;
}
.title {
	float: left;
	padding-top: 12px;
	padding-left: 12px;
}
.title a {
	width: 300px;
	height: 55px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#head_menu {
	float: right;
	width: 180px;
}
#head_menu ul {
	margin-top: 20px;
	margin-right: 20px;
}
#head_menu ul li {
	font-size: 12px;
	display: inline;
	padding-left: 5px;
	margin-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#head_menu a:link {
	color: #FFFFFF;
}
#head_menu a:visited {
	color: #FFFFFF;
}

/* content
---------------------------------------------------- */
#contents {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#side {
	width: 180px;
	float: left;
	background-image: url(../img_bg/bg_side.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#innerbox1 {
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
#side li{
	display:inline;
}
#side img {
	margin-bottom: 5px;
}
#main {
	width: 595px;
	float: right;
}
#innerbox2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#navi_main {
	width: 740px;
	text-align: right;
	clear: both;
	margin-top: 5px;
}
#navi_main p {
	font-size: 12px;
	color: #666666;
	line-height: 100%;
	margin: 0px;
}
#title {
	width: 100%;
	margin-bottom: 20px;
}
#main ol {
	margin-left: 10px;
	padding-left: 30px;
	margin-right: 10px;
	font-size: 14px;
}
#main li {
	line-height: 150%;
	margin-bottom: 10px;
}
#page_top {
	float: right;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* footer ---------------------------------------------------- */
#navi {
	width: 800px;
	height: 35px;
	clear: both;
	text-align: center;
	background-image: url(../img_bg/bg_navi.gif);
	background-repeat: no-repeat;
}
#navi ul {
	padding-left: 180px;
}
#navi ul li {
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#navi ul li.last {
	border-right-style: none;
}
#footer {
	width: 800px;
	height: 60px;
	background-image: url(../img_bg/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
}
#footer address	{
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	padding-top: 35px;
	padding-left: 20px;
}
/*table---------------------------------------------------- */
caption,th {
	text-align: left;
}
.table_normal {
	width: 540px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.table_normal td {
	font-size: 13px;
	line-height: 140%;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #999999;
}
.table_normal img {
	margin-right: 5px;
	margin-left: 10px;
}
.grey {
	background-color: #ECECEC;
	text-align: center;
}
.grey_t {
	background-color: #ECECEC;
	text-align: center;
	width: 90px;
}
.table_a {
	width: 500px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.table_a td {
	font-size: 13px;
	line-height: 140%;
	padding: 2px;
	border: 1px solid #999999;
	text-align: center;
}
.table_b { /*組合員 */
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.table_b td {
	font-size: 12px;
	line-height: 120%;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #999999;
}
.table_c { /*登録規程 （表示） */
	width: 100%;
}
.table_c td {
	font-size: 14px;
	line-height: 150%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.table_d { /*作成にあたって */
	width: 540px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.table_d td {
	font-size: 12px;
	line-height: 120%;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #999999;
	width: 33%;
}
.table_d2 { /*作成にあたって 中 */
	width: 100%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	margin-bottom: 5px;
}
.table_d2 td {
	font-size: 12px;
	line-height: 120%;
	vertical-align: top;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.table_d3 { /*作成にあたって 3列以外 */
	width: 540px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.table_d3 td {
	font-size: 12px;
	line-height: 120%;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #999999;
}
.nowrap {
	white-space: nowrap;
}

/*書式---------------------------------------------------- */
.indent { /*概要 適用製品リスト */
	text-indent: -14px;
	padding-left: 14px;
}
.indent2 { /*申請書別紙、概要引用 */
	text-indent: 0px;
}
.indent3 { /*手数料 */
	text-indent: -14px;
	padding-left: 14px;
	margin-bottom: 15px;
}
.indent4 { /*組合情報 組合の主な事業 */
	text-indent: -42px;
	padding-left: 42px;
	margin-bottom: 15px;
}
.indent5 { /*申請書の作成にあたって */
	text-indent: -28px;
	padding-left: 42px;
	margin-bottom: 0px;
}
.indent6 { /*申請書の作成にあたって 改行 */
	text-indent: 0px;
	padding-left: 28px;
	margin-bottom: 0px;
}
#regulation {
}
#regulation p {
	text-indent: -14px;
	padding-left: 14px;
}
.annotation {
	font-size: 13px;
	line-height: 140%;
	text-indent: -19px;
	padding-left: 20px;
}
.annotation2 { /*規程 注 */
	text-indent: -13px;
	margin-right: 80px;
	margin-bottom: 20px;
	margin-left: 80px;
	font-size: 13px;
}
.font-size {
	font-size: 10px;
}
.font-size2 {
	font-size: 16px;
}

/*etc.---------------------------------------------------- */
.left {
	float:left;
}
.right {
	float:right;
}
.right_text {
	text-align: right;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
}
.img {
	margin-top: 5px;
	margin-bottom: 10px;
}
.orange {
	color: #EE781D;
	margin-top: 20px;
	margin-bottom: 20px;
}
.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#list a:link {
	text-decoration: underline;
}
#list a:visited {
	text-decoration: underline;
}

/* Mac IE 文字化け回避対策 ---------------------------------------------------- */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

