﻿/*メールフォーム*/

@charset "utf-8";

/*------------------------------------------------------------------------------

CSS Information

URL:		http://pgd.jp/cgi/pgdmailform/pgdmailform.cgi
File name:	style.css
Summary:	base styles
Auther:		Akira Motojima / PGD WORKS

Order of desctiption

__Default_style_set
__container				(div#container)
__header				(div#header)
__contents				(div#contents)
__main					(div#main)
__footer				(div#footer)

------------------------------------------------------------------------------*/


/*--------------------------------------

__contents

--------------------------------------*/

#contents {
	float: left;
	width: 540px;
	margin-bottom: 10px;
}


/*--------------------------------------

__main

--------------------------------------*/

#main {
	width: 540px;
	margin: 10px auto;
}

#main p {
	margin: 10px 0;
}

/* テーブル全体の表示 */
table.question {
	
	border-width:0px;
	margin: 10px auto;
}

table.question th {
	padding: 10px;
	

	background: #cccccc;
	text-align: left;
}

table.question td { 
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}

/*--------------------------------------

__footer

--------------------------------------*/

#footer {
	clear: both;
	height: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DDDDDD;
	font-size: 1.0em;
	text-align:right;
	text-align: right;
}

#footer a:link{
	color: #999999;
	text-decoration: none;
}
#footer a:visited{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	color: #999999;
	text-decoration: none;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}

/*基本テンプレート部分*/

@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #e5f3fe;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}

.red2 {
	color: #FF0000;
}


.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #015ab4;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#MENU {
	width: 760px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	background-color: #E8E8E8;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 30px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #ffffff;
	background-color: #015ab4;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
#CONTENTS table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
#CONTENTS td {
	color:  #333333;
	background-color: #FFFFFF;
	text-align: left;
}


/*___________ 【CONTENTS2】買取り注意ページ ___________ */

#CONTENTS2 table {
	font-size: 12px;
	background-color: #ffffff;
	margin: 10px auto 10px auto;
	padding: 0;
　　　　
}



#CONTENTS2 tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
        width: 300px;
}
#CONTENTS2 th {
	color: #000000;
	background-color: #cccccc;
	font-size: 15px;
}


#CONTENTS2 td {
	color:  #333333;
	background-color: #FFFFFF;
        vertical-align: top;
	text-align: left;
        font-size: 15px;

}


/*___________ 【CONTENTS3】質問ページ ___________ */

#CONTENTS3 table {
	font-size: 12px;
	background-color: #ffffff;
	margin: 10px auto 10px auto;
	padding: 0;
　　　　
}



#CONTENTS3 tr,#CONTENTS th,#CONTENTS td {

        
	padding: 8px;
        width: 540px;
        
}
#CONTENTS3 th {
	color: #000000;
	background-color: #cccccc;
	font-size: 15px;
}


#CONTENTS3 td {
	color:  #333333;
	background-color: #015ab4;
        vertical-align: top;
	text-align: left;
        font-size: 15px;

}



.midashi a {
	color: #ffffff;
	text-decoration: none;
}
.midashi a:visited {
	color: #ffffff;
	text-decoration: none;
}
.midashi a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #ffffff;
	text-decoration: none;
}


#CONTENTS3 a {
	color: #ffffff;
	text-decoration: none;
}

#CONTENTS3 a:visited {
	color: #ffffff;
	text-decoration: none;
}


/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	background-color: #015ab4;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:visited {
	color: #0066CC;
	text-decoration: none
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #ecf3ff;
	margin: 0;
	background-position: 4px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #015ab4;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	background-color: #015ab4;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #015ab4;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}