/* 3Qフォームplus - レンタルシステムドットコム */
/* http://www.rental-system.com/3qplus/ */

/*--------------------------------------------------------*/
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 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 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;
}

/*--------------------------------------------------------*/
/* テキストカラー */
.red {
	background-color: inherit; 
	color: #FF0000;	
}
.orange {
	background-color: inherit; 
	color: #FF6600;	
}
.lightgreen {
	background-color: inherit; 
	color: #009933;
}
.blue {
	background-color: inherit; 
	color: #0000FF;	
}
.lightblue {
	background-color: inherit; 
	color: #0099FF;	
}
.darkblue {
	background-color: inherit; 
	color: #375E9F;	
}
.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: 5px 0px 0px 5px;
}

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

/* システムタイトル */
#system-title {
	float: left;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

/*--------------------------------------------------------*/
/* 左サイド */
#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-menu {
	margin-top: 5px;
	padding: 0px;
}
#system-menu ul {
	margin: 0px;
	padding: 0px;
}
#system-menu li {
	font-size: 12px;
	line-height: 160%;	
	list-style: url(img/menu_green.gif) inside;
	padding-left: 5px;
}
#system-menu img {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

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


/*--------------------------------------------------------*/
/* インフォメーション */
#info-menu {
	margin-top: 5px;
	padding: 0px;
}
.info-date {
	padding: 0px 7px 0px 7px;
	margin-bottom: 15px;
}

/*--------------------------------------------------------*/
/* システム紹介 */
#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;
}

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

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


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

/* 広告テキスト */
.place-title {
	clear: left;
	float: left;
	background: #EBFFDC;	
	width: 410px;
	color: #000000;
	padding: 0px 0px 0px 8px;
}
.place-title img {
	background: #EBFFDC;	
	color: #000000;
	padding: 10px 0px;
}
.place-title a img {
	background: #EBFFDC;	
	color: #000000;
	padding: 15px 0px 0px 20px;
}

/* 広告イメージ */
.place-sample {
	clear: right;
	float: right;
	background: #EBFFDC;
	width: 130px;
	color: #000000;
	margin: 0px 0px 0px 5px;
}
.place-sample img {
	background: #EBFFDC;	
	color: #000000;
	padding-bottom: 10px;
}
/*--------------------------------------------------------*/
/* システム説明 */
#explanation {
	margin: 10px 5px;
}

/*--------------------------------------------------------*/
/* コンテンツ */
.contents {
	margin-top: 15px;
}
.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;
}

/*--------------------------------------------------------*/
/* 左スペース */
#left-side {
	width: 330px;
	clear: left;
	float: left;
	margin: 10px 0px 20px 0px;
	text-align: left;
}
#left-side h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#left-side img {
	margin-bottom: 5px;
}
#left-side .con-title {
	font-size: 14px;
	background-color: inherit; 
	color: #0099FF;	
}

/* 右スペース */
#right-side {
	width: 200px;
	clear: right;
	float: right;
	margin: 10px 0px 20px 0px;
	text-align: left;
}
#right-side img {
	margin-bottom: 5px;
}

#right-side ol {
	margin: 5px 0px 0px 28px;
	padding: 0px;
}
#right-side li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}


/*--------------------------------------------------------*/
/* サンプルイメージ */
#sample-txt {
	width: 555px;
	padding-bottom: 10px;
}
#sample-txt h2 {
	background: #FFFFFF url(img/title_sample.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#sample-txt p {
	padding: 0px 10px;
}

/* タイプ選択 */
.type {
	float: left;
	padding: 0px 10px 30px 15px;
}
.type-img {
	float: left;
	padding-right: 10px;
}
.type strong {
	font-size: 14px;
}
.itype {
	padding-right: 4px;
}
.type-box {
	margin-top: 10px;
}
.type-box h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


