@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■layout
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	font-size: 14px;
	color: #111;
	font-family:"メイリオ","Osaka","ＭＳ Ｐゴシック";
	background: url(../common_img/bg.jpg) no-repeat top center #eee;
	margin-left: -1px;
}

#wrapper {
	width: 952px;
	margin: 0px auto;
	text-align: center;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}	

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

img {
	border: none;
	vertical-align: bottom;
}

.img_right {
	float: right;
	padding: 0 10px 10px 10px;
}

.img_left {
	float: left;
	padding: 0 10px 10px 10px;
}

.img_top12 {
	margin-top: 12px;
}

.img_top15 {
	margin-top: 15px;
}

.img_bt8 {
	margin-bottom: 8px;
}

.text_bold {
	font-weight: bold;
}

.text_red {
	color: #ff0000;
}

.text_red_underline {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
}

.text_11 {
	font-size: 11px;
}

a {
	overflow: hidden;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h1 { 
	font-size: 10px;
	color: #333;
	font-weight: normal;
	padding: 5px 0 0 15px;
	letter-spacing: 1px;
	text-align: left;
	background: url(../common_img/bg_h1.gif) no-repeat top;
	clear: both;
}

#header {
	width: 950px;
	height: 70px;
	background: url(../common_img/bg_header.gif) no-repeat;
}

#chara {
	position: absolute;
	width: 110px;
	height: 130px;	
	margin: 0 0 0 11px;
	float: left;
}

#h_navi {
	float: right;
	width: 400px;
	color: #014597;
	font-weight: bold;
}

#h_navi ul {
	margin: 40px 15px 0 0;
	padding: 0px;
}

#h_navi li {
	float: right;
	list-style: none;
	margin: 0 0 0 10px;
	letter-spacing: 1px;
}

#h_navi a:link{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

#h_navi a:visited{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

#h_navi a:hover,active{
	font-size :11px;
	color: #333;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}

#h_navi li.icon {
	background: url(../common_img/hnavi_icon.gif) no-repeat;
	padding: 0 0 0 19px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■content
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*main_img*/

#main_img {
	margin: 15px 15px 3px 15px;
}

/*content*/

#content {
	width: 950px;
}

/*content_right*/

#content_right {
	float: right;
	width: 675px;
	padding: 10px 8px 15px 0px;
	text-align: left;
}

#content_right p {
	margin: 0px 10px 10px 10px;
	line-height: 160%;
	letter-spacing: 0.6px;
}

/*pan_navi*/

#pan_navi {
	text-align: left;
	margin: 0px 0 10px 0px;
	padding: 0 0 0 5px;
	font-size: 10px;
}

#pan_navi a:link{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

#pan_navi a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

#pan_navi a:hover,a:active{
	font-size :10px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	background: url(../common_img/bg_h2.gif) no-repeat;
	width: 647px;
	height: 29px;
	padding: 13px 0 5px 23px;
	text-align: left;
	letter-spacing: 1px;
	clear: both;
}

h3 {
	margin: 5px 10px 10px 10px;
	padding: 3px 0 3px 7px;
	font-size: 14px;
	font-weight: bold;
	border-left: 5px #009ec8 solid;
	background: #f1f1f1;
	clear: both;
}

h3.type2 {
	margin: 5px 10px 10px 10px;
	padding: 3px 0 3px 7px;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px #009ec8 solid;
	background: #f1f1f1;
	clear: both;
}

/*content_left*/

#content_left {
	float: left;
	width: 240px;
	padding: 10px 0px 15px 15px;
}

#navi {
	margin: 15px 0 0 0;
	padding: 40px 0 0 0;
	text-align: left;
	background: url(../common_img/bg_servicemenu.gif) no-repeat top;
}

/*g_navi*/

.g_navi ul {
	letter-spacing: 0.7px;
}

.g_navi li {	
	list-style: none;
}

.g_navi a:link {
	color: #333;
	text-decoration: none;
	background: url(../common_img/bg_navi.gif) no-repeat left;
	width: 208px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 9px 0 0 32px;
	text-align: left;
}

