/* レンタルシステムドットコム */
/* http://www.rental-system.com/ */

/*--------------------------------------------------------*/
body {
	background: #D8D8D9 url(img/main_back.gif) left top repeat-x;
	font-family: "ＭＳ Ｐゴシック", "Osaka" , Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}
h1 {
	background-color: inherit; 
	font-size: 12px;
	font-weight: normal;
	color: #CCCCFF;
	margin: 0px;
	padding: 3px 2px 0px 0px;
	text-align: right;
}
h2 {
	background-color: inherit; 
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h4 {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 1px 0px;
}
a:link {
	background-color: inherit; 
	color: #3366CC;
	text-decoration: underline;
}
a:visited {
	background-color: inherit; 
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	background-color: inherit; 
	color: #0033CC;
	text-decoration: none;
}

textarea {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.1em;
}

/*--------------------------------------------------------*/
#main {
	background-color: #FFFFFF;
	color : #000000; 
	width: 760px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
/*--------------------------------------------------------*/
#ad {
	font-size: 10px;
	line-height: 100%;
}
#ad a {
	text-decoration: none;
}

/*--------------------------------------------------------*/
/* テキストカラー */
.red {
	background-color: inherit; 
	color: #FF0000;	
}
.orange {
	background-color: inherit; 
	color: #FF6600;	
}
.green {
	background-color: inherit; 
	color: #009900;	
}
.blue {
	background-color: inherit; 
	color: #0000FF;	
}
.lightblue {
	background-color: inherit;
	color: #0099FF;	
}
.darkblue {
	background-color: inherit; 
	color: #375E9F;	
}
.lightglay {
	background-color: inherit; 
	color: #999999;	
}
.glay {
	background-color: inherit; 
	color: #666666;	
}

/*--------------------------------------------------------*/
/* 全体を中心に-タグにもalign="center"を挿入 */
#center {
	margin-left: auto;
	margin-right: auto;
}

/* トップのロゴ */
#top {
	background: url(img/titlelogo_back.gif) left top no-repeat;
	width: 760px;
	height: 63px;
	margin: 0px;
	padding: 0px;
}

#top img {
	margin: 10px 0px 0px 5px;
}

/* メニュー */
#menu {
	background-color: #FFFFFF;
	color : #000000; 
	float : left;
	padding-bottom: 5px;
}
#menu img {
	float : left;
	margin-top: 3px;
}

/*--------------------------------------------------------*/
/* 左サイド */
#side {
	background-color: #C5E5FF;	
	color : #000000; 
	width: 172px;
	clear: left;
	float: left;
	margin: 5px 0px 0px 4px;
	border: 2px solid #99CCFF;
	text-align: left;
}
#side-box {
	width: 159px;
	margin: 3px;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.side-button img {
	margin: 3px 0px 0px 3px;
}

/*--------------------------------------------------------*/
/* システム紹介 */
#system-introduction {
	margin-top: 5px;
	padding: 0px;
}
#system-introduction ul {
	margin: 0px;
	padding: 0px;
}
#system-introduction li {
	background: url(img/side_dotborder.gif) center bottom no-repeat;
	font-size: 12px;
	line-height: 160%;	
	list-style: url(img/menu_white.gif) inside;
	margin-bottom: 8px;
	padding-left: 3px;
	padding-bottom: 5px;
}
#system-introduction li img {
	padding: 5px 3px 0px 0px;
}

/*--------------------------------------------------------*/
/* トラックバック一覧 */
#trackback-list {
	margin-top: 5px;
	padding: 0px;
}
#trackback-list ul {
	margin: 0px;
	padding: 0px;
}
#trackback-list li {
	font-size: 12px;
	line-height: 160%;
	list-style-type: none;
	padding-left: 3px;
}
#trackback-list li img {
	padding: 5px 3px 0px 0px;
}

/*--------------------------------------------------------*/
/* コメント一覧 */
.comment-space {
	margin-top: 5px;
}
#comment-list {
	margin-top: 5px;
	padding: 0px;
}
#comment-list ul {
	margin: 0px;
	padding: 0px;
}
#comment-list li {
	font-size: 12px;
	line-height: 160%;
	list-style-type: none;		
	padding-left: 3px;
}
#comment-list li img {
	padding: 5px 3px 0px 0px;
}

/*--------------------------------------------------------*/
/* メニュースペース */
.menu-contents {
	padding: 5px 0px 15px 0px;
}

