@charset "UTF-8";
/* CSS Document */

/* 基本スタイル
-------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
	
	
html,	
body {
	font-size:100%;
	color:#000000;
	background-color:#FFFFFF;
	height: 100%;
}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,p {
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

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

a:link,
a:visited,
a:active {
	color: #FF3300;
	text-decoration: underline;
}

a:hover {
	color: #3399CC;
}

p.detail {
	height:auto;
	min-height:0;
	padding:0 5px 5px 0;
	text-align:right;
}

p.red {
	font-size:75%;
	color:#CC0000;
	line-height: 25px;
	}
	
p.i_left   {
	float: left;
}

.cl {
	clear:both;
}


/* Wrapper
-------------------------------------------------*/

#wrapper {
	text-align:center;
	width: 100%;
	min-height:100%;
	height:auto !important;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	}

/* container
-------------------------------------------------*/	
#container {
	width: 1000px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/con_back.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 30px;
}

/* header
-------------------------------------------------*/

#header {
	height: 35px;
	text-align: left;
}

#header h1 {
	font-size: 80%;
	line-height: 35px;
	padding-left: 5px;
}

/* main_img
-------------------------------------------------*/
#main_img {
	height: 200px;
	width: 1000px;
	background-image: url(../images/main_img.png);
	background-repeat: no-repeat;
}
#main_fla {
	height: 200px;
	width: 1000px;
	position: relative;
	z-index: 1;
}

/* sabnavi
-------------------------------------------------*/
#sabnavi {
	float: left;
	width: 250px;
	margin-top: 120px;
}
#sabnavi  em  {
	position: absolute;
	left: -9999px;
}
#sabnavi ul {
	list-style-type: none;
}
#sabnavi ul li {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#sabnavi ul li a {
	display:block;
}

#sabnavi ul li a#s01:link,
#sabnavi ul li a#s01:visited,
#sabnavi ul li a#s01:active {
	background-image: url(../images/sub01_b.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#sabnavi ul li a#s01:hover {
	background-image: url(../images/sub01_b_on.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#sabnavi ul li a#s02:link,
#sabnavi ul li a#s02:visited,
#sabnavi ul li a#s02:active {
	background-image: url(../images/qa_b.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
}

#sabnavi ul li a#s02:hover {
	background-image: url(../images/qa_b_on.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#sabnavi ul li a#s03:link,
#sabnavi ul li a#s03:visited,
#sabnavi ul li a#s03:active {
	background-image: url(../images/blog_button.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 200px;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
}

#sabnavi ul li a#s03:hover {
	background-image: url(../images/blog_button.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 200px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#sabnavi .telbox {
	height: 70px;
	width: 200px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


/* g_navi
-------------------------------------------------*/
#g_navi {
	float: right;
	text-align: left;
	padding-right: 1px;
}

#g_navi ul {
	list-style-type: none;
}
#g_navi ul li {
	float: left;
	display: inline;
}


#g_navi ul li em {
	position: absolute;
	left: -9999px;
}

#g_navi ul li a {
	display:block;
	}

#g_navi ul li a#g01:link,
#g_navi ul li a#g01:visited,
#g_navi ul li a#g01:active {
	background-image: url(../images/g01.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
}

#g_navi ul li a#g01:hover {
	background-image: url(../images/g01.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
	background-position: center -38px;
}

#g_navi ul li a#g02:link,
#g_navi ul li a#g02:visited,
#g_navi ul li a#g02:active {
	background-image: url(../images/g02.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
}

#g_navi ul li a#g02:hover {
	background-image: url(../images/g02.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
	background-position: center -38px;
}

#g_navi ul li a#g03:link,
#g_navi ul li a#g03:visited,
#g_navi ul li a#g03:active {
	background-image: url(../images/g03.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
}

#g_navi ul li a#g03:hover {
	background-image: url(../images/g03.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
	background-position: center -38px;
}

#g_navi ul li a#g04:link,
#g_navi ul li a#g04:visited,
#g_navi ul li a#g04:active {
	background-image: url(../images/g04.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
}

#g_navi ul li a#g04:hover {
	background-image: url(../images/g04.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
	background-position: center -38px;
}

#g_navi ul li a#g05:link,
#g_navi ul li a#g05:visited,
#g_navi ul li a#g05:active {
	background-image: url(../images/g05.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
}

#g_navi ul li a#g05:hover {
	background-image: url(../images/g05.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
	background-position: center -38px;
}

#g_navi ul li a#g06:link,
#g_navi ul li a#g06:visited,
#g_navi ul li a#g06:active {
	background-image: url(../images/g06.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
}

