/* 基本設定 */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #666666;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color:#0080c0;
	text-decoration: none;
}
a:hover {
	color: #FD9D05;
}
p {
	margin: 1em 0;
}

/* フォントの設定 */
strong {
	color: #8C0F05;
}
.font_s {
	font-size: 10px;
	line-height: 1.5em;
}
.font_m {
	font-size: 12px;
	line-height: 1.5em;
}
.font_l {
	font-size: 14px;
	line-height: 1.5em;
}
.font_ll {
	font-size: 18px;
	line-height: 1.5em;
}
.font_red {
	color: #8C0F05;
}
.font_blue {
	color: #0000FF;
}
.font_navy {
	color: #222950;
}
.font_base {
	color: #666666;
}
h2 {
	color: #1f5c97;
	font-size: 16px;
	margin: 0 0 1em 0;
}

/* ブロックのマージン設定 */
/* 統合ボックス */
#container {
	width: 790px;
	margin: 0 auto;
	padding: 0;
}

#header,
#body,
#footer {
	width: 790px;
	margin: 0;
	padding: 0;
}


/* メニュー（左） */
#menu {
	margin: 0px;
	width: 160px;
}
#menu li {
	margin-left:0px;
}
#menu ul{
	margin: 1em 0 1em 25px;
	list-style-image: url(../img/arrow.gif);
}
#menu ul .sublist{
	margin: 0.2em 0 0.5em 15px;
}
#menu ol {
	margin: 1em 5px 1em 10px;
	padding: 0;
	list-style-type: decimal;
}
#menu .b_btm ol li {
	margin: 0.5em 0 0.5em 0;
	list-style-position:inside;
}
#menu ol div {
	margin: 0 5px 1em 0;
	font-size: 10px;
	text-decoration: none;
	border-top:1px solid #666;
}
#menu table {
	margin-bottom: 1em;
}
#menu div.contact{
	margin: 0 0 0 10px;
}

/* メインコンテンツ（中央・共通） */
#main {
	width: 585px;
	margin: 0 5px;
}
#main .content {
	margin: 0 0 2em 0;
}
#main p {
	margin: 1em 20px;
}
#main .title_img {
	margin: 0 0 10px 0;
}
#main .head_img {
	margin: 0 0 10px 0;
}
#main .back {
	text-align: right;
	padding-right: 10px;
}
#main ul {
	margin: 1em 20px 2em 20px;
	padding: 0;
	list-style-type: disc;
}
#main ul li {
	margin: 0 0 1em 0;
}
#main ol {
	margin: 1em 20px 2em 20px;
	padding: 0;
}

/* フッターメニュー用 */
#footer {
	color: #333333;
}
#footer a {
	color: #333333;
}
#footer a:hover {
	color: #8C0F05;
}

/* 各ページごとの設定 */
/* トップページ */
#top .new_tbl {
	margin: 0 0 10px 40px;
}
#top ol.know_midashi {
	margin: 1em 20px 2em 40px;
	padding: 0;
	list-style-type: decimal;
}
#top ol.know_midashi li {
	margin: 0.5em 0 0.5em 0;
	list-style-position:inside;
/*	text-decoration: underline;*/
}
#top ol.know_midashi div {
	margin: 0 5px 1em 0;
	text-decoration: none;
	border-top:1px solid #666;
}

#top .service_midashi {
	margin: 1em 20px;
}
#top .service_midashi h2 {
	margin: 1em 20px;
}
#top .service_midashi p {
	margin: 1em 20px 2em 20px;
}
#top .service_midashi ul {
	margin: 1em 20px 2em 40px;
	padding: 0;
	list-style-type: disc;
}
#top .service_midashi ul li {
	margin: 0.5em 0 0.5em 0;
	list-style-position:inside;
}

/* 事務所概要 */
#company ul{
	margin: 1em 0 1em 20px;
	padding-left: 20px;
	list-style-image: url(../img/arrow.gif);
}
#company .company_tbl {
	margin: 10px auto;
	border-collapse: collapse;
}
#company .company_tbl th {
	background-color: #EEEEEE;
	color: #222950;
}
#company .company_tbl th,
#company .company_tbl td {
	padding: 10px;
	border: 1px solid #999999;
}

/* スタッフ紹介 */
#staff h2 {
	font-size: 14px;
	font-weight: bold;
	color: #222950;
	margin: 20px;
}
#staff .staff_box {
	width: 525px;
	margin :0 auto 20px auto;
	padding :10px;
	border :1px #1f5c97 solid;
	border-top :4px #1f5c97 solid;
	background :#eeeeee;
}
#staff .staff_box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222950;
	display: block;
	padding: 0 0 10px 0;
	border: 0;
	background:url("../img/line_dot_b2.gif") repeat-x bottom;
}
#staff .staff_box p {
	margin: 10px 0;
}
#staff .tbl_staff {
	width: 525px;
	margin: 1em 0;
	border: 0;
}
#staff .tbl_staff td{
	padding: 2px 0;
}
#staff .tbl_staff .s01{
	width: 90px;
}

