@charset "utf-8";


/*　共通　*/
body {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	min-width: 960px;
}

#out {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/*　ヘッダー　*/
#head {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: small;
	font-weight: normal;
	text-align: right;
	margin: 0px auto;
	padding: 0px;
	line-height: 22px;
	color:#333333;
	width: 950px;
}



/* メインメニュー */

#mmenu{
	width: 100%;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	height: 60px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 5px;
}

#mmenu ul{
	padding: 0px;
	margin: 0px auto;
	width: 950px;
}
#mmenu ul li{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#mmenu li.Menu01{
	background:url(../img/menu01b.gif);
}
#mmenu li.Menu02{
	background:url(../img/menu02b.gif);
}
#mmenu li.Menu03{
	background:url(../img/menu03b.gif);
}
#mmenu li.Menu04{
	background:url(../img/menu04b.gif);
}
#mmenu li.Menu05{
	background:url(../img/menu05b.gif);
}
#mmenu li.Menu06{
	background:url(../img/menu06b.gif);
}

#mmenu li a{
	display:block;
	width:141px;
	height:50px;
}
#mmenu li a:hover {
	background-color:transparent;
}
#mmenu li a:hover img{
	visibility:hidden;
}



/* サブメニュー */
#submenu {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 223px;
	border: solid 1px #CCCCCC;
	letter-spacing: 0.1em;
}
#submenu .submenu_title {
	margin: 0px;
	background-image: url(../img/submenu_bg.gif);
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	width: 223px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow:1px 1px 2px #000000;
}
#submenu ul {
	list-style: none;
	background: #FFFFFF;
	text-indent: -5pt;
	padding-top: 10px;
	margin-top: 2px;
}
#submenu ul li {
	background: url(../img/submenu_li.gif) no-repeat;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	text-indent: 20px;
}
#submenu ul ul li {
	list-style: none;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#submenu ul li ul li {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px 0px 10px;
	margin-top: 0px;
	line-height: 11px;
}








/* =========================================================
■topicPath
========================================================= */
#topicpath {
}

#topicpath ol {
	margin: 15px 0 20px;
	padding: 0;
	font-size: small;
	list-style: none;
	letter-spacing: 0.1em;
}

#topicpath ol li {
	float: left;
	margin-right: 5px;
}

#topicpath ol li a {
	display: block;
	position: relative;
	padding: 5px 2em 5px 1em;
	background-image: url(../img/navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#topicpath ol li a:link,
#topicpath ol li a:visited {
	background-color: #217AB1;
	color: #FFFFFF;
	text-decoration: none;
}

#topicpath ol li a:hover,
#topicpath ol li a:active {
	background-color: #003E7D;
	color: #FFFFFF;
	text-decoration: none;
}

#topicpath ol li em {
	display: block;
	padding: 5px 1em;
	background-color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
}
/* =========================================================
■Clearfix
========================================================= */

ol:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}

ol {
	display: block;
}
/* End hide from IE-mac */








/* 新着情報 - TOPページ */
#info{
	width: 703px;
	border: 1px solid #CCCCCC;
	font-size: small;
	margin: 10px 0px 20px;
	padding: 0px;
}
#info ul{
	overflow: auto;
	height: 200px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
}
#info ul li{
	list-style-type: none;
	margin: 5px 0px 0px 15px;
	padding: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6699CC;
	color: #000000;
}
#info ul li a{
	color: #000000;
}
#info ul li a:hover{
	color: #3399FF;
}
#info p{
	margin-left: 15px;
	background-image: url(../img/dot01.gif);
	margin-right: 10px;
	margin-bottom: 7px;
	line-height: 160%;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 6px;
	margin-top: 2px;
}

/* 新着情報 - カテゴリー 一覧ページ用 */

#info-list{
	width: 703px;

	font-size: small;
	margin: 10px 0px 20px;
	padding: 0px;
	line-height:160%;
}
#info-list ul{
	overflow: auto;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
}
#info-list li{
	list-style-type: none;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6699CC;
	color: #000000;
}
#info-list ul li a{
	color: #000000;
}
#info-list ul li a:hover{
	color: #3399FF;
}
#info-list p{
	margin-left: 15px;
	background-image: url(../img/dot01.gif);
	margin-right: 10px;
	margin-bottom: 7px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 6px;
	margin-top: 2px;
}
#info-list hr{
	color: #CCCCCC;
	font-size: x-small;
}


