@charset "Shift_JIS";
/*
	jetrun- layout-base 
	CSS layout
	edited on : 9/17/2008
*/

body {
	background: #ededf5 url(../img/bg-body.jpg) center top repeat-x;
}
#main-wrapper {
	padding-top: 25px;
	background: url(../img/bg-wrap.png) center top repeat-y;
}
#main-content {
	float: left;
	margin-left: 30px;
}
.list-table {
	display:inline;
	text-align:left;
}
.list-table th, th {
	padding-right:5px;
}

/*-------------------side-bar----------------------------*/

#side-bar {
	float: right;
}
#side-link  { margin-right: 20px; }
#side-link ul li {
	min-height: 45px;
	margin-bottom: 5px;
}

/*
	sitemap
*/
#box-content {
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

.box-left {
	width: 345px;
	float: left;
	clear: left;
}
.box-right {
	width: 345px;
	float: right;
	clear: right;
}
#box-content h3 {
	margin-bottom: .75em;
}
#box-content ul {
	margin: 0 0 20px 0;
}
#box-content ul li {
	font-size: 105%;
	padding: 3px 5px 3px 18px;
	list-style: inside square;
	color: #ccc;
	background: url(../img/dotted.gif) left bottom repeat-x;
}

/* ------------------- 導入事例・事業パートナー -------------------*/
.partner-detail, .case-detail { 
	margin: 0 auto 30px auto;
	width: 95%;		 
}
.about-partner h4, .about-case h4 {
	margin-top: 0;
	letter-spacing: 0.075em;
	text-align: center;
	background: #ebeef4 url(../img/heading-4.png) center bottom no-repeat;
	border-top: 1px solid #dadada;
}

.partner-detail img, .case-detail img { border: 1px solid #ccc;}
.partner-detail address, .case-detail address {
	font-size: 82%;
	padding: 3px 0;
	background: url(../img/dotted.gif) left bottom repeat-x;
}
.partner-detail p, .case-detail p { margin: 3px 1em .5em 1em; }

/* ------------------- 個人情報保護方針 -------------------*/
#box-privacy {
	margin: 0 auto;
	width: 720px;
	text-align:left;
}

#box-content h3 {
	margin-bottom: .75em;
}

.text-privacy ul{
text-align:right;
font-size:90%;
}

.text-privacy h4{
font-size:140%;
text-align:center;
margin:0px;
padding:40px 0px 40px 0px;
background-image:none;
background-color:transparent;
border-style:none;
}

#priv ul{
list-style-type:none;
list-style-image:none;
font-size:78%;
}

#priv ul li{
list-style-type:none;
list-style-image:none;
}

.text-justify{
text-align:justify;
text-justify:distribute;
text-indent:1em;
}
#privacy-mark {
padding-bottom:30px;
}

#privacy-mark img {
float:left;
}

#privacy-mark p {
padding-left:130px;
}

/* ------------------- 個人情報の取扱いについて -------------------*/

ul.priv-info {
list-style-type:none;
list-style-image:none;
padding-left:20px;
margin-bottom:20px;
}

ul.priv-info li{
list-style-type:none;
list-style-image:none;
}

h4.priv-info-h4{
margin: .75em 0 1em 0;
padding: 6px 5px 5px 5px;
font-size: 110%;
background:none;
border:none;
}

h6.priv-info-h6 {
font-size:95%;
margin:20px 0px 5px 5px;
}

/* ------------------- hide -------------------*/
h1 a {
	text-indent: -5000px;
	overflow: hidden;
}
