@charset "utf-8";
/*
Theme Name: エアーエクスプレスウェブサイト
Theme URI: http://www.air-express.co.jp
Description: 電網雑技団制作のエアーエクスプレスウェブサイトデザイン
Version: 2.0
Author: 大久保暢＠電網雑技団
Author URI: http://www.zatsugidan.net/
Tags: 電網雑技団


*/
/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	NAVIGATION
	CONTENT
	SIDE BAR
	WIDGET
	FOOTER
	COMMENT TEMPLATE
	MISC
	HACK
*/

/*	BASE
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 15px;
	text-align: center; /* center align */
	line-height: 1.4;
}

#pageframe {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	background-color: #fff;
}

#page {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6{
	/*font-family: "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 15px;
	font-weight: normal;
}

/* text-indentを設定した画像置換リンクの枠線を消す（Firefox対策） */
/*\*/ a { overflow:hidden; }/**/

a, a:link{
	color: #000099;
	text-decoration: underline;
}

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

a:visited{
	color:#000099;
}

a:active{
	color:#CC0000;
}

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
-------------------------------------------------*/

h1 {
	float: left;
	font-size: 12px;
	color: #fff;
	/*margin: 4px 0 0 7px;*/
	padding: 4px 0 0 18px;
}

#header .link{
	float: right;
	margin: 4px 5px 0 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
}


.link a,
.link a:visited {
	color:#fff;
	text-decoration: underline;
}

.link a:hover {
	color: #ffff00;
	text-decoration: underline;
}

#header {
	width: 780px;
	height: 80px;
	margin: 0;
	padding: 0;
	background:transparent url("./images/header.gif") left center no-repeat;
}

#header h2 {
	display: block;
	width: 244px;
	float: left;
}

#header h2 a {
	display: block;
	width: 224px;
	height: 48px;
	margin: 0 0 0 10px;
	padding: 0;
	background: transparent url("./images/header.gif") left top no-repeat;
//	text-indent: -9999em;
}

#header img {
//	display: block;
	float: right;
	margin: 2px 6px 0 0;
	padding: 0;
}

.header_menu {
	margin: 1px 0 0 0;
	padding: 0;
	height: 40px;
	background: transparent url("./images/menu-bgmatt.gif") left top no-repeat;
}

.header_menu ul {
	margin: 0;
	padding: 0;
}

.header_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.header_menu ul li.menu_hotelpack a,
.header_menu ul li.menu_hotelpack a:visited {
	display: block;
	width: 157px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-hotelpack.gif") left top no-repeat;
	text-indent: -9999px;
}

.header_menu ul li.menu_hotelpack a:hover {
	background: transparent none left top no-repeat;
}

.header_menu ul li.menu_ticket a,
.header_menu ul li.menu_ticket a:visited {
	display: block;
	width: 156px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-ticket.gif") left top no-repeat;
	text-indent: -9999px;
}

.header_menu ul li.menu_ticket a:hover {
	background: transparent none left top no-repeat;
}

.header_menu ul li.menu_hotel a,
.header_menu ul li.menu_hotel a:visited {
	display: block;
	width: 156px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-hotel.gif") left top no-repeat;
	text-indent: -9999px;
}

.header_menu ul li.menu_hotel a:hover {
	background: transparent none left top no-repeat;
}

.header_menu ul li.menu_guide a,
.header_menu ul li.menu_guide a:visited {
	display: block;
	width: 156px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-guide.gif") left top no-repeat;
	text-indent: -9999px;
}

.header_menu ul li.menu_guide a:hover {
	background: transparent none left top no-repeat;
}

.header_menu ul li.menu_inquiry a,
.header_menu ul li.menu_inquiry a:visited {
	display: block;
	width: 155px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/btn-inquiry.gif") left top no-repeat;
	text-indent: -9999px;
}

.header_menu ul li.menu_inquiry a:hover {
	background: transparent none left top no-repeat;
}

