@charset "UTF-8";

/* タイトル
--------------------------------------------------------------------*/
#maincontents h2#c-detail {
	background: #ffffff url('../images/sheader_about.jpg') no-repeat left top;
}
#maincontents h2#c-profile {
	background: #ffffff url('../images/sheader_profile.jpg') no-repeat left top;}
#maincontents h2#c-access {
	background: #ffffff url('../images/sheader_access.jpg') no-repeat left top;
}
#maincontents h2#c-policy {
	background: #ffffff url('../images/sheader_policy.jpg') no-repeat left top;
}
#maincontents h3#sakurai {
	background: #ffffff url('../images/h3_sprofile.gif') no-repeat left top;
}


#maincontents .content p {
	margin: 10px 15px;
}

#maincontents .content dl {
	margin: 15px 12px 15px 18px;
	line-height: 1.5em;
}
#maincontents .content dl dd ul {
	margin: 5px 0 5px 0;
	line-height: 1.5em;
}


/* 会社概要
--------------------------------------------------------------------*/
#about {
	margin: 5px 10px 10px 20px;
	width: 520px;
}
#about tr {
	border-bottom: 1px solid #dddddd;
}
#about tr.none {
	border-bottom: none;
}

#about th {
	padding: 5px 0;
	width: 120px;
	font-size: 93%;
}
#about td {
	padding: 5px 0;
	width: 390px;
	font-size: 93%;
	line-height: 1.4em;
}
#about td ul {
	line-height: 1.6em;
	list-style: square outside;
}
#about td ul li {
	padding: 0 0 0 0.1em;
	text-indent: 0em;
}
#about td.img {
	width: 210px;
}
#about td.img img {
	margin-left: 5px;
	vertical-align: -150px;
}


/* サイドメニュー
--------------------------------------------------------------------*/
#subcontents {
	background: #ffffff url('../images/bg_aboutsub.gif') no-repeat left 15px;
}

#subcontents ul li#am1 a {
	background: url('../images/about_03.jpg') no-repeat left top;
}
#subcontents ul li#am2 a {
	background: url('../images/about_01.jpg') no-repeat left top;
}
#subcontents ul li#am3 a {
	background: url('../images/about_05.jpg') no-repeat left top;
}

#subcontents ul li#am1 a:hover {
	background: url('../images/about_03.jpg') no-repeat right top;
}
#subcontents ul li#am2 a:hover {
	background: url('../images/about_01.jpg') no-repeat right top;
}
#subcontents ul li#am3 a:hover {
	background: url('../images/about_05.jpg') no-repeat right top;
}


/* プライバシーポリシー
--------------------------------------------------------------------*/
#maincontents .content dl#policy {
	margin: 5px 27px 15px 23px;
}
#maincontents .content dl#policy dt {
	color: #000000;
}
#maincontents .content dl#policy dd {
	margin-bottom: 10px;
	color: #666666;
}
