@charset "utf-8";

/*----------------------------------------
float解除
----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
.clearfix {
	display: inline-block;
	clear: both;
}
*html .clearfix {
	height: 1%;
}

.clearfix{
	display: block;
	clear: both;
}

/*----------------------------------------
全体的な要素
----------------------------------------*/
html {
	background: #333;
	overflow-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	background: #FFF url("./images/background.png") repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 63.5%;
	line-height: 1.6;
	color: #454545;
}

div.wrap {
	position: relative;
	margin: 0 auto;
	width: 987px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}

span.tax {
	font-size: 0.64em;
}
span.bold {
	font-weight: bold;
}
span.red {
	color: #DE0000;
}
span.blue {
	color: #0000DE;
}

p.supplement {
	margin: 0;
	padding: 3px 13px;
	text-align: right;
}

div.subtitle {
	font-weight: bold;
}

div.figure {
	margin: 13px 0 13px 0;
	text-align: center;
}
div.figure p {
	padding: 13px 34px 5px 21px;
	text-align: left;
	font-size: 1.3em;
}
div.page_top {
	clear: both;
	padding: 3px 13px;
	text-align: right;
}
div.page_top_bottom {
	position: absolute;
	top: -147px;
	right: -66px;
}
/* アンカータグ */
a {
	color: #1111cc;
}
a:visited {
	color: #551A8B;
}

blockquote {
	width: 80%;
	display: inline-block;
	margin: 1.3em auto;
	padding: 3.4em 2.5em 3.4em;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.64);
	background: #e3e3e3;
	color: #212121;
	position: relative;
}
blockquote:before, blockquote:after {
	position: absolute;
	font-size: 13em;
	font-weight: bold;
	color: #c8c8c8;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow: 5px 3px 1px rgba(255, 255, 255, 0.5);
}
*html blockquote {
	background: #e3e3e3 url("./images/blockquote.gif") 3px 5px no-repeat;
}
blockquote:after {
	content: "”";
	margin-top: -0.72em;
	top: 100%;
	right: 1px;
}
blockquote:before {
	content: "“";
	margin-top: -0.3em;
	top: 3px;
	left: 0;
}
blockquote p {
	margin: 0;
	padding: 0;
}
.speaker {
	font-weight: bold;
	color: #733421;
	display: block;
}
.translation {
	color: #007334;
}
.original {
	color: #737373;
}
.source {
	color: #ca3473;
}
/*----------------------------------------
ヘッダー
----------------------------------------*/
div#header, div#hdr {
	width: 100%;
	height: 110px;
}
div#logo {
	padding: 0;
}
div#logo a {
	outline: none;
}
div#phonenumber {
	position: absolute;
	top: 46px;
	right: 21px;
}

/*----------------------------------------
フッター
----------------------------------------*/
div#footer {
	background: #333 url(images/footer_background.jpg) top repeat-x;
}
div#copyright {
}
div#foot_list {
	padding: 21px;
}
div#foot_list dl {
	margin-top: 21px;
	padding: 0;
	width: 165px;
	float: left;
	display: inline;
}
div#foot_list dt {
	padding-bottom: 8px;
	color: #9C0;
	font-weight: bold;
	font-size: 1.5em;
}
div#foot_list dd {
	font-size: 1.2em;
}
div#foot_list ul {
	margin: 0 13px 0 8px;
	padding-bottom: 5px;
	width: 144px;
	list-style: none inside;
	float: left;
	display: inline;
	border-bottom: 1px solid #666;
}
div#foot_list ul li {
	padding: 2px 0 3px 0;
	width: 144px;
	float: left;
	display: inline;
}
div#foot_list ul li a {
	color: #999;
	text-decoration: none;
}
div#foot_list ul li a:hover {
	color: #FFF;
}
div#foot_list ul li a:active {
	color: #FFF;
}

/*----------------------------------------
ナビゲーション
----------------------------------------*/

/* インフォメーション */
div#navi_site {
	position: absolute;
	top: 0;
	right: 0;
}
div#navi_site ul {
	margin: 0 auto;
	padding: 0 8px;
	display: inline;
	width: 233px;
	height: 34px;
	font-size: 1.3em;
	list-style: none inside;
}
div#navi_site ul li {
	margin: 0 5px;
	display: inline;
	line-height: 34px;
}
div#navi_site ul li a {
	outline: none;
}

/* グローバルナビゲーション */
div#navi_global  {
	background: #000;
}
div#navi_global div.wrap {
	background: #000;
}
div#navi_global ul {
	margin: 0 auto;
	padding: 0 8px;
	float: left;
	display: inline;
	width: 987px;
	height: 34px;
	font-size: 1.3em;
	list-style: none inside;
}
div#navi_global li span {
	padding: 0 8px;
	height: 34px;
	float: left;
	display: block;
	line-height: 34px;
	color: #999;
	text-decoration: none;
	outline: none;
}
div#navi_global ul li {
	margin: 0 5px;
	display: inline;
}
div#navi_global a {
	padding: 0 8px;
	height: 34px;
	float: left;
	display: block;
	line-height: 34px;
	color: #D8F7D2;
	text-decoration: none;
	outline: none;
}
div#navi_global a:link {
	color: #D8F7D2;
}
div#navi_global a:visited {
	color: #D8F7D2;
}
div#navi_global a:hover {
	color: #FFF;
}
div#navi_global a:active {
	color: #FFF;
}
/* ページ毎の切り替え */
#service li.service a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#tool li.tool a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#about_seo li.about_seo a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#about_seo li.about_seo a:visited {
	color: #FFF;
}
#service li.service a:visited {
	color: #FFF;
}
#faq li.faq a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#faq li.faq a:visited {
	color: #FFF;
}
#precedent li.precedent a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#precedent li.precedent a:visited {
	color: #FFF;
}
#showings li.showings a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#showings li.showings a:visited {
	color: #FFF;
}
#glossary li.glossary a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#glossary li.glossary a:visited {
	color: #FFF;
}
#docs li.docs a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#docs li.docs a:visited {
	color: #FFF;
}
#inquiry li.inquiry a {
	background: #000 url("./images/navi_global_point.gif") no-repeat center bottom;
	color: #FFF;
}
#inquiry li.inquiry a:visited {
	color: #FFF;
}

