@charset "utf-8";

/* local_common.css */

#sideLocalMenu {
	background: #fff;
}

#sideLocalMenu a img {
	vertical-align: bottom;
	line-height: 1;
}

#sideLocalMenu a {
	display: block;
	width: 220px;
}

#sideLocalMenu a:hover {
	background: #fffafa;
}

#sideLocalMenu a.currentPage {
	background: #fff0f0;
	/*border-bottom: 2px solid #fcc;
	margin-bottom: 1px;*/
}

#sideLocalMenu  li {
	padding: 0 0 1px;
	background: url(/images/common/item_dot02.gif) repeat-x left bottom;
}

#sideLocalMenu  ul li ul {
	padding: 1px 0 0;
	background: url(/images/common/item_dot02.gif) repeat-x left top;
}

#sideLocalMenu  li.last {
	padding: 0;
	background: transparent;
}

#mainVisual {
	background: #fff;
	border-bottom: 5px solid #fff;
}

#mainContent {
	margin-left: 20px;
}

/*　本文基本スタイル　*/

#mainContent h2.contentTitle {
}

#mainContent h3.catchCopy {
	margin: 0 0 30px;
}

#mainContent .imgposLeft {
	text-align: left;
}

#mainContent .imgposRight {
	text-align: right;
}

#mainContent .imgposCenter {
	text-align: center;
}


/*　2カラム用設定　*/

#mainContent .twoColumnContainer {
    overflow: hidden;
}

#mainContent .twoColumnContainer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;

	background-color: #fff; /*　モダンブラウザ用　*/

}

/*\*/
* html #mainContent .twoColumnContainer {
    height: 1em;
    overflow: visible;
}
/**/

#mainContent .twoColumnLeft {
	float: left;
}

#mainContent .twoColumnRight {
	float: right;
}

#sideBannerContainer {
	margin: 10px 0 0;
}

#sideBannerContainer  li{
	margin:0 0 5px;
}
