@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

h2 {
	margin-top: 20px;
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#ff7200;
	border-left:5px solid #ff7200;
}

h3 {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 18px;
	color: #bd5704;
	border-left: 5px solid #ff7200;
	font-weight: bold;
	height: 30px;
	padding-top: 15px;
}


p {
	margin: 0 0 0 0;
	line-height: 20px;
	font-size:14px;
}

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

hr{
	border: none;
	border-top: dashed 1px #999;
	height: 1px;
	color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
 }

/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}

a:hover img{
 opacity:0.8;
 filter:alpha(opacity=80);
 -ms-filter: “alpha( opacity=80 )”;
 }
 
/* コンテナ */
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ヘッダー */
#header {
	background-image: url(../image/top960-350.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 950px;
	font-size: 10px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
}
#header_navi {
	height: 50px;
	width: 960px;
}
/* ここまで */

/* 中央と右のカラムをまとめるコンテナ */
#wrapper {
	float: right;
	width: 710px;
	display: inline;
}

/* コンテンツページ用のコンテナ */
#wrapper_conts {
	float: right;
	width: 710px;
	display: inline;
}

/* 左のカラム用コンテナ */
#box_left {
	float: left;
	width: 250px;
	display: inline;
}

/* 中央のカラム用コンテナ */
#box_center {
	width: 960px;
	float: left;
	display: inline;
}

#box_center2 {
	width: 960px;
	float: left;
	display: inline;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* 中央のメインビジュアル */
#photo_main {
	height: 400px;
	width: 710px;
	margin-top: 10px;
}

/* 中央のニュース */
#wrapper #box_center .box_news {
	margin-top: 6px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	padding-top: 0px;
	padding-bottom: 10px;

}
#wrapper #box_center .box_news h4 {
	margin-bottom: -10px;
}
#wrapper #box_center .box_news th {
	width: 100px;
	vertical-align: top;
}
#wrapper #box_center .box_news th p {
	font-size: 70%;
	color: #666;
}
#wrapper #box_center .box_news td {
	vertical-align: top;
	padding-bottom: 10px;
}
#wrapper #box_center .box_news td p {
	font-size: 90%;
	color: #39C;
}
/* ここまで */


/* コンテンツページのトピックパス */
#wrapper_conts #topicpath p {
	font-size: 70%;
	color: #999;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #4DC3ED;
	background-color: #FFF;
	padding: 5px;
}
#wrapper_conts #topicpath p a {
	color: #666;
	text-decoration: underline;
}
/* ここまで */

/* コンテンツページのh1 */
#wrapper_conts h1 {
	font-size: 110%;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #B9E2F6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* コンテンツページの記事 */
#wrapper_conts #box_conts {
	background-color: #FFF;
	padding: 7px;
	margin-bottom: 30px;
}
#wrapper_conts #box_conts .gakubu_row {
	margin-bottom: 30px;
}
#wrapper_conts #box_conts .gakubu_left {
	width: 218px;
	float: left;
	margin-right: 20px;
	display: inline;
}
#wrapper_conts #box_conts .gakubu_right {
	width: 218px;
	float: right;
	display: inline;
}
#wrapper_conts #box_conts .gakubu_row h2 {
	font-size: 100%;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#wrapper_conts #box_conts .gakubu_row ul li a {
	font-size: 85%;
	line-height: 150%;
	color: #666;
	background-image: url(../images/brt_blue_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	margin-left: 15px;
}
/* ここまで */