/* コンテンツナビゲーション */
div#navi_contents {
	background: #FFF;
}
div#navi_contents ul {
	margin: 0 auto;
	width: 961px;
	height: 34px;
	font-size: 1.2em;
	list-style: none inside;
}
div#navi_contents ul li {
	margin: 0 2px;
	display: inline;
	float: left;
	line-height: 34px;
}
div#navi_contents li span {
	padding: 0 3px;
	color: #666;
}
div#navi_contents li.item a {
	padding: 0 3px;
	color: #1111cc;
}
div#navi_contents li.item a:link {
	color: #1111cc;
}
div#navi_contents li.item a:visited {
	color: #551A8B;
}
div#navi_contents li.item a:hover {
	color: #1111cc;
}
div#navi_contents li.item a:active {
	color: #1111cc;
}

div.navi_contents {
	background: #FFF;
}
div.navi_contents ul {
	margin: 0 auto;
	width: 961px;
	height: 34px;
	font-size: 1.2em;
	list-style: none inside;
}
div.navi_contents ul li {
	margin: 0 2px;
	display: inline;
	float: left;
	line-height: 34px;
}
div.navi_contents li span {
	padding: 0 3px;
	color: #666;
}
div.navi_contents li.item a {
	padding: 0 3px;
	color: #1111cc;
}
div.navi_contents li.item a:link {
	color: #1111cc;
}
div.navi_contents li.item a:visited {
	color: #551A8B;
}
div.navi_contents li.item a:hover {
	color: #1111cc;
}
div.navi_contents li.item a:active {
	color: #1111cc;
}

/* パンくずナビゲーション */
ul.bread_crumbs {
}
ul.bread_crumbs li {
	padding-right: 13px;
	background: url("./images/icon_crumb.gif") no-repeat right center;
}
ul.bread_crumbs a {
	padding: 0 3px;
	color: #1111cc;
}
ul.bread_crumbs a:link {
	color: #1111cc;
	text-decoration: none;
}
ul.bread_crumbs a:visited {
	color: #551A8B;
	text-decoration: none;
}
ul.bread_crumbs a:hover {
	color: #1111cc;
	text-decoration: underline;
}
ul.bread_crumbs a:active {
	color: #1111cc;
	text-decoration: none;
}

/* ページナビゲーション */
div.pagenavi {
	margin: 0 34px 0 34px;
	text-align: center;
}
div.pagenavi span {
	margin-right: 3px;
	padding: 0px 3px;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #454545;
}
div.pagenavi a {
	margin-right: 3px;
	padding: 0px 3px;
	border: 1px solid #3A0;
	text-decoration: none;
	color: #1111cc;
}

/*----------------------------------------
コンテンツ
----------------------------------------*/
div#container {
	width: 961px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 11px 5px 11px;
	background: #FFF;
}

div#top-container {
	width: 961px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 11px 5px 11px;
	background: #FFF url("./images/topbanner/002/02.jpg") no-repeat;
}

div#content {
	width: 728px;
	float: left;
	display: inline;
}
div#side {
	margin-top: 13px;
	width: 177px;
	float: left;
	display: inline;
}

div.content_headline {
	margin: 1.3em 0;
}

div.content_main {
	float: left;
	width: 717px;
}

/* サイドバー */
div.content_side {
	margin-left: 11px;
	float: left;
	display: inline;
	width: 233px;
}
div.content_side dl {
	margin: 8px 0 13px;
}
div.content_side dt {
	margin: 3px 0 5px;
}
div.content_side dd {
	margin: 3px 0 5px;
}
div.srv_menu ul {
	width: 233px;
	list-style: none inside;
	float: left;
	font-size: 1.3em;
}
div.srv_menu li {
	padding: 3px 0;
	width: 233px;
	float: left;
	display: inline;
}
div.srv_menu li span {
	text-indent: 21px;
	display: block;
	color: #78A733;
	font-weight: bold;
}
div.srv_menu li a {
	width: 100%;
	text-indent: 34px;
	display: block;
	background: url("./images/srv_menu_point.gif") 16px -17px no-repeat;
}
div.srv_menu li a:hover {
	width: 100%;
	text-indent: 34px;
	display: block;
	background: url("./images/srv_menu_point.gif") 16px 3px no-repeat;
}

div.side_button {
	margin: 13px 0 21px 0px;
	text-align: center;
}

div.side_index {
	float: left;
	display: inline;
	width: 233px;
}
div.side_index dl {
	margin: 0;
	padding: 0;
}
div.side_index dt {
	margin: 8px 5px 3px 5px;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}
div.side_index dd {
	margin: 3px 0 13px 0;
	padding: 0;
	font-size: 1.3em;
}
div.side_index ol {
	margin: 0 0 7px 13px;
	padding: 0;
	width: 180px;
	float: left;
	display: inline;
	list-style: none inside;
}
div.side_index ol li {
	margin: 0;
	padding: 2px;
	width: 32px;
	float: left;
	display: inline;
	text-align: center;
}
div.side_index ol li.label {
	margin: 3px 0px 2px 0;
	width: 180px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	font-weight: bold;
}

.side_latest {
	float: left;
	display: inline;
	width: 233px;
}
.side_latest dl {
	margin: 0;
	padding: 0;
}
.side_latest dt {
	margin: 8px 5px 0 5px;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}
.side_latest dd {
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 1.3em;
}
.side_latest ul {
	margin: 0;
	padding: 0;
	width: 233px;
	float: left;
	display: inline;
	list-style: none inside;
}
.side_latest ul li {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	border-bottom: 1px solid #dedede;
	float: left;
	display: inline;
}

