/*
Theme Name: Desk Mess Mirrored
Theme URI: http://buynowshop.com/themes/desk-mess-mirrored/
Description: Marble desktop covered with a mix of old and new items, such as some vintage papers, a stainless steel pen, and, a hot cup of coffee! <em>Now with threaded comments and sticky posts!</em> <strong>Please read the included changelog.txt file for the details of the latest changes and important notices.</strong> The child theme Multi, currently included, will not be included in versions after 1.4.5 but will be available for download at http://buynowshop.com/themes/desk-mess-mirrored/
Version: 1.4.5
Author: Edward Caissie
Author URL: http://edwardcaissie.com/
Tags: brown, orange, silver, tan, light, two-columns, right-sidebar, fixed-width, threaded-comments, sticky-post

**
* Theme Changelog: see changelog.txt
*
* The CSS, XHTML and design is released under GPL:
* http://www.opensource.org/licenses/gpl-license.php
** 

*/

/* = GLOBAL = */
* {margin:0;padding:0;}

body {
	margin: 0;
	padding: 0;
	background:#848484 url(images/marble-bg.png) repeat top left;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #635537;
}

a:link, a:visited {
	color: #000;
/*
	color: #d21600;
*/
	text-decoration: none;
}
a:hover {
	color: #d21600;
	text-decoration: underline;
}
a:focus, a:active {
	color: #d21600;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-size:25px;
	padding-bottom:2px;
}
h2 {
	font-size:20px;
	padding-bottom:11px;
	padding-top:15px;
}
h3 {
	font-size:17px;
	padding-bottom:10px;
	padding-top:14px;
}
h4 {
	font-size:15px;
	padding-bottom:10px;
	padding-top:12px;
}
h5 {
	font-size:13px;
	padding-bottom:10px;
	padding-top:11px;
}
h6 {
	font-size:11px;
	padding-bottom:10px;
	padding-top:10px;
}

.hr, .desk-mess-mirrored {
  border: none;
  background: none;
  background-image: url(images/hr-img.png);
  height: 40px;
  width:560px;
  margin:0 auto;
}

.aligncenter {text-align: center;}

sup {font-size: 75%;}
sub {font-size: 75%;}

/* === HEADER === */
#header-container {
	width: 990px;
	margin: auto;
	padding: 0;
}
#header{
	position:relative;
	height:295px;
}

#header a:link,
#header a:visited,
#header a:hover,
#header a:focus,
#header a:active {
	text-decoration: none;
	color: #000;
/*
	color: inherit;
*/
}

#headerleft {
	margin-left: -195px;
	margin-top: -195px;
	float: left;
	background: url(images/left-pile.png) no-repeat;
	width: 640px;
	height: 463px;
	position: relative;
	z-index: 100;
}

#logo {
	margin-left: -93px;
	float:left;
	background:url(images/logo-bg.png) no-repeat;
	width:360px;
	height:227px;
	position: relative;
	top: -10px;
}

#logo h1{
	font-family:"Copperplate Gothic Bold", Arial, sans-serif;
	font-size: 16px;
	color: #000;
/*
	color:#e95f00;
*/
	margin-left:50px;
	text-align:center;
	max-width:310px;
	max-height:75px;
}
#logo h2{
	font-family:"Copperplate Gothic Bold", Arial, sans-serif;
	font-size:30px;
	color: #000;
/*
	color:#d21600;
*/
	text-align:center;
	margin:50px 0 0 50px;
	min-width:280px;
}

#logo p{ /* Tagline */
	font-size: 18px;
	color: #000;
/*
	color:#e95f00;
*/
	margin-left:50px;
	text-align:center;
	max-width:310px;
	max-height:75px;
}

#cup {
	margin-right: -135px;
	margin-top: -100px;
	position: relative;
	float: right;
	background:url(images/cup3m.png) no-repeat;
	height: 395px;
	width: 400px;
}

/* === MENU === */

#menu {
	height:55px;
	left:20px;
	margin:0;
	padding:0;
	position:absolute;
	text-transform:uppercase;
	top:248px;
}

#menu, #menu ul {
	line-height:3.5;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu a, #menu a:hover {
	border:none;
	display:block;
	text-decoration:none;
}

#menu li {
	background:transparent url(images/menu_button.png) repeat scroll 0 0;
	float:left;
	height:61px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	min-width:99px;
	position: relative;
	white-space: nowrap;
}