h2.top_image {
	width: 760px;
	height: 210px;
	margin: 0 0 0 10px;
	padding: 0;
	background: transparent url("./images/top_image.jpg") left top no-repeat;
	text-indent: -9999px;
}


/*	NAVIGATION
-------------------------------------------------*/



/*	CONTENT
-------------------------------------------------*/
.container{
	width: 780px;
	margin: 0;
	padding: 13px 0 0 7px;
	background: #fff;
	text-align: left;
	color: #333;
	vertical-align: top;
}

.main{
	float: left;
	width: 600px;
	margin: 0;
	padding:0;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}

#categoryname h2{
	margin: 0 0 10px 0;
	padding: 3px 0 7px 45px;
	font-size:17px;
	font-weight:bold;
	background:transparent url("./images/post_header.gif") left top no-repeat;
	color: #fff;
}

#bread {
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: normal;
	color: #000;
}

#bread a,
#bread a:visited {
	color: #000099;
	text-decoration: underline;
}

#bread a:hover {
	color: #FEB71D;
	text-decoration: underline;
}

p.pagenavi {
	margin: 0;
	color: #000;
}

p.pagenavi a,
p.pagenavi a:visited {
	color: #000099;
}

p.pagenavi a:hover{
	color:#FEB71D;
}

.post,
.post_alt{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	text-align: left;
	vertical-align: top;
	background:transparent url("./images/post_bottom.gif") left bottom no-repeat;
}

.post .posth2,
.post_alt .posth2,
#commnets h3{
	margin: 0;
	padding: 5px 0 7px 36px;
	color: #fff;
	font-size:100%;
	font-weight: bold;
	background:transparent url("./images/post_header.gif") left top no-repeat;
}

h2.posth2 a,
h2.posth2 a:visited {
	color:#CC0000;
}

h2.posth2 a:hover{
	color:#FEB71D;
}

.entry{
	margin: 0;
	padding: 0;
	background:transparent none;
	border-bottom: 2px dotted #9a9a9a;
}

.entry p {
	margin:0 0 5px 0;
	padding: 0;
	color:#000;
}

.entry h1,
.entry h4,
.entry h5,
.entry h6{
	border: 0;
	margin:0 0 0 10px;
	padding: 0;
	color: #000;
	font-size:110%;
	font-weight:bold;
}


.entry h3 {
	border-bottom: 1px solid #9a9a9a;
	margin: 20px 0;
	padding: 3px 0 3px 30px;
	font-size: 100%;
	font-weight: bold;
	background: transparent url("./images/h3-marker.gif") 5px 5px no-repeat;
	clear: both;
}

.entry a{
	color:#000099;
}

.entry a:hover{
	color:#FEB71D;
}

div.cft {
	margin-top: 10px;
	font-size: 80%;
}

.cft table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	clear: both;
}

.cft table th {
	background-color: #ffce99;
	border: 1px solid #9a9a9a;
	padding: 0.5em;
	white-space: nowrap;
}

.cft table td {
	border: 1px solid #9a9a9a;
	margin: 0px;
	padding: 1em 0.5em;
	text-align: center;
}

.cft table .bg-gray {
	background-color: #cccccc;
	border: 1px solid #9a9a9a;
	text-align: center;
	font-weight: bold;
}

div.hotel {
	margin-top: 10px;
	font-size: 80%;
}

.hotel table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	clear: both;
}

.hotel table th,
.hotel table td {
	border: 1px solid #9a9a9a;
	padding: 0;
}

.hotel table td.point {
	width:306px;
	max-width: 306px;
	height:250px;
	vertical-align: top;
	padding: 1em;
	background: transparent url("./images/bg-hotel-point.gif") left top no-repeat;
}

.hotel table.base th,
.hotel table.base td {
	border: none;
	padding: 0.5em 0;
}

.hotel table.base th,
.hotel table.base td {
	border-bottom: 2px dotted #9a9a9a;
}

.hotel table.facilities {
	border-collapse: separate;
	border-spacing: 3px 10px;
}

