@charset "utf-8";
/* --------------------------------------------------
	リセット
---------------------------------------------------- */
body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,hr,address {
	margin:0px;
	padding:0px;
	font-style:normal;
}
li {
	list-style:none;
}
form,input {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a img {
	border:none;
}
a:active {
	outline-style:none;
}
/* --------------------------------------------------
	基本レイアウト
---------------------------------------------------- */
body {
	font-family: "メイリオ", Arial,"ＭＳ Ｐゴシック", Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #F0EAD9;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}

#container {
	margin: auto;
	width: 922px;
}
#header {
	height: 124px;
	width: 920px;
	border-top: 1px solid #666666;
	border-bottom-style: none;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	position: relative;
	background-image: url(../image/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#coLtd #header {
	background-image: url(../image/header_bgk.jpg);
}
#llc #header {
	background-image: url(../image/header_bgg.jpg);
}
#teikan #header {
	background-image: url(../image/header_bgd.jpg);
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin-left: 20px;
	margin-top: 5px;
}
#header h1 img {
	margin: 5px 0px 0px;
}
#header #contactTel {
	position:absolute;
	left:505px;
	top:10px;
	width:380px;
	height:50px;
}

/* --------------------------------------------------
	基本レイアウト　グローバルメニュー部
---------------------------------------------------- */

#header ul {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 53px;
	width: 920px;
	display: block;
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header ul li a {
	height: 44px;
	width: 175px;
	display: block;
	text-indent: -9999px;
	outline-style:none;
}
#header ul li#naviLtd a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}
#header ul li#naviLlc a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -175px -106px;
}
#header ul li#naviTeikan a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -350px -159px;
}

#coLtd #header ul {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 53px;
	width: 920px;
	display: block;
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}
#coLtd #header li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#coLtd #header ul li a {
	height: 44px;
	width: 175px;
	display: block;
	text-indent: -9999px;
	outline-style:none;
}
#coLtd #header ul li#naviLtd a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}
#coLtd #header ul li#naviLlc a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -175px -106px;
}
#coLtd #header ul li#naviTeikan a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -350px -159px;
}
#llc #header ul {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 53px;
	width: 920px;
	display: block;
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -106px;
}
#llc #header li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#llc #header ul li a {
	height: 44px;
	width: 175px;
	display: block;
	text-indent: -9999px;
	outline-style:none;
}

#llc #header ul li#naviLtd a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}
#llc #header ul li#naviLlc a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -175px -106px;
}
#llc #header ul li#naviTeikan a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -350px -159px;
}

/* --------------------------------------------------
	基本レイアウト　コンテンツ部
---------------------------------------------------- */

#content {
	width: 920px;
	overflow: hidden;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: url(../image/bg_c.jpg);
	background-repeat: repeat-y;
}
#content #mainImageArea {
	height: 230px;
	width: 920px;
	background-image: url(../image/mainimagearea.jpg);
	background-repeat: none;
	border-bottom: 1px solid #666666;
}

#coLtd #content {
	background-image: url(../image/bg_sub.jpg);
}
#llc #content {
	background-image: url(../image/bg_sub.jpg);
}
#teikan #content {
	background-image: url(../image/bg_sub.jpg);/*　電子定款作成　*/
}
#content #localArea {
	background-color: #efefef;
	width: 170px;
	float: left;
	padding: 20px;
}
#content #mainArea {
	float: right;
	width: 710px;
	overflow: hidden;
}

#content #main {
	width: 480px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px 10px 20px;
	line-height: 120%;
}
#content #main .topBn{
	padding-top: 10px;
}
#content #subContent {
	width: 180px;
	background-color: #efefef;
	float: right;
	padding: 20px 15px;
}
#footer {
	background-color: #333333;
	width: 920px;
	border: 1px solid #666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	background-image: url(../image/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#footer ul {
	margin-bottom: 1em;
}

#footer ul li {
	display: inline;
	margin-right: 2em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #99CC00;
	text-decoration: underline;
}

