@charset "utf-8";

/*================================================
　　　　* ページ全体
================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #F1F3F5;
/*    font: 14px/23px "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; color:#333;	*/
}
	.clearfix:after {
    display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
	color : #1f2020;
	font-size: 0.9em; 
	line-height: 1.8em;
	
}

a { color: #1B6299; }
a:hover {text-decoration: underline}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tplPadding50 {
	height: 50px;
}

.tplPadding50 {
	height: 50px;
}
.tplPadding40 {
	height: 40px;
}
.tplPadding30 {
	height: 30px;
}
.tplPadding20 {
	height: 20px;
}

/*================================================
　　　　* ヘッダー部分
================================================*/
#tplHeader {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 31px;
	padding-bottom: 45px;
	background-color: #FFF;
}
h1 {
	text-align: center;
	height: 92px;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}

/*================================================
　　　　* ナビ部分
================================================*/
#tplNaviBox {
	background-color: #FFF;
	height: auto;
	width: 100%;
}
#tplNavi {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.tplMenu01,.tplMenu02,.tplMenu03,.tplMenu04,.tplMenu05,.tplMenu06{
	width:142px;
	height:45px;
	float:left;
}
.tplMenu07{
	width:146px;
	height:45px;
	float:left;
}

/*================================================
　　　　* H2（ページタイトル）
================================================*/
#tplPagetitle{
	width:100%
	}#tplPagetitle {
	background-image: url(../img/tplH2.png);
	background-repeat: repeat-x;
}
h2 {
	height: 80px;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}

h2.h2text{
    letter-spacing: 0.3em;
	height: 50px;
	width: 994px;
	padding-top: 30px;
	padding-left: 4px;
	font-size: 24px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

/*================================================
　　　　*メインコンテナ内枠組み
================================================*/
#tplMainBox {
	background-color: #FFF;
	height: auto;
	width: 100%;
}
#tplMaincontena
{width:998px;
height::auto;
margin-left:auto;
margin-right:auto;
padding-top:36px;
padding-bottom:4px;
}
/*===== 1カラムの場合=====*/
.tplContents1col {
	height: auto;
	width: 919px;
	padding-right: 42px;
	padding-left: 37px;
	padding-bottom: 27px;
}
/*===== 2カラムの場合=====*/
.tplContents2col {
	height: auto;
	width: 669px;
	margin-right: 34px;
	float:left;
}
/*===== H3=====*/
h3 {
	height: auto;
	width: 100%;
	margin-bottom: 28px;
	padding-top: 10px;
	padding-bottom: 11px;
	border-left-width: 3px;
	border-left-style: solid;
	font-size: 1.3em;
	color: #052C57;
	padding-left: 15px;
	border-left-color: #052C57;
	line-height: 1.5em;
}

/*===== コンテンツ=====*/


h4 {
	font-size: 1.2em;
	color: #052C57;
	width: 100%;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 18px;
}
h5 {
	font-size: 1em;
	color: #00A3D8;
	margin-bottom: 24px;
}

 li {
	line-height: 1.8em;
 }

/*#tplMaincontena p { */
.tplContents1col p, .tplContents2col p {
    text-indent: 1em;
	font-size: 0.9em; 
	line-height: 1.8em;
/*	color: #000; */
/*	margin-bottom: 1.1em; */
}
.tplContentsBox {
	padding-left: 16px;
}
#tplContactButton {
	height: 50px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.tplContents1col p.tplDate, .tplContents2col p.tplDate {
    text-indent: none;
	margin-bottom:  30px;
	color: #888;
	text-indent: 0em;
}

.NewsTextBlock { 
	font-size:100%; 
	width:100%; 
	margin-bottom:30px;
	padding-bottom:30px; 
	line-hight: 1.3em;
}
.NewsTextBlock p img {margin-left: -1em;}

/*================================================
　　　　*サイドバー
================================================*/
#tplSidebar{
	width:294px;
	hight:auto;
	float:right;
}
.tplSideMenu {
	height: 71px;
	width: 294px;
	margin-bottom: 12px;
}

/*================================================
　　　　*ページトップボタン
================================================*/
#tplPagetop {
	width: 959px;
	margin-top: 30px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-right: 39px;
}

/*================================================
　　　　*フッター
================================================*/
/*===== フッタバナー=====*/

.tplFooterBarBox {
    padding: 30px;
    padding-top: 50px;
    padding-left: 38px;
    width: 100%;
}
.tplFooterBarItem{
    margin-right: 18px;
    float: left;
}

/*===== フッタメニュー=====*/

#tplFMenuBox{
	width:998px;
	height:24px;
	padding-bottom:9px;
	margin-top: -4px;
	margin-left:auto;
	margin-right:auto;
}

.tplFMenu{
	font-size: 10px;
	vertical-align: middle;
	margin-right: 21px;
	float: left;
}

.tplFMenu img{
    margin-right:3px;
	vertical-align: middle;
}

.tplFMenu a{
    color: #1B6299;
    text-decoration: none;
}
.tplFMenu a:hover {text-decoration: underline}
/*===== フッタ=====*/
#tplFooterBox{
	width: 100%;
	padding-top: 21px;
	padding-bottom: 120px;
}
#tplFooterBox p{
	color:#777777;
	font-size:10px;
	line-height:140%;
	}

	#tplFooter {
	height: auto;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}
#tplFooterLogo {
	width: 108px;
	float: left;
	margin-right: 26px;
}
#tplFooterAdd {
	width: 306px;
	float: left;
	margin-right: 58px;
}
#tplFooterInfo {
	width: 302px;
	float: left;
}
.tplCompany{
	font-weight:bold;
	color:#666666;
	font-size:14px;
	line-height:160%;
}





