@charset 'utf-8';

/* ===========基本設定=============== */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 180%;
	color: #333;
	background-color: #FFF;
	font: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}

em {
	color:#CC0000;
	font-size:12px;
}

li, dt, dd {
	list-style-type: none;
}

table {
	width: 650px;
	margin: 2px 0px 8px 15px;
	border: 1px solid #DDD;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #DDD;
	background-color: #EEE;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #DDD;
}
table tr td input {
	margin: -2px;
}


/* ===========基本リンク=============== */

a:link {
	color: #005699;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #3399FF;
	text-decoration: underline;
}

a:focus {
	color: #3399FF;
	text-decoration: underline;
}

a:active {
	color: #0099CC;
	text-decoration: underline;
}

/* Netscape用 */
a { outline: none; }

/* ----- 基本構造 -------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0px; 
	padding: 0px;
	background: #FFF;
}

/* ==========ヘッダー=========== */
#header {
	width: 100%;
	height: 90px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#header .container {
	position: relative;
	width: 888px;
	height: 90px;
	margin: 0px auto;
	padding: 0px;
	background: url("header.jpg") left top no-repeat;
}

.home {
	float:left;
	top: 10px;
	left: 20px;
	z-index: 99;
}

#header_admin {
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}

#header_admin p {
	color:#FFF;
	font-size:16px;
	position: absolute;
	left: 20px;
	top: 10px;
}

/* ===========コンテンツ=============== */
#contents {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#contents .container {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
}

#contents .container_admin {
	width: 900px;
	margin: 0px auto;
	padding: 8px 10px 24px;
	background-color: #FFF;
}

#main {
	width: 900px;
	margin: 0;
	padding: 0;
}


/* ----- ナビゲーション -------------------------------- */
#navigation {
	background: url("images/menuback.gif") repeat-x;
	height: 40px;
}

/* =========ドロップダウン============ */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	min-width: 180px;
	white-space: nowrap;
}

#navigation a { 
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	display: block;
	border-right:1px solid #666;
}

#navigation a:hover {
	color: #3399FF;
	background-color: #111;
}

#navigation ul ul {
	display: none;
	position: absolute;
	z-index: 10;
	padding:0px;
}

#navigation li li {
	clear: left;
	position:relative;
	width: 100%;
	margin-left: 0; 
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation ul ul a {
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	border-top: 1px solid #555555;
	border-right: 1px solid #070707;
	border-bottom: 1px solid #070707;
	border-left: 1px solid #555555;
	background-color: #343434;
}


*+html #navigation ul ul a {
width: 158px;
white-space: normal;
}
/*ここまで*/

/* ================ トップ3コンテンツ=============== */

#index_box {
	margin: 10px 0px;
}

#index_box div {
	float:left;
	width:270px;
	padding:12px;
	border-right:1px dotted #CCC;
}

#index_box div.last {
	padding-right:0px;
	border-right:none;
}

#index_box h2.topproject {
	background: url("images/h2_top_project.gif") no-repeat;
	font-size: 14px;
	font-weight:bold;
	text-indent:14px;
	line-height:200%;
	height:40px;
}

#index_box h2.topms {
	background: url("images/h2_top_ms.gif") no-repeat;
	font-size: 14px;
	font-weight:bold;
	text-indent:14px;
	line-height:200%;
	height:40px;
}

#index_box h2.tophans {
	background: url("images/h2_top_hans.gif") no-repeat;
	font-size: 14px;
	font-weight:bold;
	text-indent:14px;
	line-height:200%;
	height:40px;
}

#index_box h2.pro {
	background: url("images/h2_top_project.gif") no-repeat;
	font-size: 14px;
	font-weight:bold;
	text-indent:14px;
	line-height:200%;
	height:40px;
}

#index_box h2.prokeisoku {
	background: url("images/h2_top_project.gif") no-repeat;
	font-size: 13px;
	font-weight:bold;
	padding-left:13px;
	line-height:140%;
	height:40px;
}

#index_box h2 a {
	color:#333;
}

#index_box p {
	font-size: 12px;
	font-style:normal;
	color:#333;
	line-height:180%;
	margin:8px 12px 0px 12px;
}

