@charset utf-8;

/*

Theme name: JTA

Theme URI: http://www.japantouch.jp
Version: 1.1
Author: Hikosha .Inc
Author URI: http://www.hikosha.jp
Tags: two-columns, black, purple, fixed-width, theme-options, right-sidebar, sticky-post

*/


/*==================================================
	Universal Reset
==================================================*/
body,h1,h2,h3,h4,h5,h6,p,ol,ul,dl,li,dt,dd,div,span,a,blockquote,table,td,th,tr,tbody,thead{ margin:0; padding:0; }
body{ 
	line-height:1.5; 
	color:#333333; 
	font-size:12px; 
	background: url(../images/base_bg.png) repeat-x top left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:12px; }
ul{ list-style:none; }

em{ font-style:normal; }
fieldset{ border:0 none; }
img{ border:0; vertical-align:bottom; }
th{ font-weight:normal; text-align:left; }
dt{ font-weight:normal; }
input,select{ vertical-align:middle; }
textarea{ font-size:1em; }

div .clear {
	clear:both;
	height:0px;
}

/*==================================================
	Default Style
==================================================*/
a:link{ color:#0066cc; text-decoration:underline; }
a:visited{ color:#0066cc; }
a:hover,a:active{ color:#00a8ff; }

em{ font-weight:bold; }
sup{ vertical-align:top; }
sub{ vertical-align:baseline; }
ul,dl,ol,p,table{ margin-bottom:1em; }
caption { text-align:left; }
li ul,li ol{ margin-bottom:0; }

div.space5 {
	height:6px;
}

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

.alignleft {
	float: left;
	margin:0 10px 0 0;
}

.alignright {
	float: right;
	margin:0 0 0 10px;
}



/*==================================================
	ベースレイアウト
==================================================*/

body {
	background: url(images/base_bg.png) repeat-x top left;
	margin:0;
	padding:0;
}

#container {
	width:960px;
	padding:0;
	margin:0 auto;
}

#header {
	display:block;
	height:81px;
	padding:0;
}

#wrapper {
	background: url(images/wrapper_bg.png) repeat-y top left;
	border-left:solid 1px #E9E9E9;
	border-right:solid 1px #E9E9E9;
	border-bottom:solid 1px #E9E9E9;
}


*html #wrapper {
	margin:-5px 0 0 0;
}

#mainColumn {
	width:720px;
	float:left;
	padding:4px 5px 4px 4px;
}



*html #mainColumn {
	padding:3px;
}



#sidebar {
	width:228px;
	float:right;
}


/*==================================================
	header
==================================================*/

#header #headerLogo {
	margin:6px 0 0 15px;
	float:left;
}

#header #headerMenu {
	display:block;
	float:right;
	margin:4px 15px 0 0; 
}

	#header #headerMenu ul li  {
		float:left;
	}

	#header #headerMenu ul li a {
		display:block;
		float:left;
		height:20px;
	}

	#header #headerMenu ul li.link a {
		width:75px;
		background: url(images/header_btn_link.png) no-repeat top left;
	}

	#header #headerMenu ul li.contact a {
		width:90px;
		background: url(images/header_btn_contact.png) no-repeat top left;
	}

	#header #headerMenu ul li a span {
		display:none;
	}

#gnavi {
	display:block;
	width:720px;
	height:26px;
	border:solid 1px #E9E9E9;
	background: url(images/navi_bg.png) repeat-x top left;
}





	#gnavi ul {
		margin:0 10px;
	}


	#gnavi ul li {
		float:left;
		margin:0;
		padding:0;
	}

	#gnavi ul li a {
		display:block;
		float:left;
		height:26px;
		width:100px;
	}

	#gnavi ul li.navi01 a {
		background: url(images/navi_01.png) no-repeat top left;
	}
		#gnavi ul li.navi01 a:hover {
			background: url(images/navi_01_o.png) no-repeat top left;
		}
	#gnavi ul li.navi02 a {
		background: url(images/navi_02.png) no-repeat top left;
	}
		#gnavi ul li.navi02 a:hover {
			background: url(images/navi_02_o.png) no-repeat top left;
		}
	#gnavi ul li.navi03 a {
		background: url(images/navi_03.png) no-repeat top left;
	}
		#gnavi ul li.navi03 a:hover {
			background: url(images/navi_03_o.png) no-repeat top left;
		}
	#gnavi ul li.navi04 a {
		background: url(images/navi_04.png) no-repeat top left;
	}
		#gnavi ul li.navi04 a:hover {
			background: url(images/navi_04_o.png) no-repeat top left;
		}
	#gnavi ul li.navi05 a {
		background: url(images/navi_05.png) no-repeat top left;
	}
		#gnavi ul li.navi05 a:hover {
			background: url(images/navi_05_o.png) no-repeat top left;
		}
	#gnavi ul li.navi06 a {
		background: url(images/navi_06.png) no-repeat top left;
	}
		#gnavi ul li.navi06 a:hover {
			background: url(images/navi_06_o.png) no-repeat top left;
		}
	#gnavi ul li.navi07 a {
		background: url(images/navi_07.png) no-repeat top left;
	}
		#gnavi ul li.navi07 a:hover {
			background: url(images/navi_07_o.png) no-repeat top left;
		}


	#gnavi ul li a span {
		display:none;
	}

