@charset "utf-8";

/*****コンテンツ全体の設定*****/

/*本文のインデントの設定（p要素）*/
#main p.indent1 {
	padding: 5px 10px;
}

/*本文のインデント中の強調の設定（strong要素）*/
#main p.indent1 strong {
	color: #060;
	line-height: 1.5em;
}

/*本文のインデントの設定（p要素）*/
#main p.indent_image {
	margin: 0 0 0 20px;
	padding: 5px 10px 0;
}

/*本文のインデントの設定（p要素）*/
#main p.indent_image img {
	margin: 0 15px 0 0;
}

/*本文のリストのインデントの設定（ul要素）*/
#main ul {
	margin: 5px 10px 10px 10px;
}

/*本文のリストのインデントの設定（li要素）*/
#main li {
	padding: 0 0 5px 10px;
	background-image: url(../img/arrow-ss.gif);
	background-repeat: no-repeat;
}

/*本文のリストのインデントの設定（ul要素）*/
#main ul.explain {
	margin: 5px 10px 20px 30px;
	padding: 0px;
}

/*本文のリストのインデントの設定（li要素）*/
#main ul.explain li {
	background-image: url(../img/arrow-sss.gif);
}

/*本文のリストのインデントの設定※特殊パターン（ul要素）*/
#main ul.explain_special {
	margin: 5px 10px 0 30px;
	padding: 0px;
}

/*本文のリストのインデントの設定※特殊パターン（ul要素）*/
#main ul.explain_special2 {
	margin: 5px 10px 20px 30px;
	padding: 0px;
}

/*本文のリストのインデントの設定※特殊パターン（ol要素）*/
ol.explain_special {
	margin: 5px 10px 20px 50px;
	padding: 0px;
}

#main ol.explain_special li {
	background-image: url(../img/arrow-sss.gif);
}

/*本文のリストのインデントの設定※特殊パターン（li要素）*/
#main ul.explain_special li {
	padding: 0 0 0 10px;
}


/*本文のリストの特別なリストの設定（ol要素）*/
#main ol.special1 {
	margin: 5px 10px 20px 65px;
	padding: 0px;
}

/*本文のリストの特別なリストの設定（li要素）*/
#main ol.special1 li {
	padding: 0;
	list-style-type: decimal;
	background-image: none;
}

/*大見出しの設定（h3要素）*/
#main h3 {
	margin: 0 10px;
	padding: 5px 5px 5px 20px;
	clear: both;
	border-bottom: 1px dashed #060;
	font-size: 12px;
	background-color: #eef3ee;
	background-image: url(../img/arrow-m.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

/*大見出しが2段になる場合の設定（h3要素）*/
#main h3 {
	background-position: 5px 8px;
}

/*大見出しの内のノーマル文字化の設定（span要素）*/
#main h3 span {
	font-weight: normal;
}

/*小見出しの設定（h4要素）*/
#main h4 {
	margin: 0 10px;
	padding: 5px 5px 5px 20px;
	clear: both;
	border-bottom: 1px dashed #999;
	background-image: url(../img/arrow-s.gif);
	background-repeat: no-repeat;
	background-position: 5px 40%;
	font-size: 12px;
	color: #060;
}

/*最小見出しの設定マージンあり（h5要素）*/
#main h5 {
	margin: 10px 20px 5px;
	padding: 0 5px;
	clear: both;
	border-left: 3px solid #060;
	line-height: 120%;
	font-weight: normal;
	font-size: 12px;
	color: #246;
}

/*最小見出しの設定マージンなし（h5要素）*/
#main h5.narrow {
	margin: 0 20px;
	padding: 0 5px;
	clear: both;
	border-left: 3px solid #060;
	line-height: 120%;
	font-weight: normal;
	font-size: 12px;
	color: #246;
}



/*****トップページのスタイルの設定*****/

/*見出しタイトルの設定（h3要素）*/
/*h3提案書形式*/
#main h3.sol_h3 {
	margin: 10px 10px 0px 10px;
	padding: 2px 2px 2px 5px;
	clear: both;
	background-image:none;
	background-color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #060;
	color:#000;
}
#main p.sol_p {
	margin: 0 10px 10px 10px;
	padding: 0px 0px 0px 5px;
	clear: both;
	background-image:none;
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight:normal;
	border-left: 4px solid #bb0;
	color:#999;
}
/*履歴リストの内容の設定（ul要素）*/
#main ul.history {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

/*履歴リストの内容の設定（li要素）*/
#main ul.history li {
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #999;
	background-image: none;
}