#menu a:link,
#menu a, #menu a:visited {
	color:#84500e;
	display:block;
	font-weight:bold;
	padding:10px 12px;
}
#menu a:hover, #menu a:active {
	color:#D21600;
	text-decoration:none;
}

/* === MAIN AREA == */
.clear {
	position: relative;
	clear: both;
	height: 5px;
}
#wrapper {
	margin: 0 auto;
	width: 977px;
	background-image: url(images/main-page-middle.png);
	background-repeat: repeat-y;
	position: relative;
}
#mainwrap{
	width:990px;
	margin:0 auto;
}

#maintop {
	margin: 0 auto;
	position: static;
	width: 977px;
	background:url(images/main-page-top.png);
	height:60px;
/*
	height:113px;
*/
}

#content {
	clear: both;
	width: 940px; /* reduced from 950px - corrects IE6 horizontal scroll */
	margin: 0 0 0 45px;
}

/* === MAIN BLOG === */

#main-blog {
	float:left;
	width:580px;
	padding:15px 10px 10px 10px;
}
#main-blog h1 {
	font-size:22px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:2px;
}
#main-blog h1 a, #main-blog h1 a:visited, #main-blog h1 a:active{
	color:#4a4131;
	text-decoration:none;
	border-bottom:1px solid #b2b0a4;
}
#main-blog h1 a:hover{
	color:#d21600;
	text-decoration:none;
	border-bottom:1px solid #d21600;
}

div#main-blog ul li.page_item, div#main-blog div#contact-us ul li {
	list-style: disc inside none;
	padding-left: 10px;
}

.page ol {
  list-style-image:none;
  list-style-position:inside;
  padding-left:10px;
}

div #main-blog .page ul {
  list-style-image:none;
  list-style-position:inside;
  padding-left:10px;
}

div #main-blog .page li {padding-left: 10px;}

.postdata {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #4a4131;
}
.post {margin-bottom:60px;}

.post p {
	margin:0;
	padding:0 0 10px;
}

.post ul {
	margin-left:35px;
	margin-bottom:15px;
}

.post ol {
	margin-left:35px;
	margin-bottom:15px;
}

.post dl {
	margin-left:5px;
	margin-bottom:10px;
	border-right: 1px inset;
	border-bottom: 1px inset;
}
.post dl dt {font-weight: bold;}
.post dl dd {margin-left:10px;}

.sticky {
	border: medium double Black;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	padding: 5px;
}

#author_link{
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
}

#author { /* add additional styling to the author's taste */
	font-style: italic;
	font-size: 14px;
	padding: 5px;
	/* width: 570px; */
	text-align: left;
}

#author ul {
	list-style-image:none;
	list-style-type:none;
}

.post-comments {
	float: right;
	width: 63px;
	height: 61px;
	padding:18px 0 0 20px;
	font-size:18px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight:normal;
	margin:-7px 20px 0 0;
	background: url(images/commentbck.png) no-repeat;
}

.post-comments a:link, .post-comments a:visited, .post-comments a:active{
	color:#000;
/*
	color:#4a4131;
*/
	text-decoration:none;
}
.post-comments a:hover {
	color:#d21600;
/*
	text-decoration:none;
*/
}

.post-social {
	float: right;
	width: 78px;
	height: 74px;
	margin:-22px 30px 0 0;
	background: url(images/socialbck.png) no-repeat;
}

.rss {
	background: url(images/rssicon.png) no-repeat 0 50%;
	padding-left:20px;
	padding-top:1px;
}

blockquote {
	clear: both;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(images/quotes.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #606060;
}

blockquote cite {
	padding-left: 10px;
	font-weight: bold;
}

pre { /* Use for "Code" text styling */
	margin: 0px;
	padding: 5px;
	background-image: url(images/pre-bg.png);	
	border: 1px inset;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	overflow: auto;
	
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

pre code {background-image: url(images/pre-bg.png);}


/* Gallery */
dl.gallery-item{margin: 0;}

/* === SIDEBAR == */
/* Organized by general layout of sidebar template */

#sidebar {
	width:305px;
	position:relative;
	float:left;
	margin:-20px 0 0 -8px;
}

#sidebar-top {
	background: url(images/sidebartop1.png) no-repeat;
	height: 90px;
	min-height: 90px;
}