/*--------------------------------------------------------*/
/* rss */
#menu-rss {
	background-color: inherit; 
	color: #4575ED;
}
#menu-rss a:link {
	background-color: inherit; 
	color: #6699FF;
	text-decoration: none;
}
#menu-rss a:visited {
	background-color: inherit; 
	color: #6699FF;
	text-decoration: none;
}
#menu-rss a:hover {
	background-color: inherit; 
	color: #2663DD;
	text-decoration: none;
}
/*--------------------------------------------------------*/
/* スペース */
.space {
	height: 170px;
}

/*--------------------------------------------------------*/
/* 右メイン */
#main-category {
	width: 555px;
	float: right;
	margin-top: 5px;
	padding-right: 9px;
	text-align: left;
}
#main-category img {
	margin: 0px;
	padding: 0px;
}

/*--------------------------------------------------------*/
/* 広告部 */
#place {
	background-color: #FFF9BE;	
	color : #000000; 
	width: 555px;
	height: 110px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

/* 広告イメージ */
.place-image {
	clear: left;
	float: left;
	width: 130px;
	margin: 0px 0px 0px 5px;
}

/* お問い合わせ */
.place-contact {
	clear: right;
	float: right;
	padding: 20px 8px 0px 0px;
}

/*--------------------------------------------------------*/
/* SSL広告 */
#function-place {
	margin-bottom: 20px;
	padding: 10px 0px 10px 10px;
}
#function-place img {
	margin: 20px 0px 10px 0px;
}
.function-big {
	font-size: 30px;
	padding-right: 3px;
}

/*--------------------------------------------------------*/
/* コンテンツ */
.contents {
	margin-top: 0px;
}
.contents a:link {
	background-color: inherit; 
	color: #0033CC;
	text-decoration: underline;
}
.contents a:visited {
	background-color: inherit; 
	color: #0033CC;
	text-decoration: underline;
}
.contents a:hover {
	background-color: inherit; 
	color: #6699FF;
	text-decoration: none;
}

/*--------------------------------------------------------*/
/* システム紹介 */
.contents-system {
	margin: 10px 0px;
}
.system-img {
	float: left;
	padding: 0px 5px 5px 5px;
}
.system-info {
	float: left;
	width: 365px;
	padding: 0px 10px 5px 10px;
}
.system-info h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	display: inline;
}

/* 導入実績 */
#results-top .results-top-sample img {
	float: left;
	padding: 5px 5px 10px 10px;
}

/*--------------------------------------------------------*/
/* サービス一覧 */
#service-txt {
	width: 555px;
	padding-bottom: 10px;
}
#service-txt h2 {
	background: #FFFFFF url(img/title_service.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}

/* システムデモ */
.service-list {
	height: 280px;
	padding: 0px 10px 50px 10px;
}
.service-list-img {
	float: left;
	padding-right: 10px;
}
.service-list-img img {
	border: 1px solid #6699CC;
}
.service-list-title {
	font-size: 16px;
}
.service-list-box {
	margin-top: 15px;
}
.service-list-box h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.service-list-box img {
	padding: 5px 0px;
}
.service-list-box p {
	padding: 0px 3px;
}

/*--------------------------------------------------------*/
/* 導入実績 */
#history-txt {
	width: 555px;
	padding-bottom: 0px;
}
#history-txt h2 {
	background: #FFFFFF url(img/title_history.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}

/* image */
.results-site {
	margin-left: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #339966;
}
#main-category .results-site img {
	float: left;
	padding: 0px 11px 20px 5px;
}
.results-site-txt {
/*	clear: right;
	float: left; */
	padding: 3px 15px 0px 10px;
}
.results-site strong {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 7px 2px 5px;
	border-left: 4px solid #FF6600;
}
.results-site-txt p {
	margin-top: 7px;
}

/* 導入デモ */
.results-sample {
	background-color: inherit; 
	float: left;
	color: #666666;
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #339966;
}
.results-sample-box {
	clear: right;
	float: left;
	padding-left: 5px;
}
.results-sample-title {
	padding: 0px 7px 0px 5px;
	border-left: 3px solid #FF6600;
}
.results-sample img {
	float: left;
	padding: 5px 7px 20px 5px;
}
.results-exp {
	clear: right;
	float: left;
	width: 125px;
	padding: 3px 7px 20px 3px;
}