#index_box span {
	display:block;
	text-align:right;
	font-size: 12px;
	font-style:normal;
	color:#333;
	margin-right: 22px;
	margin-top:3px;
}

#index_box span.ms {
	display:block;
	text-align:left;
	font-size: 12px;
	font-style:normal;
	color:#333;
	margin-left: 14px;
	margin-top:3px;
}

#index_box ul {
	list-style-type: none;
	font-size: 12px;
	margin: 0:
}

#index_box li {
	border: none;
	padding: 2px 0 0 13px;
}

/* =========　トップテキスト　=============== */
#main .toptext {
	float:right;
	width:250px;
	margin:0;
	padding: 8px;
}

.toptext h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	border-left:5px solid #CC0000;
}

.toptext p {
	margin: 0;
	padding: 8px 0 0 8px;
	font-size:11px;
	line-height: 180%;
}

.clear_line {
	clear: both;
	border-top: 1px solid #DDD;
	height: 2px;
	margin:8px 0;
}

/* twitter */
.button {
    margin: 0;
	width: 250px;
    text-decoration: none;
    font: bold 1.1em Arial, Helvetica;
    display: inline-block;
    text-align: center;
	color:#FFF !important;
	text-shadow: 0 1px 1px #000 ;
	border: 1px solid #155678 !important;
	background-image: -moz-linear-gradient(top, #4cc2db, #40a2b7) !important;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4cc2db),color-stop(1, #40a2b7)) !important;
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4cc2db', EndColorStr='#40a2b7')" !important;
}

.button span {
    display: block;
	padding:0.5em 0;
	background: url("images/icon_tw.png") no-repeat 5% center;
}
 
.button:hover{
	color:#FFF !important;
	text-shadow: 0 1px 1px #000 ;
	background-image: -moz-linear-gradient(top, #40a2b7, #4cc2db) !important;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #40a2b7),color-stop(1, #4cc2db)) !important;
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#40a2b7', EndColorStr='#4cc2db')" !important;
	text-decoration: none;
}

/* =========　コンテンツヘッダ=============== */
#main h1 {
	font-size: 18px;
	height:101px;
	text-indent: 1.3em;
	line-height:95px;
	background: url("images/h1back.jpg") top left no-repeat;
	border-bottom: 1px solid #DDD;
}

#main h1.project {
	font-size: 18px;
	height:101px;
	text-indent: 1.3em;
	line-height:95px;
	background: url("images/h1_project_back.jpg") top left no-repeat;
	border-bottom: 1px solid #DDD;
}


#main h1.ms {
	font-size: 18px;
	height:101px;
	text-indent: 1.3em;
	line-height:95px;
	background: url("images/h1_ms_back.jpg") top left no-repeat;
	border-bottom: 1px solid #DDD;
}


#main h1.hans {
	font-size: 18px;
	height:101px;
	text-indent: 1.3em;
	line-height:95px;
	background: url("images/h1_hans_back.jpg") top left no-repeat;
	border-bottom: 1px solid #DDD;
}


/* topicpath */
#main .topicpath {
	margin: 0;
	border-bottom: 1px solid #DDD;
}

#main .topicpath p {
	padding: 1px 0px 1px 25px;
	color: #000;
	font-size: 12px;
}

/* end -topicpath */

/* ========　モータースポーツトップ ========= */
#ms_topbox {
	margin: 10px 0px;
}

#ms_topbox div {
	float:left;
	width:200px;
	padding:12px;
	border-right:1px dotted #CCC;
}

#ms_topbox div.last {
	padding-right:0px;
	border-right:none;
}


#ms_topbox h2 {
	background: #FFF url("images/h2_msbox.gif") no-repeat;
	font-size: 14px;
	font-weight:bold;
	text-indent:14px;
	line-height:200%;
	height:40px;
}

#ms_topbox h2 a {
	color:#333;
}

#ms_topbox p {
	font-size: 12px;
	font-style:normal;
	color:#333;
	line-height:180%;
	margin:8px 12px 0px 12px;
}

#ms_topbox span {
	display:block;
	text-align:left;
	font-size: 12px;
	font-style:normal;
	color:#333;
	margin-left: 14px;
	margin-top:3px;
}