#g_navi ul li a#g06:hover {
	background-image: url(../images/g06.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 101px;
	background-position: center -38px;
}

#g_navi ul li a#g07:link,
#g_navi ul li a#g07:visited,
#g_navi ul li a#g07:active {
	background-image: url(../images/g07.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 102px;
}

#g_navi ul li a#g07:hover {
	background-image: url(../images/g07.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 102px;
	background-position: center -38px;
}

/* contents
-------------------------------------------------*/
#contents {
	width: 685px;
	margin-top: 60px;
	text-align: left;
	float: left;
	padding-left: 40px;
}
#contents #form {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#container .dr {
	height: 105px;
	width: 210px;
	position: absolute;
	top: 240px;
	left: 27px;
	z-index: 2;
	visibility: visible;
}
#contents .txt01 {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#contents .txt01 h2 {
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	padding-left: 28px;
	font-weight: bold;
	color: #003399;
	font-size: 90%;
	line-height: 35px;
	margin-bottom: 8px;
}
#contents .txt01 ul {
	padding-left: 15px;
	list-style-type: none;
}
#contents .txt01 ul li {
	line-height: 150%;
	list-style-position: inside;
	list-style-image: url(../images/b008.gif);
	font-size: 90%;
}
#contents .txt01 p {
	font-size: 80%;
	padding-left: 8px;
	color: #333333;
	padding-top: 8px;
}
#contents .txt01 p.note {
	font-size: 70%;
	padding-left: 8px;
	color: #CC0000;
	padding-top: 8px;
}
#contents .txt01 dl {
	padding-left: 8px;
}
#contents .txt01 dt {
	color: #FF6600;
	font-weight: bold;
	line-height: 30px;
}
#contents .txt01 dd {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	padding-left: 5px;
}
#contents .news_area h2 {
	background-image: url(../images/news_haikei.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	font-size: 90%;
	padding-left: 28px;
	font-weight: bold;
	color: #E10000;
	line-height: 35px;
}
#contents .news_area dl {
	padding-left: 8px;
	padding-top: 8px;
}
#contents .news_area dt {
	font-size: 80%;
	line-height: 150%;
	color: #FF6600;
}
#contents .news_area dd {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
}
#contents .newitem {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .newitem h2 {
	background: url(../images/h2_haikei_02.jpg) no-repeat left center;
	height: 50px;
	width: 685px;
	font-size: 22px;
	line-height: 50px;
	color: #C00;
	padding-left: 28px;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents .newitem .snx-p {
	height: 287px;
	width: 200px;
	padding-left: 20px;
	float: left;
}
#contents .newitem .snx-info {
	float: left;
	height: 260px;
	width: 340px;
	padding-left: 25px;
	padding-top: 20px;
}
#contents .newitem .snx-pdf {
	width: 645px;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#contents .newitem .snx-pdf p { font-size: 12px; }
#contents .newitem .snx-pdf p a img { padding-right: 8px; }
#contents .newitem .snx-pdf p a { text-decoration: none; }
#contents .newitem .snx-pdf p a:hover {
	text-decoration: underline;
	color: #F60;
}

/* 会社概要
-------------------------------------------------*/

#contents .com01 h2 {
	font-size: 90%;
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	padding-left: 28px;
	font-weight: bold;
	color: #003399;
	line-height: 35px;
	margin-bottom: 8px;
}
#contents .com01 {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .com01 table {
	margin-right: auto;
	margin-left: auto;
	background-color: #000066;
}
#contents  .com01  table  th {
	color: #FFFFFF;
	background-color: #0066FF;
	text-align: center;
	line-height: 30px;
	font-size: 90%;
}
#contents .com01 table td {
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: 30px;
	padding-left: 8px;
}

#director {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
}
#director img {
	display: block;
	float: left;
}
#director .director_txt {
	float: left;
	margin-left: 10px;
	width: 300px;
}
#director .director_txt h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #003399;
}
#director .director_txt p {
	font-size: 14px;
	padding-bottom: 8px;
	line-height: 20px;
}
#director .director_txt p span {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}
#director .director_txt ul {
	list-style-type: none;
}
#director .director_txt ul li {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}


#director02 {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
}
#director02 img {
	display: block;
	float: right;
	margin-right: 30px;
}
#director02 .director_txt {
	float: right;
	margin-left: 0px;
	width: 300px;
	margin-right: 5px;
}
#director02 .director_txt h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #003399;
}
#director02 .director_txt p {
	font-size: 14px;
	padding-bottom: 8px;
	line-height: 20px;
	color: #333333;
}
#director02 .director_txt p span {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}
#director02 .director_txt ul {
	list-style-type: none;
}
#director02 .director_txt ul li {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

