﻿/*
Theme Name: みんなでグッジョブ運動 デザインテンプレート
Theme URI: http://www.dejikichi.com/
Description: みんなでグッジョブ運動 ホームページ
Version: 1.0
Author: Digital Kitchen
Author URI: http://www.dejikichi.com/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	NAVIGATION
	CONTENT
	SIDE BAR
	WIDGET
	FOOTER
	COMMENT TEMPLATE
	MISC
	HACK
*/

/*	BASE
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f2f2f2 url("./images/bg-body.gif") left top repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	color: #333333;
	font-size: 100%;
	text-align: center; /* center align */
	line-height: 1.4;
}

#pageframe {
	width: 800px;
	margin: 0 auto;
	padding: 0 9px;
	vertical-align: top;
	background: #ffffff url("./images/bg-page.jpg") left top repeat-y;
}

#page {
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 15px;
	font-weight: normal;
}

/* text-indentを設定した画像置換リンクの枠線を消す（Firefox対策） */
/*\*/ a { overflow:hidden; }/**/

a, a:link{
	color: #0000cc;
	text-decoration: underline;
}

a:hover{
	color: #551a8b;
	text-decoration: underline;
}

a:visited{
	color: #551a8b;
}

a:active{
	color: #551a8b;
}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 0; margin:0; } /* initialize */

blockquote{
	margin: 0;
	background: #fff;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #fff;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	border: 0;
	height: 1px;
	text-align: left;
	background: #fff;
	color: #000;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input,
textarea{
	/*margin-left: 1em;*/
	font-size: 12px;
	padding: 2px 2px 10px 2px;
}

select {
	margin-left: 1em;
}

/*
input#s, input#author, input#url, textarea#comment{
	border: 1px solid #e5dfb3;
	background-color: #fff;
	padding: 3px;
}

input#author, input#url{
	margin: 0 5px 0 0;
}
*/

ul {
	list-style: none;
}





/*	HEADER
-------------------------------------------------*/
#header {
	width: 800px;
	margin: 0 0 10px 0;
	padding: 0;
	background: transparent url("./images/header.gif") left top no-repeat;
}

#header h1 {
	float: left;
	width: 182px;
	height: 106px;
	margin: 0;
	padding: 15px 0 0 15px;
}

#header h1 a {
	display: block;
	width: 181px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#header ul.header-navi {
	float: right;
	width: 598px;
	height: 22px;
	margin: 0;
	padding: 16px 5px 0 0;
}

#header ul.header-navi li {
	float: right;
	margin: 0;
	padding: 0 8px;
	border-left: 1px solid #6f6f6f;
	font-size: 90%;
	line-height: 1;
}

#header ul.header-navi li.navi-sitemap {
	border-left: none;
}

#header ul.header-navi li a,
#header ul.header-navi li a:visited {
	color: #404040;
	text-decoration: none;
}

#header ul.header-navi li a:hover {
	color: #fe641e;
	text-decoration: underline;
}

#header ul.font-size {
	float: right;
	width: 587px;
	height: 36px;
	margin: 0;
	padding: 5px 16px 0 0;
	background: transparent url("./images/bg-fontsize.gif") 444px 5px no-repeat;
}

#header ul.font-size li {
	float: right;
	margin: 0;
	padding: 0 4px;
}

#header ul.font-size li.normal-size {
	padding-top: 1px;
	padding-right: 3px;
}

#header ul.font-size li.small-size {
	padding-top: 2px;
	padding-right: 3px
}





/*	NAVIGATION
-------------------------------------------------*/
#header ul.navigation {
	width: 597px;
	float: right;
	margin: 0;
	padding: 0 0 0 6px;
	background-color: transparent;
}