.breadcrumb {
	font-size:10px;
	padding:5px;
	margin:0 0 5px 0;
}


/*==================================================
	footer
==================================================*/

#footer {
	margin:15px 0 0 0;
	display:block;
	height:90px;
	background: url(images/footer_bg.png) repeat-x top left;
}

	#footer .footerNavi {
		display:block;
		float:left;
		margin:10px 0 0 10px;
		font-size:10px;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

	#footer .footerNavi a {
		color:#666;
	}

	#footer .footerLogo {
		display:block;
		float:right;
		margin:7px 10px 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:right;

	}
	#footer .footerLogo img {
		margin:0 0 0px 0;

	}


/*==================================================
	index
==================================================*/

#mainImg {
	display:block;
	width:710px;
	height:240px;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	margin:0 0 5px 0;
	background-color:#174981;
	padding:5px;
}

.topMain {
	float:left;
	width:425px;
}

	.topMain h2 {
		font-weight:bold;
		font-size:12px;
		border-top:2px solid #666;
		border-bottom:1px dotted #CCC;
		padding:5px 0 2px 5px;
		margin:0 1px;
		color:#666;
	}

	.topMain .topicsArea {
		background-color:#f6f6f6;
		border-left:1px solid #E9E9E9;
		border-right:1px solid #E9E9E9;
		border-bottom:1px solid #E9E9E9;
		margin:0 1px;
		padding:5px 10px 
	}
	.topMain .topicsArea .topicWrapper {
		display:block;
		min-height:20px;
		font-size:12px;
		line-height:14px;
		background: url(images/dl_bg.png) repeat-x bottom left;
		padding:5px 0;
	}
	.topMain .topicsArea .time{
		display:block;
		float:left;
		width:88px;
		font-size:10px;
		padding: 0 0 0 12px;
		background: url(images/list_dl.png) no-repeat 2% 50%;
	}
	.topMain .topicsArea .title {
		display:block;
		float:left;
		width:300px;
		margin:0 0 5px 0;
	}

	.topMain .topicsArea .title span {
		font-size:10px;
	}
	.topMain .topicsArea .title span a {
		color:#666;
	}


.topRight{
	float:right;
	width:290px;
}

	.topRight h2 {
		font-weight:bold;
		font-size:12px;
		border-top:2px solid #666;
		border-bottom:1px dotted #CCC;
		padding:5px 0 2px 5px;
		margin:0 1px;
		color:#666;
	}

	.topRight .rightBnr li {
		margin:3px 0;
	}

#topInfo {
		background-color:#f6f6f6;
		border-left:1px solid #E9E9E9;
		border-right:1px solid #E9E9E9;
		border-bottom:1px solid #E9E9E9;
		margin:0 1px;
		padding:5px 0;
}

#topInfo table.postTbl {
	margin:0 5px;
	padding:0;
}
#topInfo .postTbl tr td {
	vertical-align:top;
	font-size:10px;
}

	#topInfo .postTbl tr td h3 a {
		font-size:12px;
		display:block;
		color:#FF6600;
	}
	#topInfo .postTbl tr td a {
		font-size:10px;
		color:#666;
	}
	#topInfo .postTbl tr td img {
		padding:3px;
	}


/*==================================================
	TOP Slider
==================================================*/


#slider {
    width: 708px; /* important to be same as image width */
    height: 238px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:1px solid #FFF;
	padding:0;
	margin:0;
}
#sliderContent {
    width: 710px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 710px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFF;
    display: none;
	font-weight:bold;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
	color:#FFF;
	font-weight:bold;
}

.sliderImage a  {
	text-decoration:none;

}


.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
 	left: 0;
}
ul { list-style-type: none;}


/*==================================================
	Right Sidebar
==================================================*/


#sidebar h2 {
	display:block;
	padding:5px 0 0 0;
}

#sidebar h2.parent-title {
	display:block;
	padding:2px 0 2px 5px;
	font-size:12px;
	margin:5px 5px 0 5px;
	background: url(images/sidebar_h2_bg.png) repeat-x bottom left;
	color:#777;
	border:solid 1px #FFF;
}