/*リンク部分の設定*/
#main ul.history li a strong {
	padding: 0 0 0 15px;
	background-image: url(../img/arrow-s.gif);
	background-repeat: no-repeat;
	background-position: 0 40%;
	font-weight: normal;
}

/*履歴リストの内容の終わりの設定（li要素）*/
#main ul.history li.end {
	text-align: right;
	border-bottom: 1px solid #999;
}

/*履歴リスト内容の終わりのリンク部分の設定（strong）*/
#main ul.history li.end a {
	padding: 0 0 0 15px;
	background-image: url(../img/arrow-s.gif);
	background-repeat: no-repeat;
	background-position: 0 40%;
}

/*納入事例部分の設定*/
#main div#top_works {
	width: 480px;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	float: none;
	clear: both;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#main #top_works dl {
	padding: 0;
	position: absolute;
	width: 160px;
	height: 180px;
	clear: both;
	float: none;
	border: 0;
	background: #fff;
}
#work-new1 { top: 0; left: 0;}
#work-new2 { top: 0; left: 160px;}
#work-new3 { top: 0; left: 320px;}
#work-new4 { top: 180px; left: 0;}
#work-new5 { top: 180px; left: 160px;}
#work-new6 { top: 180px; left: 320px;}

#main #top_works dt {
	margin-left: 35px;
	padding: 0;
	width: auto;
	height: auto;
	border: 0;
	background: #fff;
}
#main #top_works dd {
	margin-left: 35px;
	padding: 0;
	width: auto;
	height: auto;
	border: 0;
	background: #fff;
}

/*****サイトマップの設定*****/

/*リストの設定*/
#main dl.sitemap {
	clear: both;
	width: auto;
	height: auto;
}

#main dl.sitemap dt {
	background-color: none;
	border: 0;
}

#main dl.sitemap dd {
	widht: auto;
	height: auto;
	border: 0;
}

/*サイトマップの設定（ul要素）*/
#main ul.sitemap {
	float: left;
}
#main ul.sitemap li li {
	background: none;
}

/*サイトマップの分岐部分の設定（ul要素）*/
#main ul.sitemap li.switch ul {
	margin: 0;
}

/*サイトマップの分岐部分の設定（li要素）*/
#main ul.sitemap li.switch ul li {
	background-image: url(../img/arrow-sss.gif);
}
/*サイトマップの分岐部分の設定（li要素）*/
.sitemap02{
margin:0;
}

/*****お問い合わせの設定*****/

/*お問い合わせのボックスの設定（dl要素）*/
#main form.contact dl {
	margin: 0;
	width: 490px;
	padding: 0 0 10px 10px;
	clear: both;
}

/*お問い合わせボックスの設定（dt要素）*/
#main form.contact dl dt {
	margin: 0;
	padding: 3px;
	clear: both;
	width: auto;
	border: 0;
	border-left: 3px solid #060;
	background-color: #eef3ee;
}

/*お問い合わせボックスのdt要素内の強調の設定（strong要素）*/
#main form.contact strong {
	padding: 0;
	font-weight: normal;
	color: #c00;
}

/*お問い合わせボックスの設定（dd要素）*/
#main form.contact dl dd {
	margin: 0 0 10px;
	padding: 3px;
	clear: both;
	width: auto;
	height: auto;
	border: 0;
	border-left: 3px solid #060;
	border-bottom: 1px dashed #ccc;
}

/*お問い合わせ：送信ボタンの中央揃え（div要素）*/
#main form.contact div.submit {
	clear: both;
	text-align: center;
}



/*****よくある質問と回答の設定*****/

/*リストの設定*/
#main ol.faq {
	margin: 10px 0 20px;
	padding: 0;
}

#main ol.faq li {
	margin: 0 10px 7px 50px;
	padding: 0 0 7px;
	clear: both;
	list-style-type: decimal;
	border-bottom: 1px dashed #ccc;
	background-image: none;
	line-height: 1.2em;
}

#main dl.faq {
	margin: 0 0 20px;
	padding: 0;
	height: auto;
	border: 0;
	clear: both;
}

#main dl.faq dt {
	margin: 15px 20px 0;
	padding: 5px 5px 5px 30px;
	width: auto;
	height: auto;
	border: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 1px solid #ccc;
	clear: both;
	background-image: url(../faq/img/q.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	color: #b00;
}

#main dl.faq dd {
	margin: 0 20px;
	padding: 5px 5px 5px 30px;
	width: auto;
	height: auto;
	border: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	clear: both;
	background-image: url(../faq/img/a.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

#main dl.faq ol {
	margin: 10px 0 0 35px;
	padding: 0;
}

#main dl.faq ol li {
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: decimal;
}