.view {
	background-image: url(../image/icon_g.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 20px;
}
.pageTop {
	text-align: right !important;
	background-image: url(../image/icon_up.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	padding-right: 15px !important;
	margin-top: 1em !important;
}

/* --------------------------------------------------
	基本レイアウト　localMenu（左側）
---------------------------------------------------- */

#content img.photoLine {
	border: 1px solid #999999;
}
#localArea ul#localMenu {
	width: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#localArea ul#localMenu li {
	line-height: 1.8;
	font-weight: bold;
	font-size: 120%;
}
#localArea ul#localMenu li a {
	display:block;
	color: #003366;
	background-image: url(../image/icon_sb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	width:150px;
	padding-left:15px;
}
#localArea ul#localMenu li a:hover {
	color: #0099FF;
}
#localArea p.over {
	margin-top: 20px;

}


#localArea #bannerArea {
	width: 170px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #999999;
}
#localArea #bannerArea p {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;
}
/* --------------------------------------------------
	トップページレイアウト　subContent（右側）
---------------------------------------------------- */

#subContent div.infoSection {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999999;
	width: 158px;
}
#subContent div.infoSection dl {
	margin-top: 10px;
	margin-bottom: 10px;
}
#subContent div.infoSection dl dt {
	font-weight: bold;
	color: #003399;
}
#subContent div.infoSection dl dd {
	line-height: 1.2;
	margin-bottom: 15px;
}
#home #mainArea #main h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 130%;
	line-height: 1.5;
}
#home #mainArea #main h2 img {
	margin-top: 30px;
}
#home #mainArea #main .blue {
	color: #0000FF;
}

#home #mainArea #main p {
	margin: 10px 10px 10px 20px;
}

#home #mainArea #main div.service {
	width: 230px;
	float: left;
	padding: 5px;
}
#home #mainArea #main div.service dl dt {
	clear: both;
	float: left;
	padding-right: 10px;
}
#home #mainArea #main div.service2 {
	width: 280px;
	padding: 5px;
	margin-left: 100px;
	margin-bottom: 15px;
}
#home #mainArea #main div.service2 dl dt {
	clear: both;
	float: left;
	padding-right: 10px;
}
#home  #mainArea  #main  .arrow1 {
	background-image: url(../image/arrow2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 10px;
	font-size: 110%;
	color: #FF0000;
	font-weight: bolder;
	line-height: 1.5;
	margin-left: 10px;
}

#home #mainArea #main #howto h3 {
	background-image: url(../image/icon_eg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
}
#home #mainArea #main #howto h3.odd {
	background-image: url(../image/icon_eo.jpg);
}
#home #mainArea #main #howto h4{
	padding-left: 30px;
	font-size: 110%;
	margin-top: 10px;
}
#home #mainArea #main #howto h4.patern1{
	padding-left: 5px;
	font-size: 100%;
	color: #333333;
	padding-bottom: 5px;
}
#home #mainArea #main #howto p {
	padding: 0px;
	margin-top: 2px;
	margin-left: 30px;
}
#home #mainArea #main #howto table {
	border: 2px solid #FFCCCC;
	border-collapse:collapse;
	margin-left: 10px;
	font-size: 0.9em;
	margin-bottom: 15px;
	margin-top: 10px;
}
#home #mainArea #main #howto table th {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFCCCC;
	border-left: none;
	background-color: #F0DCDF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#home #mainArea #main #howto table td {
	border-top: none;
	border-right: 1px solid #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
	border-left: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#home #mainArea #main #howto table .col1 {
	background-color: #FDF9F9;
}
#home #mainArea #main #howto .zeimu {
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
#home #mainArea #main #howto .zeimu ul {
	padding-bottom: 10px;
}
#home #mainArea #main #howto .zeimu li {
	list-style: square;
	margin-left: 45px;
}




/* --------------------------------------------------
	株式会社設立ページレイアウト
---------------------------------------------------- */

