﻿@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#efefef;
	font: 12px "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka, sans-serif;
	color:#333;
}

a {
	color:#00c;
	text-decoration:none;
	padding-bottom:1px;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

.txl {
	text-align:left;
}

.txr {
	text-align:right;
}

.txc {
	text-align:center;
}

.red {
	color:#ad3434;
}

.black {
	color:#000;
}


/*-----container-----*/

#container {
	width:760px;
	margin:0px auto;
	padding:0px 10px;
	background:url(../img/content_bg.gif) repeat-y center top;
}


/*-----header-----*/

#header {
	width:710px;
	height:70px;
	margin:0px;
	background:#333f99 url(../img/header_bg.gif) no-repeat bottom;
	padding: 0px 25px;
}

h1 {
	width:210px;
	float:left;
	margin:15px 0px 0px;
}

h1 a {
	display:block;
	width:210px;
	height:30px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-8000em;
}

.srch {
	float:right;
	margin:25px 0px 0px;
	padding:0px;
}

.srch form {
	margin:0px;
}

.srch .input_txt {
	border:1px solid #999;
}


/*-----menu-----*/

#menu {
	clear:both;
	width:760px;
	background:#c2c5e0;
}


/*-----image-----*/

#image {
	clear:both;
	margin:0px;
}

.page_image {
	width:760px;
	height:100px;
	background:url(../img/page_image.jpg) no-repeat center;
	text-indent:-5000em;
}

.tim_tb {
	margin:0px;
	background:url(../img/top_image.jpg) no-repeat top;
	border-bottom:3px solid #333f99;
}

#news {
	width:240px;
	height:190px;
	margin:10px 35px 0px 30px;
	padding:5px 10px 0px;
	background:url(../img/news_bg.jpg) no-repeat -30px -15px;
}

.news_title {
	width:105px;
	height:15px;
	margin:0px;
	background:url(../img/whats.gif) no-repeat;
	text-indent:-6000em;
}

.news_area {
	width:235px;
	height:165px;
	overflow:auto;
	margin:10px 0px 0px;
	padding-right:5px;
}

.news_date {
	margin:0px;
	padding-left:15px;
	background:url(../img/mark_blue.gif) no-repeat left center;
	font-weight:bold;
	color:#333f99;
	letter-spacing:0.1em;
}

.news_txt {
	color:#000;
	line-height:1.3em;
	margin:5px 0px 15px;
}


/*-----banner-----*/

#banner {
	width:735px;
	margin:0px 0px 10px;
	padding-left: 25px;
}

.asp_navi {
	width:730px;
	margin:0px 0px 10px;
	padding:3px 30px 0px 0px;
	background: url(../img/top_btmbar.gif) no-repeat left top;
	text-align:right;
}

.asp_navi strong {
	font-size:14px;
	font-weight:bold;
}

.bnr_box {
	float:left;
	width:110px;
	margin-left:10px;
}

.svs a {
	display:block;
	width:110px;
	height:54px;
	margin:0px;
	background:url(../img/svslogo.gif) no-repeat;
	text-indent:-7000em;
}

.has a {
	display:block;
	width:110px;
	height:54px;
	background:url(../img/haslogo.gif) no-repeat;
	text-indent:-7000em;
}

.scsr a {
	display:block;
	width:110px;
	height:54px;
	background:url(../img/scsrlogo.gif) no-repeat;
	text-indent:-7000em;
}

.medicocoro a {
	display:block;
	width:110px;
	height:54px;
	background:url(../img/medicocorologos.gif) no-repeat;
	text-indent:-7000em;
}

.bnr_cmt {
	margin:5px 0px 0px;
	font-size:0.9em;
	line-height:1.2em;
}

/*-----content-----*/

#content {
	width:760px;
	margin:0px;
}


/*-----top-page area-----*/

#top_left {
	float:left;
	width:340px;
	padding-left:30px;
}

#top_right {
	float:left;
	width:340px;
	margin-left:20px;
}

.left {
	float:left;
}

.right {
	float:right;
}

h2.index {
	height:14px;
	margin:0px;
	padding:10px 10px 6px;
	font-size:14px;
	color:#333f99;
	background:url(../img/title_bg.gif) no-repeat left bottom;
}

.bs_box {
	width:230px;
	height:50px;
	padding:0px 0px 0px 110px;
	margin:10px 0px 15px;
}