/* =========　コンテンツ内テキスト=============== */
#main .topic {
	width:700px;
	margin: 0 auto;
	padding: 10px 20px;
}

.topic h2 {
	margin: 5px 0px 15px 0px;
	padding: 5px 10px;
	color: #333;
	border-left: 5px solid #CCC;
	font-size: 16px;
	font-weight: bold;
}

.topic h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 0px 0px 10px 0px;
}

.topic h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px;
	background: #EEE;
	margin: 0px 0px 10px 0px;
}

.topic h5 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 15px;
}

.topic ul {
	margin-top: -12px;
	padding: 0px 20px;
	list-style-type: none;
}

.topic ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #CCC;
}

.topic p {
	margin: 0;
	padding: 5px 15px 10px 15px;
	font-size:13px;
	line-height: 180%;
}

.topic img a {
	border:none;
}

.topic dl {
	margin:2px 15px 10px 10px;
}

.topic dl dt {
	margin-bottom: 5px;
	padding: 0px 8px;
	width: 300px;
	float: left;
	clear: both;
}

.topic dl dd {
	margin-bottom: 5px;
	padding: 0 0 8px 320px;
	border-bottom: 1px dotted #999;
}


/* =========　top内左カラム=============== */
#main .topic_left {
	float:left;
	width:600px;
	margin: 0 ;
	padding: 8px;
}

.topic_left h2 {
	margin: 5px 0px 15px 0px;
	padding: 5px 10px;
	color: #333;
	border-left: 5px solid #CCC;
	font-size: 16px;
	font-weight: bold;
}

.topic_left h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 0px 0px 10px 0px;
}

.topic_left h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px;
	background: #EEE;
	margin: 0px 0px 10px 0px;
}

.topic_left h5 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 15px;
}

.topic_left ul {
	margin-top: -12px;
	padding: 0;
	list-style-type: none;
}

.topic_left ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #CCC;
}

.topic_left p {
	margin: 0;
	padding: 5px 15px 10px 15px;
	font-size:13px;
	line-height: 180%;
}

.topic_left img a {
	border:none;
}

.topic_left dl {
	margin:2px 15px 10px 10px;
}

.topic_left dl dt {
	margin-bottom: 5px;
	padding: 0px 8px;
	width: 300px;
	float: left;
	clear: both;
}

.topic_left dl dd {
	margin-bottom: 5px;
	padding: 0 0 8px 320px;
	border-bottom: 1px dotted #999;
}

#main .scroll
{
	font-size: 12px;
	text-align: right;
	clear: both;
}

#main .scroll a, .scroll a:link, .scroll a:visited, .scroll a:hover {
	color: #333;
	text-decoration: none;
}

#main .scroll a span
{
	color: #005699;
	margin-right: 3px;
	text-decoration: none;
}

#main .scroll a:hover
{
	color: #3399FF;
	text-decoration: underline;
}

hr.line{
	clear:both;
	border:1px dotted #EEE;
	margin-bottom: 10px;
}

div#page {
	float: none;
	clear: both;
	text-align:center;
	margin: 15px;
}

div#page ul li {
	font-family: sans-serif;
	font-size:12px;
	margin-right:20px;
	display: inline;
}

div#page p {
	font-size: 12px;
	font-style: normal;
	color: #333;
}


/* 分類別js書きだしから一覧 */
div.topic p.backlist {
	padding: 0;
	text-align: right;
	margin-right: 20px;
}


/* ======== モータースポーツコンテンツ======= */

#msbox {
	margin: 5px 0px;
	border-top: 1px dotted #CCC;
}

#msbox div {
	float:left;
	width:420px;
	padding:12px;
}

#msbox div.last {
	float:right;
	padding-right:0px;
	border-right:none;
}

#msbox h2.topms {
	padding: 5px 10px;
	color: #333;
	border-left: 5px solid #CCC;
	font-size: 14px;
	font-weight: bold;
}

#msbox h2 a {
	color:#333;
}

#msbox p {
	font-size: 12px;
	font-style:normal;
	color:#333;
	line-height:180%;
	margin:8px 12px 0px 12px;
}

#msbox span {
	display:block;
	text-align:right;
	font-size: 12px;
	font-style:normal;
	color:#333;
	margin-right: 24px;
}