#header ul.navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#header ul.navigation li.navi-top-on {
	width: 71px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-top-on.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-top a {
	display: block;
	width: 71px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-top.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-whats-on {
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-whats-on.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-whats a {
	display: block;
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-whats.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-notification-on {
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-notification-on.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-notification a {
	display: block;
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-notification.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-consultation-on {
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-consultation-on.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-consultation a {
	display: block;
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-consultation.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-leader-on {
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-leader-on.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-leader a {
	display: block;
	width: 110px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-leader.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-link-on {
	width: 70px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-link-on.gif") left top no-repeat;
	text-indent: -9999px;
}

#header ul.navigation li.navi-link a {
	display: block;
	width: 70px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-link.gif") left top no-repeat;
	text-indent: -9999px;
}

#header .sub-navi {
	clear: both;
	margin: 0 16px;
	padding: 3px 0 2px 15px;
	background-color: #f67a00;
}

#header .sub-navi p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
}

#header .sub-navi ul {
	margin: 0;
	padding: 0;
}

#header .sub-navi ul li {
	float: left;
	margin: 0;
	padding: 0 20px 0 10px;
	background: transparent url("./images/mark-submenu.gif") left 5px no-repeat;
	color: #ffffff;
	font-size: 90%;
	letter-spacing: 0;
}

#header .sub-navi ul li a,
#header .sub-navi ul li a:visited {
	color: #ffff00;
	text-decoration: underline;
}

#header .sub-navi ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}





/*	CONTENT
-------------------------------------------------*/
.container {
	width: 768px;
	margin: 0 16px;
	padding: 0 0 12px 0;
	border-bottom: 6px solid #f77900;
	background-color: transparent;
	text-align: left;
	color: #333;
	vertical-align: top;
}

.main {
	float: left;
	width: 577px;
	margin: 0;
	padding: 0 8px 0 0;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

.main .main-image {
	margin: 0 0 10px 0;
	padding: 0;
}

.main .main-image img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* トップページ */
.main .main-contents {
	float: right;
	width: 394px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.main-contents .newinfo {
	margin: 0 0 0 8px;
	padding: 0;
}

.newinfo h2 {
	margin: 0;
	padding: 2px 0 0 37px;
	background: #ffffff url("./images/bg-newinfo.gif") left top no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-indent: -9999px;
}

.newinfo .newinfo-entry {
	margin: 0;
	padding: 10px 0 0 0;
}

.newinfo-entry ul {
	overflow: scroll;
	height: 330px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FireFox用ハックここから */
.newinfo-entry ul, x:-moz-any-link, x:only-child{
	height: 376px;
}
/* FireFox用ハックここまで */

/* IE7用ハックここから */
*:first-child+html .newinfo-entry ul{
	height: 349px;
}
/* IE7用ハックここまで */

.newinfo-entry ul li {
	margin: 0 0 0.5em 0;
	padding: 3px 0 0 20px;
	border-bottom: 1px solid #d8d8d8;
	color: #3c3cfc;
	font-size: 90%;
	letter-spacing: 0.1em;
}

.newinfo-entry ul li.new-infomation {
	margin: 0 0 0.5em 0;
	padding: 3px 0 0 20px;
	background: transparent url("./images/mark-goodjob.gif") left top no-repeat;
	border-bottom: 1px solid #d8d8d8;
	color: #3c3cfc;
	font-size: 90%;
	letter-spacing: 0.1em;
}

.newinfo-entry ul li a {
	color: #3c3cfc;
	text-decoration: none;
}

.newinfo-entry ul li a:visited {
	color: #551a8b;
	text-decoration: none;
}

.newinfo-entry ul li a:hover {
	color: #3c3cfc;
	text-decoration: underline;
}

.main .sub-contents {
	float:left;
	width: 183px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* 20100531追加 ここから */
.sub-contents ul {
	margin: 0;
	padding: 0;
}

.sub-contents ul li {
	margin: 0 0 2px 0;
	padding: 0;
}

.sub-contents ul li {
	margin: 0 0 1px 0;
	padding: 0;
}

.sub-contents ul li.banner-subcontents {
	margin: 5px 0 0 0;
	padding: 0;
}
/* 20100531追加 ここまで */




/* セカンドページ */
#bread {
	margin: 0 0 0.9em 5px;
	padding: 0;
	font-size: 90%;
	color: #000;
}

#categoryname h2{
	margin: 0 0 10px 0;
	padding: 6px 0 5px 10px;
	font-size: 110%;
	font-weight:bold;
	color: #ffffff;
	background:transparent url("./images/bg-categorytitle.gif") left top no-repeat;
}

p.pagenavi {
	margin: 0;
	color: #000;
}

.post,
.post_alt{
	margin: 0 5px 2.5em 5px;
	padding: 0;
	background-color: #ffffff;
	border-bottom: 1px dashed #cccccc;
	text-align: left;
	vertical-align: top;
}

.post .posth2,
.post_alt .posth2,
#commnets h3{
	margin: 0 0 1em 0;
	padding: 1px 0 0 5px;
	border-left: 4px solid #FF7900;
	color: #00367B;
	font-size: 110%;
	font-weight: bold;
}

.entry{
	margin: 0 17px;
	padding: 0;
}

.entry h2 {
	margin: 0 0 1em 0;
	padding: 1px 0;
	border-bottom: 1px dashed #999999;
	font-size: 100%;
}

.entry h3{
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 100%;
}


.entry p {
	margin: 0 0 1em 10px;
	padding: 0;
	font-size: 90%;
}

.entry dl {
	margin: 0 0 1em 0;
	padding: 0;
}

.entry dl dt {
	margin: 0;
	padding: 0;
}

.entry dl dd {
	margin: 0;
	padding: 0;
}

/* 各カテゴリのイメージ画像 */
.main .category-image {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

/* イベント・会議情報 */
.main .eventinfo {
	margin: 0 0 2.5em 0;
	padding: 0;
	background-color: #ffffff;
	border-bottom: 1px dashed #cccccc;
}

.main .eventinfo h2 {
	margin: 0 0 1em 0;
	padding: 1px 0 0 5px;
	background:transparent url("./images/bg-posttitle.gif") left top no-repeat;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
}

.main .eventinfo ul {
	margin: 0 15px 0.7em 15px;
	padding: 0;
}

.main .eventinfo ul li {
	margin: 0;
	padding: 0 0 0.3em 18px;
	font-size: 90%;
	background: transparent url("./images/icon_allow.gif") left top no-repeat;
}

/* サイトマップ */
.main ul.site-map {
	margin: 0;
	padding: 0;
}

.main ul.site-map li {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 90%;
}

.main ul.site-map li ul {
	margin-top: 0.8em;
	padding: 0;
}

.main ul.site-map li ul li {
	font-size: 100%;
}





/* entry ul, ol, li indent setting
------------------------------------------- */
.entry ul,
.entry ol {
	margin: 1em 0em 1em 1em;
	padding: 0em;
}
.entry ul {
	list-style-type: square;
}
.entry ul li {
	margin: 0em;
	padding: 0em;
	list-style-type: disc;
	color:#000;
	font-size: 90%;
	list-style-position: inside;
}
.entry ol li {
	margin: 0em;
	padding: 0em;
	list-style-position: inside;
	font-size: 90%;
	color:#000;
}

.entry li ul,
.entry li ol {
	margin: 0em 0em 0em 2em;
	padding: 0em;
}





.entry table p {
	margin-left: 0;
}

.entry table ol {
	margin: 0 0 1em 2.1em;
	padding: 0;
}

.entry table ol li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

.entry table ul {
	margin: 0 0 1em 1em;
	padding: 0;
}

.entry table ul li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}





/* img setting
------------------------------------------- */
.post .entry img,
.post_alt .entry img {
	margin: 0;
	border: 1px solid #999;
	padding: 2px;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	color: #000;
}

.postdate{
	color: #000;
}

.postmetadata {
	margin: 20px 15px 10px 0;
	padding: 0;
	clear:both;
	font-size:12px;
	text-align:right;
}

#comment p,
#comment p a {
	margin:0 0 10px 0;
	font-size:13px;
	text-align:right;
}


/* tabel setting
------------------------------------------- */
table {
	margin: 0 0 1em 15px;
	padding: 0;
	font-size: 90%;
}

table tr th{
	margin: 0;
	padding: 5px;
	color: #333;
}

table tr td{
	margin: 0;
	padding: 5px;
	color:#333;
}

.comtable1 {
	margin:0;
	padding:0;
}

table.comtable2 {
	width: 540px;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 0;
	empty-cells: show;
}

table.comtable2 th {
	padding: 5px;
	background: #D3FDBD;
	border: 1px dotted #666666;
	font-weight: normal;
}

table.comtable2 td {
	padding: 5px;
	border: 1px dotted #666666;
	background: #fff;
}





/*	SIDE BAR
-------------------------------------------------*/
#sidebar {
	float: right;
	width: 183px;
	height: 100%;
	margin: 0 !important; /* sidebar margin solution */
	margin: -22px 0 0 0; /* IE6 sidebar margin-top solution */
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

#sidebar .sidebar-bloc {
	margin: 0 0 10px 0;
	padding: 0;
}

.sidebar-bloc h2 {
	margin: 0 0 10px 0;
	padding: 1px 0 2px 10px;
	background: #ffffff url("./images/bg-specialcontents.gif") left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-indent: -9999px;
}

.sidebar-bloc .special-contents {
	margin: 0;
	padding: 0;
}

.sidebar-bloc .special-contents p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.special-contents p.continue {
	margin: 10px 0 0 0;
	padding: 1px 0 2px 140px;
	background: #ffffff url("./images/btn-specialcontents.gif") left 1px no-repeat;
	color: #ffffff;
	font-size: 13px;
	text-align: left;
}

.special-contents p.continue a,
.special-contents p.continue a:visited {
	color: #ffffff;
	text-decoration: none;
}

.special-contents p.continue a:hover {
	color: #ffcc00;
}

/* QRコード */
#sidebar .qrcode-area {
	margin: 0 0 15px 0;
	padding: 0 0 25px 0;
	background: #ffffff url("./images/bg-qrcode.gif") left bottom no-repeat;

}

.qrcode-area h2 {
	margin: 0 0 10px 0;
	padding: 0 0 1px 0;
	background: #ffffff url("./images/bg-qrtitle.gif") left top no-repeat;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

.qrcode-area p {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 90%;
}

.qrcode-area p.qr-code {
	text-align: center;
}

.qrcode-area p img {
	margin: 0 0 2px 0;
	padding: 0;
	vertical-align: bottom;
}

/* サイドバナー */
#sidebar ul.side-banner {
	margin: 0;
	padding: 0;
}

#sidebar ul.side-banner li {
	margin: 0 0 7px 0;
	padding: 0;
}