.contents-sample {
	clear: left;
	float: left;
	width: 555px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.contents-sample img {
	clear: right;
	float: left;
	padding: 0px 15px 00px 15px;
}
.contents-sample-new {
	clear: left;
	float: left;
	padding-bottom: 5px;
}
.sample-new-img {
	width: 180px;
	clear: right;
	float: left;
	padding-left: 5px;
}

/*--------------------------------------------------------*/
/* 導入実績 */
#results-txt {
	width: 555px;
	padding-bottom: 10px;
}
#results-txt h2 {
	background: #FFFFFF url(img/title_results.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#results-txt p {
	padding: 0px 10px;
}

/* image */
#main-category .results-site img {
	float: left;
	padding: 0px 9px 20px 5px;
}
.results-site-txt {
/*	clear: right;
	float: left; */
	padding: 3px 0px 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-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF9900;
}
.results-sample-box {
	clear: right;
	float: left;
}
.results-sample-box h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	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;
}
.results-space {
	padding-bottom: 100px;
}

/* 3Qフォームplusならここまでできる！ */
.merit-box1 {
	background-color: inherit; 
	height: 150px;
	color: #333333;
	padding-left: 15px;
}
.merit-box1 img {
	float: left;
	border: 1px solid #CCCCCC;
}
.merit-box2 {
	background-color: inherit; 
	height: 247px;
	color: #333333;
	padding-left: 15px;
}
.merit-box2 img {
	float: left;
}

/* トップ・インフォメーション */
.merit-box3 {
	background-color: inherit; 
	color: #333333;
	padding-left: 15px;
}
.merit-box3 img {
	float: left;
}

/*--------------------------------------------------------*/
/* 3Qフォームplus説明 */
#plus {
	margin-top: 15px;
}
/*
.plus-back {
	background: url(img/main_3qplus.gif) left top repeat-y;
	width: 555px;
	height: 265px;
}
*/
.plus-txt {
	width: 540px;
	padding: 15px 5px 0px 10px;
}
.plus-txt img {
	padding-right: 3px;
}

/*--------------------------------------------------------*/
/* 3Qフォーム説明 */
#origin {
	margin-top: 15px;
}
.origin-back {
	background: url(img/main_origin.gif) left top repeat-y;
	width: 555px;
}
.origin-txt {
	width: 540px;
	padding: 5px 5px 0px 10px;
}
/*--------------------------------------------------------*/
/* 3Qフォームｐｌｕｓとは */
#information-txt {
	width: 555px;
	padding-bottom: 10px;
}
#information-txt h2 {
	background: #FFFFFF url(img/title_information.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#information-check {
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
}
#information-check p {
	margin: 5px 10px;
}
#information-txt p {
	padding: 0px 10px;
}
#information {
	background: url(img/main_functionback.gif) left top repeat-y;
	width: 555px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* 説明文 */
#information-title img {
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
#information-title {
	padding: 0px 8px 0px 0px;
}
.information-box {
	background-color: #FFFFCC;
	width: 530px;
	color: #666666;
	font-size: 12px;
	line-height: 180%;
	margin: 0px 0px 0px 5px;
	padding: 5px;
}
.information-box-txt {
	float: left;	
	width: 380px;
	margin-left: 10px;
}
.information-box img {
	padding: 10px;
}

/*--------------------------------------------------------*/
/* 機能一覧 */
#function-txt {
	width: 555px;
	padding-bottom: 10px;
}
#function-txt h2 {
	background: #FFFFFF url(img/title_function.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#function-txt p {
	padding: 0px 10px;
}