/* 左カラムのナビゲーション */
#box_left #navi_main {
	width: 250px;
	background-color: #F5F5F5;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#box_left #navi_main ul li {
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
#box_left #navi_main #btn_main01 a {
	display: block;
	height: 50px;
	width: 240px;
	background-image: url(../image/btn_main01.jpg);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#box_left #navi_main #btn_main02 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main02.jpg);
}
#box_left #navi_main #btn_main03 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main03.jpg);
}
#box_left #navi_main #btn_main04 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main04.jpg);
}
#box_left #navi_main #btn_main05 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main05.jpg);
}
#box_left #navi_main #btn_main06 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main06.jpg);
}
#box_left #navi_main #btn_main07 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main07.jpg);
}
#box_left #navi_main #btn_main08 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main08.jpg);
}
#box_left #navi_main #btn_main09 a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main09.jpg);
}
#box_left #navi_main #btn_main01s a {
	display: block;
	height: 50px;
	width: 240px;
	background-image: url(../image/btn_main01o.jpg);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#box_left #navi_main #btn_main02s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main02o.jpg);
}
#box_left #navi_main #btn_main03s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main03o.jpg);
}
#box_left #navi_main #btn_main04s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main04o.jpg);
}
#box_left #navi_main #btn_main05s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main05o.jpg);
}
#box_left #navi_main #btn_main06s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main06o.jpg);
}
#box_left #navi_main #btn_main07s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main07o.jpg);
}
#box_left #navi_main #btn_main08s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main08o.jpg);
}
#box_left #navi_main #btn_main09s a {
	display: block;
	height: 50px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(../image/btn_main09.jpg);
}
#box_left #navi_main #btn_main01 a:hover {
	background-image: url(../image/btn_main01o.jpg);
}
#box_left #navi_main #btn_main02 a:hover {
	background-image: url(../image/btn_main02o.jpg);
}
#box_left #navi_main #btn_main03 a:hover {
	background-image: url(../image/btn_main03o.jpg);
}
#box_left #navi_main #btn_main04 a:hover {
	background-image: url(../image/btn_main04o.jpg);
}
#box_left #navi_main #btn_main05 a:hover {
	background-image: url(../image/btn_main05o.jpg);
}
#box_left #navi_main #btn_main06 a:hover {
	background-image: url(../image/btn_main06o.jpg);
}
#box_left #navi_main #btn_main07 a:hover {
	background-image: url(../image/btn_main07o.jpg);
}
#box_left #navi_main #btn_main08 a:hover {
	background-image: url(../image/btn_main08o.jpg);
}
#box_left #navi_main #btn_main09 a:hover {
	background-image: url(../image/btn_main09o.jpg);
}
#box_left #navi_left {
	width: 200px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 20px;
}
#box_left #navi_left ul li {
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
#box_left #navi_left #btn_left01 a {
	height: 16px;
	width: 200px;
	display: block;
	background-image: url(../images/btn_left01.jpg);
	padding-bottom: 5px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#box_left #navi_left #btn_left02 a {
	height: 16px;
	width: 200px;
	display: block;
	background-image: url(../images/btn_left02.jpg);
	padding-bottom: 5px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#box_left #navi_left #btn_left03 a {
	height: 16px;
	width: 200px;
	display: block;
	background-image: url(../images/btn_left03.jpg);
	padding-bottom: 5px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#box_left #navi_left #btn_left04 a {
	height: 16px;
	width: 200px;
	display: block;
	background-image: url(../images/btn_left04.jpg);
	padding-bottom: 5px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#box_left p img {
	margin-bottom: 0px;
}
/* ここまで */

/* フッター */
#footer {
	clear: both;
	background-color: #FFF;
	}
	
#footer #navi_btm {

	width: 940px;
}
#footer #navi_btm ul li {
	float: left;
	display: block;
	padding-right: 20px;
}
#footer #navi_btm ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

#footer #navi_btm ul li a:hover {
	color: #f7eb8a;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}/*フッターのカーソルが乗っているリンクの色*/

#footer #copyright p {
	color: #FFF;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#footer #footer_up {
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	width: 910px;
	height: 128px;
	background-image:url(../image/footer.jpg)	
}


#footer #copyright {
	display: inline;
}
#footer address {
	clear: both;
}
#footer address p {
	text-align: center;
	font-size: 65%;
	color: #4DC3ED;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer address p img {
	margin-right: 10px;
	vertical-align: text-bottom;
}
/* ここまで */

/* スマートフォンサイトへ */
#gotosmart {
	height: 70px;
	width: 100%;
	margin-top: 10px;
	display: none;
	background-color: #4DC3ED;
}
#gotosmart p {
	text-align: center;
	font-size: 200%;
}
#gotosmart p a {
	color: #000000;
	height: 50px;
	width: 100%;
	display: block;
	padding-top: 20px;
}


/* ヘッダのナビゲーション */

#globalnavi{
	position: absolute;
	top: 100px;
}
#globalnavi ul{
list-style-type: none;
width: 960px;
}

#globalnavi li{
width: 160px;
float: left;
}
#globalnavi ul li {
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
#globalnavi #hed_main01 a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main01.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main02 a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main02.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main03 a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main03.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main04 a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main04.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main05 a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main05.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main06 a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main06.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main01s a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main01o.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main02s a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main02o.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main03s a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main03o.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main04s a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main04o.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main05s a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main05o.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#globalnavi #hed_main06s a {
	display: block;
	height: 50px;
	width: 160px;
	background-image: url(../images/hed_main06o.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#globalnavi #hed_main01 a:hover {
	background-image: url(../images/hed_main01o.jpg);
}
#globalnavi #hed_main02 a:hover {
	background-image: url(../images/hed_main02o.jpg);
}
#globalnavi #hed_main03 a:hover {
	background-image: url(../images/hed_main03o.jpg);
}
#globalnavi #hed_main04 a:hover {
	background-image: url(../images/hed_main04o.jpg);
}
#globalnavi #hed_main05 a:hover {
	background-image: url(../images/hed_main05o.jpg);
}
#globalnavi #hed_main06 a:hover {
	background-image: url(../images/hed_main06o.jpg);
}
iframe { border: 1px #000000 solid; }

#pageTop{
	background:#c3c3c3;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
#pageTop:hover{
	background:#847f7f;
	}