#sidebar ul.local-navigation {
	margin:2px 5px 5px 5px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #CCC;
}

	#sidebar ul.local-navigation li a {
		display:block;
		border-bottom:1px solid #CCC;
		border-top:1px solid #fff;
		padding:5px;
		color:#444;
		text-decoration:none;
	}
	#sidebar ul.local-navigation li a:hover {
		color:#000;
		background-color:#F9F9F9;
		text-decoration:underline;
	}
	#sidebar ul.local-navigation li.page-current a {
		background-color:#F9F9F9;
		padding:5px 5px 5px 20px;
		color:#0066cc;
	}


#wp-calendar   {
	width:218px;
	font-size:12px;
	margin:0 5px;
	background-color:#FFF;
}
#wp-calendar caption a  {
	font-size:12px;
	color:#666;
	font-weight:bold;
	display:block;
	text-align:center;
}

#wp-calendar table {
	border:5px solid #FFF;
	border-collapse:collapse;
	width:100%;
	margin:0;
}

#wp-calendar table.nav tr td {
	padding:0 10px;
	background-color:#1c5492;

}

#wp-calendar table.nav tr td a {
	color:#FFF;
	border:none;
}

#wp-calendar table td {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #EEE;
}

#wp-calendar table td:hover {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;

}

#wp-calendar table th {
	background-color:#a5cefa;
	border:1px solid #EEE;
	color:#FFF;
	font-weight:bold;
}
#wp-calendar table td.ec3_today {
	background-color:#EEE;

}

#wp-calendar table td.ec3_eventday {
	background-color:#FFCC00;
	border:none;
	color:#FFF;
	font-weight:bold;
}

#wp-calendar table td a.eventday {
	color:#FFF;
}


.textwidget {
	margin:0 4px;
}


/*==================================================
	pageContent
==================================================*/

#pageContent h1 {
	font-size:18px;
	border-top:3px solid #333;
	border-bottom:1px dotted #CCC;
	padding:15px 0 10px 20px;
	margin:0 5px 20px 5px;
	color:#666;
}

#pageContent h3 {
	font-size:14px;
	border-top:2px solid #CCC;
	border-bottom:1px dotted #CCC;
	padding:5px 0 2px 5px;
	margin:10px 0 10px 0;
	color:#666;
}

#pageContent h4 {
	font-size:12px;
	padding:0 10px;
	margin:15px 0 5px 0;
	background-color:#EFEFEF;
	color:#555;
}

#pageContent h6 {
	font-size:12px;
	padding:5px 0 2px 0;
	margin:10px 0 5px 0;
	color:#666;
	font-weight:bold;
	border-bottom:2px solid #dae3ed;
}

#pageContent p {
	magin:0 0 20px 0;
}

#single_post_content {
	margin:0 25px;
	line-height:22px;
}

.pageList h2 {
	display:block;
	height:20px;
	width:690px;
	padding:3px 0 0 10px;
	font-size:12px;
	line-height:1.5; 
	background: url(images/pagelist_h2_bg.png) no-repeat bottom left;
	color:#FFF;
}

.pageList ul {

		margin:0 1px;
		padding:0; 
	}

.pageList ul li a {
	display:block;
	border:1px solid #EEE;
	margin:0 0 3px 0;
	padding:0 10px;
	background-color:#f6f6f6;
}
.pageList ul li a:hover {
	background-color:#F9F9F9;
}

table.baseTbl,
table.wordTbl {
	width:100%;
}

table.baseTbl tr th,
table.baseTbl tr td,
table.wordTbl tr th,
table.wordTbl tr td {
	margin:0;
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #EEE;
}

table.baseTbl th {
	background-color:#EFEFEF;
	width:90px;
}

table.wordTbl th {
	background-color:#EFEFEF;
	width:180px;
	color:#333;
}

ol#aim {
	list-style-position:inside;
	padding:10px;
	background-color:#d8ebff;
}


ol#aim li {
	border-bottom:1px solid #FFF;
	padding:5px;
}

ol.base {
	list-style-position:inside;
	padding:10px;
}

ul.btnList li {
	margin:0 0 10px 0;
}


table.eventTbl {
	border:1px solid #EEE;
	width:670px;
}
table.eventTbl th {
	width:20%;
	padding:5px 10px;
	vertical-align:top;
}

table.eventTbl td {
	padding:5px 10px;
	vertical-align:top;
	border-left:1px solid #CCC;
}
table.eventTbl td a {
	font-size:16px;
	display:block;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom:1px dotted #CCC;
}
table.eventTbl td span {
	font-size:12px;
}

table.eventTbl td p {
	margin:0;
	padding:0;
}

table.btnTbl  {
	width:100%;
}

table.btnTbl td  {
	text-align:center;
	padding:5px;
}