#sidebar-content {
	background: url(images/sidebarmid1.png) repeat-y;
	padding:9px 30px 30px 30px;
}

#subcolumn{width:255px;}

#subcolumn ul {
	list-style-image:none;
	list-style-type:none;
}

#search{
	width:252px;
	height:125px;
	background:url(images/searchbck.png) no-repeat;
	margin-left:4px;
}

.form-input {
	margin: 65px 10px 10px 37px;
	width: 173px;
	padding: 2px 2px;
	background: #faf6f6;
	border: 1px solid #e3dccb;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.form-input:focus {
	background:#f2f0f0;
	border: 1px solid #b5b4b2;
}

.search-submit {
	margin:0 0 0 84px;
	width: 85px;
	background: #faf6f6;
	border: 1px solid #e3dccb;
	color: #666;
	font-size:.85em;
}

#calendar_wrap{margin-left:55px;}

.widget {
	width:252px;
	margin-left:4px;
	background:url(images/widgetbck.png) repeat-y;
	border-bottom:1px solid #e3dccb;
	margin-bottom:20px;
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
}

.widget p {padding-left:5px;}

.widget h2,
.widget h5 {
	height:40px;
	width:252px;
	background:url(images/widgeth2.png) no-repeat;
	text-align:center;
	padding:22px 0 0 0;
	font-size:20px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight:normal;
	line-height:normal;
	color:#4a4131;
	margin:0;
}

.widget ul {
	margin:0 0 15px 0;
	padding:5px 0;
	border:none ;
	list-style:none;
}

.widget ol {
	margin:0 0 15px 0;
	padding:5px 0;
	border:none ;
	list-style:none;
}

.widget li {list-style-image:none;}

.widget ul li {
	padding:5px 15px 10px 15px;
	margin:0px;
	background: url(images/listseparator.png) no-repeat 25% 100%;
}

.widget ol li {
	padding:5px 15px 10px 15px;
	margin:0px;
	background: url(images/listseparator.png) no-repeat 25% 100%;
}

.widget ul li a{
	color:#000;
/*
	color: #d21600;
*/
	text-decoration:none;
}

.widget ol li a{
	color:#000;
/*
	color: #d21600;
*/
	text-decoration:none;
}

.widget ul li a:hover{
	color: #d21600;
/*
	color: #635537;
	text-decoration:none;
*/
	text-decoration: underline;
}

.widget ol li a:hover{
	color: #d21600;
/*
	color: #635537;
	text-decoration:none;
*/
	text-decoration: underline;
}

.textwidget{padding:0 8px 0 8px;}

.widget #wp-calendar {
	empty-cells:show;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:200px;
}

.widget table#wp-calendar {margin: 0 auto;}
.widget #calendar_wrap{margin: 0 auto;}

#sidebar-bottom {
	background: url(images/sidebarbottom1.png) no-repeat;
	height: 37px;
	min-height: 37px;
	text-align:right;
	margin-left:-1px;
}

/* --- IMAGES --- */

p img {
	padding: 0;
	max-width: 100%;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.alignright, img.right {
	margin: 0 0 13px 13px;
	display: inline;
}

img.alignleft, img.left {
	margin: 0 13px 13px 0;
	display: inline;
}

.alignleft, .left {float: left}
.alignright, .right {float: right;}

.wp-caption {
	border: 1px solid #59350b;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.aligncenter {margin: 10px auto;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* == FOOTER == */
#bottom{
	background:url(images/footer.png) no-repeat;
	height:100px;
}

#bottom p{
	clear:both;
	text-align:center;
	padding-top:100px;
}

#bottom-extended {
	background-image: url(images/main-page-middle.png);
	background-repeat: repeat-y;
	position: relative;
	margin: 0 auto;
	left: -2px;
	text-align: center;
	width: 977px;
}

#bottom-container {
  left: 25px;
  position: relative;
  width: 910px;
}

/* == COMMENTS (Threaded) == */
#comments-main {margin-top: 10px;}

#comments-main div#respond p.not-logged-in {
  position: relative;
  left: 180px;
  top: -25px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

ul#singlecomments.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul#singlecomments.commentlist li {
	margin-top: 0;
	padding-top: 10px;
	padding-left: 10px;
}

