@charset "utf-8";
/* CSS Document */


/*contents_left
------------------------*/
#contents_left {
	float:left;
	width:200px;
}

.left_topimg {
	vertical-align:top;
}

#contents_left_bg {
	width:180px;
	padding:0 10px;
    background-image:url(../images/corprate_profile/sidemenu/sideimg_line.gif);
    background-repeat:repeat-y;
}

ul.submenu {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

ul.submenu li {
	display:block;
	background:url(../images/corprate_profile/sidemenu/side_btn.gif) 0 9px no-repeat;
	padding:5px 5px 5px 12px;
	border-bottom:1px dotted #cccccc;
}

ul.submenu li a:link {
	color:#000000;
	text-decoration:none;
}

ul.submenu li a:visited {
	color:#000000;
	text-decoration:none;
}

ul.submenu li a:hover {
	color:#000000;
	text-decoration:underline;
}

.left_bottomimg {
	vertical-align:bottom;
}


/*contents_right
------------------------*/
#contents_right {
	float:right;
	width:545px;
}


/*title
---------*/
#title {
	width: 540px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}


#contents_right table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	margin-bottom:30px;
}

#contents_right table th {
	background-color: #cccccc;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#contents_right table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.5em;
}


/*ISO
------------------------*/
#isobox {
    width:545px;
}

#isobox_img {
	margin:auto;
	text-align:center;
}


/*bases
------------------------*/
#inner_box {
	width:525px;
	margin:auto;
	margin-bottom:15px;
}


.bases_title {
	font-size:1em;
	color:#FFFFFF;
	background:#CCCCCC;
	margin-bottom:10px;
	padding:3px;
}

#bases_left {
	width:335px;
	float:left;
}

#bases_right {
	width:180px;
	float:right;
}