/* 新着情報 - カテゴリー 一覧ページ用 */
#info-Content{
	font-size: small;
}
#info-Content h3{
	font-size: medium;
	font-weight: bold;
}




/* 左右・中央 */
.r{
	text-align: right;
}
.fr{
	float: right;
}
.l{
	text-align: left;
}
.fl{
	float: left;
}
.c{
	text-align: center;
}

/* イメージ ボーダーなし */
img{border:none;}
img,a img{margin:0;padding:0;border:none;}

/* イメージ */
.img_sp5r{
	margin-right: 5px;
}
.img_sp5w{
	margin-right: 5px;
	margin-left: 5px;
}
.img_sp7{
	margin: 7px;
}
.img_left{
	float: left;
}
.img_right{
	float: right;
}
.img_detail{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.img_mail{
	vertical-align: bottom;
	margin-right: 3px;
}

/* リンク */
a:link { color:#000000; }

a:visited { color:#000000; }
a:hover { color:#3399FF; }

/* リンク色 */
.link333{
	color: #333333;
}
.link333 a {
	color: #333333;
}
.link333 a:hover {
	color: #3399FF;
}

/*　見出し h1 h2 h3　*/

/*　テキストサイズ・色指定など　*/
.bold{
	font-weight: bold;
}
.redc{
	color: #CC0000;
}
.orange{
	color: #FF6600;
}


/* 左寄せ解除 */
.kaijo {clear:left;}

/* 両方解除 */
.c-both { clear:both; }


/* clearfix FLOAT解除 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  position: relative;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*　看板 コンテンツ　*/
#kanbanbg{
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	background-image: url(../img/kanban_bg.jpg);
	background-repeat: repeat-x;
}
#kanban{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#kanban ul{
	margin: 10px 0px 0px;
	padding: 0px;
}
#kanban ul li{
	list-style-type: none;
	float: left;
}

/*　メイン950枠　*/
#main{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/*　ナビリンク　*/

#main .navi{
	font-size: small;
	color: #999999;
	text-indent: 5px;
	margin: 10px 0px;
}
#main .navi a {
	color: #333333;
}
#main .navi a:hover {
	color: #3399FF;
}

/*　各BOX　*/
#Box01f7{
	background-color: #F7F7F7;
	padding: 10px;
	line-height: 160%;
}





/*　メインコンテンツ705　*/
#contents{
	width: 705px;
	float: left;
}
#contents h2{
	margin-bottom: 5px;
	margin-top: 0px;
}


#contents .ItemBox{
	width: 689px;
	border: 1px solid #CCCCCC;
	padding: 7px;
	min-height: 120px;
	margin-top: 10px;
}
#contents .Itemimg{
	float: left;
	margin-right: 7px;
}
#contents .ItemBox h3{
	font-size: medium;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
	color: #333333;
}
#contents .ItemBox p{
	font-size: small;
	line-height: 160%;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .ItemBox p a{
	color: #FF6633;
}
#contents .ItemBox p a:hover{
	color: #3399FF;
}


/*　プライバシーポリシー　*/
#privacy{
	font-size: small;
	line-height: 160%;
	text-align: justify;
	margin-left: 3px;
}
#privacy h3{
	font-size: medium;
	font-weight: bold;
	background-color: #E1E1E1;
	text-indent: 5px;
	line-height: 180%;
}
#privacy p{}
#privacy dl{}
#privacy dl dt{}
#privacy dl dt dd{}
#privacy ol{
}
#privacy ol li{
	list-style-type: decimal;
}


/*　会社概要　*/
#company{
	font-size: small;
	line-height: 180%;
	text-align: justify;
	margin-left: 3px;
}
#company h3{
	font-size: medium;
	font-weight: bold;
	background-color: #E1E1E1;
	text-indent: 5px;
	line-height: 180%;
}

