@charset "utf-8";
/* CSS Document */

/*
* A Three column for mobile, fixed width template for Joomla 1.5
* @version 1.0.0
* @copyright (C) Copyright 2009-2010 by TSK. All rights reserved.
* @license http://www.etsk.jp/ Copyrighted Commercial Software
*/


/*-------------------------------------------------------------------*/
/*	エクステンション	CSS		buttonheading(記事のアイコン)		*/
/*-------------------------------------------------------------------*/
td.buttonheading{
	margin:0 !important;
	padding:0 !important;	
}

/*-------------------------------------------------------------------*/
/*	エクステンション	CSS		メニュー（Articles » カテゴリ）contentpane		*/
/*-------------------------------------------------------------------*/

table.contentpane th,
table.contentpane td
{
	padding: 0 !important;
}

table.contentpane table th,
table.contentpane table td
{
	padding: 0.25em 1.0em !important;
	letter-spacing: 0.05em;
	font-size:090%;
} 

table.contentpane table th,
table.contentpane table td.sectiontableheader
{
	text-align: center;
	background-color: #6CF;
	border: 1px solid #09F;
} 
table.contentpane tr.sectiontableentry1 td,
table.contentpane tr.sectiontableentry2 td
{
	text-align: left;
	background-color: #fff;
	border: 1px solid #09F;
}
table.contentpane table table th,
table.contentpane table table td
{
	font-size:100%;
} 

/*-------------------------------------------------------------------*/
/*	エクステンション	CSS		QContacts			*/
/*-------------------------------------------------------------------*/

/*	QContacts専用	*/
p#contact-name{
	/*
	margin-top: -10px;
	margin-left: -30px;
	*/
}

#qcontacts form,
div.contact-other
{
	line-height: 2em;
	margin: 0px 20px 20px 20px;
	margin-left: 20px;
	clear: both;
}

input.contact-button{
	color:#00F;
	padding-top: 06px;
}

/*-------------------------------------------------------------------*/
/*	エクステンション	CSS		Xmap(Sitemap)		*/
/*-------------------------------------------------------------------*/

/*	Xmap(Sitemap)専用	*/

.xmap ul.level_0{
	margin-top:20px;
	margin-left:40px;
}
.xmap ul.level_0 li{
	padding-left:05px;
	margin-bottom:1.5em;
	line-height:1em;
	list-style:none;
	
	/*
	list-style: url(../image/icn_b030.gif) outside;
	*/
}

.xmap ul.level_0 ul{
	margin-top:1.5em;
}

.xmap ul.level_0 li li{
	/*
	list-style: url(../image/icn_b030.gif) outside;
	*/
}

.xmap ul.level_0 li li {
	padding-left: 0.5em;
}

/*-------------------------------------------------------------------*/
/*	エクステンション	CSS		Tags Cloud			*/
/*-------------------------------------------------------------------*/
div.cp_tags{
	font-size:xx-small;
	margin-top:10px;
	margin-left: 40px;
	clear: both;	
}
div.cpcloud li{
	background-image:none !important;
	padding:0 !important;
	margin:0 !important;
}
/*	記事の開始位置	*/
div.votitaly-inline-rating
{
	padding-left:40px;
}
/*-------------------------------------------------------------------*/
/*	エクステンション	CSS		JComments			*/
/*-------------------------------------------------------------------*/

/*	記事の開始位置	*/
div#jc
{
	padding-left:40px;
}