ul.children {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.comment-body {padding-right: 10px;}

.avatar {
	display: inline;
	float:left;
	margin:0 10px 10px 0;
}

.comment-meta, commentmetadata {
	font-size: 75%;
	padding-top: 2px;
}

#commentform {
	padding-top: 30px;
	font: 110% Arial, Helvetica, sans-serif;  
}
#commentform p {
	margin: 2px;
 	padding: 6px 0px;
}
#commentform input{
	width: 200px;
	background: #fff;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
}
#commentform textarea{
	background: #fff;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
	overflow-x: hidden;
	overflow-y: auto;
}
#commentform #submit {cursor:pointer;}

a#cancel-comment-reply-link {
  position: relative;
  left: 30px;
  top: 30px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.odd, comment-text-1 {
	margin-top: 1px;
	background: #f2f2f2;
	border: 1px solid #b2b0a4;
}

.even, comment-text-2 {
	margin-top: 1px;
	background: #ffffff;
	border: 1px solid #b2b0a4;
}

.administrator, .user-id-1 {
	margin-top: 1px;
	background:#e5dfcf url(images/bns-author.png);
	border: 1px solid #7e7d75;
}

.jellybeen, .user-id-2 {
	margin-top: 1px;
	background:#e5dfcf url(images/jb-author.png) center; /* Rainbow */
	border: 1px solid #7e7d75;
}

.reply {
	padding-bottom: 5px;
	font-size: 85%;
}

a.comment-reply-link {
  font-size: 12px;
  font-weight: bold;
}

.comment-author {
	font-size: 120%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #2b2d2f;
}

.comment-author a:link,
.comment-author a:visited,
.comment-author a:active {
	color: #000;
/*
	color: #d21600;
*/
	border-bottom: 1px solid #d21600 ;
	text-decoration: none;
}

.comment-author a:hover {
	color: #d21600;
/*
	color: #635537;
*/
	border-bottom:1px solid #b2b0a4;
	text-decoration: none;
}

.comment-date {
	margin-left:2px;
	margin-top:3px;
	font-size: .75em;
	color: #888;
}

code {
	margin: 0px;
	background-color: Silver;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	overflow: auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#comments{
	background:url(images/comment-h3.png) no-repeat;
	margin-bottom:10px;
	color:#271b03;
	padding:30px 0 0 30px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width: 175px;
	height: 88px;	
}

#respond {
	background:url(images/comment-h3.png) no-repeat;
	color:#271b03;
	clear: both;
	margin-top:35px;	
}

#respond h3 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:30px 0 0 25px;	
}

/* === Forms === */

fieldset {
	padding: 15px;
	border: 1px solid #b2b0a4;
	width:550px;
}

legend {
	font-size: 1.1em;
	font-weight: normal;
	color: #635537;
}

label {
	padding-top: 4px;
	color: #635537;
	font-weight: normal;
	line-height: normal;
}

input, textarea {
	border: 1px solid #b2b0a4;
	padding: 2px 1px;
}

  input#s.form-input { text-align: center; }

	#main-blog input#s.form-input { margin: 0 auto; }
	#main-blog .search-submit {
		padding: 2px;
		margin: 1px 0 0 0;
		font-family: Arial,Helvetica,sans-serif;
		font-size:0.8em;
	}

input:focus, textarea:focus {
	border: 1px solid #000;
	padding: 2px 1px;
}

textarea {
	width: 98%;
	min-height: 84px;
}

/* === Calendar === */

#wp-calendar {
	empty-cells:show;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:200px;
}

/* Miscellaneous Plugin Styles */
/* dTree plugin */
#dtreec {padding: 0 0 0 20px;}
#dtreea {padding: 0 0 0 20px;}
/* Hide WP-Stats plugin smiley at bottom of screen */
img#wpstats{display:none;}
/* Akisment alignment */
#akismetstats {margin: 0 auto;}

/* ---- BNS Plugins ---- */
/* bns-login plugin */
.bns-login {text-align: center;font-style: italic;}
#bns-logged-in {font-weight: bold;}
#bns-logged-out {font-weight: lighter;}
/* bns-featured-category */
.widget .post {margin-bottom: 10px;}
/* bns-featured-tag */
.widget .post {margin-bottom: 10px;}
/* ---- BNS Plugins ---- */