#coLtd #mainArea #breadcrumbs {
	font-size: 90%;
	height: 3em;
	line-height: 3em;
	background-image: url(../coltd/img/breadcrumbs_bgc.jpg);
	background-repeat: repeat;
	text-align: right;
	padding-right: 30px;
}
#coLtd #mainArea #theme {
	height: 70px;
	width: 710px;
	background-image: url(../coltd/img/theme_bgc.jpg);
	background-repeat: repeat;
}
#coLtd #mainArea #theme h2 {
	padding-top: 14px;
	padding-left: 20px;
}
#coLtd #mainArea #theme ul {
	width: 400px;
	margin-right: 0px;
	margin-left: auto;
}
#coLtd #mainArea #theme ul li {
	float: left;
	width: 60px;
	padding-left: 17px;
	background-image: url(../coltd/img/icon_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
}
#coLtd #mainArea #theme ul li a {
	color: #003366;
	display: block;
}
#coLtd #mainArea #theme ul li a:hover {
	color: #0099FF;
}
#coLtd #mainArea #themeContent {
	width: 670px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#coLtd #mainArea #themeContent h3 {
	font-size: 130%;
	margin-top: 20px;
	background-image: url(../coltd/img/icon_eg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#coLtd h3.sbj {
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 585px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
#coLtd table.middle{
	text-align: center;
	width: 670px;
}
#coLtd #mainArea #themeContent strong {
	font-weight: normal;
	font-style: normal;
}
#coLtd #mainArea #themeContent .emphasis {
	font-weight: bolder;
	color: #0000FF;
}
#coLtd #mainArea #themeContent h3#subject1 {
	background-image: url(../coltd/img/m_g_hiyou.gif);
}
#coLtd #mainArea #themeContent h3#subject2 {
	background-image: url(../coltd/img/m_g_nagare.gif);
}
#coLtd #mainArea #themeContent h3#subject3 {
	background-image: url(../coltd/img/m_g_jyunbi.gif);
}
#coLtd #mainArea #themeContent h3#subject4 {
	background-image: url(../coltd/img/m_g_tiiki.gif);
}
#coLtd #mainArea #themeContent p {
	margin-left: 20px;
	margin-bottom: 1em;
}
#coLtd #mainArea #themeContent p.set {
	padding-top: 20px;
	color: #FF0000;
	padding-bottom: 5px;
}
#coLtd #mainArea #themeContent p.set2 {
	padding-top: 20px;
	font-size: 120%;
	padding-bottom: 5px;
	text-align: center;
}
#coLtd #mainArea #themeContent caption {
	padding-bottom: 5px;
	background-color: #FF0040;
	padding-top: 5px;
	font-weight: bolder;
	font-size: 120%;
	color: #FFFFFF;
	margin-top: 10px;
}
#coLtd #mainArea #themeContent td.center {
	text-align: center;
	background-color: #f0ebdc;
}
#coLtd #mainArea #themeContent tr.color1{
	text-align: center;
	background-color: #FFFFFF;
}
#coLtd #mainArea #themeContent tr.color2{
	text-align: center;
	background-color: #CCCCCC;
}
#coLtd  #mainArea  #themeContent  td.colorred{
	text-align: center;
	color: #FF0000;
}
#coLtd #mainArea #themeContent ul li{
	line-height: 120%;
}
#coLtd #mainArea #themeContent h4 {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
}
#coLtd #mainArea #themeContent .circle {
	list-style: circle outside;
	padding-left: 5px;
	margin-left: 10px;
}

#coLtd #mainArea #otherService {
	width: 660px;
	overflow: hidden;
	padding-bottom: 20px;
}

#coLtd #mainArea div.service {
	width: 315px;
	float: left;
	padding: 5px;
}
#coLtd #mainArea div.service dl dt {
	clear: both;
	float: left;
	padding-right: 10px;
}


/* --------------------------------------------------
	合同会社設立ページレイアウト
---------------------------------------------------- */


