@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/* 
/* 汎用要素スタイル
/* ├ a
/* ├ table
/* ├ title
/* ├ p
/* └ div
/*  
/* 汎用classスタイル 
/* ├ image
/* ├ text,font
/* ├ gotop
/* └ banner
/*  
==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
}
* html body {
	font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;
}

/* 汎用要素スタイル
-------------------------------------------------------*/

/* ========================= a */
a {
	color: #f41;
}
a:hover,
a:active {
	color: #f96; text-decoration: none;
}

/* ========================= table */
#content table {
	width: 640px;
	background: #ccc;
	border-spacing: 0;
}
#content th,
#content td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 85.5%;
	border-collapse: collapse;
}
#content th {
	background: #FFD941;
	font-weight: bold;
}
#content td {
	background: #fff;
	text-align: left;
}
#content th.gray {
	background: #E1E1E1;
}
#content thead th {
	background: #000 url(../images/service_bg_thead.gif) repeat-x left top;
	color: #FFFFFF;
}

/* ========================= title */
#content h3 {
	margin: 30px 0 15px;
}
#content h4 {
	margin: 20px 0 10px;
}
#content h3.firstChild,
#content h4.firstChild {
	margin-top: 0;
}

/* ========================= p */
#content p {
	margin: 0 0 1em;
}

/* ========================= div */
.section {
	margin: 0 10px;
}

/* 汎用classスタイル
-------------------------------------------------------*/

#main .last {
	margin-bottom: 0;
}
#content .last {
	margin-bottom: 0;
}
#content .fleft {
	float: left;
}
#content .fright {
	float: right;
}

/* ========================= clearfix */
.cf {
	zoom: 1;
}
.cf:after {
	content: '';
	display: block;
	clear: both;
}

/* ========================= image */
img {
	vertical-align: bottom;
}
#content .imgL {
	float: left;
	margin: 0 15px 0 0;
}
#content .imgLbtm {
	float: left;
	margin: 0 15px 15px 0;
}
#content .imgR {
	float: right;
	margin: 0 0 0 15px;
}
#content .imgRbtm {
	float: right;
	margin: 0 0 15px 15px;
}
#content .summaryImg {
	margin: 2em 0 3em;
}
#content .imgLoff,
#content .imgRoff {
	display: none;
}


/* ========================= text,font */
.emphasis {
	color: #f41;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#content p.defList,
#content .defList li,
#content .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#content .defList dd {
	padding-left: 15px;
}

#content p.attention,
#content .attention li,
#content .attention dt {
	padding-left: 15px;
	background: url(../img/common/icon_attention.gif) no-repeat 0 5px;
}
#content .attention dd {
	padding-left: 15px;
}


/* ========================= gotop */
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}


/* ========================= banner */
.contentBnr {
	margin-top: 20px;
	text-align: center;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	overflow-y: scroll;
	background: none;
}

body {
  background: url(../images/common/body_bg.gif) top repeat-x;
	color: #333;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#main {
	width: 910px;
	_width: 950px;
	margin: 0 auto;
	padding: 193px 20px 0;
	background: url(../images/common/main_bg.jpg) no-repeat top left #fff;
	text-align: left;
}
#main h2 {
	margin-bottom: 30px;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	width: 950px;
	height: 176px;
	text-align: left;
}

/*  ========================= general */
#header h1,
#header #logo,
#header #guideNav,
#header #globalNav,
#header #headInfo {
	position: absolute;
}

/*  ========================= h1 */
#header h1 {
	top: 10px;
	left: 0;
	width: 450px;
	font-size: 100%;
	line-height: 1.5;
}

/*  ========================= logo */
#header #logo {
	top: 50px;
	left: 0;
}

/*  ========================= guideNavi */
#header ul#guideNav {
	top: 14px;
	right: 0;
}
#header ul#guideNav li {
	display: inline;
	float: left;
	margin-left: 15px;
	font-size: 0;
}

/*  ========================= globalNavi */
#header ul#globalNav {
	top: 118px;
	left: 0;
	width: 950px;
	height: 50px;
}
#header ul#globalNav li {
	float: left;
}