/* 機能一覧テーブル */
.function {
	margin-bottom: 30px;
}
.function th {
	background-color: #FFFFCC;
	color: #009933;
	text-align: center;
	border-top: 1px solid #999999;
}
.function .title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;	
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
.function .center {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
.function .free {
	background-color: inherit; 
	color: #FF6600;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
.function .plus {
	background-color: inherit; 
	color: #0066CC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
.function .right {
	border-bottom: 1px solid #999999;	
}

/*--------------------------------------------------------*/
/* お支払い方法について */
#pay-txt {
	width: 555px;
	padding-bottom: 10px;
}
#pay-txt h2 {
	background: #FFFFFF url(img/title_pay.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#pay-txt p {
	padding: 0px 10px;
}

#credit {
	margin-bottom: 30px;
}
#credit p {
	padding: 0px 20px;
}
#credit img {
	padding: 10px 0px;
}

#bank {
	margin-bottom: 30px;
}
#bank p {
	padding: 0px 20px;
}
#bank img {
	padding: 10px 0px;
}
.pay-space {
	margin-bottom: 100px;
}

/*--------------------------------------------------------*/
/* ご利用料金一覧 */
#charge-txt {
	width: 555px;
	padding-bottom: 10px;
}
#charge-txt h2 {
	background: #FFFFFF url(img/title_charge.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#charge-txt p {
	padding: 0px 10px;
}

/* ご利用料金一覧テーブル */
#charge-credit {
	width: 530px;
	margin: 0px auto;
	text-align: left;
	margin-bottom : 20px;
}
#charge-credit table {
	background-color: #006666;
	color: #000000;
	margin-bottom: 3px;
}
#charge-credit th {
	background-color: #339999;
	color: #FFFFFF;
	text-align: center;
}
#charge-credit .charge-cell1 {
	background-color: #D5F0F2;
	font-weight: bold;
	color: #006666;
	text-align: center;
}
#charge-credit .charge-cell2 {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
#charge-credit .charge-cell2 img {
	margin-bottom: 5px;
}

#charge-bank {
	width: 530px;
	margin: 0px auto;
	text-align: left;
	margin-bottom : 20px;
}
#charge-bank table {
	background-color: #003399;
	color: #000000;
	margin-bottom: 3px;
}
#charge-bank th {
	background-color: #3366CC;
	color: #FFFFFF;
	text-align: center;
}
#charge-bank .charge-cell1 {
	background-color: #D7E4F9;
	font-weight: bold;
	color: #003399;
	text-align: center;
}
#charge-bank .charge-cell2 {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
#charge-bank .charge-cell2 img {
	margin-bottom: 5px;
}
.sale {
	background-color: inherit; 
	font-size: 14px;
	color: #CC0000;
}

.charge-space {
	margin-bottom: 140px;
}

/*--------------------------------------------------------*/
/* 利用規約 */
#agreement-txt {
	width: 555px;
	padding-bottom: 10px;
}
#agreement-txt h2 {
	background: #FFFFFF url(img/title_agreement.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#agreement-txt p {
	padding: 0px 10px;
}

/*--------------------------------------------------------*/
/* FAQ */
#faq-txt {
	width: 555px;
	padding-bottom: 10px;
}
#faq-txt h2 {
	background: #FFFFFF url(img/title_faq.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#faq-txt p {
	padding: 0px 10px;
}
#faq-txt ol {
	margin: 0px 0px 30px 0px;
}
#faq-txt li {
	margin: 5px 0px 5px 60px;
}

/* 質問と答え */
.faq {
	background-color: #EBF1FF;
	color: #FFFFFF;
	margin-top: 25px;
	padding: 5px;
	border: 3px double #6699FF;
}
.faq img {
	float: left;
}
.faq h3 {
	background-color: inherit; 
	color: #003399;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 3px 40px;
}
.a {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 10px 5px;
	border-top: 1px solid #6699FF;
}
.faq-contact {
	margin: 0px 0px 5px 20px;
}

/*--------------------------------------------------------*/
/* プレスリリース */
#pressrelease-txt {
	width: 555px;
	padding-bottom: 10px;
}
#pressrelease-txt h2 {
	background: #FFFFFF url(img/title_pressrelease.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#pressrelease-txt p {
	padding: 0px 10px;
}

