@charset "UTF-8";

/* 初期化 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
img{
	margin:0;
	padding:0;
	border:0;
	display: block;
	vertical-align: bottom;
}
div {
	zoom: 1;/*for IE 5.5-7*/
	margin: 0px;
	padding: 0px;
}  
div:after {/*for modern browser*/  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
}  
.cb {
	clear: both;
}
.fr {
	float: right;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
}

/* 左ナビゲーション */
#leftnavi {
	width: 185px;
	padding-right: 1px;
	padding-left: 1px;
	float: left;
	color: #727272;
}
#leftnavi    h2  {
	height: 51px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B5B6;
	background-image: url(../images/left_bg2.gif);
	background-repeat: repeat-x;
	padding-top: 18px;
	padding-left: 22px;
	font-size: 12px;
	font-weight: normal;
}
/* 左サービスナビゲーション */
#leftnavi #snavi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B5B6;
	margin-left: 10px;
	margin-right: 10px;
}
#leftnavi #snavi img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B6;
}
/* 左会社ナビゲーション */
#leftnavi #cnavi a {
	text-decoration: none;
	color: #727272;
}
#leftnavi #cnavi a:hover {
	text-decoration: underline;
	color: #0A3190;
}
#leftnavi #cnavi ul {
	list-style-image: url("../images/mark.gif");
	list-style-position: inside;
	margin-left: 16px;
	margin-top: 40px;
	margin-bottom: 65px;
}
#leftnavi #cnavi li {
	margin-bottom: 12px;
}
/* 左バナー */
#leftnavi #banner img {
	margin-bottom: 7px;
	margin-left: 10px;
}

/* フッター */
#footer {
	height: 17px;
	clear: both;
}

/* 右 */
#right {
	float: right;
	width: 714px;
}
/* 右上ナビゲーション */
#right #topnavi {
	color: #000000;
}
#right #topnavi p {
	margin-top: 29px;
	text-align: right;
	margin-bottom: 11px;
}
#right #topnavi a {
	color: #000000;
	text-decoration: none;
}
#right #topnavi a:hover {
	color: #0A3190;
	text-decoration: underline;
}
/* 右お問い合わせ */
#right .contact {
	position: relative;
	margin-bottom: 39px;
}
#right .contact #mail {
	position: absolute;
	left: 533px;
	top: 15px;
}
/* 右下ナビゲーション */
#right #footlink {
	clear: both;
}
#right #footlink p {
	text-align: right;
	margin-bottom: 10px;
}
#right #footlink a {
	color: #000000;
	text-decoration: none;
}
#right #footlink a:hover {
	color: #0A3190;
	text-decoration: underline;
}

/* トップページ */
#right #flash {
	margin-left: 45px;
	margin-bottom: 16px;
}
#right #contents #topCL {
	float: left;
	width: 310px;
}
#right #contents #topCR {
	float: right;
	width: 310px;
}
#right  #contents  .topCbox {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	clear: both;
	height: 97px;
}
#right   #contents  .topCbox img  {
	float: left;
}
#right #contents .topCbox .topCboxR {
	float: right;
	width: 163px;
}
#right #contents .topCbox h3 {
	background-image: url(../images/ya.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 6px;
	font-weight: normal;
	margin-bottom: 5px;
}
#right #contents h3 a {
	font-size: 14px;
	color: #205553;
	text-decoration: none;
}
#right #contents h3 a:hover {
	color: #0A3190;
	text-decoration: underline;
}

/* 右コンテンツ内 */
#right #contents {
	margin-left: 45px;
	margin-bottom: 70px;
}
#right  #contents  a  {
	color: #0A3190;
	text-decoration: none;
}
#right  #contents  a:hover  {
	color: #6699CC;
	text-decoration: underline;
}
#right #contents h3 img {
	margin-bottom: 30px;
}
#right #contents h4 {
	font-size: 12px;
	color: #663333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(../images/h4_bg.gif);
	background-repeat: repeat-x;
}
#right #contents h5 {
	background-image: url(../images/ya.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	color: #205553;
	margin-bottom: 10px;
	font-weight: normal;
}
#right #contents h5 span {
	background-color: #215654;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

#right #contents ol {
	margin-left: 23px;
}
#right #contents li {
	margin-bottom: 6px;
}
#right  #contents  .mt10  {
	margin-top: 10px;
}
#right #contents ul {
	list-style-type: none;
}
#right #contents ul li {
	padding-left: 12px;
	background-image: url(../images/ya.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#right #contents .ya2 {
	background-image: url(../images/ya2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


/* テーブル */
#right #contents .tblA {
	width:100%;
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#right #contents .tblA th{
	font-weight:normal;
	background:url(../images/dotline.gif) repeat-x top;
	background-color:#FBFBFB;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

#right #contents .tblA td{
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
background:url(../images/dotline.gif) repeat-x top;
padding:10px;
vertical-align:top;
}
#right #contents .tblA .nolineL {
	border-left-style: none;
}
#right #contents .tblA .nolineR {
	border-right-style: none;
}

#right #contents .tblB {
	width:100%;
	border-collapse:collapse;
}

#right #contents .tblB th{
	font-weight:normal;
	padding:10px;
	text-align:left;
	vertical-align:top;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#right #contents .tblB td{
	padding:10px;
	vertical-align:top;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* サービス */
#right #contents .yaS {
	margin-top: 10px;
}
#right   #contents   .yaS li {
	background-image: url(../images/yas.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#right #contents .sbox {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#right  #contents  .sbox  .sfl {
	float: left;
	width: 360px;
}
/* 個人情報保護方針 */
#right #contents .privacybox {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFFFF4;
	border: 1px dotted #999999;
	padding: 30px;
}
#right #contents .privacybox p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
/* お問い合わせページ */
#right #contents .contactbox {
	background-color: #FFFFF4;
	padding: 35px;
	border: 1px dotted #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
#right #contents .contactbox strong {
	font-size: 15px;
}
#right #contents .contactbox a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
#right #contents .contactbox a:hover {
	text-decoration: underline;
	color: #0A3190;
}