h3.bs_title {
	margin:0px 0px 3px;
	font-size:16px;
}

h3.bs_title a {
	color:#ad3434;
}

h3.bs_title a:hover {
	color:#ad3434;
	text-decoration:underline;
}

h3.asp a {
	color:#122559;
}

h3.asp a:hover {
	color:#122559;
	text-decoration:underline;
}

h4.bs_cmt {
	margin:0px;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.3em;
}

.ct_box {
	width:320px;
	margin:0px;
	padding:10px 0px 10px 19px;
	background:#f4f7fd;
	border:1px solid #c8d7f5;
}


/*-----sub-page area-----*/

#pan_navi {
	padding:10px 20px 5px;
	background:url(../img/navi_bg.gif) no-repeat left bottom;
	color:#333;
	font-size:0.9em;
}

#pan_navi a {
	margin:0px 5px;
	color:#333;
}

#pan_navi a:hover {
	color:#333;
}

#page_area {
	background:url(../img/side_bg.gif) repeat-y left top;
}

#news_bg {
	background:url(../img/image_news.jpg) no-repeat left top;
}

#site_bg {
	background:url(../img/image_site.jpg) no-repeat left top;
}

#pr_bg {
	background:url(../img/image_privacy_2.jpg) repeat-y 0px 631px;
}

.car_pr {
	background:url(../img/image_privacy_1.jpg) no-repeat left top;
}

/*--side bar--*/

#sidebar {
	width:200px;
	float:left;
}

.image_recruit {
	height:600px;
	background:url(../img/image_recruit.jpg) no-repeat left top;
}


/*--main--*/

#main {
	width:510px;
	float:right;
	margin:10px 0px 0px;
	padding-right: 25px;
}

.box {
	padding-left:15px;
	margin: 15px 0px 20px;
}

.cmt {
	line-height:1.3em;
	color:#000;
	margin: 20px 0px;
}

.mt10 {
	margin-top:10px;
}

h4.entry {
	margin:30px 0px 10px;
	padding:0px 0px 5px 5px;
	border-bottom:1px dotted #333;
	border-left:3px solid #000;
	font-size:14px;
	color:#000;
}

h4.bar {
	margin:30px 0px 10px;
	padding:2px 10px;
	background:#333f99;
	color:#fff;
	font-size:12px;
}

.c_top {
	width:240px;
	height:365px;
	padding:10px 0px 0px 270px;
	line-height:1.6em;
	background:url(../img/c_top_bg.jpg) no-repeat left top;
}

.getacro_box {
	width:140px;
	margin:40px 20px;
	padding:10px;
	background:#f4f7fd;
	font-size:0.9em;
	line-height:1.2em;
}

.pagetop {
	margin:20px 0px 0px;
	text-align:right;
}

/*-product-*/

h3.pd_index {
	margin:20px 0px 10px;
	padding:0px 0px 5px 5px;
	font-size:14px;
	color:#ad3434;
	border-bottom:1px dotted #ad3434;
}

h3.pd_index_bk {
	margin:20px 0px 10px;
	padding:0px 0px 5px 5px;
	font-size:14px;
	color:#000;
	border-bottom:1px dotted #000;
}

.pd_btm {
	margin:30px 0px 20px;
	padding:5px 10px 5px 20px;
	background:#f4f7fd;
	border:1px solid #dee7f9;
	line-height: 1.5em;
}

p.num {
	margin:0px 0px 5px;
	font-weight:bold;
}

/*-IT-*/

.ap_hako {
	margin:15px 0px 0px;
	padding:10px;
	border:2px solid #c5eeaa;
}

.ap_hako strong {
	display:block;
	padding:2px 5px;
	background:#3e8f25;
	color:#fff;
	margin-bottom: 5px;
}

/*-living-*/

.lv_top_cmt {
	width:220px;
	margin:1em 0em;
	line-height:1.5em;
}

/*-privacy-*/

ol.pr_list li {
	line-height:1.3em;
	margin:1em 0em;
}


/*-table-*/

.news_tb {
	margin:0px;
}

.news_tb th {
	padding:8px 5px 8px 0px;
	border-bottom:4px solid #f5ddc3;
	font-weight:normal;
	color:#000;
	text-align:right;
	white-space:nowrap;
}

.news_tb td {
	padding:8px 5px 8px 15px;
	border-bottom:1px solid #f5ddc3;
	line-height:1.2em;
}

.gr_tb {
	background:#c5eeaa;
}