/*  ========================= h2 */
#header #headInfo {
	top: 50px;
	right: -5px;
}
#header #headInfo dt,
#header #headInfo dd {
	float: left;
}
#header #headInfo dt {
	margin-right: 20px;
}
#header #headInfo dd {
	margin-right: 5px;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	width: 100%;
	padding-top: 25px;
	border-top: solid 3px #2B1F1A;
}
#footerInfo {
	width: 950px;
	margin: 0 auto 25px;
	zoom: 1;
}
#footerInfo:after {
	content: '';
	display: block;
	clear: both;
}
#footerInfo #tranaviInfo {
	float: left;
	margin-right: 25px;
	padding-right: 26px;
	background: url(../images/common/footer_bg_dot.gif) repeat-y top right;
	text-align: left;
}
#footerInfo #tranaviInfo dt {
	margin-bottom: 5px;
}
#footerInfo #footContact {
	float: left;
	width: 400px;
	height: 78px;
	background: url(../images/common/footer_bg_contact.gif) no-repeat top left;
	text-align: center;
}
#footerInfo #footContact dt {
	margin-bottom: 5px;
}
#footerInfo #footContact dd {
	display: inline;
}
#footerInfo #footTel {
	float: right;
}
#footer #copyright {
	padding: 25px 0;
	border-top: solid 3px #2B1F1A;
	font-size: 120%;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#nav {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}

/*  ========================= navBnr */
#lnavKey {
	background: url(../images/common/nav_bg_bnr01.gif) no-repeat top left;
	width: 240px;
	height: 157px;
	margin-bottom: 10px;
	zoom: 1;
}
#lnavKey ul {
	width: 224px;
	margin-left: 8px;
}
#lnavKey ul:after {
	content: '';
	display: block;
	clear: both;
}
#lnavKey ul li {
	float: left;
}

/*  ========================= localnavi */
#localNav {
	margin: 15px 0;
}
#localNav li {
	margin-bottom: 5px;
}

/*  ========================= navContact */
#navContact {
	width: 210px;
	_width: 240px;
	height: 250px;
	_height: 280px;
	padding: 15px;
	background: url(../images/common/nav_bg_contact.gif) no-repeat top left;
	text-align: center;
}
#navContact dl {
	width: 180px;
	margin: 25px auto 0;
}
#navContact dt {
	margin-bottom: 5px;
}

/*  ========================= dirBox */
.dirBox {
	padding: 15px 20px 20px;
	background: url(../images/audition_bg_single.gif) repeat-y left top;
	border-bottom: 1px #878483 solid;
}


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
#content {
	float: right;
	width: 640px;
	margin-bottom: 20px;
	font-size: 140%;
	text-align: left;
	line-height: 1.7;
}


/* 01 index
------------------------------------------------------------------------*/
#indexPage {
	background: url(../images/index_body_bg.gif) repeat-x top left;
}
#indexPage #main {
	width: 950px;
	padding: 0;
	background: none;
	font-size: 120%;
	line-height: 1.7;
}
#indexPage #main .gotop {
	margin-top: 30px;
}

/*  ========================= mainV */
#indexPage #main #mainV {
	width: 950px;
	height: 319px;
	margin-bottom: 20px;
	zoom: 1;
}
#indexPage #main #mainV:after {
	content: '';
	display: block;
	clear: both;
}
#indexPage #main #mainV h2 {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#indexPage #main #mainV p {
	float: right;
	margin: 0;
}

/*  ========================= mainBnr */
#indexPage #main .mainBnr {
	width: 960px;
	margin-right: -10px;
	margin-bottom: 20px;
	zoom: 1;
}
#indexPage #main .mainBnr:after {
	content: '';
	display: block;
	clear: both;
}
#indexPage #main .mainBnr li {
	float: left;
	margin-right: 10px;
}

#indexPage #voice,
#indexPage #seminar,
#indexPage #news {
	border-left: solid 2px #882600;
	border-right: solid 2px #882600;
	border-bottom: solid 2px #882600;
}

