/* @charset "UTF-8"; */

/* @group 基本フォーマット */

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline-style: none;
}

section, header, nav, aside, article, footer,
figure, dialog {
	display: block;
}

m, mark, time, meter, progress {
	display: inline;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

body {
	background-color: #fff;
	color: #444;
	line-height: 1.6;
	font-size: 12px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

/* @group テキストフォーマット */

h1 {
	
}

h2 {
	
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

a, a:visited {
	text-decoration: none;
	color: #36f;
}

a:hover {
	text-decoration: underline;
	color: #00f;
}

.leftText {
	text-align: left;
}

.rightText {
	text-align: right;
}

.centerText {
	text-align: center;
}

/* @end */

/* @end */

/* @group 基本レイアウト */

body {
	
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}

table#mainTABLE {
	
}

thead#mainTHEAD {
	
}

	td#mainHeaderTD {
		height: 80px;
		background: #fff url(pfiles/00/00/00/00/07/corp_logo_white.png) no-repeat 15px 26px;
	}
	
	header#mainHeader {
		
	}
	
	td#mainNavTD {
	background: #eaeaea url(_templates/business/images/nav_bgs.png) repeat-x;
	}
	
	nav#mainNav {
		
	}

tfoot#mainTFOOT {
	
}

	td#mainFooterTD {
		border-top: 1px dashed #bebebe;
	}
	
	footer#mainFooter {
		text-align: center;
		padding: 10px 20px 30px;
	}

tbody#mainTBODY {
	
}

	td#mainAside1TD {
		width: 240px;
	}
	
	aside#mainAside1 {
		padding-bottom: 30px;
	}
	
	td#mainArticleTD {
		width: 680px;
		padding-bottom: 30px;
	}
	
	article#mainArticle {
		padding: 0 0 15px 25px;
	}
	
	td#mainAside2TD {
		display: none;
	}
	
	aside#mainAside2 {
		
	}

div.sidebarObject {
	padding-top: 15px;
}

div.sidebarObject h3 {
	line-height: 1;
	padding: 5px 15px;
	background-color: #eaeaea;
	border: 1px solid #bebebe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0 #fff;
	color: #666;
}

div.sidebarObject ul,
div.sidebarObject ol {
	display: block;
	padding: 0.5em 1em 1.5em 2em;
}

div.sidebarObject ul li,
div.sidebarObject ol li {
	list-style-position: outside;
	line-height: 1.2;
	margin-top: 0.6em;
	list-style-type: disc;
}

div.sidebarObject img {
	border-style: none;
}

#newTopicsInfo ol li {
	line-height: 1.5;
}

span.mDateStr {
	display: block;
}

span.mTypeStr_info {
	display: none;
}

span.mSummaryStr {
	display: none;
}

/* @end */

/* @group ヘッダ */

h1#mainTitle {
	display: none;
	
}

h2#subTitle {
	display: none;
}

/* @end */

/* @group ナビゲーション */

#navBOX {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

ul#navUL {
	display: block;
}

ul#navUL li {
	display: block;
	float: left;
	position: relative;
	list-style: none;
}

ul#navUL a {
	display: block;
	text-decoration: none;
}

/*メインレベル*/

ul#navUL li.navParentLI {
	float: left;
	border-right: 1px solid #bebebe;
	
}

ul#navUL a.navParentLink {
	width: 118px;
	line-height: 30px;
	text-align: center;
	color: #787878;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

/* 第2階層リスト */

ul#navUL ul {
	display: none;
	position: absolute;
	background-color: #eaeaea;
	border: 1px solid #bebebe;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
}

ul#navUL ul a {
	line-height: 1.2;
	padding: 8px 10px;
	width: 200px;
	border-bottom: 1px dotted #bebebe;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
}

#navUL a.sub {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(_templates/business/images/arrow_right_dot2_gray.gif);
}