dl.gaiyou {
	padding: 0;
	border-top: 1px none #E4E4E4;
	background-color: #f5f5f5;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}

dl.gaiyou dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #E4E4E4;
	width: 8em;
	float: left;
	color: #333333;
	font-weight: bold;
}
	
dl.gaiyou dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	color: #333333;
	background-color: #FFFFFF;
}
.syoku{}
.name{
	padding-left: 15px;
}




/*　沿革　*/
dl.history {
	padding: 0;
	border-top: 1px none #E4E4E4;
	background-color: #f5f5f5;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}

dl.history dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #E4E4E4;
	width: 8em;
	float: left;
	color: #333333;
}
	
dl.history dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	color: #333333;
	background-color: #FFFFFF;
}


/*　アクセスマップ　*/
#access{
}
#access p{
	font-size: x-small;
	line-height: 180%;
}
#access h4{
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
#map-tokyo {
	width: 705px;
	margin-bottom: 15px;
}
#map-tokyo iframe{float: left;}

#map-osaka {
	width: 705px;
	margin-bottom: 15px;
}
#map-osaka iframe{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#map-sendai {
	width: 705px;
	margin-bottom: 15px;
}
#map-sendai iframe{float: left;}


.jusyo{
	min-height: 480px;
	width: 200px;
	background-color: #F7F7F7;
	float: right;
}
.jusyo-inner{
margin: 5px;
}
.QR_img{
	text-align: center;
}

/*　株主・投資家　*/
#investor{
	font-size: small;
	line-height: 180%;
	text-align: justify;
	margin-left: 3px;
}
#investor h3{
	font-size: medium;
	font-weight: bold;
	background-color: #E1E1E1;
	text-indent: 5px;
	line-height: 180%;
}
#investor dl{}
#investor dl dt{
	font-weight: bold;
}
#investor dl dd{
	margin-top: 15px;
}


/*　製品・サービス案内　*/
#service{
	font-size: small;
	line-height: 180%;
	text-align: justify;
	margin-left: 3px;
}
#service h3{
	font-size: medium;
	font-weight: bold;
	background-color: #E1E1E1;
	text-indent: 5px;
	line-height: 180%;
}
#service .anchorlink{
	text-align: right;
}
#service .anchorlink a{
	font-size: large;
	color:#FF6600;
	font-weight: bolder;

}
#service .anchorlink a:hover{
	font-size: large;
	color:#3399FF;
	font-weight: bolder;

}




/*　サイト利用規定　*/
#copyright{
	font-size: small;
	line-height: 160%;
	text-align: justify;
	margin-left: 3px;
}
#copyright ul{}
#copyright ul li{}
#copyright dl{}
#copyright dl dt{
	margin-top: 15px;
	font-weight: bold;
	color: #006699;
}
#copyright dl dd{}


/*　社会貢献活動　*/
#activity{
	font-size: small;
	line-height: 160%;
	text-align: justify;
	margin-left: 3px;
}
#activity h3{
	font-size: medium;
	font-weight: bold;
	background-color: #E1E1E1;
	text-indent: 5px;
	line-height: 180%;
}
#activity ul li{}
#activity dl{}
#activity dl dt{
	margin-top: 15px;
	font-weight: bold;
	color: #006699;
}
#activity dl dd{}


/*　リクルート　*/
#recruit{
	font-size: small;
	line-height: 160%;
	text-align: justify;
}
#recruit h3{
	font-size: medium;
	font-weight: bold;
	background-color: #E1E1E1;
	text-indent: 5px;
	line-height: 180%;
}

#sinsotu{
	width: 345px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sinsotu dl{}
#sinsotu dl dt{
	margin-top: 10px;
}
#sinsotu dl dd{
	margin-left: 0px;
	text-indent: 15px;
}



#carrier{
	width: 345px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#carrier dl{}
#carrier dl dt{
	margin-top: 10px;
}
#carrier dl dd{
	margin-left: 0px;
	text-indent: 15px;
}

