@charset "utf-8";

/*
	Page Name:会社紹介 
	Description: style import
*/

/* Set Base Style
----------------------------------------- */

@import "menu_1.css";/*　Right column menu style */

@import "set.css";/* base template style */

/* Style for MacIE 5.x 
------------------------------------------*/
/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/


/*************会社概要｜アクセス（緑の仕切り）*************/

#main .outline {
	width: 500px;
}

#main .outline dt {
	width: 100px;
	clear: both;
	color: #00A99D;
	float: left;
	font-weight: bold;
	background-image: url(../company/images/bg_outline_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	visibility: inherit;
	z-index: 2;
	position: relative;
}
#main .outline dd {
	margin-bottom: 15px;
	background-image: url(../company/images/bg_outline.gif);
	background-repeat: no-repeat;
	background-position: 95px bottom;
	z-index: 1;
	padding-left: 115px;
}
#main .outline img {
	float: right;
	margin-bottom: 5px;
}


/*************共通パーツ*************/
	/*タイトル*/
#main h2 {
	margin-bottom: 20px;
}
#guideline h4 {
	color: #22B573;
	font-size: 14px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #22B573;
	border-left-color: #22B573;
	margin-top: 10px;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.3em;
}

	/*文字*/
#main p {
	padding: 10px;
}
	/*BOX*/
#guideline {
	width: 500px;
}

#guideline p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

	/*装飾*/
#guideline p.arrow {
	text-indent: 18px;

}

#guideline .dotte .arrow .green a , #guideline .dotte .arrow .green a:visited{
	color: #22B573;
}
#guideline .arrow a {
	color: #22B573;
	text-decoration: none;
}
#guideline .gray ul {
	padding-left: 6.5em;
	margin-top: -1.6em;
	clear: both;
}