/* コーポレイト用 */
#staff .staff_box_c {
	width: 525px;
	margin :0 auto 20px auto;
	padding :10px;
	border :1px #999999 solid;
	border-top :4px #999999 solid;
	background :#eeeeee;
}
#staff .staff_box_c h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222950;
	display: block;
	padding: 0 0 10px 0;
	border: 0;
	background:url("../img/line_dot_b2.gif") repeat-x bottom;
}
#staff .staff_box_c p{
	margin :0.5em 0;
}


/* お客様の声 */
#users h2 {
	font-size: 14px;
	font-weight: bold;
	color: #222950;
	margin: 20px;
}
#users .users_box {
	width: 525px;
	margin :0 auto 20px auto;
	padding :10px;
	border :1px #1f5c97 solid;
	border-top :4px #1f5c97 solid;
	background :#eeeeee;
}
#users .users_box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222950;
	display: block;
	padding: 0 0 10px 0;
	border: 0;
	background:url("../img/line_dot_b2.gif") repeat-x bottom;
}
#users .users_box p {
	margin: 10px 0;
}

/* 新着情報（詳細） */
#press .newdetail_tbl {
	margin: 10px auto;
}
#press .newdetail_tbl td{
	vertical-align: top;
}


/* 商標・特許・意匠登録の基礎知識 */
#choose .kakaku_tbl {
	margin: 10px 0;
	border-collapse: collapse;
	width: 540px;
}
#choose .kakaku_tbl th {
	background-color: #EEEEEE;
	color: #222950;
	padding: 10px;
	border: 1px solid #999999;
}
#choose .kakaku_tbl td {
	padding: 10px;
	border: 1px solid #999999;
	text-align: right;
}
#choose .kakaku_tbl .s_jh {
	border-top: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
}
#choose .kakaku_tbl .s_jb{
	border-right: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
}
#choose .kakaku_tbl .s_jf{
	border-bottom: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
}

#choose .kakaku_tbl s_h01 {

}
#choose .kakaku_tbl .s_h02{
	width: 50px;
}
#choose .kakaku_tbl .s_c{
	width: 50px;
}

#choose .kakaku_tbl .bg_syutugan {
	background-color: #FFFFCC;
}
#choose .kakaku_tbl .bg_touroku {
	background-color: #CCFFCC;
}
#choose .kakaku_tbl .bg_total {
	background-color: #FF99FF;
	font-weight: bold;
}
#choose .kakaku_tbl .bg_totals {
	font-weight: bold;
}
#choose .kakaku_tbl .bg_jazy {
	background-color: #eeeeee;
}
#choose .kakaku_tbl .bg_jazy_h {
	background-color: #dddddd;
}
#choose .kakaku_tbl .tbl_h {
	text-align: left;
}
#choose .kakaku_tbl .price {
	text-align: right;
}

#choose ol.ol_l {
	margin: 1em 0 2em 0;
	padding: 0;
	list-style-type: decimal;
}
#choose ol.ol_l li{
	margin: 1em 0 2em 0;
}
#choose ol.ol_s{
	margin: 1em 0 2em 20px;
	padding: 0;
	list-style-type: decimal;
}
#know ol.ol_s li{
	margin: 1em 0;
}
#know ul.ul_s{
	margin: 0.5em 0 0.5em 10px;
	list-style-type: disc;
}
#know ul.ul_s li{
	margin: 0;
}
#know li{
	margin: 1em 0 2em 0;
}
#know ul p,
#know ol p {
	margin: 1em 0;
}
#know .pagebody_know {
	margin: 1em 0px 2em 10px;
}

/* プライバシーポリシー */
#privacy ol {
	margin: 1em 0 2em 40px;
	list-style-type: decimal;
}
#privacy ol li{
	margin: 1em 0 2em 0;
}
#privacy ul {
	margin: 0 0 1em 0;
	list-style-type: none;
}
#privacy ul li{
	margin: 0.5em 0;
}


/* JAZYが選ばれる理由 */
#choose ol {
	margin: 1em 0 2em 30px;
	list-style-type: decimal;
}
#choose ol li{
	margin: 0 0 3em 0;
}
#choose ul {
	margin: 0 0 1em 0;
	list-style-type: none;
}
#choose ul li{
	margin: 0.5em 0;
}
#choose p{
	margin: 1em 10px;
}


/* 商標メニューなしテンプレート用・メインコンテンツ（template_s2.dwt） */
#main_s2 {
	width: 700px;
	margin: 0 auto;
}
#main_s2 .content {
	margin: 0 0 1em 0;
}
#main_s2 p {
	margin: 1em 20px 1em 0;
}
#main_s2 .title_img {
	margin: 0 0 10px 0;
}
#main_s2 .head_img {
	margin: 0 0 10px 0;
}
#main_s2 .back {
	text-align: right;
	padding-right: 10px;
}
#main_s2 .align_center{
	margin: 0 auto;
}	
#main_s2 ul {
	margin: 1em 20px 2em 20px;
	padding: 0;
	list-style-type: disc;
}
#main_s2 ul li {
	margin: 0 0 1em 0;
}
#main_s2 ol {
	margin: 1em 20px 2em 20px;
	padding: 0;
}