/* 履歴 */
#pressrelease h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.pressrelease-news {
	padding: 0px 10px 60px 10px;
}
.news-img {
	width: 530px;
	height: 74px;
	margin-top: 10px;
	padding: 5px 3px 5px 3px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
}
.news-img img {
	float: left;
	padding-right: 5px;
}

/* 空白 */
#pressrelease-space {
	padding-bottom: 650px;
}
/*--------------------------------------------------------*/
/* ユーザー登録 */
#regist-txt {
	width: 555px;
	padding-bottom: 10px;
}
#regist-txt h2 {
	background: #FFFFFF url(img/title_regist.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#regist-txt h3 {
	background-color: inherit; 
	font-size: 14px;
	color: #0033CC;
	padding: 5px 10px;
}

#regist-txt p {
	padding: 0px 10px;
}
#regist-form {
	width: 530px;
	margin: 0px auto;
	text-align: left;
}
#table {
	background-color: #339966;
	color: #000000;
}
.cell-1 {
	background-color: #D8F9C8;
	color: #336633;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.cell-2 {
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 10px;
}
.label {
	background-color: inherit; 
	font-size: 10px;
	color: #009933;
	padding-left: 10px;
}
.check-button {
	background-color: #339999;
	color: #FFFFFF;
}
#table textarea {
	font-family: "ＭＳ Ｐゴシック", "Osaka" , Arial, Helvetica, sans-serif;
	width: 365px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.1em;
	padding-left: 5px;
}

/* 空白 */
#regist-space {
	padding-bottom: 70px;
}
#regist-space2 {
	padding-bottom: 250px;
}
#regist-space3 {
	padding-bottom: 400px;
}

/*--------------------------------------------------------*/
/* ユーザーログイン */
#login-txt {
	width: 555px;
	padding-bottom: 10px;
}
#login-txt h2 {
	background: #FFFFFF url(img/title_login.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#login-txt p {
	padding: 0px 10px;
}
#login-form {
	width: 530px;
	margin: 0px auto;
	text-align: left;
}
#login-form td {
	font-size: 12px;
}

/* ユーザーログアウト */
#logout-txt {
	width: 555px;
	padding-bottom: 10px;
}
#logout-txt h2 {
	background: #FFFFFF url(img/title_logout.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#logout-txt p {
	padding: 0px 10px;
}

/* 空白 */
#login-space {
	padding-bottom: 450px;
}

/*--------------------------------------------------------*/
/* パスワード忘れ */
#passlost-txt {
	width: 555px;
	padding-bottom: 10px;
}
#passlost-txt h2 {
	background: #FFFFFF url(img/title_passlost.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#passlost-txt p {
	padding: 0px 10px;
}
#passlost-form {
	width: 530px;
	margin: 0px auto;
	text-align: left;
}
#passlost-form td {
	font-size: 12px;
}

/* 空白 */
#passlost-space {
	padding-bottom: 450px;
}
/*--------------------------------------------------------*/
/* 本登録完了 */

#check-space {
	padding-bottom: 450px;
}

/*--------------------------------------------------------*/
/* コメントとトラックバック */
#trbcmt-txt {
	width: 555px;
	padding-bottom: 10px;
}
#trbcmt-txt h2 {
	background: #FFFFFF url(img/title_trbcmt.gif) left top no-repeat;
	width: 555px;
	height: 39px;
	font-size: 10px;
	color: #EDF7D2;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
}
#trbcmt-txt p {
	padding: 0px 10px;
}
#trbcmt-contents {
	width: 530px;
	margin: 15px auto 0px auto;
}
.trbcmt-box {
	padding: 5px;
	border: 2px solid #CCCCCC;
}
#trbcmt-contents h3 {
	background-color: inherit; 
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #6699CC;
}

/* コメント一覧 */
.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: 750px;
}

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

/*--------------------------------------------------------*/
/* トラックバック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;
	clear: right;
	float: left;
	width: 755px;
	color: #000000;
	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;
}