/*  ========================= voice */
#indexPage #voice {
	margin-bottom: 10px;
	padding: 15px 0 20px 16px;
	zoom: 1;
}
#indexPage #voice:after {
	content: '';
	display: block;
	clear: both;
}
#indexPage #voice div {
	position: relative;
	float: left;
	width: 220px;
	margin-right: 10px;
	padding-bottom: 50px;
	background: url(../images/index_bg_voice.gif) no-repeat left bottom;
}
#indexPage #voice dl {
	margin: 10px 10px 0;
}
#indexPage #voice dd {
	padding: 5px 5px 0;
}
#indexPage #voice div p.btn {
	position: absolute;
	left: 26px;
	bottom: 10px;
}

/*  ========================= info */
#indexPage .info {
	padding-bottom: 10px;
}
#indexPage .info dl {
	margin: 0 10px;
	padding: 10px 0;
	background: url(../images/index_bg_info.gif) repeat-x left bottom;
	zoom: 1;
}
#indexPage .info dl:after {
	content: '';
	display: block;
	clear: both;
}
#indexPage .info dt {
	float: left;
	margin-right: 10px;
	padding: 6px 17px 6px 10px;
	border-left: solid 1px #8E300C;
	background: url(../images/index_bg_date.gif) no-repeat top right;
	color: #8E300C;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
}
#indexPage .info dd {
	overflow: hidden;
	padding-top: 3px;
	zoom: 1;
}

/*  ========================= push */
#indexPage #push {
	position: relative;
	margin: 20px 0;
	padding: 0 0 15px 15px;
	background: url(../images/index_bg_push.gif) no-repeat left bottom;
	zoom: 1;
}
#indexPage #push .btn {
	position: absolute;
	top: 10px;
	right: 15px;
}
#indexPage #push:after {
	content: '';
	display: block;
	clear: both;
}
#indexPage #push h3 {
	margin: 0 -15px;
	padding: 10px 15px;
	background: url(../images/index_push_bg_top.gif) no-repeat top left;
}
#indexPage #push div {
	width: 300px;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
	background: url(../images/index_bg_push_inner.gif) no-repeat left bottom;
}
#indexPage #push dl {
	margin-bottom: 5px;
	padding: 25px 10px 0;
	background: url(../images/index_bg_push_info.gif) no-repeat top left;
}
#indexPage #push dt {
	padding: 5px;
	background: url(../images/index_bg_push_title.gif) repeat top left;
	font-size: 116.5%;
}
#indexPage #push dt a {
	color: #fff;
	font-weight: bold;
}
#indexPage #push dd {
	padding: 5px;
	background: url(../images/index_bg_info.gif) repeat-x left bottom;
}
#indexPage #push table {
	margin: 0 10px;
}
#indexPage #push th,
#indexPage #push td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #fff;
}
#indexPage #push td {
	padding-left: 5px;
}

/*  ========================= contBox */
#indexPage #contBox {
	font-size: 116.5%;
}
#indexPage #contBox h3 {
	margin: 20px 0 15px;
}
#indexPage #contBox h4 {
	margin: 20px 0 10px;
}


/* 02 key/～04 key/cost
------------------------------------------------------------------------*/
/*  ========================= .bgRound */
#content .bgRound {
	width: 640px;
	margin-bottom: 40px;
	padding: 25px 0 30px;
	background: #E4D3C8 url(../images/key_bg_dir.gif) no-repeat left bottom;
}


/*  ========================= .bgRound */
#content #bnrBtm  {
	margin-top: 35px;
}
#content #bnrBtm li  {
	margin-bottom: 20px;
}
#content #bnrBtm li.last  {
	margin-bottom: 0;
}


/* 02 key/
------------------------------------------------------------------------*/
#keyPage #content ul#nowhow {
	width: 640px;
	margin: 20px 0 30px;
	padding: 53px 0 29px;
	background: url(../images/key_bg_nowhow.jpg) no-repeat left top;
}
#keyPage #content ul#nowhow li {
	margin-left: 75px;
}
#keyPage #content h5 {
	margin-top: 30px;
}
#keyPage #content .bgRound {
	width: 640px;
	margin-bottom: 40px;
	padding: 32px 0 40px;
	background: #E4D3C8 url(../images/key_bg_dir.gif) no-repeat left bottom;
}
#keyPage #content .bgRound dl {
	margin: 0 25px 28px;
}
#keyPage #content .bgRound dl.last {
	margin: 0 25px;
}
#keyPage #content .bgRound dl dt {
	margin-bottom: 15px;
}
#keyPage #content .doubleBox {
	width: 640px;
	margin-top: 25px;
	padding-bottom: 22px;
	background: url(../images/key_bg_point.gif) repeat-y left top;
	border-bottom: 1px #878483 solid;
}
#keyPage #content .doubleBox dl {
	width: 320px;
}
#keyPage #content .doubleBox dl.fleft {
	float: left;
}
#keyPage #content .doubleBox dl.fright {
	float: right;
}
#keyPage #content .doubleBox dl dt {
	margin-bottom: 25px;
}
#keyPage #content .doubleBox dl dd {
	margin: 0 20px;
}
#keyPage #content .doubleBox dl dd.heightLine {
	margin-bottom: 25px;
}