/* ---- main contents ---- */
#main_contents {
	
}
#main_contents h2 {
	background: #fff url(images/h-h2.png) no-repeat left top;
	border: 1px outset rgb(244,244,240);
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
}
#main_contents h3 {
	margin: 10px 0;
	padding: 0 10px;
	border-width: 0px 0px 1px 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: rgb( 172, 129, 74 );
	line-height: 150%;
}
#main_contents h4 {
	margin-left: 0px;
	padding: 0 10px;
	border-width: 0px 0px 1px 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #5c74b0;
	line-height: 150%;
	font-size: 17px;
	margin: 10px 0;
}
#main_contents h5 {
	margin-left: 0px;
	color: #000;
	padding: 0 10px;
	border-width: 0px 0px 1px 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #f1979c;
	line-height: 150%;
	font-size: 14px;
	margin: 10px 0;
}
#main_contents p {
	margin: 10px 0;
	padding-right: 10px;
	padding-left: 20px;
}
#main_contents .sub_contents {
	padding: 0px;
}
#main_contents ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
}
#main_contents table.pflow {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 0;
}
#main_contents table.pflow td {
	margin-bottom: 15px;
}
#main_contents table.pflow td.img02 {
	width: 160px;
}
#main_contents table.pflow td.img02 img {
	border: 1px solid rgb( 184, 184, 180 );
}
#main_contents table.pflow td h3 {
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0;
}
#main_contents .attentionTable {
	width: 82%;
	margin: 0px auto 20px;
	background-color: rgb( 244, 244, 240 );
	border: 4px solid #808080;
	font-size: 14px;
	padding: 0 15px;
}
#main_contents table {
	width: 100%;
	margin: 10px auto 15px;
	padding: 0px;
	border-collapse: collapse;
}
#main_contents td.cellTtl01 {
	padding: 0 5px;
	border-collapse: collapse;
	background-color: rgb( 244, 244, 240 );
	border: 1px solid #808080;
}
#main_contents td.cellTxt01 {
	padding: 0 5px;
	border: 1px solid #808080;
	background-color: rgb( 255, 255, 255 );
}
#main_contents td.cellImg01 {
	width: 160px;
	border-collapse: collapse;
}
#main_contents table.tlsmp {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	background-color: #EFEFE9;
}
#main_contents table.tlsmp td.tlttl {
	font-weight: bold;
	background-color: #dddddd;
}
#main_contents table.tlsmp td.tlimg {
	background-color: #DFDFD2;
	height: 140px;
}
#main_contents table.tlsmp td.lyimg {
	background-color: #DFDFD2;
	height: 200px;
}
#main_contents table.tlsmp td.tltxt {
	text-align: left;
	padding: 0 15px;
}
#main_contents table.tlsmp td.tlspc {
	height: 30px;
}
#main_contents table.col01 ul {
	width: 100%;
	border-collapse: collapse;
}
#main_contents table.tbinq {
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 0;
}
#main_contents table.tbinq td.itttl {
	width: 200px;
	background-color: rgb(244,244,240);
	padding: 7px 5px;
	border: 1px solid rgb(214,215,203);
}
#main_contents table.tbinq td.ittxt {
	background-color: rgb(244,244,240);
	border: 1px solid rgb(214,215,203);
	padding: 5px;
}
#main_contents input.hissu,
#main_contents select.hissu,
#main_contents textarea.hissu {
	background-color: rgb(255,240,240);
}

li.detail {
	text-align: right;
	font-weight: bold;
	background: url(images/menu_button.png) no-repeat right bottom;
	height: 24px;
	overflow: visible;
	padding-top: 5px;
}

.ideaTxt {
	padding: 5px;
	background: url(../../../img/ideology2.jpg) no-repeat;
	border: 1px solid #808080;
}
.google_map {
	width: 450px;
	height: 300px;
	margin: 0 auto 15px;
	border: 1px solid #808080;
}
.border1 {
	border: 1px solid #808080;
}
.red {
	color: #ff0000;
}
.red_bold {
	color: #ff0000;
	font-weight: bold;
}
.sozaiTbl {
	border-collapse: separate;
	border-spacing: 10px;
}
.sozaiTbl td {
	text-align: center;
	vertical-align: middle;
	width: 25%;
	height: 150px;
}

/*	free download	*/