#msbox ul {
	list-style-type: none;
	font-size: 13px;
	margin: 8px 0 0 0;
}

#msbox li {
	padding: 4px 0 4px 15px;
	border-bottom:1px dotted #CCC;
}

#msbanner {
	margin: 15px 0px 15px 15px;
	padding:0px;
	width:880px;
}

#msbanner ul {
	margin: 0;
	padding:0;
	list-style: none;
}

#msbanner li {
	margin: 0px 2px;
	padding:0;
	float: left;
}

#msbanner img {
	border: 1px solid #DDD;
}

/* スポンサー専用 */

.ptnBox {
	width: 600px;
	margin: 0px 8px 24px;
	padding: 0px 0px 15px;
	border-bottom: 3px solid #EEE;
	line-height: 110%;
}

.ptnData {
	width: 400px;
}

.ptnData p {
	margin: 0px 4px;
	padding: 0px;
	text-align: left;
}

.ptnLogo {
	width: 180px;
	padding: 0px 4px 0px 0px;
	text-align: right;
}

h3.ptnName {
	margin: 8px 4px 15px;
	padding: 0px;
	font-size: 14px;
	border:none;
}

/* raceresult*/
table.raceresult {
	width: 675px;
	margin: 10px 0;
	border: none;
	border-collapse: collapse;
}
table.raceresult tr th {
	padding: 5px;
	border: none;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEE;
	text-align: center;
	fontweight:bold;
}
table.raceresult tr td.result {
	padding: 8px 5px;
	border: none;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table.raceresult tr td.time {
	padding: 8px 5px;
	border: none;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align:right;
}

table.raceresult tr td.time2 {
	padding: 8px 5px;
	border: none;
	border-bottom: 1px solid #CCC;
	text-align:right;
}

table.raceresult tr.mola {
	background-color: #FDB2B2;
	font-weight:bold;
}

/* ================　管理画面　=============== */

form fieldset {
	border: none;
	margin-bottom:15px;
}
form legend {
	display: none;
}

form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
}

@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}

form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	line-height: 200%;
}

dt, dd {
	line-height: 180%;
}


/* ----- 管理モードナビ -------------------------------- */
div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;
	text-align: right;
}
div#navi ul li {
	display: inline;
	margin-left: 5px;
}

div#navi form dl {
	padding:0;
	margin:0;
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}


div#page {
	float: none;
	clear: both;
	margin: 10px 0px;
	text-align:center;
}

div#page ul li {
	font-family: sans-serif;
	font-size:12px;
	margin-right:15px;
	display: inline;
}

/* =========記事編集 ========= */

div#edit h2 {
	margin: 0px 0px 15px 0px;
	padding: 5px;
	font-size:14px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
}
div#edit h3 {
	margin: 10px 0px 15px 0px;
	padding: 3px 5px;
	font-size:12px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
	background-color: #FFF;
}
div#edit h4 {
	margin-bottom: 10px;
}

div#edit dl {
	margin-bottom: 20px;
}
div#edit dl dt {
	margin-top: 10px;
}
div#edit dl dd {
	margin-left: 30px;
}

/* ----- コンテンツ ------------------------------------ */
div#contents_admin h2 {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-size:14px;
	background-color: #DDD;
}
div#contents_admin h3 {
	margin: 10px 0px 15px 0px;
	padding: 3px 5px;
	font-size:12px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
	background-color: #FFF;
}
div#contents_admin h4 {
	margin-bottom: 10px;
}

div#contents_admin dl {
	margin-bottom: 20px;
}
div#contents_admin dl dt {
	margin-top: 10px;
}
div#contents_admin dl dd {
	margin-left: 30px;
}
#contents_admin table {
	margin: 10px auto;
	border: 1px solid #666680;
	border-collapse: collapse;
	width:99%;
}
#contents_admin table tr th {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	text-align: center;
}
#contents_admin table tr td {
	padding: 5px;
	border: 1px solid #EEE;
}
#contents_admin table tr td input {
	margin: -2px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-size:14px;
	background-color: #DDD;
}

div#work ul.menu {
	width: 180px;
	margin: 0px;
	padding: 0px;
}

div#work ul.menu li {
	margin: 0px;
	padding: 4px 0px 0px 5px;
	background-color: #EEE;
	list-style-type: none;
}