#navUL a.sub:hover {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(_templates/business/images/arrow_right_dot2_white.gif);
}

ul#navUL ul li:hover > a {
	background-color: #909090;
	color: #fff;
	text-shadow: 1px 1px 0 #666;
}

ul#navUL li.navParentLI:hover > a,
ul#navUL li.navParentLI:hover > form > a {
	background-image: url(_templates/business/images/nav_bgs_hov.png);
	background-color: #d4d4d4;
}

ul#navUL ul li:first-child > a {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

ul#navUL ul li:last-child > a {
	border-style: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* 第3階層以下のリスト */

ul#navUL ul ul {
	left: 198px;
	top: -1px;
	position: absolute;
}

/* dropdown */
ul#navUL li:hover > ul {
	display: block;
}

/* clearfix */
ul#navUL:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] ul#navUL {
	display: block;
}

* html ul#navUL {
	height: 1%;
}

/* @end */

/* @group コンテンツメニュー */

#cTree {
	margin-top: 15px;
}

#cTree h3 {
	display: none;
}

ol#cTreeOL {
	background-color: #eaeaea;
	border: 1px solid #bebebe;
}

ol#cTreeOL li {
	display: block;
}

ol#cTreeOL a {
	display: block;
	line-height: 1.2;
	padding:  5px 10px;
	color: #5e5e5e;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

ol#cTreeOL span.topicMarks {
	display: none;
}

/*メインレベル*/

ol#cTreeOL > li {
	border-top: 1px solid #a7a7a7;
}

ol#cTreeOL > li:first-child {
	border-style: none;
}

ol#cTreeOL > li:hover > a {
	background-color: #a7a7a7;
	color: #fff;
	text-shadow: 1px 1px 0 #666;
}

li.headlineParent {
	
}

li.currentParent {
	
}

li.linkingParent {
	
}

/* 第2階層以下 */

ol#cTreeOL li.closedSubGroup {
	display: none;
	list-style: none;
}

ol.subContentOL {
	padding: 5px 0 10px 0;
	background-color: #fff;
}

ol.subContentOL li:hover,
ol.subContentOL li.currentSubContents {
	background-color: #eaeaea;
}

ol#cTreeOL li.subDepth1 a {
	padding-left: 15px;
}

ol#cTreeOL li.subDepth2 a {
	padding-left: 25px;
}

ol#cTreeOL li.subDepth3 a {
	padding-left: 35px;
}

ol#cTreeOL li.subDepth4 a {
	padding-left: 45px;
}

ol#cTreeOL li.subDepth5 a {
	padding-left: 55px;
}

ol#cTreeOL li.subDepth1 a::before {
	
}

ol#cTreeOL li.subDepth2 a::before,
ol#cTreeOL li.subDepth3 a::before,
ol#cTreeOL li.subDepth4 a::before,
ol#cTreeOL li.subDepth5 a::before {
	content: "◎";
}

ul#navUL a.navParentLink {
	width: 118px;
	line-height: 30px;
	text-align: center;
	color: #787878;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

/* 第2階層リスト */

ul#navUL ul {
	display: none;
	position: absolute;
	background-color: #eaeaea;
	border: 1px solid #bebebe;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
}

ul#navUL ul a {
	line-height: 1.2;
	padding: 8px 10px;
	width: 200px;
	border-bottom: 1px dotted #bebebe;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
}

#navUL a.sub {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(_templates/business/images/arrow_right_dot2_gray.gif);
}

#navUL a.sub:hover {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(_templates/business/images/arrow_right_dot2_white.gif);
}

ul#navUL ul li:hover > a {
	background-color: #909090;
	color: #fff;
	text-shadow: 1px 1px 0 #666;
}

ul#navUL li.navParentLI:hover > a,
ul#navUL li.navParentLI:hover > form > a {
	background-image: url(_templates/business/images//nav_bgs_hov.png);
	background-color: #d4d4d4;
}

