@charset "utf-8";
/* CSS Document */

body{
	height: 100%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

/* ＝＝＝＝＝＝＝共通スタイル＝＝＝＝＝＝＝＝ */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

a img:hover{
	opacity: 0.8;
}
.mt0{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt27{margin-top: 27px !important;}
.mt30{margin-top: 30px !important;}
.mt34{margin-top: 34px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}
.mt273{margin-top: 273px !important;}
.mt312{margin-top: 312px !important;}
.nmt10{margin-top: -10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb50{margin-bottom: 50px !important;}
.pb50{padding-bottom: 50px !important;}
.pt50{padding-top: 50px !important;}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}

.align_right{
	text-align: right;
	font-size: 12px;
}

.align_center{
	text-align: center;
}

img {
	vertical-align: bottom;
}

.color_red {
	color: #cd0000;
}

.strong {
	font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#header{
	background-color: #089336;
}
#header_o{
	background-color: #1a6596;
}

/*
#logoarea{
	width: 1000px;
	margin: 0px auto;
	padding: 9px 0px;
}
*/
#logoarea{
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
	height:65px;
}
#logoarea p{
	float: left;
	padding:18px 0 0 5px;
}

#logoarea h1{
	float: right;
	color: #fff;
	padding-top: 8px;
	font-size: 14px;
}
#logoarea h1 span{
	display:block;
	font-size:0.9em;
	padding:5px 0 3px;
	text-align:center;
	border-radius:30px;
}
#logoarea h1 span.chintai{
	background-color:#1a6596;
}
#logoarea h1 span.office_chintai{
	background-color:#089336;
}
#logoarea h1 span a{
	color:#fff;
}
#logoarea h1 span a {
	text-decoration:none;
}
#logoarea h1 span a:hover {
	text-decoration:underline;
}


#Breadcrumbs {
    color: #333;
    margin: 10px 0 0 0;
    font-size: 12px;
	overflow:hidden;
}
#Breadcrumbs li {
    height: 15px;
    float: left;
    padding: 0 5px 0 0;
}
#Breadcrumbs a {
    color: #333;
    padding: 0 5px 0 0;
    text-decoration: underline;
}
#trust{
	width:1000px;
	margin:40px auto 0;
	font-size:13px;
}
#trust .trust-left{
	float:left;
	width:130px;
	margin:0 40px 0 0;
}
#trust .trust-right{
	float:left;
	width:830px;
	margin:40px 0 0 0;
}
#security{
	width:1000px;
	margin:70px auto 40px;
}
#security .trust{
	float:left;
	width:490px;
	margin:0 20px 0 0;
}
#security .trust .trust-left{
	float:left;
	width:80px;
	margin:0 20px 0 0;
}
#security .trust .trust-left img{
	float:left;
	width:80px;
}
#security .trust .trust-right{
	float:left;
	width:380px;
	margin:0;
}
#security .pmark{
	float:left;
	width:490px;
	margin:0;
}
#security .pmark .left{
	float:left;
	width:75px;
	margin:0 20px 0 0;
}
#security .pmark .left img{
	float:left;
	width:75px;
}
#security .pmark .right{
	float:left;
	width:395px;
	margin:0;
}


#footer_menu{
	width:1000px;
	margin:80px auto 0;
}
#footer_menu ul{
	text-align:center;
}
#footer_menu ul li {
	margin: 0;
	padding: 0;
	color:#333333;
	display:inline-block;
	font-size:13px;
}
#footer_menu ul li a{
	color:#333333;
}
#footer_menu ul li a:visited{
	color:#333333;
}
#footer_menu ul li a:active{
	color:#333333;
}
#footer_menu ul {
	margin-left: 12px;
}
#footer_menu ul li {
	list-style-type: none;
	padding: 4px 10px 4px 14px;
	background-image: url(/tolstatic/images/common/footer_dot.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#footer{
	background-color: #089336;
}
#footer_o{
	background-color: #1a6596;
}

#Copyright {
	margin:10px 0 0 0;
	padding:5px 0;
	text-align:center;
	font-size:85%;
	color:#ffffff;
}
/*PAGE-TOP*/
#Page-top{
	position:fixed;
	right:50px;
	bottom:40px;
}
#Page-top a {
	width:88px;
	height:0;
	padding:115px 0 0;
	overflow:hidden;
	background:url(/tolstatic/images/common/page_top.png) top center no-repeat;
	display:block ;
}
/*追加*/
p.tolink{
	text-align:center;
	margin:20px auto 20px;
	font-size:1.4rem;
	padding:10px;
	width:500px;
	border-radius:30px;
}
p.link_chin{
	background-color:#1a6596;
}
p.link_officechin{
	background-color:#089336;
}
p.tolink a{
	color:#fff;
	text-decoration:none;
}
p.tolink a:hover{
	text-decoration:underline;
}