div#work ul.menu li ul {
	margin: 0px 0px 0px -5px;
	padding: 3px 0px 0px 0px;
	text-indent: 12px;
}

div#work ul.menu li ul li {
	padding: 0px;
}

div#work ul.menu li a {
	display: block;
	width: 178px;
	margin: 1px 0px 0px 0px;
	padding: 3px 5px;
	background-color: #FFFFFF;
}

html>body div#work ul.menu li a {
	width: 170px;
}

div#work ul.menu li a.selected {
	background-color: #fafad2;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-size:14px;
	background-color: #DDD;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 9em;
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
}
div#form form dl dd {
	margin: 0 0 0 9em;
	padding: 0.3em 1em;
	border-top: 1px solid #eee;
	background-color: #FFF;
} 


div#form form dl dd textarea {
	margin-top: 2px;
}

div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-size:14px;
	background-color: #DDD;
}
div#env h3 {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-size: 12px;
	background-color: #EEEEEE;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}

div#env table {
	margin: 10px auto;
	border: 1px solid #666680;
	border-collapse: collapse;
	width:99%;
}
div#env table tr th {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	text-align: center;
}
div#env table tr td {
	padding: 5px;
	border: 1px solid #EEE;
}
div#env table tr td input {
	margin: -2px;
}
/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-size:14px;
	background-color: #DDD;
}
div#status h3 {
	margin: 10px 0px 15px 0px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	margin: 0;
	padding: 0.3em 0 0.3em 1em;
	border-bottom: 1px solid #eee;
	width: 16em;
	float: left;
	font-weight:bold;
}
div#status dl dd {
	margin: 0 0 0 16em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

/* ----- フッター -------------------------------------- */

#footer {
	clear: both;
	width :888px;
	margin: 0 auto;
	background-color: #FFF;
	border-top: 1px solid #999;
	text-align: center;
	font-size: 11px;
}

#footer ul {
     margin: 8px 0px;
}

#footer ul li {
     display: inline;
     margin-right: 5px;
     padding-left: 10px;
     border-left: 1px solid #999;
     list-style-type: none;
	font-size: 13px;
}

#footer ul li.fst {
     padding-left: 0;
     border-left: 0;
}

#footer address a:link {
	color: #005699;
	text-decoration: none;
	font-size: 11px;
}

/* ===========フロート=============== */
*.flL {
	float: left;
}

*.flR {
	float: right;
}



/* ===========フロートクリア=============== */

/* clearfix */

*.cfx {
	width: 680px;
	display: inline-block;
	display: block;
}

*.cfx:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}

.clear
{
  clear: both;
  height: 0;
  overflow: hidden;
}

/* ===========hans注文フォーム=============== */
p.submit {
	text-align: center;
}

.topic h3.pcform {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 15px;
	border-top: 3px double #CCC;
	border-bottom: 3px double #CCC;
	background:#EEE;
	margin: 0px 0px 10px 0px;
}
#inputForm th {
	padding: 2px;
	background: #F1F1F1;
	text-align: center;
} 

#inputForm td {
	padding: 5px 17px;
	border-bottom: 1px solid #DDD;
	text-align: left;
} 
#inputForm td.list {
	padding: 5px 17px;
	border-right: 1px solid #EEE;
	text-align: left;
} 
#inputForm td.price {
	padding: 5px 17px;
	border-right: 1px solid #EEE;
	text-align: right;
} 

#inputForm .required {
	color: #D94040;
}
#inputForm .text1 {
	width: 140px;
}
#inputForm .text2 {
	width: 400px;
}
#inputForm .text3 {
	width: 60px;
}
#inputForm .text4 {
	width:300px;
	height:40px;
}
#inputForm .example {
	color: #666;
	padding-left: 10px;
}

table.conf {
	width: 100%;
	margin-bottom: 10px;
}

table.conf td.list {
	padding: 5px 17px;
	border-right: 1px solid #EEE;
	text-align: left;
	font-size: 12px;
	color: #000;
	background: #FFF;
} 
table.conf td {
	padding: 5px 17px;
	background: #F8F6F2;
	border-bottom: 1px solid #EEE;
	text-align: left;
	color: #000;
} 