#sidebar ul.side-banner li img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* アドビ・リーダー */
#sidebar .adobe-reader {
	margin: 1em 0;
	padding: 10px;
	font-size: 12px;
	border-top: 1px solid #cccccc;
}

#sidebar .adobe-reader img {
	margin: 0 0 5px 25px;
	padding: 0;
	text-align: center;
}





/*	WIDGET
------------------------------------------------*/
#text-1,
#text-2,
#text-3,
#text-4,
#text-5,
#text-6,
#text-7,
#text-8,
#text-9,
#text-10,
#pages,
#meta,
#recent-posts,
#recent-comments,
#archives,
#rss-1,
.linkcat{
	margin: 0;
	padding: 0;
	background-color: transparent;

}

#search {
	text-align:center;
	margin: 10px 0 0 0;
}

#text-1 h2.widgettitle,
#text-2 h2.widgettitle,
#text-3 h2.widgettitle,
#text-4 h2.widgettitle,
#text-5 h2.widgettitle,
#text-6 h2.widgettitle,
#text-7 h2.widgettitle,
#text-8 h2.widgettitle,
#text-9 h2.widgettitle,
#text-10 h2.widgettitle,
#pages h2.widgettitle,
#meta h2.widgettitle,
#recent-posts h2.widgettitle,
#recent-comments h2.widgettitle,
#archives h2.widgettitle,
#rss-1 h2.widgettitle,
#search h2.widgettitle,
.linkcat h2.widgettitle {
	margin: 0;
	padding: 5px 0 3px 9px;
	color: #014051;
	font-size: 12px;
	font-weight: bold;
}