/* 03 key/location
------------------------------------------------------------------------*/
#locationPage #content .bgRound ul {
	margin-left: 40px;
}
#locationPage #content .bgRound ul li {
	margin-bottom: 31px;
}
#locationPage #content .bgRound ul li.last {
	margin-bottom: 0;
}
#locationPage #content .bgRound p.last {
	margin-left: 36px;
}
#locationPage #content h5 {
	margin-top: 35px;
}


/* 04 key/cost
------------------------------------------------------------------------*/
#costPage #content h5 {
	margin-top: 20px;
}
#costPage #content ul.etcBox {
	padding: 15px 16px 17px;
	background: url(../images/cost_bg_type.gif) no-repeat left bottom;
}
#costPage #content ul.etcBox li {
	float: left;
	margin: 0 16px 15px 0;
}
#costPage #content ul.three {
	padding: 15px 44px 17px;
}
#costPage #content ul.three li {
	float: left;
	margin-right: 34px;
}
#costPage #content ul.etcBox li.lastChild {
	margin-right: 0;
}


/* 05 about
------------------------------------------------------------------------*/
#Page #content {
}


/* 06 trust
------------------------------------------------------------------------*/
#Page #content {
}


/* 07 service
------------------------------------------------------------------------*/
#servicePage #content table {
	margin-bottom: 35px;
}
#servicePage #content table th {
	width: 16%;
}
#servicePage #content table thead th {
	padding: 10px;
}
#servicePage #content table td {
	text-align: center;
}


/* 08 support
------------------------------------------------------------------------*/
#Page #content {
}


/* 09 audition
------------------------------------------------------------------------*/
#auditionPage #content h4 {
	margin-bottom: 0;
	padding-top: 25px;
	background: url(../images/audition_bg_arrow.gif) no-repeat center top;
}
#auditionPage #content h4.firstStep {
	padding-top: 0;
	background: none;
}
#auditionPage #content ul#btn {
	margin-left: 15px;
}
#auditionPage #content ul#btn li {
	float: left;
	margin-right: 17px;
}
#auditionPage #content ul#btn li.lastChild {
	margin-right: 0;
	margin-bottom: 20px;
}
#auditionPage #content ul#btn li.last {
	float: none;
	clear: both;
	margin-left: 13px;
}
/*  ========================= dirBox */
#auditionPage #doubleBox h4 {
	width: 315px;
}
#auditionPage #doubleBox .dirBox {
	width: 275px;
	_width: 315px;
	padding: 15px 20px 30px;
	background: url(../images/audition_bg_double.gif) repeat-y left top;
	border-bottom: 1px #878483 solid;
}


/* 10 case/ ～　14 seminar/detail
------------------------------------------------------------------------*/
#content h4.bg {
	margin-bottom: 0;
	padding: 12px 20px 8px;
	background: url(../images/case_bg_cap.jpg) no-repeat left top;
	color: #FFFFFF;
	font-size: 142.5%;
	font-weight: bold;
}
#content .detail {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}
#content #back,
#content #buttonArea {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
}
#content #buttonArea .application {
	margin-left: 5px;
}
#content #buttonArea img,
#content #buttonArea input {
	vertical-align: bottom;
}
#content p#backend {
	display: none;
	width: 0;
	height: 0;
	margin-top: 0;
}