/*--------------------------------------------------------*/
/* 会社概要 */
#company-txt {
	width: 555px;
	padding-bottom: 10px;
}
#company-txt h2 {
	background: #FFFFFF url(img/title_company.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#company-table {
	margin: 0px 5px 10px 10px;
}
#company-table td {
	border-bottom: 1px dashed #999999;
}
.company-table-title {
	background-color: inherit; 
	color: #336699;
}
#company-table td dl {
	margin: 0px;
}
#company-table td dt {
	margin-top: 10px;
}
#company-table td dt.head {
	margin-top: 0px;
}
#company-table td dt strong {
	font-weight: normal;
}
#company-table td dd {
	margin: 0px 0px 0px 20px;
}
#company-table td dd.lightgray {
	background-color: inherit; 
	color: #777777;
}

/*--------------------------------------------------------*/
/* ビジネスパートナー */
#partner-txt {
	width: 555px;
	padding-bottom: 10px;
}
#partner-txt h2 {
	background-color: inherit;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	margin: 5px 0px 10px 0px;
	padding-left: 5px;
	border-left: 7px solid #0066CC;
}
.partner-table td {
	padding: 2px 3px 2px 2px; 
}
.partner-box {
	padding: 7px 5px; 
}
.partner-about {
	padding: 0px 7px 0px 20px;
}

/*--------------------------------------------------------*/
/* お問い合わせ
#contact-txt {
	width: 555px;
	padding-bottom: 10px;
}
#contact-txt h2 {
	background: #FFFFFF url(img/title_contact.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#contact-txt p {
	padding: 0px 10px;
}
*/

/* ご意見募集
#advertisement {
	margin: 50px 10px 40px 10px;
	padding: 10px;
	border-top: 3px dotted #339966;
	border-bottom: 3px dotted #339966;
}
*/

/*--------------------------------------------------------*/
/* リンクについて */
#aboutlink-txt {
	width: 555px;
	padding-bottom: 10px;
}
#aboutlink-txt h2 {
	background: #FFFFFF url(img/title_aboutlink.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#aboutlink-txt p {
	padding: 0px 10px;
}
#aboutlink-txt img {
	margin-right:  10px;
}

/*--------------------------------------------------------*/
/* おすすめリンク集 */
#link-txt {
	width: 555px;
	padding-bottom: 10px;
}
#link-txt h2 {
	background: #FFFFFF url(img/title_link.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#link-txt p {
	padding: 0px 10px;
}
#link-txt img {
	padding-right: 10px;
}
#link-txt .link-t h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

.link-t {
	margin: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.link-url {
	background-color: inherit; 
	font-size: 10px;
	color: #339999;
	padding-left: 15px;
}

/*--------------------------------------------------------*/
/* サイトマップ */
#sitemap-txt {
	width: 555px;
	padding-bottom: 10px;
}
#sitemap-txt h2 {
	background: #FFFFFF url(img/title_sitemap.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}

/* サイトマップリンク */
#sitemap a:link {
	background-color: inherit; 
	color: #3366CC;
	text-decoration: none;
}
#sitemap a:visited {
	background-color: inherit; 
	color: #3366CC;
	text-decoration: none;
}
#sitemap a:hover {
	background-color: inherit; 
	color: #FF0099;
	text-decoration: none;
}
#sitemap a:active {
	background-color: inherit; 
	color: #FF0099;
	text-decoration: none;
}

/* サイトマップテーブル */
#sitemap table {
	margin-bottom: 20px;
	border-bottom: 1px dashed #999999; 
}
#sitemap caption {
	font-size: 16px;
	font-weight: bold;
	text-align: left;	
	padding: 7px 5px 3px 5px;
	border-left: 10px solid #009966; 
}
#sitemap caption a:link {
	background-color: inherit; 
	color: #3366CC;
	text-decoration: underline;
}
#sitemap caption a:visited {
	background-color: inherit; 
	color: #3366CC;
	text-decoration: underline;
}
#sitemap caption a:hover {
	background-color: inherit; 
	color: #FF0099;
	text-decoration: none;
}
#sitemap caption a:active {
	background-color: inherit; 
	color: #FF0099;
	text-decoration: none;
}

/* サイトマップセル */
#sitemap th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 0px 15px;
}
#sitemap th img {
	padding-right: 5px;
}
#sitemap td {
	background-color: inherit; 
	color: #3366CC;
	padding: 3px 10px 3px 20px;
}

/*--------------------------------------------------------*/
/* 販売システム */
#system-txt {
	width: 555px;
	padding-bottom: 10px;
}
#system-txt h2 {
	background: #FFFFFF url(img/title_system.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}