ul#navUL ul li:first-child > a {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

ul#navUL ul li:last-child > a {
	border-style: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* 第3階層以下のリスト */

ul#navUL ul ul {
	left: 198px;
	top: -1px;
	position: absolute;
}

/* dropdown */
ul#navUL li:hover > ul {
	display: block;
}

/* clearfix */
ul#navUL:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] ul#navUL {
	display: block;
}

* html ul#navUL {
	height: 1%;
}

/* @end */

/* @group QRコード */

#mobileLinkDIV ul {
	padding: 0;
}

#mobileLinkDIV ul li {
	display: block;
	list-style-type: none;
	text-align: center;
}

/* @end */

/* @group 検索フォーム */

#searchFormDIV ul {
	padding: 0.5em 1em 1.5em;
}

#searchFormDIV ul li {
	display: block;
	list-style-type: none;
}

#searchFormDIV ul li input#scont,
#searchFormDIV ul li input#sblog,
#searchFormDIV ul li input#sinfo,
#searchFormDIV ul li input#sbbs,
#searchFormDIV ul li input#skwd,
#searchFormDIV ul li select#sfrom {
	margin-right: 5px;
}

#searchFormDIV ul li select {
	margin-left: 5px;
}

#searchFormDIV ul li input#skwd {
	width: 160px;
	padding: 2px 0;
}

/* @end */

/* @group ヘッドライン */

#topicHeadlineList {
	margin-top: 15px;
}

#topicHeadlineList h3 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: #919191 1px 1px 3px;
}

#topicHeadlineList .pgNaviBOX_top,
#topicHeadlineList .pgNaviBOX {
	margin-top: 15px;
	text-align: center;
}

#topicHeadlineList .pgNaviTABLE {
	border-collapse: collapse;
	margin: 0 auto;
}

#topicHeadlineList .pgNaviTABLE td {
	padding-right: 3px;
	padding-left: 3px;
}

ol#topicHeadlineListOL {
	display: block;
	padding-left: 10px;
}

ol#topicHeadlineListOL li {
	margin-top: 15px;
	display: block;
}

ol#topicHeadlineListOL li dl dt .mTypeIcon_info img,
ol#topicHeadlineListOL li dl dt .mTypeIcon_blog img,
ol#topicHeadlineListOL li dl dt .mTypeIcon_contents img,
ol#topicHeadlineListOL li dl dt .mTypeIcon_bbs img {
	margin-right: 5px;
}

ol#topicHeadlineListOL li dl dt .topicMarks img,
ol#topicHeadlineListOL li dl dt .topicMarks img,
ol#topicHeadlineListOL li dl dt .topicMarks img,
ol#topicHeadlineListOL li dl dt .topicMarks img {
	margin-left: 5px;
}

ol#topicHeadlineListOL li dl dd.thdl_categ {
	color: #787878;
}

ol#topicHeadlineListOL li dl dd.thdl_topicBody {
	color: #262626;
}

ol#topicHeadlineListOL li dl dd.thdl_topicFooter {
	color: #787878;
}

ol#topicHeadlineListOL li dl dd.thdl_topicFooter .thdl_postTime,
ol#topicHeadlineListOL li dl dd.thdl_topicFooter .thdl_commentRows {
	margin-left: 5px;
}

/* @end */

/* @group トピックの詳細表示 */

#topicViewer {
	
}

.topicViewerErrMsg {
	
}

/* @group トピックのヘッダ */

#topicViewerHeader {
	
}

/* 新旧トピックへのナビゲーション */

#topicMov {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

#topicMovUL {
	
}

#topicMovUL li {
	display: block;
	list-style-type: none;
}

#mov2newerTopicLI {
	float: left;
}

#mov2newerTopicLI a {
	
}

#mov2newerTopicLI a span.movArrow2Newer {
	margin-right: 5px;
}

#mov2newerTopicLI a span.mov2NewerTitle {
	
}

