@charset "UTF-8";
/*
Theme Name:     Nagano_kaihatu
Theme URI:      http: //yanchado.com/
Description:    Child theme for the Twenty Eleven theme for WordPress
Author:         Yanchado
Author URI:     http: //yanchado.com/
Template:       twentyeleven
Version:        0.3.3
*/

@import url('../twentyeleven/style.css');


/* =Structure
----------------------------------------------- */
html {overflow-y:scroll;}

* {padding:0; margin:0;}
body {
	padding: 0 2em;

}
#page {
	margin: 0em auto;
	max-width: 1000px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#branding hgroup {
	margin: 0 7.6%;
	background-image: url(images/naga_tel.png);
	background-repeat: no-repeat;
	background-position: 650px center;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0% -33% 0 0;
	width: 100%;
}
#content {
	margin: 0 20% 0 2%;
	width: 61%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ccc;
}
#secondary {
	float: right;
	margin-right: 3%;
	width: 29%;
}
/* =Header
----------------------------------------------- */
#site-title {
	margin-right: 270px;
	padding: 10px 0;
}

#site-description {
	font-style: normal;
	color: #999;
	line-height: 1;
	margin: 0 0 14px 0;
	padding-left: 20px;
	display: none;
}

#site-title a {
	display: block;
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/logo_nagano.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 395px;
}

#branding .only-search #s, #branding .only-search #s:focus {
    width: 100px;
}

#branding {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#branding img { border-top: 1px solid #264CC0; }
#branding hgroup {
	margin: 0 0 0 10px;
	overflow: hidden;
	zoom: 1;
}

#branding #searchform {
	right: 2.5%;
	top: 1.5em;
}
#branding #s {
	font-size: 12px;
	height: 22px;
	padding: 4px 10px 4px 38px;
	width: 110px;
}

#branding #s:focus {
    width: 100%;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 10px;
}
.wp-caption img {
	border: 0px none #eee;

}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #264CC0; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#264CC0, #1C388E);
	background: -o-linear-gradient(#264CC0, #1C388E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#264CC0), to(#1C388E)); /* older webkit syntax */
	background: -webkit-linear-gradient(#264CC0, #1C388E);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C388E;

}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #95AAEA; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#95AAEA, #7692E4);
	background: -o-linear-gradient(#95AAEA, #7692E4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95AAEA), to(#7692E4)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#95AAEA, #7692E4);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;

	background: #5073DC; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#5073DC, #2D57D5);
	background: -o-linear-gradient(#5073DC, #2D57D5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5073DC), to(#2D57D5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#5073DC, #2D57D5);
	color: #fff;

}

	border-right-color: #1C388E;

}
#access1 div {
	margin: 0 7.6%;
}
#access1 a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
#access1 a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access1 ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access1 ul ul ul {
	left: 100%;
	top: 0;
}
#access1 ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access1 li:hover > a,
#access1 ul ul :hover > a,
#access1 a:focus {
	background: #efefef;
}
#access1 li:hover > a,
#access1 a:focus {
	background: #95AAEA; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#95AAEA, #7692E4);
	background: -o-linear-gradient(#95AAEA, #7692E4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95AAEA), to(#7692E4)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#95AAEA, #7692E4);
	color: #373737;
}
#access1 ul li:hover > ul {
	display: block;
}
#access1 .current-menu-item > a,
#access1 .current-menu-ancestor > a,
#access1 .current_page_item > a,
#access1 .current_page_ancestor > a {
	font-weight: normal;

	background: #5073DC; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#5073DC, #2D57D5);
	background: -o-linear-gradient(#5073DC, #2D57D5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5073DC), to(#2D57D5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#5073DC, #2D57D5);
	color: #fff;

}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: #264CC0;
	background: -moz-linear-gradient(#264CC0, #1C388E);
	background: -o-linear-gradient(#264CC0, #1C388E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#264CC0), to(#1C388E));
	background: -webkit-linear-gradient(#264CC0, #1C388E);
	padding-left: 10px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;

}
#fudo .entry-title {
	background: #264CC0;
}
.entry-title,
.entry-title a {
	text-decoration: none;
	color: #fff;

}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #CC0000;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;


}
.entry-meta a {
	font-weight: bold;
	color: #666;

}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	font-size: 14px;
}

.entry-content p {
	padding-bottom: 5px;
	padding-top: 5px;


}

.entry-content,
.entry-summary {
	padding: 10px 0 0 10px;
	margin-bottom: 20px;


}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 0px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 0px solid #fff;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}