/*----------------------------------------
ボタン・下部バナー
----------------------------------------*/
div.button {
	overflow: hidden;
}
div.button a {
	display: block;
	overflow: hidden;
}
div.button {
	border: none;
}
div.button001 {
	margin: 8px 5px 8px 3px;
	float: right;
	width: 377px;
	height: 55px;
}
div.button001 a {
	width: 377px;
	height: 55px;
}
div.button002 {
	margin: 8px 5px 8px 3px;
	float: right;
	width: 144px;
	height: 55px;
}
div.button002 a {
	width: 144px;
	height: 55px;
}

div.button_apply {
	margin: 34px 55px 21px 0;
	text-align: right;
}
div.more_button {
	padding: 0 0 5px 0;
	text-align: right;
	font-size: 1.3em;
}
div.side_more_button {
	padding: 3px 0 5px 0;
	text-align: center;
}


/* 質問などお問い合わせへ流すバナー */
div.footer_inquiry {
	margin: 21px 13px 21px 13px;
	width: 610px;
	height:244px;
	position: relative;
	background: url("./images/banner/footer_inquiry.jpg") no-repeat;
}
div.footer_inquiry a#footer_inquiry_button {
	position: absolute;
	top: 89px;
	left: 317px;
}
div.footer_inquiry p {
	position: absolute;
	top: 47px;
	left: 13px;
	font-size: 1.3em;
}


/*----------------------------------------
ボックスデザイン
----------------------------------------*/
div.content_body {
	margin: 0 0 0 21px;
	font-size: 1.3em;
}
div.content_body p {
	padding: 13px 13px 8px 13px;
}
div.content_body dl {
	margin: 13px;
	color: #666;
}
div.content_body dt {
	padding-left: 5px;
	font-weight: bold;
}
div.content_body dt:before { content: "■" } 
div.content_body dd {
	padding: 3px 21px;
}

.figure_table {
	float: left;
	display: inline;
	margin: 5px 13px 13px 5px;
	border-collapse: collapse;
}
.figure_table th {
	padding: 5px 3px 3px 5px;
	background: #78A733;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #693;
	letter-spacing: 0.2em;
}
.figure_table td {
	padding: 3px;
	border: 1px solid #AAA;
	text-align: center;
}


div.content_box {
	margin: 0 0 3.4em 0;
	width:100%;
}
.content_title {
	margin: 21px 8px 8px 13px;
	padding: 0 0 3px 5px;
	font-weight: bold;
	color: #78A733;
	font-size: 1.8em;
	border-bottom: 1px solid #78A733;
}

.content_link {
	margin: 13px 8px 8px 13px;
	text-align: right;
	font-size: 1.3em;
}

.content_link ul {
	float: left;
	display: inline;
	list-style: none inside;
	width: 100%;
}
.content_link li {
	float: left;
	display: inline;
	width: 100%;
}
.content_link li:before {
	content: ">>";
	letter-spacing: 0.2em;
}

.content_subtitle {
	margin: 13px 21px 5px 21px;
	padding: 0 0 0 5px;
	font-weight: bold;
	color: #666;
	font-size: 1.5em;
	border-bottom: 1px solid #CCC;
	letter-spacing: 0.1em;
}
div.content_box dl {
	margin: 13px 0 3.4em 0;
}
div.content_box dt {
	margin: 21px 8px 8px 13px;
	padding: 0 0 3px 5px;
	font-weight: bold;
	color: #78A733;
	font-size: 2.1em;
	border-bottom: 1px solid #78A733;
}
div.content_box dd {
	margin: 0 34px 0 21px;
	font-size: 1.3em;
}
div.content_box p {
	margin: 0 0 1.3em 0;
	clear: both;
}
div.content_box ul {
/*	list-style: none inside; */
}
div.srv_text {
	width:403px;
	float: left;
	display: inline;
}
div.srv_price {
	padding-top: 32px;
	margin-left: 8px;
	width: 220px;
	float: left;
	display: inline;
	text-align: right;
	font-size: 1em;
	color: #666;
}
div.srv_price span.price {
	font-size: 2.1em;
	color: #C00;
}


div.box_2column {
	margin: 0 auto;
	width: 754px;
}
div.box_3column {
	margin: 0 auto;
	padding-right: 3px;
	width: 699px;
}

div.box_wave {
	width:100%;
}
div.box_wave dt {
	margin: 0 0 3px 0;
	font-weight: bold;
	color: #09F;
	font-size: 2.1em;
}
div.box_wave dd {
	margin: 0 0 0 13px;
	font-size: 1.3em;
}
dl.wave_left {
	margin: 21px auto 13px 21px;
	width: 56%;
}
dl.wave_right {
	margin: 21px 21px 21px auto;
	width: 56%;
}


div.box_element dl {
	margin: 0 8px 13px 13px;
	float: left;
	display: inline;
	width: 212px;
}
div.box_element dt {
	margin: 2px 2px 2px 2px;
	padding: 5px 0 3px 8px;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: bold;
}
div.box_element dd {
	margin: 2px;
	padding: 5px;
	min-height: 8em;
	font-size: 1.2em;
}

div.box_type1 dl {
	background: #CCC;
}
div.box_type1 dt {
	background: #666;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #DEDEDE;
	color: #FFF;
}
div.box_type1 dd {
	background: #DEDEDE;
	border-top: 1px solid #FFF;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #FFF;
}

div.box_type2 dl {
	background: #8CC63F;
}
div.box_type2 dt {
	background: #69952F;
	border-top: 1px solid #AC6;
	border-right: 1px solid #457434;
	border-bottom: 1px solid #457434;
	border-left: 1px solid #AC6;
	color: #FFF;
}
div.box_type2 dd {
	background: #BADD8C;
	border-top: 1px solid #DEFFCC;

	border-right: 1px solid #693;
	border-bottom: 1px solid #693;
	border-left: 1px solid #DEFFCC;
}


div.box_type3 dl {
	background: #DC607C;
}
div.box_type3 dt {
	background: #D3395B;
	border-top: 1px solid #FAA;
	border-right: 1px solid #A33;
	border-bottom: 1px solid #A33;
	border-left: 1px solid #FAA;
	color: #FFF;
}
div.box_type3 dd {
	background: #EDB0BD;
	border-top: 1px solid #FCC;
	border-right: 1px solid #C66;
	border-bottom: 1px solid #A33;
	border-left: 1px solid #FCC;
}