#llc #mainArea #breadcrumbs {
	font-size: 90%;
	height: 3em;
	line-height: 3em;
	background-image: url(../llc/img/breadcrumbs_bgl.jpg);
	background-repeat: repeat;
	text-align: right;
	padding-right: 30px;
}
#llc #mainArea #theme {
	height: 70px;
	width: 710px;
	background-image: url(../llc/img/theme_bgl.jpg);
	background-repeat: repeat;
}
#llc #mainArea #theme h2 {
	padding-top: 14px;
	padding-left: 20px;
}
#llc #mainArea #theme ul {
	width: 400px;
	margin-right: 0px;
	margin-left: auto;
}
#llc #mainArea #theme ul li {
	float: left;
	width: 60px;
	padding-left: 17px;
	background-image: url(../llc/img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
}
#llc #mainArea #theme ul li a {
	color: #003366;
	display: block;
}
#llc #mainArea #theme ul li a:hover {
	color: #0099FF;
}
#llc #mainArea #themeContent {
	width: 670px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#llc #mainArea #themeContent h3 {
	font-size: 130%;
	margin-top: 20px;
	background-image: url(../llc/img/icon_eb.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#llc #mainArea #themeContent tr.color1{
	text-align: center;
	background-color: #FFFFFF;
}
#llc #mainArea #themeContent tr.color2{
	text-align: center;
	background-color: #CCCCCC;
}
#llc #mainArea #themeContent ul li{
	line-height: 125%;
}
#llc h3.sbj {
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 585px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
#llc table.middle {
	text-align: center;
	width: 670px;
}
#llc #mainArea #themeContent h3#subject1 {
	background-image: url(../llc/img/m_b_hiyou.gif);
}
#llc #mainArea #themeContent h3#subject2 {
	background-image: url(../llc/img/m_b_nagare.gif);
}
#llc #mainArea #themeContent h3#subject3 {
	background-image: url(../llc/img/m_b_jyunbi.gif);
}
#llc #mainArea #themeContent h3#subject4 {
	background-image: url(../llc/img/m_b_tiiki.gif);
}
#llc #mainArea #themeContent p {
	margin-left: 20px;
	margin-bottom: 1em;
}
#llc #mainArea #themeContent ul li.arrow {
	font-size: 110%;
	margin-left: 20px;
	background-image: url(../llc/img/arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 10px;
}
#llc #mainArea #themeContent caption {
	padding-bottom: 5px;
	background-color: #FF0040;
	padding-top: 5px;
	font-weight: bolder;
	font-size: 120%;
	color: #FFFFFF;
	margin-top: 10px;
}
#llc #mainArea #themeContent td.center {
	text-align: center;
	background-color: #f0ebdc;
}
#llc   #mainArea   #themeContent   td.colorred{
	text-align: center;
	color: #FF0000;
}
#llc #mainArea #themeContent p.set {
	padding-top: 20px;
	color: #FF0000;
	padding-bottom: 5px;
}

#llc #mainArea #themeContent h4 {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
}
#llc #mainArea #themeContent .emphasis {
	font-weight: bolder;
	color: #0000FF;
}
#llc #mainArea  #themeContent  p.set2 {
	padding-top: 20px;
	font-size: 120%;
	padding-bottom: 5px;
	text-align: center;
}
#llc #mainArea #themeContent .circle {
	list-style: circle outside;
	padding-left: 5px;
	margin-left: 10px;
}
#llc #mainArea #otherService {
	width: 660px;
	overflow: hidden;
	padding-bottom: 20px;
}

#llc #mainArea div.service {
	width: 315px;
	float: left;
	padding: 5px;
}
#llc #mainArea div.service dl dt {
	clear: both;
	float: left;
	padding-right: 10px;
}
/* --------------------------------------------------
	電子定款レイアウト
---------------------------------------------------- */

#teikan #header ul {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 53px;
	width: 920px;
	display: block;
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -159px;
}
#teikan #header li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#teikan #header ul li a {
	height: 44px;
	width: 175px;
	display: block;
	text-indent: -9999px;
	outline-style:none;
}

#teikan #header ul li#naviLtd a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}
#teikan #header ul li#naviLlc a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -175px -106px;
}
#teikan #header ul li#naviTeikan a:hover {
	background-image: url(../image/gbmenu.jpg);
	background-repeat: no-repeat;
	background-position: -350px -159px;
}
/* --------------------------------------------------
	テンプレート　フリーページ　レイアウト
---------------------------------------------------- */
#free #content {
	background-image: url(../image/bg_sub.jpg);
}
#free h3.sbj {
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 585px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