/* Comments link */
.entry-header .comments-link a {

	display: none;

}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	background-color: #E6EEFE;

}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 3%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	border-top: 0px none #E6EEFE;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 5px 5px 20px;
	text-align: right;
	background-color: #E6EEFE;



}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}
/* = Custom Page Header
-------------------------------------------------------------- */
.page-header {
	display: none;
}

/* = Custom Comment title
-------------------------------------------------------------- */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

#comments {
	clear: both;
}
.nocomments {
	display: none;
}
/* = Custom top title
-------------------------------------------------------------- */
#main #container #content h3 {
	border-bottom: 1px dotted #CCC;
	font-size: 18px;
	border-left: 3px solid #666;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	text-shadow:1px 1px 0px #eee;
	font-weight: normal;
}

/* = Custom textwidget
-------------------------------------------------------------- */

#top_fbox #container #content .textwidget { 

	font-size: 14px;
	line-height: 1.6;

	margin: 0 0 20px 0;
	padding: 10px;

	border: 1px solid #ccc;
	border-radius: 6px;
}

/* = Custom side-widget
-------------------------------------------------------------- */

#main #primary .widge, #main #secondary .widget {
	margin: 0 0 10px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 210px;
	background: #FFF;
}

#primary .widget .widget-title, #secondary .widget .widget-title {
	color: #666;
	display: block;
	padding: 6px 6px 6px 10px;
	margin: 0 0 10px 0;
	font-size:16px;
	
	border-radius: 4px;
	
	background: #f9f9f9; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* ie */

 	text-shadow: 1px 1px 0px #fff;
	line-height: 1.4;
	font-weight: bold;
}

#primary .widget li, #secondary .widget li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 4px;
	padding: 0px;
}

#primary .widget li ul li, #secondary .widget li ul li {
	border: none;
	margin: 0px;
	padding: 0px;
}

#primary .widget li {
	margin: 0;
	padding: 0px 5px;
}

#main #primary ul li ul, #main #secondary ul li ul {
	margin: 0;
	padding: 0px 15px;
}

#main .widget-area ul {
	margin: 0px;
	padding: 0px;
}

#main .widget-area a:link { color:#666; }

#main .widget-area a:visited { color:#666; }

#main .widget-area a:hover, a:active { color:#3399ff; }

*:first-child+html .widget_search #s { width: 54%; }

.widget ul {
	font-size: 13px;
	margin: 0;
}

#secondary .widget a { font-weight: normal; }

/* = side-widget_Icon css
-------------------------------------------------------------- */
.menu_icon {
	text-align: center;
}
.menu_icon img {
	width: 110px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
.menu_icon a:hover img {
	opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* パンクズ CSS */
ul.breadcrumbs {
	list-style: none;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	font-size:12px;
}

/* 会社概要 CSS */
#company {}
.comptitle {
	background-color: #E4E4E4;
	padding: 5px;
	border: 1px solid #999999;
	font-size: 16px;
	font-weight: bold;

}
#company table {
	padding: 0px;
}

#company .bb {
	white-space: nowrap;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: center;
	padding: 3px 10px;
}
#company .btxt {
	padding: 3px 10px;
}



/* ご契約まで CSS */
#contract {}
#contract h4 {
	background-color: #5BA9FF;
	padding: 5px;
	color: #fff;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #2D76FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D76FF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
}
#contract p {
	padding-left: 20px;
	padding-right: 10px;
}

/* = Footer log in CSS
-------------------------------------------------------------- */
#site-admin {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#site-admin a {
	background-color: #69d1f0;
}
#site-admin a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 6px 7px;
	background: -moz-linear-gradient(
		top,
		#69d1f0 0%,
		#0b748c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#69d1f0),
		to(#0b748c));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #0b748c;
	-moz-box-shadow:
		1px 1px 4px rgba(000,000,000,0.3),
		inset 1px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		1px 1px 4px rgba(000,000,000,0.3),
		inset 1px 1px 0px rgba(255,255,255,0.5);
	text-shadow:
		0px 1px 1px rgba(000,000,000,0.6),
		0px 1px 0px rgba(255,255,255,0.3);
}

#site-admin ul {}
#site-admin li {
	display: inline;
}



/* =Slider Style Kai
-------------------------------------------------------------- */

.theme-default #slider {
	height: 200px;
	width: 682px;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

.theme-default .nivoSlider {

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.clear {
	clear:both;
}

#nendebcopy { display: none; }