/*----------------------------------------
テーブル
----------------------------------------*/
div.table_area {
	margin: 0 0 21px 0;
}
div.table_area table {
	margin: 0 auto 0 auto;
	border-collapse: collapse;
}
div.table_area table caption {
	margin: 0 0 8px 4px;
	font-weight: bold;
	color: #78A733;
	font-size: 1.3em;
	text-align: left;
}
div.table_area table tr {
	border: 1px solid #AACC66;
}
div.table_area table tr.even {
	background: #EEEEEE;
}
div.table_area table th {
	padding: 3px;
	background: #c7e198;
	color: #454545;
	font-weight: normal;
}
div.table_area table td {
	padding: 3px 13px;
	text-align: center;
}
div.table_area table tbody td {
	border: 1px solid #CCC;
}
div.table_area table tbody th {
	background: #EEE;
	color: #454545;
	border: 1px solid #CCC;
}
div.table_area th.cell_header {
	padding: 3px;
	background: #c7e198 url("images/table_head.jpg") bottom repeat-x;
	color: #454545;
	font-weight: normal;
}
div.table_area table th.cell_spacer {
	border: none;
	background: none;
}
div.table_area td.cell_name {
}
div.table_area td.cell_int {
	text-align: right;
}
div.table_area td.cell_center {
	text-align: center;
}

div.table_area col#service_area {
	background: #EFC;
}

div.table_content table {
	width: 906px;
}
div.table_content table td {
	text-align: left;
}
div.table_content table tr {
	border: 1px solid #CCC;
}
div.table_service table {
	width: 610px;
}
div.table_service table td {
	text-align: left;
}
div.table_service table tr {
	border: 1px solid #CCC;
}
div.table_plan table {
	width: 610px;
}
div.table_showings table {
	margin: 0 13px;
	float: left;
	display: inline;
	width: 244px;
}


/*----------------------------------------
バナー
----------------------------------------*/
div#banner_top {
	width:728px;
	height: 312px;
	overflow: hidden;
}
div#banner_estimates {
	float: left;
	display: inline;
	width: 377px;
	height: 91px;
	position: relative;
	background: url("./images/banner/banner_estimates.jpg") no-repeat;
}
div#banner_estimates button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: absolute;
	top: 41px;
	left: 269px;
	cursor: pointer;
}
div#banner_estimates input.button {
	padding: 0;
	margin: 0;
	width: 98px;
	height: 42px;
	border: none;
	position: absolute;
	top: 41px;
	left: 269px;
	cursor: pointer;
}
div#banner_estimates input.inputarea {
	width: 233px;
	height: 18px;
	position: absolute;
	top: 55px;
	left: 18px;
	border: 1px solid #999;
}
div#banner_keyword_proposer {
	float: right;
	display: inline;
	width: 342px;
	height: 91px;
}

/* フォームのデザイン */
.short {
	width: 244px;
}
.medium {
	width: 377px;
}
.long {
	width: 530px;
}
.important {
	color: #F00;
}
div#form {
	margin: 13px 21px 21px 21px;
	padding-bottom: 120px;
	width: 610px;
	border: 1px solid #999;
	background: url("./images/form/form_bottom.jpg") no-repeat left bottom;
}
div#form p {
	margin: 13px;
	font-size: 1.3em;
}
div#form_complete {
	margin: 13px 21px 21px 21px;
	padding-bottom: 120px;
	width: 610px;
	border: 1px solid #999;
	background: url("./images/form/form_bottom_thanks.jpg") no-repeat left bottom;
}
div#form_complete p {
	margin: 13px;
	font-size: 1.3em;
}
div.form_title {
	margin: 21px 13px 3px 13px;
	padding: 1px 0px 1px 8px;
	letter-spacing: 0.1em;
	border-left: 5px solid #69952F;
	font-weight: bold;
	color: #69952F;
	font-size: 1.3em;
}
div.form_notes {
	padding: 1.3em;
	font-size: 1.3em;
	color: #00a145;
}
.form_notes {
	padding: 0 1em;
	color: #004500;
}
.example {
	font-size: 0.9em;
	color: #737373;
}
div.form_submit {
	margin: 13px 7px 21px 34px;
}
div.form_element {
	margin: 5px 13px;
	font-size: 1.3em;
}
div.form_element input {
	margin: 5px;
	padding: 3px;
	border: 1px solid #AAA;
}
div.form_element select {
	margin: 5px;
	border: 1px solid #AAA;
}
div.form_element input.checkbox {
	border: none;
}
div.form_element textarea {
	margin: 5px;
	padding: 3px;
	height: 133px;
	border: 1px solid #AAA;
}

div.form_box {
	margin: 21px 55px 13px 13px;
	padding: 10px;
	border: 3px solid #69952F;
}
div.form_box_title {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
}

/* 見積もりフォーム */
div#estimate_form {
	margin: 13px 21px 21px 21px;
	width: 610px;
	border: 1px solid #999;
}
div#estimate_form h3 {
	margin: 1.3em;
	font-size: 1.6em;
	font-weight: bold;
	color: #A00;
	letter-spacing: 0.2em;
}
div#estimate_form p {
	margin: 13px;
	font-size: 1.3em;
}
div.estimate_notes {
	margin: 13px;
	padding: 5px 5px 3px 8px;
	border: 3px solid #F99;
	background: #FFDEDE;
	font-size: 1.3em;
	color: #600;
}
p#glayer_message_text {
	font-size: 1.3em;
}

div#result {
	margin: 0 21px;
	padding: 13px 13px 5px 13px;
	border: 1px solid #CCC;
}
#area_head {
	padding:  5px 0 0 0;
	border-top: 1px solid #DEDEDE;
	text-align: center;
}
div#display_estimate {
	padding:  5px 0 0 5px;
	font-size: 1.3em;
	border-top: 1px solid #DEDEDE;
}

.special_keyword {
	float: right;
	display: inline;
	text-align: 13px;
}