.g_navi a:visited {
	color: #333;
	text-decoration: none;
	background: url(../common_img/bg_navi.gif) no-repeat left;
	width: 208px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 9px 0 0 32px;
	text-align: left;
}

.g_navi a:hover,active {
	color: #333;
	text-decoration: none;
	background: url(../common_img/bg_navi_on.gif) no-repeat left;
	width: 208px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 9px 0 0 32px;
	text-align: left;
}

.g_navi2 ul {
	letter-spacing: 0.7px;
}

.g_navi2 li {	
	list-style: none;
}

.g_navi2 a:link {
	color: #333;
	text-decoration: none;
	background: url(../common_img/bg_navi.gif) no-repeat left;
	width: 208px;
	height: 32px;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 3px 0 0 32px;
	text-align: left;
	line-height: 135%;
}

.g_navi2 a:visited {
	color: #333;
	text-decoration: none;
	background: url(../common_img/bg_navi.gif) no-repeat left;
	width: 208px;
	height: 32px;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 3px 0 0 32px;
	text-align: left;
	line-height: 135%;
}

.g_navi2 a:hover,active {
	color: #333;
	text-decoration: none;
	background: url(../common_img/bg_navi_on.gif) no-repeat left;
	width: 208px;
	height: 32px;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 3px 0 0 32px;
	text-align: left;
	line-height: 135%;
}

/*pan_navi*/

#pan_navi {
	padding: 5px 0 0 3px;
	font-size: 10px;
	color: #333;
}

#pan_navi a{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

#pan_navi a:hover{
	text-decoration: none;
}

/*side_text*/

h2.side {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #1a3566;
	border-bottom: #fff 1px dotted;
	padding: 5px 5px 8px 5px;
	margin-top: 12px; 
	text-align: left;
	width: 230px;
	height: 16px;
	letter-spacing: 1px;
}

.side_text {
	padding: 5px 10px;
	text-align: left;
	line-height: 180%;
	background: #e6e6e6;
	border-top: 5px solid #009ec8;
	font-size: 12px;
}

.side_text p {
	padding: 5px 0;
}

p.side_tel {
	background: url(../common_img/side_tel.gif) no-repeat left;
	padding: 1px 0 0 40px;
}

p.side_fax {
	background: url(../common_img/side_fax.gif) no-repeat left;
	padding: 1px 0 0 40px;
}

/*side_area*/

.side_area {
	padding: 5px 10px;
	text-align: left;
	background: #e6e6e6;
	border-top: 5px solid #009ec8;
	font-size: 12px;
}

.side_area p {
	padding: 2px 0;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■page_up
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.page_up {
	clear: both;
	text-align: right;
}

.page_up a:link{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

.page_up a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

.page_up a:hover,a:active{
	font-size :10px;
	color: #555;
	text-decoration: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#footer_ask {
	background: url(../common_img/footer_ask.gif) no-repeat bottom;
	width: 920px;
	height: 205px;
	margin: 0 auto;
	text-align: left;
}

#footer_ask img {
	margin: 150px 0 0 0;
}

#footer_navi {
	width: 920px;
	clear: both;
	font-size: 10px;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}

#footer_navi ul {
	line-height: 180%;
}

#footer_navi li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}

#footer {
	width: 920px;
	font-size: 10px;
	background: #999;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
}

/*foote_navi*/

#footer_navi a:link{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}

#footer_navi a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}

#footer_navi a:hover,a:active{
	font-size :10px;
	color: #666;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

/*copyright*/

#footer a:link{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: none;
	font-weight: normal;
}

#footer a:visited{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: none;
	font-weight: normal;
}

#footer a:hover,a:active{
	font-size :10px;
	color: #fff;
	text-decoration: underline;
	background: none;
	font-weight: normal;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■link
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

a:link {
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	background: none;
}

a:visited {
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	background: none;
}

a:hover {
	font-size :14px;
	color: #333;
	text-decoration: none;
	background: none;
}