#mov2OlderTopicLI {
	float: right;
}

#mov2OlderTopicLI a {
	
}

#mov2OlderTopicLI a span.movArrow2Older {
	margin-left: 5px;
}

#mov2OlderTopicLI a span.mov2OlderTitle {
	
}

/* トピックのタイトル */

#topicViewerHeader h3 {
	display: block;
	clear: both;
	padding-top: 25px;
	line-height: 1;
	
}

#topicViewerHeader h3 .mTypeIcon_contents img,
#topicViewerHeader h3 .mTypeIcon_blog img,
#topicViewerHeader h3 .mTypeIcon_info img,
#topicViewerHeader h3 .mTypeIcon_bbs img {
	margin-right: 5px;
}

#topicViewerHeader h3 .topicTitleStr {
	font-size: 20px;
	font-weight: bold;
	text-shadow: #919191 1px 1px 3px;
	line-height: 1.5;
}

#topicViewerHeader h3 .topicMarks img {
	margin-left: 5px;
}

/* トピックの情報（ヘッダ用） */

#postDetails_top {
	margin-top: 5px;
}

#topicViewer .topicPostTime {
	
}

#topicViewer .topicPosterName {
	
}

#topicViewer .missingPosterName {
	
}

#topicViewer .topicCtgCol {
	
}

#topicViewer .topicCtgColDelimiter {
	
}

#topicViewer .topicCategName {
	
}

#topicViewer .topicEditLink {
	
}

/* @end */

/* @group トピックの本文 */

#topicViewerBody {
	padding-top: 25px;
	font-size: 14px;
	line-height: 1.8;
}

#topicViewerBody img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 2px 2px 5px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 2px 2px 5px;
	border-style: none;
}

#topicViewerBody table {
	border-collapse: collapse;
	display: table;
}

#topicViewerBody table th {
	background-color: #e2ebfe;
	text-align: center;
	font-weight: bold;
	border: 1px solid #bebebe;
	padding: 8px 12px;
}

#topicViewerBody table td {
	border: 1px solid #bebebe;
	padding: 8px 12px;
}

#topicViewerBody dl,
#topicViewerBody ul,
#topicViewerBody ol {
	display: block;
	padding-left: 2em;
}

#topicViewerBody dl dt {
	color: #787878;
	display: block;
}

#topicViewerBody dl dd {
	display: block;
	padding-left: 2em;
}

.descDIV {
	background-color: #fcfaf6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #f9d37e;
	padding: 1em 1.5em;
}

.specDIV {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #d4d4d4;
	padding: 1em 1.5em;
}

#topicViewerBody pre,
#topicViewerBody xpre {
	display: block;
	font-family: "Courier New", Courier, mono;
	background-color: #787878;
	border: 1px solid #5e5e5e;
	padding: 0.5em 1em;
	color: #fffeff;
}

#topicViewerBody code,
#topicViewerBody xcode {
	display: block;
	font-family: "Courier New", Courier, mono;
	background-color: #f0f0f0;
	border: 1px solid #bebebe;
	padding: 0.5em 1em;
}

#topicViewerBody blockquote {
	display: block;
	background-color: #f0f0f0;
	border: 1px solid #bebebe;
	padding: 0.5em 1em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#topicViewerBody cite {
	display: inline;
	background-color: #f0f0f0;
	border: 1px solid #bebebe;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-style: italic;
}

#topicViewerBody .redText {
	color: #f20c21;
}

#topicViewerBody .greenText {
	color: #2d901a;
}

#topicViewerBody .blueText {
	color: #2e1cfa;
}

#topicViewerBody .yellowText {
	color: #fcfe37;
}

#topicViewerBody .orangeText {
	color: #f59029;
}

#topicViewerBody .fuchsiaText {
	color: #f51efc;
}

#topicViewerBody .purpleText {
	color: #8f1dfb;
}