.textwidget {
	margin: 0;
	padding: 0 9px;
	color: #014051;
	font-size: 12px;
}

li#recent-posts ul,
li#recent-comments ul,
li#archives ul,
li#pages ul,
li#meta ul,
li#rss-1 ul,
#sidebar li.linkcat ul {
	margin: 0;
	padding: 0 4px;
	color: #000;
	font-size: 12px;
	background: transparent url("./images/widget_middle.gif") left top repeat-y;
}

li#recent-posts ul li,
li#recent-comments ul li,
li#archives ul li,
li#pages ul li,
li#meta ul li,
li#rss-1 ul li,
li#search div li,
#sidebar li.linkcat ul li {
	margin:0 0 0 5px;
	padding:1px 5px 1px 8px;
	background: transparent url("./images/mark_children.gif") left center no-repeat;
}





/*	FOOTER
-------------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 5px 0 0 0;
	color: #000;
	font-size: 90%;
	background-color: transparent;
	text-align: center;
}

#footer ul.footer-navi {
	margin: 0;
	padding: 0 0 0 239px;
}

#footer ul.footer-navi li {
	float: left;
	margin: 0;
	padding: 0 7px;
	border-left: 1px solid #404040;
	color: #404040;
	line-height: 1;
}

#footer ul.footer-navi li.okinawa-prefecture {
	border-left: none;
}

#footer ul.footer-navi li a,
#footer ul.footer-navi li a:visited {
	color: #404040;
	text-decoration: none;
}

#footer ul.footer-navi li a:hover {
	text-decoration: underline;
}

#footer p {
	clear: both;
	margin: 0;
	padding:3px 0 0 0;
	font-size: 90%;
}





/*	COMMENT TEMPLATE
-------------------------------------------------*/
#comments {
	margin: 0;
}