/* 10 case/ 12 information/

------------------------------------------------------------------------*/
#casePage #content .dirBox {
	padding-bottom: 15px;
}
#casePage #content table {
	width: 610px;
	margin-bottom: 20px;
}
#casePage #content .detailLeft {
	width: 340px;
	margin-bottom: 20px;
}
#casePage #content .detailLeft table {
	width: 340px;
	margin-bottom: 10px;
}
#casePage #content table th,
#casePage #content table td {
	background:  #FFFFFF url(../images/index_bg_push_dot.gif) repeat-x left bottom;
	border: none;
}
#casePage #content table th {
	width: 80px;
	text-align: left;
}
#casePage #content .detail {
	clear: both;
	margin: 0;
	text-align: center;
}



/* 11 case/detail 13 information/detail　15 seminar/detail
------------------------------------------------------------------------*/
#nav dl#listNav {
	width: 240px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	background: url(../images/case_side_bg_list.jpg) no-repeat left bottom;
}
#nav dl#listNav dd {
	margin: 10px 18px 0 10px;
	padding-left: 20px;
	background: url(../images/case_side_icon_list.gif) no-repeat left 2px;
	font-size: 120%;
}
#nav dl#listNav dd a {
	color: #000000;
}

/* 11 case/detail 13 information/detail
------------------------------------------------------------------------*/
#case_dPage #content h3 {
	background: url(../images/detail_bg_ti.jpg) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 143%;/*20px*/
}
#case_dPage #content h3 span#inner {
	display: block;
	padding: 20px 20px 15px 50px;
	background: url(../images/detail_bg_ti_btm.jpg) no-repeat left bottom;
}
#case_dPage #content table {
	width: 380px;
}
#case_dPage #content table td,
#case_dPage #content table th {
	padding: 10px 5px;
	background:  #FFFFFF url(../images/index_bg_push_dot.gif) repeat-x left bottom;
	border: none;
	font-weight: bold;
	text-align: left;
}
#case_dPage #content table th {
	width: 15%;
}

/*  ========================= 13 information/detail */
#case_dPage #content #info {
	width: 640px;
	margin-bottom: 10px;
}
#case_dPage #content .image {
	margin-top: 20px;
	text-align: center;
}
#case_dPage #content .imageoff {
	display: none;
	width: 0;
	height: 0;
	margin: 0;
}


/* 14 seminar/
------------------------------------------------------------------------*/
#seminarPage #content table td {
	font-size: 100%;
}
#seminarPage #content h4 {
	margin-top: 0;
	font-weight: bold;
}
#seminarPage #content table td dl {
	margin-top: 10px;
}
#seminarPage #content table td dl dt {
	font-weight: bold;
}
#seminarPage #content table .btn {
	width: 110px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}


/* 15 seminar/detail
------------------------------------------------------------------------*/
#seminar_dPage #content h3 {
	background: url(../images/detail_bg_ti.jpg) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 157%;/*22px*/
}
#seminar_dPage #content h3 span#inner {
	display: block;
	padding: 10px 20px 10px 50px;
	background: url(../images/detail_bg_ti_btm.jpg) no-repeat left bottom;
}
#seminar_dPage #content h3 span#date {
	display: block;
	margin-bottom: 5px;
	font-size: 63.5%;/*14px*/
}
#seminar_dPage #content .cf {
	margin-bottom: 30px;
}
#seminar_dPage #content .cf h4 {
	margin-top: 0;
	font-weight: bold;
}
#seminar_dPage #content table th {
	width: 120px;
}
#seminar_dPage #content .imgLoff {
	display: none;
}
#seminar_dPage #content .imgL img {
	width: 242px;
}
#seminar_dPage #content .applicationend {
	display: none;
}
#seminar_dPage #content h4.seminarTioff {
	display: none;
}


/* 16 faq
------------------------------------------------------------------------*/
#faqPage #content dl.faq {
	margin-bottom: 20px;
}
#faqPage #content dl.faq span.hide {
	display: none;
	width: 0;
	height: 0;
}
#faqPage #content dl.faq dt,
#faqPage #content dl.faq dd {
	border-top: 1px #AE3100 solid;
	font-weight: bold;
}
#faqPage #content dl.faq dt {
	margin-bottom: 5px;
	padding: 10px 0 5px 55px;
	background: url(../images/faq_icon_question.gif) no-repeat left 10px;
	color: #8E300C;
	font-size: 128.5%;/*18px*/
}
#faqPage #content dl.faq dd {
	padding: 12px 0 10px 55px;
	background: url(../images/faq_icon_answer.gif) no-repeat 0 12px;
}