.gr_tb th {
	padding:5px 5px 5px 10px;
	font-weight:normal;
	color:#030;
	text-align:left;
	background: #e8f8dd;
	border:1px solid #fff;
}

.gr_tb td {
	padding:5px 5px 5px 10px;
	background:#fff;
	line-height: 1.5em;
}

.gr_tb td.tg {
	background:#f0fff0;
}

.itin td {
	padding:5px;
}

.pdf_tb {
	margin-left:30px;
}

.pdf_tb td {
	padding:5px;
	border-bottom:1px dotted #999;
}

.pd_tb caption {
	padding:0px 0px 20px;
	line-height:1.5em;
	text-align:left;
}

.pd_tb th {
	padding:5px 0px;
	font-weight:normal;
	text-align:left;
	color:#000;
}

.pd_tb td {
	padding:5px 0px 10px;
	line-height:1.5em;
}

.pd_tb_tb td {
	padding:5px 0px;
	line-height:1.3em;
}

.pd09_tb {
	margin:20px 0px;
	background:#999;
}

.pd09_tb th {
	padding:5px 0px;
	background:#f0f0f0;
	color:#000;
	font-weight:normal;
}

.pd09_tb td {
	padding:5px;
	background:#fff;
}

.pd09_tb td.t1 {
	background:#6ff;
	color:#000;
}

.pd09_tb td.t2 {
	background:#cfc;
	color:#000;
}

.pd09_tb td.t3 {
	background:#ff9;
	color:#000;
}

.pd09_tb_tb td {
	padding:5px;
	font-size:10px;
	line-height:1.2em;
	text-align:center;
}

.tx_tb {
	margin:0px;
}

.tx_tb th {
	padding:5px 0px;
	color:#000;
	text-align:left;
	border-bottom:1px dotted #000;
}

.tx_tb td {
	padding:5px 0px 15px;
	line-height:1.5em;
}

.tx_tb2 {
	margin:0px;
}

.tx_tb2 th {
	padding:5px 0px;
	color:#000;
	text-align:left;
}

.tx_tb2 td {
	padding:5px 0px 15px;
	line-height:1.5em;
}


.tx_tb_tb {
	background:#ccc;
}

.tx_tb_tb th {
	padding:5px;
	font-weight:normal;
	color:#000;
	text-align:left;
	background: #e6e6e6;
	border:1px solid #fff;
}

.tx_tb_tb th.txc {
	text-align:center;
}

.tx_tb_tb td {
	padding:5px 3px;
	background:#fff;
	line-height:1.5em;
}

.tx_tb_tb td.ts {
	font-size:10px;
}

.corp_tb {
	margin:20px 0px 0px 15px;
}

.corp_tb th {
	padding:5px 0px 5px 10px;
	background: url(../img/co_bg.gif);
	border-bottom:1px solid #dee7f9;
	font-weight:normal;
	text-align:left;
}

.corp_tb td {
	padding:5px 0px 5px 10px;
	border-bottom:1px solid #dee7f9;
	line-height:1.5em;
}

.corp_tb_tb td {
	padding:3px 0px;
	border:none;
}

.his th {
	text-align:right;
	vertical-align:top;
	padding:5px 10px 5px 0px;
}

.ex_tb {
	margin-left:10px;
}

.ex_tb th {
	padding:10px;
	background: url(../img/co_bg.gif);
	font-weight:normal;
	font-size:12px;
	text-align:left;
}

.ex_tb td {
	padding:10px;
}

.ex_tb th.txr , .ex_tb td.txr {
	text-align:right;
}


.it_tb {
	margin:0px 0px 20px;
	border:1px solid #c2c5e0;
}

.it_tb th {
	padding:2px 5px;
	font-size:12px;
	text-align:left;
	color:#fff;
	background:#333f99;
	border:1px solid #fff;
}

.it_tb td {
	padding:5px;
	background:#fff;
}


/*-----footer-----*/

#footer {
	width:760px;
	margin:30px 0px 0px;
	padding:10px 0px;
	border-top:1px solid #999;
	text-align:center;
}

.btm_navi {
	margin:0px;
	color:#666;
}

.btm_navi a {
	color:#666;
	margin:0px 5px;
}

.btm_navi a:hover {
	color:#333;
}

.btm_navi p {
	margin:10px 0px 25px;
}

.copy {
	font-size:0.9em;
	color:#666;
}