.selector{
	border-left:7px solid #0d3059;
	border-bottom:1px solid #0d3059;
	padding:.8em .9em;
	margin-top: 10px;
	font-size: 18px;
}
.selectorb{
	display: block;
	padding-top:.2em;
	font-size:.8em;
	color:#fdba84;
}

.setsumei{
	display: block;
	padding-top:5px;
	font-size:10pt;
	color:#5d5d5d;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 40px;
}


 /*販売事例ページ用*/
 
.case-box{
	clear: both;
	width: 710px;
	margin-bottom: 10px;
	border-bottom: 1px #999999 solid;
} 
.case-box-middle{
	float: left;
	width: 355px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
} 
.box1{
	float: left;
	width: 180px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
.box2{
	float: left;
	width: 500px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box3{
	float: left;
	width: 33%;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.case-title{
	font-size: 16px;
	color: #990000;
	text-decoration: underline;
	line-height: normal;
}

.lineup-title{
	font-size: 12px;
	color: #336699;
	text-decoration: underline;
	line-height: normal;
}

 /*セミナーページ用*/
 
.photo-box{
	clear: both;
	width: 710px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
} 

.text-box{
	clear: both;
	width: 960px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
} 
.text-box2{
	clear: both;
	width: 690px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
} 
.obi{
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0d3059;
	padding-left: 10px;
	height: 30px;
	vertical-align: middle;
	padding-top: 15px;
	color: #FFF;
}
.adviser{
	float: left;
	width: 25%;
	height: 130px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 20px;
	background-color: #fdba84;	
}
.adviser-img{
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
}
.adviser-txt{
	float: left;
	width: 75%;
	height: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px #999999 solid;
	font-size: 14px;
}

#photo_main2 {
	height: 426px;
	width: 710px;
	margin-top: 10px;
}

#pan-box{
	clear: both;
	width: 698px;
	margin-bottom: 30px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
	margin-left: 13px;
} 
/* @group breadcrumb */

#breadcrumb {
	float: left;
	display: block;
	width: 697px;
}
#breadcrumb ul{ list-style: none; }

.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 10px 31px 11px 35px; position: relative; text-decoration: none; }

.crumbs li a { background-image: url('images/bg-crumbs-blue.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #333; background-position: 100% -96px; }
.crumbs li.first a span {
	height: 29px;
	width: 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #666666;
}


 
/*ログインＢＯＸ*/
.log-in{
	height: 165px;
	width: 220px;
	background-image: url(../images/rogin_back.jpg);
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 15px;
	}
.log-in a{
	color: #FFF;
	text-decoration: underline;
	}
.title-box{
	height: 27px;
	width: 440px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	}
.switch-box{
	height: 27px;
	width: 86px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#ff7200;
	overflow:hidden;
	font-size:14px;
}
nav ul {
	width:950px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.667%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#fdba84;
}

/* トップナビ */

#contents {
	width: 960px;
	margin: 5px auto;
}

* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:10px;
	margin-bottom:10px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#fdba84;
	border:1px solid #999;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff8f0 none repeat scroll 0 0;
	border:1px solid #bbb;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;	
	color:#bd5704;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width: 290px;
	height: 110px;
}

#info {
	margin: 5px 0 5px 0;
}

#info h2 {
	color:#ff7200;
	border-left:5px solid #ff7200;
	background:#f9dfdf;	
}

#info h3 {
	color:#ff7200;
	border-left:5px solid #ff7200;
	background:#fdba84;	
}

#main {
	float:right;
	width:100%;
}

.photo2 {
	overflow: hidden;
	padding: 15px;
	border: 5px solid #ff7200;
	background: #fff;
	line-height: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}
.fontbig {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #FFF;
	padding-left: 30px;
	letter-spacing: 1px;
	padding-top: 5px;
	font-weight: bold;
}

.fontbig2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #003;
	letter-spacing: 1px;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
}

.fontbig3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
	padding-left: 85px;
	padding-right: 85px;
	line-height: 25px;
	font-weight: bold;	
}

.fontm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	padding-right: 10px;
}

.fontn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	padding-right: 5px;
}


.imgL {
	float:right;
	margin:0 0.5em 0.5em 0;
}


/*================================================
 *  サブコンテンツ
 ================================================*/
#sub {
	float:left;
	width:240px;
	padding-top: 0px;
}

.submenu li {
	margin:0;
	list-style:none;
	font-size:12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:#ff7200;
}
.submenu li a:before {
	content:"\0025a0";
	color:#bd5704;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.submenu li a {	
	margin-top:3px;
	display:block;
	padding:15px 0 15px 0;
	color:#FFF;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: 1px;
}
.submenu li a:hover {
	background:#eee;
	color:#000;
}

.bnr {
	overflow: hidden;
	margin-top: 8px;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
	padding: 2px 0 2px 0;	
}

.down{
	position: relative;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top-color: #95D5FF;
}

.down:after{
  position: absolute;
  content: '';
  top: -64px;
  left: -16px;
  width: 32px;
  height: 32px;
  background: #95D5FF;
}
area{
	border: none;
	outline: none;
}