@charset "utf-8";
/* 会社情報デザイン aboutus.html
-------------------------------------------*/
#aboutus h3{
	margin-top:10px;
}
#aboutus div.info {
	width: 663px;
	padding-bottom: 20px;
}
#aboutus #box_rinen {
	width: 621px;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0px 10px 20px;
	height: 8em;
}
#aboutus #box_aisatsu {
	width: 292px;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	margin-top: 15px;
	padding: 0px 10px 20px;
	height: 8em;
	float: left;
}
#aboutus #box_gaiyou {
	width: 292px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	margin-top: 15px;
	padding: 0px 10px 20px;
	height: 8em;
	float: left;
}
#aboutus #box_privacy {
	width: 292px;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0px 10px 20px;
	height: 8em;
}
#aboutus #box_access {
	width: 292px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0px 10px 20px;
	height: 8em;
}

#aboutus a.abutousSubTitle {
	color: #333333;
	text-decoration: none;
}
#aboutus p.about_box {
	margin-top:5px;
}
#aboutus p.arrowBox {
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-top: 1em;
}
#aboutus .arrowBox a {
	text-decoration: none;
	color: #0066FF;
}
#aboutus .arrowBox a:hover {
	color: #FF0066;
}
/* 企業理念 rinen.html
-------------------------------------------*/


/* 代表者挨拶 aisatsu.html
-------------------------------------------*/
#aisatsu p {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	font-size: 100%;	
}
#aisatsu img#daihyou{
	float: right;
	margin:20px;	
}
#aisatsu img#sign{
	float:right;
	margin-right:20px;
}

#aisatsu #textbox{
	padding-top:20px;	
}
/* 会社概要デザイン gaiyou.html
-------------------------------------------*/
#gaiyou table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	margin-left: 1px;
	margin-bottom: 35px;
}
#gaiyou table th {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EFEFEF;
}
#gaiyou table td {
	padding-right: 15px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
}
#gaiyou ul#naiyou {
	list-style-type: decimal;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
}
#gaiyou ul#torihiki {
	list-style-type: disc;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 18px;
}
#gaiyou a {
	color: #0066FF;
}
#gaiyou a:hover {
	color: #FF3366;
}
#gaiyou dl {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 3px;
}
#gaiyou dt {
	float: left;
	clear: left;
	line-height: 2.0em;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 10px;
}
#gaiyou dd {
	padding-left: 100px;
	line-height: 2em;
}
/* プライバシーポリシー privacy.html
-------------------------------------------*/
#privacy p {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	font-size: 100%;	
}
#privacy p#pRight {
	text-align: right;
	margin-top:20px;
	margin-bottom:25px;
	font-size: 100%;
}
#privacy ul {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:50px;
	font-size: 100%;
}
#privacy ul li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom:15px;
}
/* アクセスデザイン access.html
-------------------------------------------*/
#access img.right{
	margin-right: 20px;
}

#access h4{
	margin-left:20px;
}

#access .contentBox p{
	margin-left:50px;
}
#access a#map {
	margin-left: 50px;
}
#access iframe {
	margin-top:15px;
	margin-left: 50px;
}