.hotel table.facilities th {
	width: 98px;
	padding: 3px 5px;
	background-color: #eeeeee;
}

.hotel table.facilities td {
	width: 28px;
	padding:0;
	text-align: center;
	vertical-align: middle;
}

.hotel div.memo {
	clear:both;
	border: 1px solid #9a9a9a;
	margin:5px;
	padding: 1em;
}

/*category*/

p.ticket-navi {
	text-align:center;
	margin: 1em ;
}

h2.ticketh2 {
	background: transparent url('./images/ticket-header.gif') left top no-repeat;
	margin: 10px 0;
	padding: 3px 0 7px 45px;
	font-size:17px;
	font-weight:bold;
	color: #fff;
}

h2#hotelh2 {
	background: transparent url('./images/hotel-header.gif') left top no-repeat;
	margin: 10px 0;
	padding: 3px 0 7px 45px;
	font-size:17px;
	font-weight:bold;
	color: #fff;
}

h2#hotelpackh2 {
	background: transparent url('./images/hotelpack-header.gif') left top no-repeat;
	margin: 10px 0;
	padding: 3px 0 7px 45px;
	text-indent: -9999px;
}

h2.t-posth2 {
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	font-size:20px;
	font-weight:bold;
	color: #000;
	vertical-align: middle;
}


table.ticket-table {
	width: 100%;
}

table.ticket-table th {
	background: transparent url('./images/info-list-mark.gif') 20px 10px no-repeat;
	border-bottom: 2px dotted #9a9a9a;
	padding: 5px 0 5px 30px;
	white-space: nowrap;
	color: #306;
	width: 160px;
}

table.ticket-table td {
	font-size:14px;
	border-bottom: 2px dotted #9a9a9a;
	padding: 5px 15px 5px 5px;

}

div.hotellist {
	float:left;
	padding: 0;
	margin: 3px 5px 5px 5px;
}

.entry .hotellist table {
	width: 150px;
}

.entry .hotellist table td {
	vertical-align: top;
}

.entry .hotellist table td.bg-hotelpack {
	background: transparent url('./images/bg-hotelpack.gif') left top no-repeat;
	padding: 17px 0 ;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: smaller;
}

.contactbanner {
	text-align: center;
	border-bottom: 2px dotted #9a9a9a;
	line-height: 10px;
	padding: 10px 0;
}

.attention {
	border: 1px solid #9a9a9a;
	font-size: smaller;
	background-color: #ffffee;
	padding: 1em;
}

ul.backlink {
	margin: 0;
	float:right;
}

ul.backlink li {
	padding: 0 0 0 50px;
	background: transparent url("./images/info-list-mark.gif") left 5px no-repeat;

}


/* トップページ */

.campbanner {
	width: 600px;
	margin: 5px 0 0 0;
	padding: 0px;
}

.hotelpack {
	margin: 14px 0px;
	padding: 0px;
}

.hotelinfo {
	float: left;
	margin: 0px;
	padding: 0px;
}

.ticketinfo {
	float: right;
	margin: 0px;
	padding: 0px;
}

.new-info {
	clear: both;
	padding: 10px 0;
	border-bottom: 2px dotted #666666;
}

.new-info h2.new-info-h2 {
	background: transparent url("./images/bg-new-info-h2.gif") left top no-repeat;
	height: 30px;
	text-indent: -9999px;
}

.new-info-list ul {
	margin: 10px 0 0 15px;
}

.new-info-list ul li {
	padding: 0 0 0 20px;
	background: transparent url("./images/info-list-mark.gif") left 5px no-repeat;

}

.new-info-list ul li a {
	padding-left: 10px;
}


.toppickup_post .toppickup_posth2 {
	margin: 0;
	padding: 16px 0 6px 33px;
	color: #000;
	font-size:12px;
	font-weight: bold;
}

.toppickup_entry {
	margin: 0;
	padding: 10px 10px 10px 15px;
}