.estimate_keyword a {
	color: #1111cc;
}
#check_result .estimate_result {
	float: right;
	display: inline;
	padding-top: 3px;
	font-size: 1.2em;
	line-height: 2em;
}
#check_result .estimate_keyword {
	float: left;
	display: inline;
	padding-right: 13px;
	font-size: 1.6em;
}

#area_result .estimate_result {
	float: right;
	display: inline;
	padding-top: 3px;
	line-height: 2em;
}
#area_result .estimate_keyword {
	float: left;
	display: inline;
	padding-right: 13px;
	line-height: 2em;
}


#related_word_result .estimate_result {
	float: right;
	display: inline;
	padding-top: 3px;
	line-height: 2em;
}
#related_word_result .estimate_keyword {
	float: left;
	display: inline;
	padding-right: 13px;
	line-height: 2em;
}

div.estimate_title {
	padding: 3px 0 3px 0;
	font-size: 1.6em;
	color: #C00;
	font-weight: bold;
}
div.estimate_subtitle {
	padding: 3px 0 3px 0;
	font-size: 1.3em;
	color: #C00;
}
span.price {
	padding: 0 5px;
	color: #36F;
}

div.main_estimate_form {
	margin: 13px;
}
div.main_estimate_form input.keyword {
	margin: 5px;
	padding: 3px;
	width: 233px;
	font-size: 1.6em;
	border: 1px solid #AAA;
}
div.keyword {
}
div.hidden_submit {
	display: none;
}
div.submit {
	margin: 3px 0;
}
div.main_estimate_form img.submit {
	margin: 0 7px 13px 5px;
	cursor: pointer;
}
div#keyword_list {
	font-size: 1.3em;
}
div#related_word {
	float: left;
	display: inline;
	margin: 13px 0 0 21px;
	padding-top: 24px;
	background: url("./images/form/form_subheader_related_keyword.gif") no-repeat;
}
div#related_word ul {
	margin-bottom: 3px;
	float: left;
	display: inline;
	list-style: none inside;
}
div#related_word li {
	padding: 0 3px;
	float: left;
	display: inline;
}
div#recorded_keyword {
	float: left;
	display: inline;
	width: 589px;
	margin: 13px 0 0 21px;
	padding-top: 24px;
	background: url("./images/form/form_subheader_recorded_keyword.gif") no-repeat;
}
div#recorded_keyword ul {
	margin-bottom: 3px;
	float: left;
	display: inline;
	list-style: none inside;
}
div#recorded_keyword li {
	padding: 0 3px;
	float: left;
	display: inline;
}

div#special_keyword {
	float: left;
	display: inline;
	margin: 0 21px 21px 13px;
	width: 310px;
	border-bottom: 1px solid #AAA;
}
div#special_keyword dt {
	padding: 13px;
	font-size: 2.1em;
	font-weight: bold;
}
div#special_keyword dd {
	padding: 0 13px;
	font-size: 1.3em;
	text-align: right;
}

/*----------------------------------------
トップコンテンツ
----------------------------------------*/
div#top_box {
	margin: 13px 0;
	width:728px;
	float:left;
	display: inline;
	position: relative;
}
#top_form .form_keyword {
	top: 420px;
	left: 297px;
	position: absolute;
	font-size: 1.3em;
}
#top_form .form_keyword input {
	padding: 3px;
	width: 227px;
	height: 18px;
	color: #363;
	font-size: 1.1em;
	font-weight: bold;
}
#top_form .form_submit {
	top: 388px;
	left: 510px;
	position: absolute;
}

div.top_content {
	margin: 15px 0 0 13px;
	width:771px;
	float:right;
	display: inline;
}
div.point {
	width: 720px;
	margin: -3px 4px 0 4px;
}
div.item {
	width: 202px;
	margin: 4px;
	padding: 0 8px 0 21px;
	float: left;
	display: inline;
	font-size: 1.1em;
	text-align: justify;
	text-justify: inter-cluster;
}
div#top_navi_service {
	margin: 13px 21px;
}
div#top_navi_service ul {
	float: left;
	display: inline;
	width: 720px;
	list-style: none inside;
}
div#top_navi_service li {
	margin: 0 5px 13px 5px;
	padding: 3px 3px 5px 8px;
	float: left;
	display: inline;
	width: 217px;
	height: 7em;
	border: 1px solid #cacaca;
}
div#top_navi_service li a {
	color: #4545ff;
	font-size:1.3em;
	font-weight: bold;
}

/* メニューのデザイン */
li.srv_seo {
	background: #EEE url("./images/icon/srv_seo.png") right 0 no-repeat;
}
li.srv_mobile {
	background: #EEE url("./images/icon/srv_mobile.png") right 0 no-repeat;
}
li.srv_inside {
	background: #EEE url("./images/icon/srv_inside.png") right 0 no-repeat;
}
li.srv_link {
	background: #EEE url("./images/icon/srv_link.png") right 0 no-repeat;
}
li.srv_category {
	background: #EEE url("./images/icon/srv_category.png") right 0 no-repeat;
}
li.srv_domain {
	background: #EEE url("./images/icon/srv_domain.png") right 0 no-repeat;
}
li.srv_rseo {
	background: #EEE url("./images/icon/srv_rseo.png") right 0 no-repeat;
}
li.srv_seregist {
	background: #EEE url("./images/icon/srv_seregist.png") right 0 no-repeat;
}
li.srv_listing {
	background: #EEE url("./images/icon/srv_listing.png") right 0 no-repeat;
}
li.srv_map {
	background: #EEE url("./images/icon/srv_map.png") right 0 no-repeat;
}

div#navi_service li span {
	font-weight: bold;
	font-size: 1.3em;
}
div#navi_service {
	margin: 0;
	padding-top: 13px;
}
div#navi_service ul {
	float: left;
	display: inline;
	list-style: none inside;
}
div#navi_service li {
	margin: 0 5px 13px 5px;
	float: left;
	display: inline;
	width: auto;
}
div#navi_service li a {
	padding: 3px 0 0 8px;
	text-decoration: none;
	display: block;
	height: 2.1em;
	border: 1px solid #cacaca;
	color: #454545;
	background: #fff;
}
div#navi_service li a:hover {
	color: #666;
	background: #eee;
}
div#navi_service li span {
	font-weight: bold;
	font-size: 1.3em;
}