a:active {
	font-size :14px;
	color: #333;
	text-decoration: none;
	background: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■top
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*top_banner*/

#top_banner_top {
	margin: 5px 10px;
	width: 650px;
}

#top_banner1 {
	float: left;
	width: 317px;
}

#top_banner2 {
	float: right;
	width: 317px;
}

#top_banner_bt {
	margin: 0 10px;
	width: 650px;
	clear: both;
}

#top_banner3 {
	float: left;
	width: 317px;
	padding: 15px 0 10px 0;
}

#top_banner4 {
	float: right;
	width: 317px;
	padding: 15px 0 10px 0;
}

/*news*/

#news {
	clear: both;
	margin: 10px 10px 20px 10px;
	line-height: 160%;
	letter-spacing: 1px;
}

#news a:link{
	font-size: 14px;
	color: #555;
	text-decoration: underline;
}

#news a:visited{
	font-size: 14px;
	color: #555;
	text-decoration: underline;
}

#news a:hover,a:active{
	font-size :14px;
	color: #999;
	text-decoration: underline;
}

#news dt {
	font-weight: bold;
	float: left;
	clear: both;
	width: 100px;
	padding: 0 5px 10px 0;
}

#news dd {
	padding: 0 5px 10px 0;
	float: right;
	width: 530px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■中ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*about*/

#about_mov {
	width: 650px;
	border: none;
	margin: 0 auto;
}

.about_td_left {
	width: 320px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.about_td_right {
	width: 320px;
	padding-bottom: 10px;
}

/*company*/

#company_img {
	margin: 10px;
}

#company_strong {
	border: 3px #0099ff solid;
	padding: 10px;
	margin: 0 auto 10px;
	width: 624px;
}

#company_strong p {
	margin: 0 0 0 0;
}

.company_strong_bold {
	margin-bottom: 10px;
	font-weight: bold;
}

/*diagnosis*/

#diagnosis ul {
	margin: 10px 0 0 10px;
	font-size: 17px;
	line-height: 220%;
}

#diagnosis li {
	list-style: none;
	background: url(../diagnosis/images/check.gif) no-repeat;
	padding: 0 0 0 30px;
}

#diagnosis_footer {
	background: url(../diagnosis/images/bugyo.gif) no-repeat;
	height: 170px;
	margin: 15px 0 10px 0;
	padding: 50px 10px 10px 175px;
	font-size: 16px;
}

/*staff*/

.staff ul {
	margin: 0 0 0 10px;
	clear: both;
}

.staff li {
	width: 317px;
	list-style: none;
	display: inline;
}

.staff img {
	padding: 0 12px 20px 0;
}

/*example*/

#example {
	margin-top: 10px;
}

#example ul {
	margin: 0;
}

#example li {
	float: left;
	list-style: none;
	padding: 0 0 15px 12px;
}

#example_text {
	clear: both;
	font-size: 17px;
	padding: 0 50px;
}

#example_text p {
	padding-top: 60px;
	line-height: 220%;
	letter-spacing: 1px;
	font-weight: bold;
}

#example_back {
	text-align: center;
	padding: 20px 0 10px 0;
	clear: both;
}

#example_back a:link{
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
	font-size: 20px;
}

#example_back a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
	font-size: 20px;
}

#example_back a:hover,a:active{
	font-weight: bold;
	text-decoration: underline;
	color: #FF9900;
	font-size: 20px;
}

/*flow*/

.table_flow {
	width: 650px;
	margin: 10px 10px 20px 10px;
}

.table_flow_left {
	width: 440px;
	vertical-align: top;
}

.table_flow_right {
	width: 200px;
	padding-left: 10px;
	line-height: 180%;
}

.table_flow_right ul {
	margin: 0 0 10px 20px;
}

.text_flow {
	font-size: 12px;
}

/*faq*/

h3.faq1 {
	width: 550px;
	height: 45px;
	padding: 25px 0 0 100px;
	background: #ffeeee url(../faq/images/q1.gif) no-repeat;
	border: none;
	font-weight: bold;
	font-size: 14px;
	color: #111111;
}