#topicViewerBody .maroonText {
	color: #8a0b52;
}

#topicViewerBody .whiteText {
	color: #fff;
}

#topicViewerBody .blackText {
	color: #000;
}

/* @end */

/* @group トピックのフッタ */

#topicViewerFooter {
	
}

/* トピック内ページナビゲーション */

#topicViewerFooter .pgNaviBOX {
	
}

#topicViewerFooter .pgNaviBOX ol {
	
}

#topicViewerFooter li.pgLinkEnable {
	
}

#topicViewerFooter li.pgLinkDisable {
	
}

#topicViewerFooter li.pgLinkCurrent {
	
}

/* トピックの情報（フッタ用） */

#postDetails_bottom {
	margin-top: 20px;
}

/* トピックのツイートボタン */

#topicViewerFooter .topicTwButton {
	
}

/* @end */

/* @end */

/* @group 検索結果 */

#searchResult {
	padding-top: 15px;
}

#searchResult h3 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: #919191 1px 1px 3px;
}

#searchResultOL {
	padding-left: 10px;
	padding-right: 10px;
}

.searchResultLI_noData {
	display: block;
	padding: 15px 10px;
}

.searchResultLI {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.searchResultDL {
	display: block;
	/*padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #aeaeae;*/
}

.sr_topicHeader {
	display: block;
}

.sr_topicHeader .mTypeStr_contents,
.sr_topicHeader .mTypeStr_blog,
.sr_topicHeader .mTypeStr_info,
.sr_topicHeader .mTypeStr_bbs {
	display: none;
}

.sr_topicHeader .mTypeIcon_contents img,
.sr_topicHeader .mTypeIcon_blog img,
.sr_topicHeader .mTypeIcon_info img,
.sr_topicHeader .mTypeIcon_bbs img {
	margin-right: 5px;
}

.sr_topicHeader .mTitleStr {
	
}

.sr_topicHeader .topicMarks img {
	margin-left: 5px;
}

.sr_topicBody {
	display: none;
	color: #787878;
}

.sr_topicFooter {
	display: none;
}

/* @end */

.testBox {
	border: 1px solid #696;
padding: 60px 20px;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);

margin: 30px auto;

	behavior: url(_html5css3ie/PIE.htc);
	position: relative;
	
	
}

/* @group ログインページ */

body#loginPage {
	font-size: 14px;
	background-color: #f5f5f5;
}

noscript div {
	display: block;
	padding: 20px 50px;
	background-color: #f20c21;
	font-size: 18px;
	font-weight: bold;
	color: #fcfe80;
	text-align: center;
}

#loginFormContainer {
	border: 5px solid #eaeaea;
	width: 600px;
	padding: 30px 10px 30px 10px;
	margin: 30px auto;
	background: #fff;
}

#loginFormTable {
	border-collapse: collapse;
	margin: 0 auto;
}

#loginFormTable caption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #787878;
}

#loginFormTable th,
#loginFormTable td {
	border: 5px solid #fff;
}

#loginFormTable td.cancelTD {
	text-align: center;
}

#loginFormTable th {
	background-color: #eaeaea;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	padding: 5px 20px;
	vertical-align: middle;
	color: #787878;
}

#loginFormTable td {
	text-align: left;
	padding: 5px 20px 5px 5px;
	vertical-align: middle;
}

#loginFormTable input#a_id,
#loginFormTable input#a_pw {
	padding: 3px;
	font-size: 14px;
	width: 300px;
}

#loginFormTable input#set2cookie,
#loginFormTable input#login_jump,
#loginFormTable input#login_jump1 {
	margin-right: 5px;
}

#loginFormTable input#login_jump1 {
	margin-left: 20px;
}

#loginFormTable tfoot td {
	border: 5px solid #fff;
	padding: 20px 20px 5px 5px;
	vertical-align: middle;
	text-align: center;
}

/* @end */