.hdtxt {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#top-banner-button01 {
	position: absolute;
	top:374px;
	left:47px;
	display:block;
	width:404px;
	height:55px;
	background:url("./images/button/top-banner-button.gif");
}
#top-banner-button01:hover {
	background-position: 0 -55px;
}
#top-banner-button02 {
	position: absolute;
	top:442px;
	left:275px;
	display:block;
	width:175px;
	height:28px;
	background:url("./images/button/top-banner-button02.gif");
}

#banner-inquiry-button01 {
	position: absolute;
	top:20px;
	left:434px;
	display:block;
	width:282px;
	height:55px;
	background:url("./images/button/banner-inquiry-button.gif");
}
#banner-inquiry-button01:hover {
	background-position: -282px 0;
}
#banner-inquiry-button02 {
	position: absolute;
	top:84px;
	left:434px;
	display:block;
	width:282px;
	height:34px;
	background:url("./images/button/banner-inquiry-button.gif") 0 -56px;
}
#banner-inquiry-button02:hover {
	background-position: -282px -56px;
}

/* トップサイドメニュー */
#top-social-area {
}
#top-social-area #plusone {
	z-index: 9999;
	width: 177px;
	height: 150px;
	background: #ffffff url("./images/side/plusone.gif") no-repeat;
}
#plusone #plusone-button {
	margin: 1.3em 1.3em 0 0;
	float: right;
	display: inline;
}

dl.side_experienced {
	margin: 0 0 8px 0;
	width: 177px;
}
dl.side_experienced ul {
	width: 161px;
	list-style: none inside;
	margin: 0 8px;
	float: left;
	display: inline;
	color: #666;
}
dl.side_experienced li {
	width: 161px;
	margin: 3px 0 5px 0;
	font-size: 1.3em;
	float: left;
	display: inline;
}
dl.side_words {
	margin: 0 0 8px 0;
	width: 177px;
}
dl.side_words ul {
	width: 161px;
	list-style: none inside;
	margin: 0 8px;
	float: left;
	display: inline;
	color: #666;
}
dl.side_words li {
	width: 161px;
	margin: 3px 0 5px 0;
	font-size: 1.3em;
	float: left;
	display: inline;
}
dl.side_words li a {
	width: 161px;
	line-height: 21px;
	color: #666;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-indent: 18px;
	background: url("./images/icon_link.gif") 0px -17px no-repeat;
}
dl.side_words li a:hover {
	color: #000;
	text-decoration: underline;
	background: url("./images/icon_link.gif") 0px 3px no-repeat;
}


/* トップ SEO用語集 */
div.box_words {
	margin: 0 auto;
	padding-right: 8px;
	width: 762px;
}

div.box_words dl {
	padding: 0 8px 21px 13px;
	float: left;
	display: inline;
	width: 233px;
}
div.box_words dt {
	padding: 5px 0 3px 0;
	font-size: 1.3em;
	color: #093;
	font-weight: bold;
}
div.box_words dt a {
	text-indent: 18px;
	display: block;
	color: #093;
	text-decoration: none;
	background: url("./images/icon_link.gif") 0px -17px no-repeat;
}
div.box_words dt a:hover {
	text-indent: 18px;
	display: block;
	color: #0A6;
	text-decoration: none;
	background: url("./images/icon_link.gif") 0px 3px no-repeat;
}
div.box_words dd {
	padding: 0 5px 3px 5px;
	font-size: 1.1em;
	text-align: justify;
	text-justify: inter-cluster;
}


/*----------------------------------------
事例集
----------------------------------------*/
div.content_precedent {
	margin: 8px 13px 21px 13px;
	padding: 0 0 8px 0;
	width: 935px;
	float: left;
	display: inline;
	border-bottom: 3px solid #98B271;
}
div.content_precedent .precedent_head {
	float: right;
	display: inline;
	width: 880px;
	border-bottom: 1px solid #999;
}
div.content_precedent .precedent_info {
	text-align: left;
}
/* トップ事例集 */
div.box_precedent {
	margin: 0 13px 21px 0;
	padding: 0 0 8px 0;
	width: 364px;
	float: left;
	display: inline;
	border-bottom: 3px solid #98B271;
}
div.box_precedent .precedent_head {
	float: right;
	display: inline;
	width: 309px;
	border-bottom: 1px solid #999;
}
div.box_precedent .precedent_info {
	text-align: right;
}