#contents .com_p {
	padding-left: 8px;
}

/* 開業実績
-------------------------------------------------*/

#contents .res01 {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .res01 h2 {
	font-size: 90%;
	font-weight: bold;
	padding-left: 28px;
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	color: #003399;
	line-height: 35px;
}
#contents .res01 h3 {
	font-size: 100%;
	padding-left: 8px;
	color: #FF3300;
	padding-bottom: 8px;
	padding-top: 8px;
}
#contents .res01 p {
	font-size: 85%;
	line-height: 150%;
	padding-left: 15px;
}

/* オリジナルユニット
-------------------------------------------------*/

#contents .unit_area {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .unit_area h2 {
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	padding-left: 28px;
	font-size: 90%;
	font-weight: bold;
	color: #003399;
	line-height: 35px;
	margin-bottom: 8px;
}
#contents .unit_area p {
	font-size: 85%;
	line-height: 150%;
	padding-left: 15px;
}
#contents #dl_area {
	padding-left: 15px;
}
#contents #dl_area p {
	font-size: 80%;
	line-height: 150%;
}
#contents .loupe_area {
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	width: 685px;
}
#contents .loupe_area h2 {
	font-size: 90%;
	font-weight: bold;
	padding-left: 28px;
	color: #003399;
	line-height: 35px;
}
#contents .loupe_area h3 {
	font-size: 120%;
	line-height: 30px;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009933;
	margin-top: 15px;
	color: #009933;
	margin-left: 8px;
	margin-bottom: 10px;
}
#contents .loupe_area p {
	padding-left: 8px;
	font-size: 85%;
	line-height: 150%;
}
#contents .loupe_area ul {
	padding-left: 15px;
	list-style-position: inside;
	list-style-type: disc;
}
#contents .loupe_area ul li {
	font-size: 85%;
	line-height: 150%;
}
#contents .loupe_area table {
	margin-right: auto;
	margin-left: auto;
	background-color: #006600;
	font-size: 80%;
}
#contents  .loupe_area  th {
	color: #FFFFFF;
	background-color: #66CC33;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#contents  .loupe_area  th.cap {
	background-color: #006600;
}
#contents .loupe_area td {
	background-color: #FFFFFF;
	text-indent: 0.5em;
	line-height: 25px;
	height: 25px;
}
#contents .voice_area {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .voice_area h2 {
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	padding-left: 28px;
	font-size: 90%;
	font-weight: bold;
	color: #003399;
	line-height: 35px;
}
#contents .voice_area dl {
	padding-left: 8px;
}
#contents .voice_area dt {
	font-weight: bold;
	color: #FF6600;
	line-height: 30px;
	padding-top: 15px;
}
#contents .voice_area dd {
	padding-left: 5px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	font-size: 85%;
}
#contents .link_area {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .link_area h2 {
	font-size: 90%;
	font-weight: bold;
	padding-left: 28px;
	height: 35px;
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	width: 685px;
	color: #003399;
	line-height: 35px;
}
#contents .link_area dl {
	font-size: 90%;
	padding-left: 8px;
	padding-top: 15px;
}
#contents .link_area dt {
	color: #006600;
	line-height: 35px;
}
#contents .link_area dd {
	padding-left: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
#contents .cheap_area {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .cheap_area h2 {
	font-size: 90%;
	font-weight: bold;
	height: 35px;
	width: 685px;
	padding-left: 28px;
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	color: #003399;
	line-height: 35px;
	margin-bottom: 8px;
}
#contents .cheap_area p {
	font-size: 85%;
	padding-left: 8px;
	line-height: 150%;
	padding-right: 3px;
}
#contents .cheap_area h3 {
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 8px;
}
#contents .qa_area {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents .qa_area h2 {
	font-size: 90%;
	font-weight: bold;
	background-image: url(../images/h2_haikei_01.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	padding-left: 28px;
	color: #003399;
	line-height: 35px;
}
#contents .qa_area dl {
	padding-top: 15px;
	padding-left: 8px;
}
#contents .qa_area dt {
	background-image: url(../images/q_icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	font-size: 90%;
	color: #2b68bd;
}
#contents .qa_area dd {
	background-image: url(../images/a_icon.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
	line-height: 150%;
	padding-top: 8px;
	font-size: 90%;
	color: #de6828;
}

/* footer
-------------------------------------------------*/
#footer {
	height: 65px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/foo_back.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
}
#footer address {
	font-size: 10px;
	line-height: 15px;
	padding-top: 5px;
	color: #CCCCCC;
}

