@charset "utf-8";

img {
	border: none;
}

body {
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	margin:0 auto;
	background: transparent url("img/bg.gif") center top no-repeat;
	background-color:#e4e4e4;
}

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

a:hover { color: #666666; }

h1 { font-size:18px; margin:0; color:#333333; border-bottom: 1px dashed #333333; }

h2 {
	font-size:1.6em;
	margin:0px 0px 2px 0px;
	padding:8px 5px 5px 40px;
	color:#333333;
	height: 42px;
	background: url(images/entry_title_back.gif) 0 0 no-repeat;
	/*
	border-bottom: 1px dashed #333333;
	border-top:1px dotted #333333;
	*/
}

h1 a, h1 a:visited, h1 a:link { text-decoration:none; }

h2 a, h2 a:visited, h2 a:link { text-decoration:none; padding:10px; line-height:25px; }

h2 img { margin-right:5px; border:0; }

.post_date {
	text-align: right;
}
.entry {
	margin:0px 0px 40px 0px;
}

input {
	background-color: #fff;
	background-image:url("img/input.gif");
	background-repeat: repeat-x;
	border:1px solid #abb5c3;
	/* width:140px; */
	padding:3px;
	margin-top:18px;
}

div.wrap1 {
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #c3c3c3;
}

div.wrap1 .wrap2 {
	width: 856px;
	background-repeat:repeat-y;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}

div.wrap2 {
	background-color:#FFFFFF;
}

div.wrap2 .logo {
	width:856px;
	height:161px;
	padding:0px;
	margin:0 auto;
	background-image: url("/wp-content/themes/kyokaori/images/logo.jpg");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	padding:0;
}

div.logo div.logo_txt {
	display: none;
	float: left;
}

div.logo div.lang_sw {
	width: 119px;
	height: 20px;
	float: right;
	clear: both;
	padding: 2px 0px 0px 11px;
	background-image: url("/wp-content/themes/kyokaori/images/lang_switch_back.gif");
	background-repeat:no-repeat;
}

div.logo .slogan {
	font-size:9px;
	font-weight:normal;
	margin-top:3px;
}

div.info {
	width:816px;
	line-height:40px;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	background-image:url(/wp-content/themes/kyokaori/images/info.gif);
	background-repeat:repeat-x;
}

div.info1 { 
	width:856px;
	line-height:20px;
	background-image:url(/wp-content/themes/kyokaori/images/info1.gif);
	float:left; 
	border-top:1px solid #fff; 
	background-color:#FFFFFF;
	color:#222222;
	text-align:center;
}

div.info1 a, div.info1 a:link, div.info1 a:visited { color:#222222; }

div.info1 a:hover { color: #222222; }

div.info1 hr { 
	padding: 0em;
	border-top: 1px solid #dcdcdc;
	border-left: none;
	border-bottom: none;
	border-right: none;
	color: #999999;
	background-color: #999999;
}

div.wrap2 .leftpanel, div.wrap2 .rightpanel {
	width:200px;
	display: inline;
	float:left;
}

div.wrap2 .mainpanel {
	padding: 0px 20px 10px 20px;
	width:616px;
	float:left;
}

div.wrap2 .centerpanel {
	padding: 0px 20px 10px 20px;
	width:416px;
	float:left;
}


div.leftpanel .widget, div.rightpanel .widget {
	margin:0px 0px 30px 0px;
}

div.leftpanel .header, div.rightpanel .header {
	background-image:url(/wp-content/themes/kyokaori/images/header.png);
	background-repeat:no-repeat;
	width:180px;
	line-height:35px;
	padding-left:20px;
	color:#222222;
	overflow:hidden;
	font-weight:bold;
}
div.leftpanel .textwidget, div.rightpanel .textwidget {
	line-height:140%;
	padding:10px;
}

.text { padding:8px; text-align:justify; }
/* uplatnuje sa na left a right stlpec */
.text img { margin-right:10px; margin-bottom: 10px; border:0;  float:left; }

.text_ { padding:15px; text-align:justify; }
/* uplatnuje sa na hlavny stlpec */
.text_ img { vertical-align:middle; border:0; }

span.divider {
	border-bottom:1px dashed #333333; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	display:block;
}

div.rightpanel .inquiry, div.leftpanel .inquiry {
	padding:8px; 
	text-align:justify;
}

.inquiry a, .inquiry a:link, .inquiry a:visited, .inquiry a:hover { text-decoration:none; }


div#menu .menu {
		height: 47px;
		width: 856px;
		background-image: url('/wp-content/themes/kyokaori/images/menu.png');
		background-repeat: repeat-x;
	}
	
	*> div#menu .menu { margin-top: -11px; }
	
	div#menu .menu ul {
		padding: 0;
		list-style: none;
		line-height: normal;
		margin-left: -7px;
	}
	
	*> div#menu .menu ul { margin-left:0; }
	
	div#menu .menu li {
		display: inline;
		
	}
	
	div#menu li span.left {
		background-image:url(/wp-content/themes/kyokaori/images/menu-left.gif);
		background-repeat:no-repeat;
		width: 5px;
		height: 64px;
		overflow: visible;
		position: relative;
		bottom:15px;
		vertical-align: bottom;
		visibility:visible;
		display:block;
		padding-top: 15px;
		margin-bottom: -32px;
		float:left;
	}
	
	div#menu li span.hlavny {
		background-image:url(/wp-content/themes/kyokaori/images/menu-central.gif);
		background-repeat:repeat-x;
		height: 64px;
		overflow: visible;
		position: relative;
		bottom:15px;
		vertical-align: bottom;
		visibility:visible;
		display:block;
		float: left;
		padding-top: 15px;
		margin-bottom: -32px;
		text-align: center;
		text-decoration: none;
		padding-left:20px;
		padding-right:20px;
	}
	
	
	div#menu li span.hlavny a, div#menu li span.hlavny a:visited, div#menu li span.hlavny a:link { color:#000000; }
	
	div#menu li span.hlavny_ {
		height: 64px;
		overflow: visible;
		position: relative;
		bottom:15px;
		vertical-align: bottom;
		visibility:visible;
		display:block;
		float: left;
		padding-top: 15px;
		margin-bottom: -32px;
		text-align: center;
		text-decoration: none;
		padding-left:25px;
		padding-right:25px;
	}
	
	div#menu li span.right {
		background-image:url(/wp-content/themes/kyokaori/images/menu-right.gif);
		background-repeat:no-repeat;
		width: 6px;
		height:64px;
		overflow: visible;
		position: relative;
		bottom:15px;
		vertical-align: bottom;
		visibility:visible;
		display:block;
		padding-top: 15px;
		margin-bottom: -32px;
		float: left;
	}
	
	div#menu .menu a, div#menu .menu a:visited, div#menu .menu a:active {
		color:#222222;
		font-weight:bold;
		display:block;
		float: left;
		padding: 16px 0 0 0;
		margin:0;
		text-align: center;
		text-decoration: none;
	}

	div#menu .menu img {
		display:block;
		float: left;
		margin: 0px;
		margin-bottom: -16px;
		padding: 12px 0 0 0;
		text-align: center;
		text-decoration: none;
	}
	
	div#menu .menu a:hover { color:#FFFFFF; text-decoration:underline; }