#free #mainArea #breadcrumbs {
	font-size: 90%;
	height: 3em;
	line-height: 3em;
	background-image: url(../image/breadcrumbs_bgp.jpg);
	background-repeat: repeat;
	text-align: right;
	padding-right: 30px;
}
#free #mainArea #freeArea {
	width: 670px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#free #mainArea #freeArea p {
	margin-left: 20px;
	margin-bottom: 1em;
}
#free #mainArea #freeArea ul {
	margin-left: 30px;
	margin-top: 5px;
}
#free #mainArea #freeArea ul li.no {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 20px;
}
#free #mainArea #freeArea ul li.no2 {
	list-style: decimal;
	margin-bottom: 5px;
}
#free #mainArea #freeArea dl {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#free #mainArea #freeArea dl dt {
	font-weight: bold;
	color: #000000;
	float: left;
}
#free #mainArea #freeArea dl dd {
	margin-bottom: 15px;
	padding-left: 20px;
	background-image: url(../image/icon_tr.gif);
	background-repeat: no-repeat;
	margin-left: 120px;
}
#free #mainArea #freeArea h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#free #mainArea #freeArea h2.side {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#free #mainArea #freeArea h3.right {
	text-align: right;
	margin-right: 30px;
	padding: 30px 0px 0px;
}
#free #mainArea #freeArea .midashi-colorBorder {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	height: 30px;
	width: 650px;
	text-align: left;
	margin-top: -5px;
}

#free #mainArea #freeArea p {
	padding-left: 10px;
	padding-bottom: 10px;
}
#free #mainArea #freeArea ul {
	list-style: decimal;
	padding-left: 40px;
}

#free #mainArea #freeArea ul li {
	list-style: decimal;
	padding-bottom: 5px;
}
#free #mainArea #freeArea .col1 {
	list-style-type: none;
	margin-left: -20px;
	background-position: center;
	font-size: 1.2em;
	margin-top: 10px;
}

#free #mainArea #freeArea ul.type {
	margin-left: -25px;
}
#free #mainArea #freeArea .serch1 {
	background-image: url(../image/mark-1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
}
#free #mainArea #freeArea #fleft {
	float: left;
	width: auto;
}


#free #mainArea #freeArea ul li.type2  {
	list-style: square;
}
#free #mainArea #freeArea th,td {
	margin: 0px;
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
}
#free #mainArea #freeArea th {
	color: #470505;
	background-color: #c99a7f;
	border-color: #fff #af5d2e #8d3000 #d0bbb2;
}
#free #mainArea #freeArea td {
	color: #2C1603;
	background-color: #e4dac2;
	border-color: #fff #ac9a70 #7c6638 #fffaf1;
}
#free #mainArea #freeArea .linkta {
	border-collapse:separate;
	border-spacing:0px;
	padding: 0px;
	margin-top: 50px;
	width: 650px;
	table-layout: fixed;
	margin-bottom: 50px;
	border: 1px solid #7c6638;
}
#free #mainArea #freeArea .linkta2 {
	border-spacing:0px;
	border: 1px solid #7c6638;
	padding: 0px;
	margin-top: 30px;
	width: 650px;
	margin-bottom: 30px;
}
#free #mainArea #freeArea .linkta3 {
	border-collapse:separate;
	border-spacing:0px;
	padding: 0px;
	margin-top: 50px;
	width: 650px;
	table-layout: fixed;
	margin-bottom: 50px;
	border: 1px solid #7c6638;
	text-align: center;
}
#free #mainArea #freeArea .linkta4 {
	border-collapse:separate;
	border-spacing:0px;
	padding: 0px;
	margin-top: 20px;
	width: 650px;
	table-layout: fixed;
	margin-bottom: 10px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