/* 事例集共通部分 */
.precedent_title {
	margin: 5px 0 0 0;
	padding: 0 0 0 8px;
	font-size: 1.3em;
}
.precedent_title a {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.precedent_title a:hover {
	color: #666;
	text-decoration: underline;
}
.precedent_info {
	padding: 0 5px 0 13px;
	font-weight: bold;
	color: #090;
	font-size: 1.3em;
}
.precedent_icon {
	float: left;
	display: inline;
	width: 55px;
	height: 55px;
}
.precedent_text {
	margin: 0 0 0 8px 0;
	padding: 8px 0 5px 0;
	clear: both;
	font-size: 1.3em;
}
.precedent_link {
	margin: 0 8px 0 32px;
	text-align: right;
	font-size: 1.3em;
}
.precedent_link a {
	color: #00F;
	float: right;
	display: block;
	line-height: 21px;
	text-indent: 18px;
	background: url("./images/icon_link.gif") 0px -17px no-repeat;
}
.precedent_link a:hover {
	color: #666;
	line-height: 21px;
	text-decoration: underline;
	background: url("./images/icon_link.gif") 0px 3px no-repeat;
}

/*----------------------------------------
サービスの流れ
----------------------------------------*/
ol.service_flow {
	margin: 13px 0;
	padding: 0;
	width: 610px;
	float: left;
	display: inline;
	list-style: none inside;
}
ol.service_flow li {
	width: 610px;
	float: left;
	display: inline;
	font-size: 2em;
	background: url("./images/flow/background.gif") no-repeat left bottom;
}
ol.service_flow li.end {
	background: none;
}

ol.service_flow div.num1 {
	background: url("./images/flow/num1.gif") no-repeat left top;
}
ol.service_flow div.num2 {
	background: url("./images/flow/num2.gif") no-repeat left top;
}
ol.service_flow div.num3 {
	background: url("./images/flow/num3.gif") no-repeat left top;
}
ol.service_flow div.num4 {
	background: url("./images/flow/num4.gif") no-repeat left top;
}
ol.service_flow div.num5 {
	background: url("./images/flow/num5.gif") no-repeat left top;
}
ol.service_flow div.num6 {
	background: url("./images/flow/num6.gif") no-repeat left top;
}
ol.service_flow div.num7 {
	background: url("./images/flow/num7.gif") no-repeat left top;
}
ol.service_flow div.num8 {
	background: url("./images/flow/num8.gif") no-repeat left top;
}
ol.service_flow div.num9 {
	background: url("./images/flow/num9.gif") no-repeat left top;
}
ol.service_flow div.num10 {
	background: url("./images/flow/num10.gif") no-repeat left top;
}
ol.service_flow div.item_name {
	float: left;
	display: inline;
	padding: 0 21px 21px 8px;
	width: 115px;
	height: 59px;
	font-size: 0.5em;
	text-align: right;
	line-height: 59px;
}
ol.service_flow div.item_text {
	float: left;
	display: inline;
	margin: 17px 0 0 8px;
	padding: 5px 5px 13px 5px;
	width: 448px;
	font-size: 0.5em;
}
ol.service_flow dl {
	padding: 5px 0 5px 13px;
}
ol.service_flow dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #454545;
	font-size: 1em;
}
ol.service_flow dd {
	margin: 0;
	padding: 0 0 0 1.2em;
	font-weight: normal;
	color: #454545;
	font-size: 1em;
}
ol.service_flow p {
	margin: 0;
	padding: 0;
}
ol.service_flow p.flow_notes {
	font-size: 0.9em;
}


/*----------------------------------------
用語集
----------------------------------------*/
div.glossary_index {
	width: 673px;
}
div.glossary_index ul {
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.9em;
}
div.glossary_index li {
	margin: 0;
	padding: 3px 0 5px 5px;
}
div.glossary_index li.label {
	margin: 0;
	padding: 13px 0 0 0;
	width: 128px;
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
}

h3 {
	margin: 21px 0 5px 0;
	font-weight: bold;
	color: #757575;
	font-size: 1.6em;
}
h4 {
	margin: 21px 0 5px 0;
	font-weight: bold;
	color: #757575;
	font-size: 1em;
}
div.synonymous {
	margin: 0 13px 13px 13px;
	font-size: 1.3em;
	border-bottom: 1px solid #CCC;
	color: #666;
}
.synonymous ul {
	float: left;
	display: inline;
	width: 100%;
	list-style: none inside;
}
.synonymous ul li {
	float: left;
	display: inline;
	width: 100%;
}

div.note dl {
	margin: 13px 34px 13px 13px;
}
div.note dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #78A733;
	font-size: 1em;
	border-bottom: 1px solid #78A733;
}
div.note dd {
	margin: 0;
	padding: 8px;
	font-size: 1em;
}

/*----------------------------------------
よくある質問
----------------------------------------*/
div.faq_box {
	margin: 5px 0 21px 0;
	width: 314px;
	float: left;
	overflow: hidden;
}
div.faq_box dl {
	margin: 0 5px 0 5px;
	width: 304px;
}
div.faq_box dt {
	margin: 0 2px;
	padding: 5px 0px 0px 8px;
	border-bottom: 1px solid #457434;
	letter-spacing: 0.1em;
	background: #69952F;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
}
div.faq_box dd {
	margin: 0 5px;
	width: 294px;
}

div.faq_box dd ul {
	margin: 0;
	padding: 0;
	width: 294px;
	float: left;
	display: inline;
	list-style: none inside;
	font-size: 1.1em;
}
div.faq_box dd li {
	margin: 0;
	padding: 0px;
	width: 294px;
	float: left;
	display: inline;
}
div.faq_box dd li a {
	padding: 3px 0 5px 15px;
	width: 278px;
	line-height: 16px;
	color: #666;
	text-decoration: none;
	display: block;
	background: url("./images/icon_link.gif") 0px -17px no-repeat;
	border-bottom: 1px solid #CCC;
}
div.faq_box dd li a:hover {
	color: #333;
	text-decoration: underline;
}


/*----------------------------------------
上位化実績
----------------------------------------*/
ol.success_flow {
	margin: 13px 13px 0 13px;
	padding: 0;
	width: 233px;
	float: left;
	display: inline;
	list-style: none inside;
}
ol.success_flow li {
	margin: 0;
	padding: 0 0 55px 0;
	width: 233px;
	float: left;
	display: inline;
	background: url("./images/flow/background.gif") no-repeat center bottom;
}
ol.success_flow li.end {
	background: none;
}
ol.success_flow div.item {
	margin: 0;
	padding: 5px 5px 0 5px;
	width: 223px;
	background: #FFF;
	border: 1px solid #AAA;
}
ol.success_flow div.item dt {
	margin: 0;
	padding: 0;
	color: #78A733;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
}
ol.success_flow div.item dd {
	margin: 0;
	padding: 0 0 13px 0;
	font-size: 1.1em;
	text-align: center;
}


.service_nav {
	margin: 1.3em 0 0 0;
}
.service_nav ul {
	float: left;
	display: inline;
	padding: 0 13px;
	list-style: none inside;
}
.service_nav li {
	float: left;
	display: inline;
	margin: 5px 0 0 5px;
	padding: 3px 13px 2px 13px;
	background: #69952F;
	color: #FFF;
	font-size: 1.3em;
}
.service_nav li a {
	color: #FFF;
}
.service_nav li span {
	font-weight: bold;
	color: #FFF;
}

/* リスト */
ul.list {
	margin-left: 2.1em;
	list-style: disc outside;
}