#comments h3#respond{
	color:#fff;
}

label{
	color:#fff;
}

h3#trackback,
#comments h4{
	color:#fff;
}

.comments-template{
	
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.comments-template h2,
.comments-template h3 {
	margin-bottom: 8px;
	color: #1992dd;
	font-size: 120%;
	font-weight: bold;
}

.comments-template h3#respond,
.comments-template h3#trackback {
	padding-top: 20px;
	border-bottom: 1px solid #457EDE;
	color: #457EDE;
	font-size: 110%;
	font-weight: bold;
}

.comments-template h4 {
	color: #000000;
	font-size: 100%;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}



#commentform p{
	color:#fff;
}





/*	CALENDAR
-------------------------------------------------*/
table#wp-calendar{
	background:#ccc;
	margin: 0 10px;
	width: 179px;
	text-transform: none;
	font-size:10px;
}

table#wp-calendar caption{
	margin: 0 10px;
	padding: 3px 0;
	background-color: #ccc;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
	color: #000;
}

table#wp-calendar td{
	padding: 1px;
	background: #ffffff;
	text-align: right;
	color: #000;
}

table#wp-calendar tfoot td{
	text-align: center;
}

#calendar .widgettitle{
	margin:30px 10px 0 6px;
	padding:2px 0 1px 0;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background:transparent url("./images/sidebar-title.gif") left top repeat-x;
}





/*	MISC
------------------------------------------------*/
strong.hissu {
	color: #cc3333;
}

#inquiryform fieldset {
	margin: 10px 0 0 20px;
	padding: 0;
	border: none;
}

#inquiryform legend {
	margin: 0 0 10px 0;
	padding: 0;
	background: transparent;
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}

#inquiryform dl {
	margin: 0;
	padding: 0;
}

#inquiryform dt {
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#inquiryform dt span {
	font-weight: normal;
}

#inquiryform dd {
	margin: 0 0 8px 0;
	padding: 0;
}

table.comtable {
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	empty-cells: show;
}

table.comtable th {
	padding: 5px;
	background: #ffffcc;
	border: 1px dotted #666666;
	font-weight: normal;
	text-align: left;
}

table.comtable td {
	padding: 5px;
	border: 1px dotted #666666;
	background: #ffffff;
}





/*	HACK
------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \ */
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from EI-mac */