@charset "utf-8";

#pageimage img {
	border-bottom: 8px solid #7d0000;
	display: block;
	line-height: 0px;
}

#contents {
	width: 1000px;
	margin: 0px;
	background-color: #FAF8ED;
	float: left;
}

#contents h1 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-top: 50px;
	background-image: url(../image/share/brawn_la.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	margin-left: 210px;
	margin-bottom: 2px;
}


#main {
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(../image/share/metalgrad_holiz4.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 5px;
	float: right;
	margin-right: 20px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	padding: 10px 0px 5px;
}

#setumei {
	font-size: 12px;
	color: #000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}





#side  {
	width: 190px;
}
#side #catalog{
	width: 170px;
	margin-top: 30px;
	text-align: left;
	margin-left: 15px;
}
#side #catalog h6{
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}
#side #catalog h6 a{
	font-size: 12px;
	color: #000099;
	padding-left: 18px;
	display: block;
	background-image: url(../image/share/brawn_r.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	line-height: 1.5em;
	padding-bottom: 2px;
	padding-top: 4px;
}
#side #catalog h6 a:hover {
	color: #FF7300;
	text-decoration: underline;
	background-color: #FFF;
}
#syamei {
	margin-top: 180px;
}

#syamei img {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 30px;
	width: 106px;
}


#side p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7d0000;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 15px;
	text-justify: inter-ideograph;
}

#side address {
	font-size: 11px;
	color: #7d0000;
	font-weight: bold;
	border-bottom: 1px solid #7d0000;
	font-style: normal;
	text-align: center;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

#modoru {
	clear: both;
}

#modoru h6 {
	font-size: 11px;
	color: #999999;
	float: right;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 25px;
}
#modoru h6 a {
	color: #000;
	text-decoration: underline;
	display: block;
	padding: 2px 10px 2px 20px;
	background-image: url(../image/share/brawn_u.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}

#modoru h6 a:hover {
	color: #FF7300;
	text-decoration: none;
	background-color: #FFF;
}
.icon_setting {
	position: relative;
}
.icon_pdf {
	position: absolute;
	top: 4px;
	right: 6px;
	border-style: none;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0;
}

.clearfix{
	display:inline-block;
}


/*for tab select*/
.TabbedPanels {
	overflow: hidden;
	padding: 0px;
	clear: none;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}


.TabbedPanelsTabGroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: #F3F3F3;
	list-style: none;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #999;
}


.TabbedPanelsTabHover {
	background-color: #FFF;
	color: #FF7300;
}


.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #000;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #FFF;
}


.TabbedPanelsContent {
	overflow: hidden;
	padding: 0px;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}