#main_contents table.dlTable {
	font-size: 12px;
	margin: 0 auto;
	border-collapse: collapse;
}

#main_contents table.dlTable tr.dtHead {
}

#main_contents table.dlTable td.dtCellTtl {
	width: 120px;
	background-color: #ddffff;
	padding-left: 10px;
}
#main_contents table.dlTable td.dtCellTtl h4 {
	margin-left: 0px;
	padding-left: 15px;
	border-left: 13px solid #808080;
	border-bottom: none;
	line-height: 100%;
}

.dlTable .dtCellWin {
	width: 200px;
	background-color: #ddffff;
}

.dlTable .dtCellVer {
	width: 100px;
	text-align: center;
	background-color: #ddffff;
}

.dlTable .dtCellExp {
	width: 480px;
	padding: 10px 20px;
}

.dlTable .dtCellDwn {
	width: 150px;
	text-align: center;
	background-color: #ddffff;
}
.dlTable .dtCellDwn img {
	border: 0;
}

.dlTable .dtCellSpr {
	height: 20px;
}
/*	free download	*/

#main_contents table.linksTable {
	margin: 0 0 0 10px;
	border-collapse: collapse;
}

#main_contents table.linksTable td.ltbodyuw {
	padding: 7px;
	border-bottom: 1px solid #a0a0a0;
}

#main_contents table.linksTable td.ltbodyuw p {
	color: #000;
	margin: auto;
	padding: 0;
}

.page #main_contents .sitemap ul {
	list-style-image: url(../../../img/bullet001.gif);
	list-style-position: inside;
	padding-left: 20px;
	margin: 0;
}
.page #main_contents .sitemap ul li {
	line-height: 1.3em;
}
.page #main_contents .sitemap ul ul {
	list-style-image: url(../../../img/bullet002.gif);
}
.page #main_contents .sitemap ul ul li {
}
.page #main_contents .sitemap ul ul ul {
	list-style-image: url(../../../img/bullet003.gif);
}
.page #main_contents .sitemap ul ul ul ul {
	list-style-image: url(../../../img/bullet004.gif);
}
.page #main_contents .sitemap ul ul ul ul ul {
	list-style-image: url(../../../img/bullet005.gif);
}

#footer {
	padding: 10px 0px;
	border-left: 0;
}
#footer .footerNavi {
	padding-top: 0px;
	font-size: 11px;
}
#footer .footerNavi li {
	margin: 3px 0;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer a:hover {
	text-decoration: underline;
}

#footer li {
	list-style-type: none;
	margin: 3px 3px;
	display: inline;
}
#footer img {
	margin-top: 10px;
}
#footer p {
	margin: 0;
	padding: 0px 0;
	font-weight: bold;
}
#footer .sml {
	font-weight: normal;
	font-size: 7px;
	color: rgb( 240, 234, 220 );
}
#footer .sml p {
	line-height: 1em;
}
#footer .sml a:link {
	color: rgb( 240, 234, 220 );
}

.campaign01 {
	position: relative;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 20px;
}
.campaign01 .spvalue01 {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 20px;
	text-align: left;
	width: 560px;
}
.spouting01 {
	position: absolute;
	width: 236px;
	height: 102px;
	top: -24px;
	left: 350px;
}
.campaign01 .spvalue02 {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 10px 0;
}
.tcenter {
	text-align: center;
}
.fs_16 {
	font-size: 16px;
	line-height: 1em;
}
.fs_16b {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
}
.fs_24 {
	font-size: 24px;
	line-height: 1em;
}
.fs_24b {
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
}
.fs_32 {
	font-size: 32px;
	line-height: 1em;
}
.fs_32b {
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
}
.fs_48 {
	font-size: 48px;
	line-height: 1em;
}
.fs_48b {
	font-size: 48px;
	font-weight: bold;
	line-height: 1em;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.contact {
	margin: 0 auto;
}
.contact a {
	background: transparent url(../../../img/contact.png) no-repeat;
	display: block;
	height: 60px;
	width: 260px;
	margin: 0 auto;
}
.contact a img {
	display: block;
	width: 0;
	border: none;
}
.contact a:hover {
	background: url(../../../img/contact_h.png) no-repeat;
}
address {
	font-weight: bold;
	font-style: normal;
}

/* ---- main contents ---- */