/* システムデモ */
.system-list {
	height: 280px;
	padding: 0px 10px 50px 10px;
}
.system-list-img {
	float: left;
	padding-right: 10px;
}
.system-list-img img {
	border: 1px solid #6699CC;
}
.system-list-title {
	font-size: 16px;
}
.system-list-box {
	margin-top: 15px;
}
.system-list-box h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.system-list-box img {
	padding: 5px 0px;
}
.system-list-box p {
	padding: 0px 3px;
}


/*--------------------------------------------------------*/
/* コメントとトラックバック */
#trbcmt-txt {
	width: 555px;
	padding-bottom: 10px;
}
#trbcmt-txt h2 {
	background: #FFFFFF url(img/title_trbcmt.gif) left top no-repeat;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #CCFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 15px;

}
#trbcmt-txt p {
	padding: 0px 10px;
}
#trbcmt-contents {
	width: 530px;
	margin: 15px auto 0px auto;
}
#trbcmt-contents h3 {
	background-color: inherit; 
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #6699CC;
}
.trbcmt-box {
	padding: 5px;
	border: 2px solid #CCCCCC;
}

/* コメント一覧 */
.comment-list-txt {
	padding: 5px 15px 20px 15px;
}
.trbcmt-foot {
	background-color: inherit; 
	color: #999999;
}

/* コメント投稿 */
.comment-edit-txt {
	padding: 5px 15px 20px 15px;
}
.comment-foot {
	background-color: inherit; 
	color: #999999;
}

/* トラックバックURL */
.trb-url-txt {
	padding: 5px 15px 20px 15px;
}

/* コメント一覧 */
.trb-list-txt {
	padding: 5px 15px 20px 15px;
}
.trb-foot {
	background-color: inherit; 
	color: #999999;
}

/* コメント保留-空白 */
#comment-space {
	padding-bottom: 350px;
}

/* コメントエラー-空白 */
#comment-error-space {
	padding-bottom: 400px;
}

/*--------------------------------------------------------*/
/* トラックバックURL */
#trb-url {
	margin-top: 15px;
}
#trb-url-back {
	background: url(img/main_glayback.gif) left top repeat-y;
	width: 555px;
	height: 81px;
}
#trb-url-txt {
	width: 530px;
	padding: 0px 5px 0px 10px;
}
#trb-url-txt p {
	margin: 0px;
	padding-left: 5px;
}
.trb-url-right {
	text-align: right;
	padding-top: 10px;
}
#trb-url a:link {
	background-color: inherit; 
	color: #6699CC;
	text-decoration: underline;
}
#trb-url a:visited {
	background-color: inherit; 
	color: #6699CC;
	text-decoration: underline;
}
#trb-url a:hover {
	background-color: inherit; 
	color: #2663DD;
	text-decoration: none;
}

/*--------------------------------------------------------*/
/* トップへ戻るJavaリンク */
#top-j {
	clear: right;
	float: right;
	padding-top: 50px;
}
#top-j a:link {
	background-color: inherit; 
	color: #3333FF;
	text-decoration: underline;
}
#top-j a:visited {
	background-color: inherit; 
	color: #3333FF;
	text-decoration: underline;
}
#top-j a:hover {
	background-color: inherit; 
	color: #3333FF;
	text-decoration: none;
}

/*--------------------------------------------------------*/
/* 下メニュー */
#foot {
	background-color: #999999;
	color: #000000;
	clear: right;
	float: left;
	width: 755px;
	font-size: 11px;
	text-align: left;
	padding: 3px 0px 3px 5px;
	margin-top: 10px;
	border-top: 7px solid #CCCCCC;
}

/* 下メニュー部 */
#foot-menu a:link {
	background-color: inherit; 
	color: #333333;
	text-decoration: underline;
}
#foot-menu a:visited {
	background-color: inherit;
	color: #333333;
	text-decoration: underline;
}
#foot-menu a:hover {
	background-color: inherit; 
	color: #666666;
	text-decoration: none;	
}

ul#f-link {
	clear: left;
	float: left;
	width: 750px;	
	font-size: 10px;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
ul#f-link li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#f-link li a {
	text-decoration: none;
}


/*--------------------------------------------------------*/
/* 左寄せ */
#left {
	clear: right;
}

/*--------------------------------------------------------*/
#copyright {
	background-color: #FFFFFF;	
	color: #000000;
	padding: 0px 3px 0px 0px;	
	clear: left;
	text-align: right;
}