#shutsugan{
	margin:0;
	}
#shutsugan h2{
	color: #1f5c97;
	font-size: 12px;
	margin: 0 0 1em 0;
	}
#shutsugan h3{
	color: #1f5c97;
	font-size: 12px;
	margin: 0 0 1em 0;
	}
#shutsugan .bt_next{
	margin: 2em;
	text-align: center;
}
#shutsugan table{
	margin: 0 0 20px 0px;
	border:1px solid #999;
	border-collapse: collapse;
	}
#shutsugan table caption{
	text-align:left;
	}
#shutsugan table .cntctL{
	width:100px;
	background:#e9f6ff;
	}
#shutsugan .cntctL{
	width:100px;
	background:#FAF6FC;
	}
#shutsugan table .cntctR{
	}
#shutsugan table td{
	padding:4px 10px;
	border:1px solid #999;
	}

#shutsugan table.tbl01{
	width:500px;
	margin:0 auto;
	}
#shutsugan table.tbl01 .cntctL{
	width:100px;
	background:#e9f6ff;
	}
	
#shutsugan table.tbl02{
	width:680px;
	}
#shutsugan table.tbl02 .h01{
	background:#336699;
	color:#FFFFFF;
	text-align:center;
	}
#shutsugan table.tbl02 .h01 .cntctL{
	width:50px;
	background:#336699;
	color:#FFFFFF;
	}
#shutsugan table.tbl02 .cntctL{
	width:50px;
	background:#e9f6ff;
	}
#shutsugan table.tbl02 .s01{
	background:#ffffff;
	}
#shutsugan table.tbl02 .s02{
	background:#EBEDFF;
	}		
/* STEP2 */
#shutsugan .bikou{
	border: 1px solid #999;
	width: 540px;
	padding:5px 10px;
	margin: 1em auto 2em auto;
}
#shutsugan .bikou ol {
	margin: 1em 10px 1em 15px;
	padding: 0;
}
#shutsugan .bikou ol li{
	margin: 0.5em 0;
}	

#shutsugan .bt_tbl,
#shutsugan .bt_tbl td{
	border: none;
	margin: 1em auto;
}
/* STEP5 */
#shutsugan .message{
	text-align: center;
	margin-top:50px;
}

#shutsugan .input{
	text-align:center;
	margin:20px 0 0 0;
	}
#shutsugan input,
#shutsugan textarea,
#shutsugan SELECT,
#shutsugan OPTION{
	border:1px solid #999;
	}
#shutsugan .radio{
	border: none;
	}
	
	
	
/* 特許・意匠用料金表 */
#price {

}
#price h2{
	color: #1f5c97;
	font-size: 12px;
	margin: 0 0 1em 0;
	}
#price h3{
	color: #1f5c97;
	font-size: 12px;
	margin: 0 0 1em 0;
	}

#price table{
	border:1px solid #999;
	border-collapse: collapse;
	}
#price table caption{
	text-align:left;
	}
#price table td{
	padding:4px 10px;
	border:1px solid #999;
	}

/* 特許用 */
#price table.tbl_t{
	width:430px;
	margin:0 0 20px 60px;
	}
#price table.tbl_t .h01{
	width:250px;
	background:#863a62;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_t .h02{
	width:90px;
	background:#863a62;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_t .s01{
	background:#eeeeee;
	}
#price table.tbl_t .s02{
	background:#ffffff;
	text-align:right;
	}
	
/* 意匠用 */
#price table.tbl_i,
#price table.tbl_i2,
#price table.tbl_i3{
	width:430px;
	margin:0 0 0 20px;
	}
#price table.tbl_i .h01{
	width:190px;
	background:#418997;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_i .h02{
	width:80px;
	background:#418997;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_i .h03{
	width:190px;
	background:#fff;
	color:#666;
	text-align:left;
	}
#price table.tbl_i .h04{
	width:80px;
	background:#fff;
	color:#666;
	text-align:right;
	}	
#price table.tbl_i2 .h01{
	width:110px;
	background:#418997;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_i2 .h02{
	width:80px;
	background:#418997;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_i3 .h01{
	width: 90px;
	background:#418997;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_i3 .h02{
	width:85px;
	background:#418997;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
#price table.tbl_i .s01,
#price table.tbl_i2 .s01{
	background:#e9f6ff;
	}
#price table.tbl_i3 .s01{
	background:#e9f6ff;
	text-align:center;
	}
#price table.tbl_i .s02,
#price table.tbl_i2 .s02,
#price table.tbl_i3 .s02{
	background:#ffffff;
	text-align:right;
	}	
#price ul li{
	margin: 1em 0 4em 0;
	}	
	
	
#price .notes {
	margin: 0 40px 2em 40px;
	font-size: 10px;
	text-align: right;
	}
#price .notes ul{
	margin: 0 40px;
	}
#price .notes li{
	margin: 0;
	}
/* 会社概要地図 */

.koutsu {
	margin-left: 40px;
}
.link_txt {
	margin-left: 400px;
}
