@charset "utf-8";

/********************************************************

	/index.html	（トップページ）

********************************************************/
#mainVisual {
	width: 100%;
	background-color: #f7f6f1;
	z-index: 1000;
}

#contentsL {
	width: 200px;
	float: left;
}

#contentsC {
	width: 480px;
	float: left;
	margin-left: 20px;
}

#contentsR {
	width: 240px;
	float: right;
}

#navContents li {
	border: 1px solid #cccccc;
	margin-top: 10px;
} 

#navContents li:nth-child(1) {margin-top: 0;}

#navContents li a {
	display: block;
	border: 1px solid #FFFFFF;	
	text-decoration: none;	
	padding: 5px 7px 5px 17px;
	background-image: url(../../../img/cont_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	color: #53a0e3;
} 

#navContents li a:hover {
	background-color: #f1f9ff;
}

#navContents li a span {
	display: block;
	color: #666666;
	font-size: 11px;
	font-weight: normal;	
}

#asideBnr01 li {
	margin-top: 10px;
}

#tabMenu li {
	width: 33%;
	float: left;
}

#tabMenu li:nth-child(3) {width: 34%}

#tabMenu li a {
	background: url(../../../img/tabmenu.gif) no-repeat left top;
	padding: 0 0 8px 30px;	
	display: block;
	border-bottom: 3px solid #e9e5f4;
	color: #979797;
	text-decoration: none;
	font-size: 14px;
}

#tabMenu li .cu {
	background: url(../../../img/tabmenu_cu.gif) no-repeat left top;
	color: #7e69b4;
	border-bottom: 3px solid #c5bcdd;
}

#tabMenu li a:hover {
	color: #7e69b4;
}

.tabPanel {
	display: none;
}

.tabPanel li {
	background: url(../../img/dotline.gif) repeat-x left bottom;
	padding: 10px 0;
}

.tabPanel li .date {
	display: block;
}

.tabPanel li a {
	display: block;
	font-size: 16px;
	color: #7e69b4;
	text-decoration: none;
	margin-bottom: 2px;
}

.tabPanel li a:hover {
	color: #c7acf0;
}

.tabPanel .more {
	text-align: right;
	margin-top: 8px;
	color: #3366cc;
}

#contentsR section h1 {
	color: #97883a;
	font-weight: bold;
	font-size: 14px;
}

#blog {
	background-color: #efead2;
	padding: 2px;
}

#blog h1 {
	background: url(../../../img/cont_blog.gif) no-repeat left center;
	padding-left: 28px;
	margin: 4px 6px;
}

#blog ul {
	background-color: #FFFFFF;
	padding: 0 6px;
}

#blog li {
	background: url(../../img/dotline.gif) repeat-x left bottom;
	padding: 8px 0;
}

#contentsR section li a {
	display: block;
}

#blog p {
	background-color: #FFFFFF;
	color: #3366cc;
	padding: 6px;
	text-align: right;
}

#photo {
	background-color: #efead2;
	padding: 8px 2px;
}

#photo h1 {
	background: url(../../../img/cont_photo.gif) no-repeat left center;
	padding-left: 28px;
	margin: 4px 6px;
}

#photo ul {
	padding-left: 8px;
	margin-top: -5px;
}

#photo li {
	float: left;
	margin: 5px;
}

#asideBnr02 {
	margin-top: 10px;
}

#asideBnr02 li:nth-child(1) {float: left}
#asideBnr02 li:nth-child(2) {float: right}

#asidebnr03 {
	margin-top:10px;
}
#asidebnr03 li {
	padding-bottom:10px;
}
#asidebnr03 li a,
#asidebnr03 li img {
	display: block;
}
/* Flexslider ******************************************************/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 960px; height: 280px; margin: 0 auto; padding: 10px 20px;background: url(../../../img/main_visual_shadow.gif) no-repeat center bottom;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 280px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 280px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 1000px; position: absolute; left: 0; bottom: 20px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 38px; height: 8px; display: block; background: #facaca; cursor: pointer; text-indent: -9999px; border: 1px solid #FFF;}
.flex-control-paging li a:hover { background: #e24545; }
.flex-control-paging li a.flex-active { background: #e24545; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}