/* 404 */
 {
}
/* 質問などお問い合わせへ流すバナー */
#error {
	margin: 21px;
	width: 675px;
	height:233px;
	position: relative;
}
#error_num {
	width: 233px;
	float: left;
	font-size: 13em;
	line-height: 1em;
	letter-spacing: -0.04em;
/*
	font-family:"Courier New", Courier, monospace;
*/
	font-family:Arial, Helvetica, sans-serif;
}
#error dl {
	width: 422px;
	float: left;
}
#error dt {
	padding: 0.5em;
	border-bottom: 1px solid #000;
	color: #719F32;
	font-size: 2.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family:Arial, Helvetica, sans-serif;
}
#error dd {
	margin: 1.3em;
	font-size: 1.4em;
}

#top_blog_update {
    margin: 0 auto 13px;
    width: 728px;
}
#top_blog_update h2 {
	padding: 5px 5px 0px;
	border-bottom: 5px solid #6D9B32;
	font-size: 1.8em;
	font-weight: bold;
	color: #737373;
	letter-spacing: 0.2em;
}
#top_blog_update .article {
	padding: 5px;
	border-bottom: 1px solid #cacaca;
}
#top_blog_update .article-item {
	padding-bottom: 13px;
}

.entry-meta {
	float: left;
    width: 55px;
}
.entry-data {
	float: left;
    width: 653px;
}
#top_blog_update .title {
	margin: 5px 0;
	font-size: 1.4em;
}
#top_blog_update .desc {
	font-size: 1.2em;
	text-indent: 0.5em;
}
div.social-area {
	margin-top: 13px;
}

#top_blog_update .month {
	padding-top: 5px;
	margin-bottom: 13px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #cacaca;
}
#top_blog_update .date {
	float: left;
	display: inline-block;
	margin: 5px 13px 5px 5px;
	padding: 3px;
	border: 1px solid #cacaca;
	border-bottom: 3px solid #6D9B32;
	width: 3em;
	text-align: center;
	line-height: 1.2;
	box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 5px;
}
#top_blog_update .date:first-line {
	font-size: 1.8em;
	font-weight: bold;
	color: #6D9B32;
	letter-spacing: -0.1em;
}


#top_recommend_entry {
    margin: 0 auto 13px;
    width: 728px;
}
.top_recommend_entry_info {
	font-size: 1.3em;
	margin: 0.5em 0.5em 0;
}
#top_recommend_entry h2 {
	padding: 5px 5px 0px;
	border-bottom: 5px solid #6D9B32;
	font-size: 1.8em;
	font-weight: bold;
	color: #737373;
	letter-spacing: 0.2em;
}
#top_recommend_entry .article {
	padding: 5px;
	border-bottom: 1px solid #cacaca;
}
#top_recommend_entry .article-item {
	padding-bottom: 13px;
}
#top_recommend_entry .title {
	margin: 5px 0;
	font-size: 1.4em;
}
#top_recommend_entry .desc {
	font-size: 1.2em;
	text-indent: 0.5em;
}
#top_recommend_entry .month {
	padding-top: 5px;
	margin-bottom: 13px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #cacaca;
}
#top_recommend_entry .date {
	float: left;
	display: inline-block;
	margin: 5px 13px 5px 5px;
	padding: 3px;
	border: 1px solid #cacaca;
	border-bottom: 3px solid #6D9B32;
	width: 3em;
	text-align: center;
	line-height: 1.2;
	box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 5px;
}
#top_recommend_entry .date:first-line {
	font-size: 1.8em;
	font-weight: bold;
	color: #6D9B32;
	letter-spacing: -0.1em;
}

#custom_search {
	margin: 13px 0 0 0;
}
#gcs-q {
	width: 207px;
}
#gcs-area {
	box-shadow: rgb(0, 0, 0) 3px 3px 5px;
}
#gcs-iframe {
	background: #000;
}
.gcs-nav {
	background: #000;
	padding: 3px 5px 5px 3px;
	height: 18px;
	overflow: hidden;
	text-align:right;
	color:#ffffff;
	font-size:1.3em;
}

#gcs-customsearch {
	position:absolute;
	top: -27px;
	left: -13px;
	z-index:9999;
	padding:5px 3px;
	border:1px solid #cacaca;
	background:#ffffff;
	box-shadow: rgb(0, 0, 0) 2px 2px 3px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#top_notice {
	margin: 1.3em auto;
	padding: 0.5em;
	border: 3px solid #cacaca;
	background: #dedede;
	width: 610px;
	text-align: center;
}
#top_notice p {
	font-size: 1.3em;
}
#top_notice a {
	color: #0073FF;
}
.notice_header {
	margin: 0;
	padding: 0;
	font-size: 2.1em;
}
#archive {
	margin: 2.1em 5.5em;
}
.archive-meta {
	font-size: 1.3em;
	text-align: right;
	padding: 0.5em;
}
#archive h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #737373;
}

#archive p {
	margin: 1.3em;
	font-size: 1.4em;
}


.error_msg {
	margin-left: 0.3em;
	padding: 0 5px 0 8px;
	color: #ffffff;
	display: inline-block;
	background: #ff0000;
	border-radius: 3px;
}

#service-side-button {
	padding: 5px;
	background: #f3f3d7;
}
#service-side-button .button {
	margin: 5px 0;
	width: 221px;
	height: 36px;
	display: block;
	background: url("./images/service-side-button.png") no-repeat 0 0;
}
#service-side-button a.docs {
	background-position: 0 0;
}
#service-side-button a.estimate {
	background-position: 0 -36px;
}
#service-side-button a.contact {
	background-position: 0 -72px;
}
#service-side-button a.docs:hover {
	background-position: -221px 0;
}
#service-side-button a.estimate:hover {
	background-position: -221px -36px;
}
#service-side-button a.contact:hover {
	background-position: -221px -72px;
}


#credit {
	font-size: 1.3em;
	margin: 21px;
}
#credit p {
	float: left;
	display: inline;
	width: 174px;
	padding: 5px 8px;
}
#yahoo_banner {
}
#credit ul {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}
#credit li {
	margin: 13px;
	float: left;
	display: inline;
}