@charset "utf-8";
/* formatting style
------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
	overflow: hidden;
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* link styles
------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}



/* basic layout
------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
}

#main {
	padding: 15px;
	float: left;
	width: 618px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: right;
	width: 180px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	border-top: 1px solid #FF6600;
}
/* header styles
------------------------*/
#header {
	background-image: none;
	background-repeat: no-repeat;
	border-top: 3px solid #FF6600;
}
#header #logo {
	float: left;

}
#header #tel {
	float: right;
}

#header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	text-align: right;
}

#header ul {
	background-color: #FFFFFF;
	width: 860px;
	position: relative;
	clear: both;
}
#header ul li {
	float: left;
	list-style: none; 
	overflow:hidden;
	text-indent:-9999px;
}
#header ul li a {
	display: block;
	height: 50px;
	width: 172px;
}
#home #header #homeImage img {
	margin: 20px 0px 0px;
}

#header ul li#nHome a {
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
}
#header ul li#nHome a:hover {
	background-image: url(images/home_on.gif);
	background-repeat: no-repeat;
}
#header ul li#nPoint a {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
}
#header ul li#nPoint a:hover {
	background-image: url(images/point_on.gif);
	background-repeat: no-repeat;
}
#header ul li#nCase a {
	background-image: url(images/case.gif);
	background-repeat: no-repeat;
}
#header ul li#nCase a:hover {
	background-image: url(images/case_on.gif);
	background-repeat: no-repeat;
}
#header ul li#nCompany a {
	background-image: url(images/company.gif);
	background-repeat: no-repeat;
}
#header ul li#nCompany a:hover {
	background-image: url(images/company_on.gif);
	background-repeat: no-repeat;
}
#header ul li#nContact a {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
}
#header ul li#nContact a:hover {
	background-image: url(images/contact_on.gif);
	background-repeat: no-repeat;
}
#home #header #nHome a {
	background-image: url(images/home_on.gif);
	background-repeat: no-repeat;
}
#point #header #nPoint a {
	background-image: url(images/point_on.gif);
	background-repeat: no-repeat;
}
#case #header #nCase a {
	background-image: url(images/case_on.gif);
	background-repeat: no-repeat;
}

#company #header #nCompany a {
	background-image: url(images/company_on.gif);
	background-repeat: no-repeat;
}
#contact #header #nContact a {
	background-image: url(images/contact_on.gif);
	background-repeat: no-repeat;
}

/* main styles
------------------------*/
#main h2 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 20px;
}
#main h3 {
	margin: 0px 0px 20px;
}
#main .mainContents {
	margin: 0px 0px 20px;
}

#home #main .contentsText {
	display: block;
	padding: 0px 10px;
}
#home #main #homeOwner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#main .mainContents .textCenter {
	text-align: center;
}


#home #main #homeCase,
#main #homeCase {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;

}
#home #main #homeCase .case,
#main #homeCase .case {
	float: left;
	border: 1px solid #CCCCCC;/*IE6でのマージン広がりを回避*/
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 194px;
}
#home #main #homeCase .caseRight,
#main #homeCase .caseRight {
	border: 1px solid #CCCCCC;
	float: right;
	width: 194px;
}
#home #main #homeFlow {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: both;
}
#home #main #homeFlow #homeFlowCotents {
	width: 616px;
	border: 1px solid #CCCCCC;
}
#home #wrapper #main #homeNews {
	margin-bottom: 30px;
}

.contentsText {
	display: block;
	margin: 0px 10px;
}
.detailText {
	text-align: right;
}
a.detail {
	color: #F60;
}
a:hover.detail {
	color: #F60;
}
a:visited.detail {
	color: #F60;
}



#main .mainContents dl dt {
	color: #F60;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main .mainContents dl dd {
	margin: 0px 0px 20px;
	padding: 0px 10px 0px 20px;
}
#main .mainContents .pagetop {
	text-align: right;
	margin: 0px 10px 0px 0px;
}
#main table#company {
	margin-bottom: 40px;
	border-top: 0px none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table#company th {
	text-align: right;
	padding: 10px 20px;
	border-right: 1px dotted #CCC;
	width: 80px;
}
#main table#company td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main table.companyGroup {
	margin-bottom: 40px;
	border-top: 0px none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table.companyGroup th {
	text-align: right;
	padding: 10px 20px;
	border-right: 1px dotted #CCC;
	width: 80px;
}
#main table.companyGroup td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}



#main .mainContents ol {
	padding: 0px 0px 0px 30px;
	margin: 0px 10px 20px 0px;
}
#main .mainContents ol li {
	margin: 0px 0px 10px;
}
#main .mainContents ol p.treatmentText {
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .mainContents ol p#sign {
	text-align: right;
}
#main .mainContents ol table#cooperation {
	margin: 0px 0px 10px;
}
#flow #main .mainContents table tr td p img.step {
	margin: 0px 20px 0px 0px;
}
#case #main .mainContents .caseImage img {
	margin: 20px 0px;
}
#flow #main .flowCotents {
	margin: 0px;
	border-bottom: 1px dashed #CCC;
	padding: 20px 0px;
}
#flow #main .mainContents table tr td p img.title {
	margin: 0px 0px 10px;
}
#owner #main .ownerContents {
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px dashed #CCC;
}
#owner #main .ownerContents table tr td p .merit {
	margin: 0px 20px 0px 0px;
}
#owner #main .ownerContents table tr td p .title {
	margin: 0px 0px 10px;
}
#sitemap #main #sitemapContents {
	padding: 0px 0px 20px 30px;
}
#sitemap #main #sitemapContents ul .sitemapLi {
	margin: 0px 0px 10px;
}
#sitemap #main #sitemapContents ul li ul li.sitemapLiMap {
	list-style: disc;
	margin: 0px 0px 10px 20px;
}


#contact #main form table tr td.contactLeft,
#cam_contact #main form table tr td.contactLeft {
	background-color: #FFC;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact #main form table tr td.contactRight,
#cam_contact #main form table tr td.contactRight {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contact #main form table tr td font.contactRed,
#cam_contact #main form table tr td font.contactRed {
	color: #F00;
}
#contact #main form table tr td.contactLeftTop,
#cam_contact #main form table tr td.contactLeftTop {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}


/* sidebar styles
------------------------*/
#sidebar ul li {
	list-style: url(none) none;
	text-indent: 1em;
	line-height: 2em;
}

#sidebar ul {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/* footer styles
------------------------*/
#footer li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}