#free  #mainArea  #freeArea  .linkta5 {
	border-collapse:separate;
	border-spacing:0px;
	padding: 0px;
	margin-top: 20px;
	width: 670px;
	table-layout: fixed;
	margin-bottom: 10px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
#free #mainArea #freeArea .row01 td{
	color: #2C1603;
	background-color: #CCCCCC;
	text-align: center;
}
#free #mainArea #freeArea .row02 td{
	background-color: #CCCCCC;
}
#free #mainArea #freeArea .row03 td{
	color: #2C1603;
	background-color: #CCCCCC;
	text-align: left;
}
#free #mainArea #freeArea .linknocolor {
	color: #2C1603;
	text-align: center;
}
#free #mainArea #freeArea td.white {
	background-color: #FFFFFF;
	color: #000000;
}

#free #mainArea #freeArea th {
	width: 1%;
	white-space:nowrap
}
#free #mainArea #freeArea .colrr {
	width: 1%;
	white-space:nowrap;
	background-color: #CCCCCC;
}
#free #mainArea #freeArea #side1 {
	width: 670px;
}
#free  #mainArea  #freeArea  #side2 {
	width: 670px;
	clear: both;
	padding-top: 20px;
}
#free #freeArea #side1 #side1left {
	float: left;
	text-align: left;
	width: 330px;
}
#free  #freeArea  #side1  #side1right {
	width: 328px;
	float: right;
}
#free #freeArea #side1 ul {
	clear: both;
	margin-left: -40px;
}

#free #freeArea #side1 li.box  {
	width: 300px;
	list-style: none;
	margin-left: 3px;
	padding-left: 2px;
	margin-bottom: 3px;
	font-size: 120%;
	background-color: #FFFFCC;
}
#free  #freeArea #side1 li.box1  {
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	list-style-image: none;
	list-style-type: square;
	margin-left: 35px;
}
#free #freeArea #side2 ul li.list1 {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	font-weight: bolder;
	color: #663333;
	border-bottom: 1px dotted #666666;
}
#free #mainArea #clm {
}
#free #mainArea #clm h2 {
	background-image: url(../image/staffblog-bar.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center;
	padding-left: 70px;
	color: #006600;
	line-height: 2;
}
#free #mainArea #clm h3  {
	background-image: url(../image/ameblo-bar.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	padding-left: 60px;
	line-height: 4;
	margin-left:0px;
}

#free #freeArea #clm p {
	font-size: 1.2em;
	margin-top: 20px;
}
/* --------------------------------------------------
	テンプレート　プロフィールページ　レイアウト
---------------------------------------------------- */

#free #mainArea #freeArea img.Partition {
	clear: both;
	margin: 20px auto;
}
#free #mainArea #freeArea .phRight {
	float: right;
	padding: 0px 10px 10px;
}
#free #mainArea #freeArea .phLeft {
	float: left;
	padding: 0px 10px 10px;
	margin-right: 20px;
}
#free #mainArea #freeArea h3 {
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #006633;
	margin-left: 10px;
}
#free #mainArea #freeArea h3#subject5 {
	background-image: url(../image/m_b_site.gif);
	height: 20px;

}
#free #mainArea #freeArea h4 {
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000000;
	margin-left: 10px;
}
#free   #mainArea   #freeArea   h4.koku {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 50px;
	color: #FF0000;
}
#free #mainArea #gyousyu {
	margin-top: 50px;
}
#free  #mainArea  #gyousyu table {
	margin-left: 10px;
	border: thin solid #999999;
	width: 650px;
}