/* categories */

ul#categories {
	width:200px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

ul#categories li {
	display: block;
	padding: 0px;
	line-height: 30px;
	border-bottom: 1px #dde2d3 solid;
	border-top: 1px solid #f9faf7;
	height: 30px;
	margin-top: -2px; 
	margin-bottom: -2px;
}

*> ul#categories li { margin-top: 0px; margin-bottom: 0px; }

ul#categories li.selected {
	text-decoration: none; 
	background-color:#dce0e7;
}

ul#categories li a {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 40px;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
	color: 000;
	background: url(/wp-content/themes/kyokaori/images/arrow.gif) 26px 12px no-repeat;
}
ul#categories li a:hover { 
	text-decoration: underline; 
	background-color:#dce0e7;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
	text-align: center;
}
/* End captions */



/* 共通 */
.info_tbl td {
	padding: 6px;
}

/*  */
#searchsubmit {
	width:80px;
}
.leftpanel input {
	margin-right:0px;
}


/* 会社概要 */
.summary_tbl {
	width:360px;
	float:left;
}

.summary_map {
	width:240px;
	height:240px;
	float:left;
}

/* 事業内容 */
#activity h3 {
	padding: 15px 0px 2px 10px;
	margin: 0;
	font-size: 1.4em;
}
#activity h4 {
	clear: both;
	padding: 6px 5px 2px 25px;
	margin: 0;
	font-size: 1.2em;
}
#activity p {
	padding: 2px 5px 2px 40px;
	margin: 0;
}

/* お問い合わせ */
table.inquiry_tbl {
	width: 600px;
}
.inquiry_tbl th {
	width: 150px;
}

.input_err {
	color: #FF0000;
}
.input_require {
	color: #FF0000;
}


.rightpanel .banner {
	padding: 0px;
	margin: 5px 10px 2px 10px;
}

.rightpanel .text_banner {
	width: 180px;
	height: 36px;
	padding-top: 8px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	background: url(images/banner/banner_back.gif) 0 0 no-repeat;
}
.rightpanel .text_banner_s85 {
	width: 180px;
	height: 36px;
	padding-top: 8px;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	background: url(images/banner/banner_back.gif) 0 0 no-repeat;
}
.rightpanel .text_banner a {
	text-decoration: none;
}
.rightpanel .himi {
	background: url(images/banner/himi.gif) 0 0 no-repeat;
}
.rightpanel .ureshino {
	background: url(images/banner/ureshino.gif) 0 0 no-repeat;
}
.rightpanel .yokote {
	background: url(images/banner/yokote.gif) 0 0 no-repeat;
}
.rightpanel .saga {
	background: url(images/banner/saga.gif) 0 0 no-repeat;
}
.rightpanel .ikaho {
	background: url(images/banner/ikaho.gif) 0 0 no-repeat;
}
.rightpanel .toyama_univ {
	background: url(images/banner/toyama_univ.gif) 0 0 no-repeat;
}