/* 17 seminar-form～19 inquiry
------------------------------------------------------------------------*/
#content #formInfo {
	margin-bottom: 20px;
}
#content #formInfo .companyName {
	margin-bottom: 17px;
}
#content #formInfo .companyAddress {
	margin-bottom: 23px;
}
#content #formInfo .companyPhone {
	margin-bottom: 12px;
}
/* 17 seminar-form
------------------------------------------------------------------------*/
#Page #content {
}


/* 18 request
------------------------------------------------------------------------*/
#Page #content {
}


/* 19 inquiry
------------------------------------------------------------------------*/
#Page #content {
}


/* 20 privacy
------------------------------------------------------------------------*/
#privacyPage #content h4 {
	width: 608px;
	_width: 640px;
	padding: 10px 15px;
	border: 1px #CCCCCC solid;
	font-weight: bold;
}
#privacyPage #content ul.bold {
	margin-top: 10px;
}


/* 21 sitemap
------------------------------------------------------------------------*/
#sitemapPage #content dl.pageTitle {
	width: 638px;
	_width: 640px;
	margin-right: 15px;
	padding: 5px 0;
	border: 1px #CCCCCC solid;
	border-bottom: none;
}
#sitemapPage #content dl.lastTitle {
	margin-bottom: 20px;
	border-bottom: 1px #CCCCCC solid;
}
#sitemapPage #content dl.pageTitle dt {
	padding-left: 17px;
	background: url(../images/sitemap_icon.gif) no-repeat 5px 8px;
}
#sitemapPage #content dl.pageTitle dd {
	margin-left: 17px;
}


/* contact
------------------------------------------------------------------------*/

/*  ========================= table style */
#contactPage #content table.mailform {
	width: 640px;
	padding: 0;
}
#contactPage #content table.mailform tr th,
#contactPage #content table.mailform tr td {
	padding: 10px;
	border: solid 1px #878483;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
}
#contactPage #content table.mailform tr th {
	width: 150px;
	background: #FFD941;
	color: #333333;
}
#contactPage #content table.mailform tr th .fmail_must {
	margin-right: 10px;
}

/*  ========================= input style */
#contactPage #content table.mailform input {
	margin-right: 3px;
	vertical-align: middle;
}
#contactPage #content table.mailform select {
	margin-right: 3px;
}
#contactPage #content table.mailform textarea {
	width: 350px;
}

/*  ========================= label style */
#contactPage #content table.mailform label.fmail_label_enabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: none;
	font-weight: bold;
}
#contactPage #content table.mailform label.fmail_label_disabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
}


/*  ========================= list style */
#contactPage ol.fmail_radio_list li,
#contactPage ol.fmail_checkbox_list li {
	list-style: none;
	float: left;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

/*  ========================= button style */
#contactPage #content .buttonTop {
	margin-top: 20px;
}
#contactPage #content .button {
	margin-top: 20px;
	text-align: center;
}
#contactPage #content .button input {
	width:289px;
	padding: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
}
#contactPage #content .button input.submit_cancel_button,
#contactPage #content .button input.submit_send_button {
	width:179px;
	height:39px;
}
#contactPage #content .site_top{
	text-align: center;
}
#contactPage #content .site_top a{
	display:block;
	width:179px;
	height: auto;
	margin: 1em auto;
	padding: 10px 0;
	border: none;
	color: #fff;
	font-weight: bold;
	text-indent:-9999px;
	text-align: center;
	text-decoration: none;
}

/*  ========================= text style */
#contactPage #content th em {
	margin-left: 3px;
	color: #c00;
	font-size: 83.5%;
}
#contactPage #content td .info {
	color: #999;
	font-size: 83.5%;
}
#contactPage #content span.fmail_error {
	padding: 2px 0 3px 17px;
	background-position: left center;
}
#contactPage #content th.fmail_error,td.fmail_error,.fmail_error {
	background-color: none;
}