h3.faq2 {
	width: 550px;
	height: 45px;
	padding: 25px 0 0 100px;
	background: #ffeeee url(../faq/images/q2.gif) no-repeat;
	border: none;
	font-weight: bold;
	font-size: 14px;
	color: #111111;
}

.anser {
	width: 520px;
	min-height: 105px;
	padding: 10px 120px 10px 10px;
	background: #e0f5ff url(../faq/images/a.gif) no-repeat right;
	font-size: 14px;
	color: #111111;
}

.measures ul {
	margin: 0 0 0 15px;
	line-height: 180%;
	width: 320px;
	float: right;
}

#faq_footer {
	width: 550px;
	height: 73px;
	margin-left: 15px;
	background: url(../faq/images/footer_bg.gif) no-repeat;
	padding: 77px 50px 0 50px;
	text-align: center;
	font-weight: bold;
	line-height: 180%;
}
	
/*ask*/

#policy {
	margin: 0 0 0 47px;
	padding: 0 0 5px 0;
	line-height: 180%;
	list-style: decimal;
}

/*recruit*/

.recruit_text {
	font-size: 20px;
	font-weight: bold;
}

/*table_01*/

.table_01 {
	width: 650px;
	margin: 10px 10px 20px 10px;
	border-top: solid 1px #ccc;
}

.td_01_gray {
	width: 30%;
	line-height: 180%;
	padding: 10px;
	font-size: 14px;
	background: #f1f1f1;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.td_01_white {
	width: 70%;
	font-size: 14px;
	line-height: 180%;
	padding: 10px;
	background: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}

.td_01_white_recruit {
	width: 70%;
	font-size: 14px;
	line-height: 180%;
	padding: 10px;
	background: url(../recruit/images/bg_img.gif) no-repeat #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}

.td_01_white_recruit2 {
	width: 70%;
	font-size: 14px;
	line-height: 180%;
	padding: 10px;
	background: url(../recruit/images/bg_img_2.gif) no-repeat #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}

.td_01_white_recruit3 {
	width: 70%;
	font-size: 14px;
	line-height: 180%;
	padding: 10px;
	background: url(../recruit/images/bg_img_3.gif) no-repeat #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}

.td_01_white_2 {
	width: 70%;
	font-size: 14px;
	line-height: 180%;
	padding: 10px;
	background: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.td_01_gray_center {
	padding: 15px 0;
	background: #f1f1f1;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
	text-align: center;
}

p.bottom {
	margin: 0 0 7px 0;
}

.table_01 a:link{
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	font-size: 14px;
}

.table_01 a:visited{
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	font-size: 14px;
}

.table_01 a:hover,a:active{
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}

.form_max {
	width: 100%;
}

/*campaign*/

.cam {
	margin-top: 10px;
}

.cam ul {
	margin: 0;
}

.cam li {
	float: left;
	list-style: none;
	padding: 0 0 15px 12px;
}

.camtop10 {
	padding-top: 10px;
}

.denki_table {
	margin: 0px 10px 0;
	border: none;
	width: 650px;
}

.denki_1 {
	font-size: 24px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 10px;
}

.denki_2 {
	width: 180px;
	vertical-align: top;
	padding-right: 10px;
}

.denki_3 {
	vertical-align: top;
	line-height: 180%;
}

/*introduction*/

.introduction_text01 {
	padding: 15px 40px 10px 20px;
}

.introduction_text02 {
	padding-top: 10px;
}

.introduction_img_01 {
	margin-bottom: 20px;
}

#introduction_attention {
	background: url(../introduction/images/img_04.gif) no-repeat;
	margin: 15px 0 10px 0;
	padding: 50px 40px 0 40px;
	width: 570px;
	height: 310px;
	line-height: 180%;
}

.introduction_ul_01 {
	margin-left: 25px;
}

.introduction_ul_02 {
	margin-left: 10px;
	list-style: none;
} 


