table.top_pickup {
	float: left;
	width: 118px !important;
	width: 120px;
	margin: 5px 0 0 0;
	padding: 0;
}


table.top_pickup tr th {
	text-align: center;
	font-weight: bold;
}

table#company_info {
	margin: -15px 0 5px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-spacing: 0;
	empty-cells: show;
}

table#company_info th {
	padding: 3px 5px;
	background: #FFF2D9;
	border: 1px solid #666666;
	font-weight: normal;
	text-align: center;
}

table#company_info td {
	padding: 3px 5px;
	border: 1px solid #666666;
	background: #fff;
}

/*サイトマップページ*/
ul#site-map {
	margin: 0 0 0 0;
	padding: 0;
	color: #1F7003;	
}

ul#site-map li{
	margin: 0 0 0 40px;
	padding: 0;
	line-height: 2;
	list-style-type: disc;
}

ul#site-map li a{
	color: #CC0000;
}

ul#site-map li a:hover{
	color: #FEB71D;
}

/*グーグルマップ*/
#google_map {
	padding: 0 0 0 20px;
}


/* entry ul, ol, li indent setting
------------------------------------------- */
.entry ul , .entry ol {
	margin: 0em 0em 0em 2em;
	padding: 0em;
}
.entry ul {
	list-style-type: square;
}
.entry ul li {
	margin: 0em;
	padding: 0em;
	list-style-type: disc;
	color:#000;
}
.entry ol li {
	margin: 0em;
	padding: 0em;
	list-style-position: inside;
	color:#000;
}

.entry li ul,
.entry li ol {
	margin: 0em;
	padding: 0em;
}


ul.backlink {
	margin: 0;
	float:right;
}

ul.backlink li {
	padding: 0 0 0 15px;
	list-style: none;
	background: transparent url("./images/info-list-mark.gif") left 5px no-repeat;

}


/* img setting
------------------------------------------- */
/*
.post .entry img,
.post_alt .entry img {
	margin: 5px;
	margin: 5px 3px 2px 4px;
	background-color: #fff;
	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: 0;
	padding: 0;
	clear:both;
	font-size:12px;
	text-align: left;
}

p.postmetadatas {
	margin: 10px 0 0 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;
}

div.hotel table td img {
	border: 0 none #fff;
	margin: 0;
	padding: 0;
}


div.hotel table.facilities td img {
	border: 0 none #fff;
	margin: 0;
	padding: 0;
}

/* tabel setting
------------------------------------------- */
table {
	/*margin: -20px 0 0 0;*/
	margin: 0;
	padding: 0;
}

table tr th{
	color: #333;
}

table tr td{
	color:#333;
}



/*	SIDE BAR
-------------------------------------------------*/
#sidebar{
	float: right;
	width: 170px;
	margin: 5px 0 10px 0 !important; /* sidebar margin solution */
	margin: 5px 0 10px 0; /* IE6 sidebar margin-top solution */
	padding: 0;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	font-size: 12px;
}

#sidebar ul.eigyosyo {
	margin: 3px 10px;
	float:right;
}

#sidebar ul.eigyosyo li {
	padding: 3px 0 0 20px;
	background: transparent url("./images/info-list-mark.gif") left 5px no-repeat;

}

/* side category widget(none use) */
#categories {
	margin: 0;
	padding:0;
	color: #000;
}

#categories ul{
	margin:0 ;
	padding: 0;
}

#categories h2.widgettitle {
	margin:15px 0 0 0;
	padding:0;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

#categories li{
	margin:0 0 0 5px;
	padding:1px 5px 1px 8px;
	background: transparent url("./images/mark_children.gif") left center no-repeat;
}

#categories a,
#categories a:visited {
	font-size:12px;
	margin: 0;
	padding:0;
	color: #CC0000;
	text-decoration: underline;
}

#categories a:hover {
	color: #FEB71D;
}

#categories ul.children {
	margin:0;
	padding:0;
}

#categories li.children {
	margin:0;
	padding:0;
}