#senior{
	width: 705px;
	clear: both;
}
#senior dl{}
#senior dl dt{
	margin-top: 20px;
}
#senior dl dd{
	margin-left: 0px;

}


/*　右サイドメニュー　*/
#rmenu{
	width: 225px;
	float: right;
	text-align: left;
	font-size: small;
	margin: 0px 0px 100px;
	padding: 0px;
}
#rmenu p{
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
#rmenu p a{color: #000000;}
#rmenu p a:hover{color: #3399FF;}


#rmenu ul{
	margin: 10px 0px 0px;
	padding: 0px;
}
#rmenu ul li{
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 120%;
	text-decoration: none;
}
#rmenu ul li a{
	color: #000000;
	text-decoration: none;
}
#rmenu ul li a:hover{
	color: #3399FF;
	text-decoration: none;
}


/*　TOPへ　*/
#TOtop{
	text-align: right;
	background-image: url(../img/footer_img.gif);
	margin: 0px;
	height: 40px;
	background-repeat: no-repeat;
}


/*　FOOTER　*/

#footer {
	/* text-align: right; */
	background-image: url(../img/footer_bg.gif);
	padding: 0px;
	height: 100%;
	min-height: 350px;
}

#footer950{
	font-size: small;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#footer950 ul{
	height: 25px;
}
#footer950 ul li{
	display: inline;
	margin-left: 30px;
}
#footer950 ul li a{
	color: #FFFFFF;
}
#footer950 ul li a:hover{
	color: #FFF000;
}

#footer950 p {
	font-size: small;
	color: #FFFFFF;
	line-height: 200%;
	letter-spacing: 0.1em;
}
#footer950 p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer950 p a:hover {
	color: #FFF000;
}


#f-navi{
	font-size: small;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	color: #FFFFFF;
	line-height: 160%;
	text-shadow:1px 1px 2px #000000;
}

#f-navi dl{
	color: #FFFFFF;
}
#f-navi dl dt{
	color: #FFFFFF;
}
#f-navi dl dt a{
	color: #FFFFFF;
}
#f-navi dl dt a:hover{
	color: #FFF000;
}
#f-navi dl dd{
	color: #FFFFFF;
	margin-left: 0px;
	text-indent: 10px;
}
#f-navi dl dd a{
	color: #FFFFFF;
}
#f-navi dl dd a:hover{
	color: #FFF000;
}

#f-navi01{
	float: left;
	width: 280px;
	margin-left: 20px;
}
#f-navi02{
	float: left;
	width: 240px;
}

#f-navi03{
	float: left;
	width: 240px;
}

#f-navi04{
	float: left;
}

#f-navi05{
}


#footer-second{
	font-size: small;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
	text-align: left;
}
#footer-second ul{
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	width: 500px;
	text-indent: 5px;
}
#footer-second ul li{
	margin-left: 0px;
	display: inline;
	margin-right: 15px;
	text-shadow:1px 1px 2px #000000;
}
#footer-second ul li a{
	color: #FFFFFF;
}
#footer-second ul li a:hover{
	color: #FFF000;
}

#footer-second p {
	font-size: small;
	color: #FFFFFF;
	line-height: 200%;
	float: right;
	text-align: right;
	margin-top: 20px;
	text-shadow:1px 1px 2px #000000;
}
#footer-second p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-second p a:hover {
	color: #FFF000;
}


/*　sitemap　*/
#sitemap {
	font-size: small;
	line-height: 200%;
	margin-left: 15px;
	margin-top: 25px;
}
#sitemap dl {
	margin: 5px 5px 30px;

}
#sitemap dl dt {
	font-size: medium;
	font-weight: bold;
	background-image: url(../img/list01.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 1px;
	margin-top: 5px;

}
#sitemap dl dd {
	margin-left: 0px;
	text-indent: 35px;

}


.sitemap_box1 {
	float:left;
	width: 330px;
}
.sitemap_box2 {
	width: 330px;
	float: right;
}


/* 震災 */
#shinsai {
	border: 3px solid #AA0000;
	padding: 10px;
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	margin: 0px 0px 10px;
}
.shinsai-txt1{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