#free #freeArea #mapArea {
	padding-top: 5px;
}
#free #freeArea #mapArea p {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #006633;
	margin-left: 5px;
}
#free #freeArea #mapArea .innerleft {
	float: left;
	width: 335px;
}
#free #freeArea #mapArea .innerright {
	float: right;
	width: 335px;
}
#free #freeArea #mapArea .title_1 {
	border-left: 4px solid #CC0033;
	border-bottom: 1px solid #CC0033;
	height: 5px;
	padding-bottom: 14px;
	padding-left: 5px;
	margin-top: 30px;
}
#free #freeArea #mapArea ul {
	padding-left: 10px;
}
#free #freeArea #mapArea ul li {
	list-style: square;
}
#free #freeArea #dt .bc {
	width: 660px;
	table-layout:fixed;
	border-collapse: collapse;
	letter-spacing: 0.1em;

}
#free #freeArea .bc th,.bc td {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	font-size: 1.2em;
	text-align: center;
}
#free #freeArea #clm {
}
#free #freeArea #arc {
	margin-left: -10px;
}
#free #freeArea #arc p {
	font-size: 1.2em;
}
#free #freeArea #arc .gazo {
	margin-left: 80px;
}






/* --------------------------------------------------
	テンプレート　電子定款作成　レイアウト
---------------------------------------------------- */

#teikan #mainArea #breadcrumbs {
	font-size: 90%;
	height: 3em;
	line-height: 3em;
	background-image: url(../teikan/img/breadcrumbs_bgt.jpg);
	background-repeat: repeat;
	text-align: right;
	padding-right: 30px;
}
#teikan #mainArea #theme {
	height: 70px;
	width: 710px;
	background-image: url(../teikan/img/theme_bgt.jpg);
	background-repeat: repeat;
}
#teikan #mainArea #theme h2 {
	padding-top: 14px;
	padding-left: 20px;
}
#teikan #mainArea #theme ul {
	width: 400px;
	margin-right: 0px;
	margin-left: auto;
}
#teikan #mainArea #theme ul li {
	float: left;
	width: 60px;
	padding-left: 17px;
	background-image: url(../teikan/img/icon_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
}
#teikan #mainArea #theme ul li a {
	color: #003366;
	display: block;
}
#teikan #mainArea #theme ul li a:hover {
	color: #0099FF;
}
#teikan #mainArea #themeContent {
	width: 670px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#teikan #mainArea #themeContent h3 {
	font-size: 130%;
	margin-top: 10px;
	background-image: url(../teikan/img/icon_eo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
}
#teikan #mainArea #themeContent h4 {
	font-size: 110%;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #3300FF;
	font-weight: bold;

}
#teikan h3.sbj {
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 585px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
#teikan #mainArea #themeContent h3#subject1 {
	background-image: url(../teikan/img/m_o_hiyou.gif);
}
#teikan #mainArea #themeContent h3#subject2 {
	background-image: url(../teikan/img/m_o_nagare.gif);
}
#teikan #mainArea #themeContent h3#subject3 {
	background-image: url(../teikan/img/m_o_qa.gif);
}
#teikan #mainArea #themeContent h3#subject4 {
	background-image: url(../teikan/img/m_o_tiiki.gif);
}
#teikan #mainArea #themeContent p {
	margin-left: 20px;
	margin-bottom: 1em;
}
#teikan    #mainArea   #themeContent   .color1   {
	color: #FF0000;
	font-size: 110%;
}
#teikan     #mainArea    #themeContent    .color2   {
	color: #FF0000;
	font-size: 120%;
}

#teikan #mainArea #otherService {
	width: 660px;
	overflow: hidden;
	padding-bottom: 20px;
}
#teikan #mainArea #themeContent ul li {
	padding-bottom: 10px;
	font-size: 110%;
	color: #FF0000;
	list-style-type: square;
	margin-left: 40px;
}
#teikan #mainArea #themeContent .mida {
	list-style-type: decimal;
	color: #CC3300;
	font-weight: bolder;
}
#teikan #mainArea #themeContent .naka {
	list-style-type: lower-roman;
	color: #000000;
}

#teikan #mainArea #themeContent .tb2 {
	margin-left: 20px;
	width: 640px;
	text-align: center;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#teikan #mainArea #themeContent .tb2 caption {
	font-size: 120%;
	color: #FF0000;
	padding-top: 10px;
}
#teikan  #mainArea  #themeContent  th {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}
#teikan #mainArea div.service {
	width: 315px;
	float: left;
	padding: 5px;
}
#teikan #mainArea div.service dl dt {
	clear: both;
	float: left;
	padding-right: 10px;
}