#categories .children a,
#categories .children a:visited {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size:13px;
	color: #CC0000;
}

#categories .children a:hover {
	color: #FEB71D;
}

/* side_banner */
.inquire {
	margin: 0 0 15px 0;
	padding: 0;
	text-align:center;
}

.inquire h3 {
	height: 46px;
	background: transparent url("./images/contact-us-sideh.gif") left top no-repeat;
	text-indent: -99999px;
}

.inquire p {
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	font-size: 12px;
}

.inquire img {
	margin: 5px auto 5px auto;
	padding: 0;
	vertical-align: bottom;
}


#sidebar div.d-sidebar-w {
	clear: both;
	padding: 3px;
	background: transparent url("./images/bg-sidebar-widget.gif") left top repeat-y;
}

#sidebar div.d-sidebar-w ul li {
	padding: 0 0 5px 0;
	background: transparent url("./images/widget_bottom.gif") left bottom no-repeat;
}



/*	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 0 10px 0;
	padding: 0 0 5px 0;
	background: transparent url("./images/widget_bottom.gif") left bottom no-repeat;
}

#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: 15px 0 6px 0;
	color: #000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: transparent url("./images/widget_header.gif") left top no-repeat;
}

#sidebar h2.widgettitle {
	margin: 0;
	padding: 9px 0 5px 10px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	vertical-align: bottom;
	background: transparent url("./images/widget_header.gif") left top no-repeat;
}

.textwidget {
	margin: 0;
	padding: 0 0 5px 5px;
	color: #000;
	font-size: 12px;
	background: transparent url("./images/widget_middle.gif") left top repeat-y;
}

#sidebar .d-sidebar-w ul li div.textwidget ul.info-list {
	margin: 0 0 0 15px;
}

#sidebar .d-sidebar-w ul li div.textwidget ul.info-list li {
	padding: 2px 0 2px 15px;
	background: transparent url("./images/info-list-mark.gif") left 5px no-repeat;
}

.textwidget table {
	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 {
	font-size: 12px;
}

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;
	padding: 0;
	background: transparent url("./images/mark_children.gif") left center no-repeat;
}

li#recent-posts ul li a,
li#recent-comments ul li a,
li#archives ul li a,
li#pages ul li a,
li#meta ul li a,
li#rss-1 ul li a,
li#search div li a,
#sidebar li.linkcat ul li a {
	color: #CC0000;
	text-decoration: underline;
}

li#recent-posts ul li a:hover,
li#recent-comments ul li a:hover,
li#archives ul li a:hover,
li#pages ul li a:hover,
li#meta ul li a:hover,
li#rss-1 ul li a:hover,
li#search div li a:hover,
#sidebar li.linkcat ul li a:hover {
	color:#FEB71D;
	text-decoration: underline;
}

/*textwidget中のリンク*/
.textwidget a,
.textwidget a:visited {
	color: #0000cc;
}

.textwidget a:hover {
	color: #FEB71D;
}

/* weather_report */
.weather_report {
	margin: 3px 0 0 5px;
	padding: 0;
}




/*	FOOTER
-------------------------------------------------*/
/*footer*/
#footer {
	height:85px;
	margin:30px auto 0 auto;
	padding: 20px 0 0 0;
	color: #000;
	font-size: 90%;
	clear: both;
	background: transparent url("./images/footer.gif") left top no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}


#footer p.footer-navi {
	clear: both;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}

#footer p.footer-navi a,
#footer p.footer-navi a:visited {
	margin: 0 5px;
	color: #fff;
	text-decoration: none;
}

#footer p.footer-navi a:hover {
	color: #ffff00;
	text-decoration: underline;
}


#footer p.copyright {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;	
}

#footer a,
#footer a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #CC0000;
}

#footer strong {
	color: #000;
}


/*	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 0 10px 6px;
	width: 91%;
	text-transform: none;
	font-size:10px;
}

table#wp-calendar caption{
	padding: 3px 0;
	background-color: #ccc;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 6px;
}

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") 0 0 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 */