@charset "utf-8";

/*header 関連*/
#header {
	position: relative;
}

#title{
	padding: 0 0 0 10px;
	position: absolute;
	top: 33px;
	left: 0;
}
#title h1{
	display: none;
}
#title object#FlashID, #title embed{
	position: absolute;
	top: 5px;
	left: 220px;
}

/*history関連*/
#history-container {
	height: 139px;
	margin: 0 10px 0 684px;
	padding: 3px 0 10px;
	background: url(../../../image/g2/base/bg/bg-shadow.gif) repeat-x scroll left bottom;
}
/*IE6で、右marginが揃わない問題の修正*/
* html #history-container {
	margin-right: 12px;
}

#history-container a { text-decoration: none; }

#history-top{
	background: #CC3333 url(../../../image/g2/home/bg/history-container-righttop.gif) no-repeat scroll right top;
}
#history-top h2 {
	font-size: 13px;
	line-height: 18px;
	color: white;
	margin: 0;
	padding: 1px 3px 0 16px;
	min-height: 16px;
	background: url(../../../image/g2/home/bg/history-container-lefttop.gif) no-repeat scroll left top;
}
#history-top h2 a {
	color: white;
	text-decoration: none;
}
#history-top h2 a:hover {
	color: #f06;
}
#history-content{
	height: 121px;
	background-color: #FFFFFF;
	overflow: scroll;
	border-left: solid 1px #cccc99;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	
}
* html #history-content {
	/*IE6で、更新履歴に長い行がある場合にスクロールバーが正常に表示されない問題の修正*/
	width: 100%;
}

#history-container h3 {
	font-size: 70%;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0 3px;
	background: #ffcc66 url(../../../image/g2/home/bg/bg-history-common.gif) repeat-x scroll left top;
}
#history-container h4,
#history-container h5,
#history-container h6,
#history-container p {
	font-size: 80%;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 2px 2px;
}
#history-container h4 {
	font-weight: normal;
}
#history-container p {
	margin-left: 5px;
}

#history-container em {
	color: red;
	font-weight: normal;
	font-style: normal;
}





/*sidebar 関連*/
#sidebar{
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	
	background-image: none;
}

#sidebar1 {
	margin: 0 9px;
	width: 202px;
	padding-top: 6px;
}

/*localnavi関連*/
#localnavi {
	margin: 0 6px;
}
#localnavi ul.MenuBarVertical {
	width: 178px;
	margin-left: 2px;
}
#localnavi ul.MenuBarVertical li,
#localnavi ul.MenuBarVertical ul li{
	width: 178px;
	line-height: 17px;
}

/*recommendations 関連*/
#recommendations {
	margin: 5px 0 0 0;
	padding: 0px;
}
#recommendations h2{
	font-size: small;
	margin: 0 0 0 0;
}
#recommendations ul{
	margin: 0 0 0 0;
	padding: 0;
	border-top: solid 1px #cccc99;
}
#recommendations li{
	list-style-type: none;
	margin: 0;
	text-align: center;
	border-left: solid 1px #cccc99;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	font-size: small;
	line-height: 1.2em;
	background-color: #e0e0cc;
	
	padding: 0;
}
#recommendations li a {
	display: block;
	padding: 4px 10px;
}
#recommendations li a:hover {
	background-color: #f0f0dc;
}
#recommendations li.multitext {
	padding: 4px 10px;
}
#recommendations li.multitext a {
	display: inline;
	padding: 0;
}

#recommendations li.shortbanner {
	position: relative;
	padding: 0;
}
#recommendations li.shortbanner img {
	position: absolute;
	top: 3px;
	left: 8px;
	width: 88px;
	height: 31px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
#recommendations li.shortbanner a {
	padding: 4px 10px 4px 100px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 30px;
}
#recommendations li.longbanner {
	height: 40px;
	overflow: hidden;
	padding: 0;
}
#recommendations li.longbanner img {
	display: block;
	margin: 0 auto 3px;
	position: static;
	width: 200px;
	height: 40px;
}
#recommendations li.longbanner a {
	padding: 0;
	height: 40px;
}
#recommendations p {
	margin: 0;
}
#recommendations li.important {
	background-color: #eeee00;
}
#recommendations li.important a:hover {
	background-color: #fffa42;
}

/*counter関連*/
#counter {
	text-align: center;
	overflow: hidden;
	vertical-align: middle;

	display: block;
	margin: 0 1px 10px;
	padding: 15px 0 0;
	width: 200px;
	background: url(../../../image/g2/base/bg/bg-shadow.gif) repeat-x scroll left top;
	
	height: auto;
}
#counter img {
	display: block;
	vertical-align: middle;
	border: none;
	margin: 0 auto;
}


/*feedback関連*/
#feedback {
	text-align: center;
	background: url(../../../image/g2/home/bg/sidebar1-shadow.gif) no-repeat scroll left bottom;
	margin: 0 1px;
	padding: 0 0 15px 26px;
	height: 80px;
}
#feedback li {
	/*display: inline-block;
	float: none;*/
	margin: 0 4px;
	background: url(../../../image/g2/home/bg/feedbackbutton-shadow.gif) no-repeat scroll left top;
	
}
* html #feedback li {
	/*IE6で、問い合わせボタンが横に並ばない問題の修正*/
	display: inline;
}
*:first-child+html #feedback li {
	/*IE7で、問い合わせボタンが横に並ばない問題の修正*/
	display: inline;
}



/*sidebar2 関連*/
#sidebar2{
	margin: 0 10px 10px 10px;
	text-align: left;
	
	/*solve DOUBLED_FLOAT_MARGIN*/
	/*display: inline;*/
}

/*sitesummary 関連*/
#sitesummary {
	background: #FFCC66 url(../../../image/g2/base/bg/bg-shadow.gif) repeat-x scroll left bottom;
}
#sitesummary-top {
	background: #ff6600 url(../../../image/g2/home/bg/sitesummary-righttop.gif) no-repeat scroll right top;
}
#sitesummary-top h2 {
	background: url(../../../image/g2/home/bg/sitesummary-lefttop.gif) no-repeat scroll left top;
	padding: 7px 0 3px 16px;
	margin: 0;
	color: #ffffff;
	text-align: left;
	font-size: medium;
}
#sitesummary-menu{
	background: url(../../../image/g2/home/bg/bg-homenavi.gif) repeat-x scroll left top;
	line-height: 1.3em;
}
#sitesummary-menu ul{
	margin: 0;
	padding: 10px 0 5px;
}
#sitesummary-menu li{
	list-style-type: none;
	margin: 0;
	padding: 4px 10px 0 10px;
	background: url(../../../image/g2/home/bg/homenavi2icon-shadow.gif) no-repeat scroll 9px 3px;
	font-size: small;
}
#sitesummary-menu li:hover,
#sitesummary-menu li:active {
	background-color: #ffc85e;
	background-image: url(../../../image/g2/home/bg/homenavi2icon-shadow-hover.gif);
}
#menu-product a { background: url(../../../image/g2/home/navi/homenavi2-product.gif); }
#menu-discount a { background: url(../../../image/g2/home/navi/homenavi2-discount.gif); }
#menu-ftp a { background: url(../../../image/g2/home/navi/homenavi2-ftp.gif); }
#menu-schedule a { background: url(../../../image/g2/home/navi/homenavi2-schedule.gif); }
#menu-guide a { background: url(../../../image/g2/home/navi/homenavi2-guide.gif); }
#menu-howto a { background: url(../../../image/g2/home/navi/homenavi2-howto.gif); }
#menu-download a { background: url(../../../image/g2/home/navi/homenavi2-download.gif); }

#menu-product a:hover { background-image: url(../../../image/g2/home/navi/homenavi2-product-over.gif); }
#menu-discount a:hover { background-image: url(../../../image/g2/home/navi/homenavi2-discount-over.gif); }
#menu-ftp a:hover { background-image: url(../../../image/g2/home/navi/homenavi2-ftp-over.gif); }
#menu-schedule a:hover { background-image: url(../../../image/g2/home/navi/homenavi2-schedule-over.gif); }
#menu-guide a:hover { background-image: url(../../../image/g2/home/navi/homenavi2-guide-over.gif); }
#menu-howto a:hover { background-image: url(../../../image/g2/home/navi/homenavi2-howto-over.gif); }
#menu-download a:hover { background-image: url(../../../image/g2/home/navi/homenavi2-download-over.gif); }

#sitesummary-menu a:active { background-position: 2px 2px; }

#sitesummary-menu a {
	display: block;
	margin: 0;
	padding: 0 0 4px 72px;
	text-decoration: none;
	min-height: 66px;
	height: auto !important;
	height: 66px;
	
	background-position: left top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#sitesummary-menu .head{
	display: block;
	padding: 0 0 2px 0;
	font-size: medium;
	text-decoration: underline;
}
#sitesummary-menu .text{
	display: block;
	color: #000000;
}
#sitesummary-menu a:hover .head{
	color: #ff0066;
}


#sitesummary-bottom {
	text-align: left;
	border-bottom: solid 1px #ffc;
	background: url(../../../image/g2/home/bg/sitesummary-rightbottom.gif) no-repeat scroll right bottom;
}
#sitesummary-bottom #tools {
	text-align: center;
	padding-bottom: 20px;
	background: url(../../../image/g2/home/bg/sitesummary-leftbottom.gif) no-repeat scroll left bottom;
	font-size: 14px;
	line-height: 14px;
}
#sitesummary-bottom #tools img {
	margin: 0 4px;
}

/*requirements関連*/
#requirements{
	margin: 0 0 0 10px;
}
#flashplayer {
	margin: 8px 0;
	font-size: 8pt;
}
#flashplayer img {
	margin: 0 4px;
}
#flashplayer p {
	margin: 0 4px;
}


/*mainContent 関連*/
#mainContent {
	margin: 0 10px 0 220px;
}

/*topics 関連*/
#topics {
	margin-bottom: 10px;
	background: #b00000 url(../../../image/g2/home/bg/topics-red.gif) repeat-x scroll left top;
	
	/*IE6で、後続のmarginに誤ってbackgroundが適用される問題の対応*/
	border-bottom: solid 1px #ffc;
}


#topics-top {
	border: none;
	font-size: small;
	padding: 0 0 0 13px;
	background: url(../../../image/g2/home/bg/topics-top-lefttop.gif) no-repeat scroll left top;
}
#topics-top h2 {
	margin: 0;
	padding: 0 3px 0 3px;
	line-height: 1.5em;
	font-size: large;
	text-align: left;
	background:  url(../../../image/g2/home/bg/topics-top-righttop.gif) no-repeat scroll right top;
	color: #fff;
}

#topics-middle{
	margin: 0;
	padding: 0 0 0 6px;
	border-right: solid 1px #b99;
}
#topics-articles {
	margin: 0;
	padding: 0;
}
#topics-articles li {
	margin: 0;
	padding: 0;
	background-color: #fff;
	list-style-type: none;
}


#topics-articles h3 {
	margin: 0;
	padding: 10px 12px 8px 18px;
	font-size: medium;
	line-height: 1.3em;
	border-top: solid 1px #933;
	border-left: solid 1px #a03333;
	border-right: solid 1px #a05050;
	
	background-repeat: no-repeat;
	background-position: 4px center;
	
}

#topics-articles h3.CollapsiblePanelTabHover {
	cursor: pointer;
}


#topics-articles .panel {
	background: repeat-x scroll left bottom;
	overflow: hidden;
}

/*IE6でpanelに3pxの左マージンが付く問題の修正 \*/
* html #topics-articles .panel,
* html #topics-articles h3 {
	height: 1%;
}
/**/
* html #mainContent {
	zoom: 1;
}


#topics-articles .content {
	margin: 0;
	padding: 12px 8px 20px;

	background: repeat-x scroll left top;
	border-left: solid 2px #a00000;
	overflow: hidden;
}

#topics-articles h4 {
	margin: 6px 2px 6px 48px;
	font-size: medium;
	line-height: 1.5em;
}
#topics-articles h4 a {
	text-decoration: none;
}
#topics-articles h5 {
	margin: 1px 2px 0 56px;
	font-size: small;
	line-height: 1.5em;
}
#topics-articles h6 {
	margin: 1px 2px 0 58px;
	font-size: x-small;
	line-height: 1.5em;
}

#topics-articles p,
#topics-articles ul,
#topics-articles ol {
	margin: 1px 2px 0 76px;
	font-size: small;
	line-height: 1.5em;
}
#topics-articles ul,
#topics-articles ol {
	padding-left: 1.6em;
}

#topics-articles ul li {
	background-color: transparent;
	list-style-type: disc;
}

#topics-articles ul li p,
#topics-articles ol li p {
	margin: 0;
	padding: 0;
}


#topics-articles table {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
	margin: 0 3px 0 56px;
}
#topics-articles thead, #topics-articles tfoot {
	background-color: LightGrey;
}

#topics-articles th {
	font-weight: normal;
	font-size: small;
	white-space: normal;
}
#topics-articles td {
	text-align: center;
	font-size: small;
}
#topics-articles tbody th{
	text-align: left;
	font-size: small;
}
#topics-articles th, #topics-articles td {
	border-bottom: solid 1px black;
	border-right: solid 1px silver;
	padding: 2px;
}



/*common 灰色*/
#topics-articles h3 {
	background-color: #f1f2f2;
	color: #000;
}
#topics-articles.collapsible .CollapsiblePanelClosed h3 {
	background-image: url(../../../image/g2/home/closed2-common.gif);
}
#topics-articles .CollapsiblePanelTabHover {
	background-color: #fcfcfa;
}
#topics-articles h4 {
	background-color: #f4f4f4;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
}
#topics-articles .panel {
	background-color: #fff;
	background-image: url(../../../image/g2/home/bg/topics-content-bottom-common.gif);
}
#topics-articles .content {
	background-image: url(../../../image/g2/home/bg/topics-content-top-common.gif);
}


/*alter 濃い灰色*/
#topics-articles .alter h3 {
	background-color: #dadfde;
	color: #008068;
}
#topics-articles.collapsible .CollapsiblePanelClosed.alter h3 {
	background-image: url(../../../image/g2/home/closed2-alter.gif);
}
#topics-articles .alter .CollapsiblePanelTabHover {
	background-color: #eaf0ee;
}
#topics-articles .alter h4 {
	background-color: #e4e8e6;
	border-top: solid 1px #bcbcbe;
	border-bottom: solid 1px #acacae;
}
#topics-articles .alter .panel {
	background-color: #f4f8f6;
	background-image: url(../../../image/g2/home/bg/topics-content-bottom-alter.gif);
}
#topics-articles .alter .content {
	background-image: url(../../../image/g2/home/bg/topics-content-top-alter.gif);
}


/*important 黄色*/
#topics-articles .important h3 {
	background-color: #eeee00;
}
#topics-articles.collapsible .CollapsiblePanelClosed.important h3 {
	background-image: url(../../../image/g2/home/closed2-important.gif);
}
#topics-articles .important .CollapsiblePanelTabHover {
	background-color: #fffa42;
}
#topics-articles .important h4 {
	background-color: #fff033;
	border-top: solid 1px #cc9900;
	border-bottom: solid 1px #bb8800;
}
#topics-articles .important .panel {
	background-color: #ffff80;
	background-image: url(../../../image/g2/home/bg/topics-content-bottom-important.gif);
}
#topics-articles .important .content {
	background-image: url(../../../image/g2/home/bg/topics-content-top-important.gif);
}


/*recommend 桃色*/
#topics-articles .recommend h3 {
	background-color: #eebbee;
}
#topics-articles.collapsible .CollapsiblePanelClosed.recommend h3 {
	background-image: url(../../../image/g2/home/closed2-recommend.gif);
}
#topics-articles .recommend .CollapsiblePanelTabHover {
	background-color: #ffbef9;
}
#topics-articles .recommend h4 {
	background-color: #ffc0ff;
	border-top: solid 1px #cc3399;
	border-bottom: solid 1px #bb2288;
}
#topics-articles .recommend .panel {
	background-color: #ffd0ff;
	background-image: url(../../../image/g2/home/bg/topics-content-bottom-recommend.gif);
}
#topics-articles .recommend .content {
	background-image: url(../../../image/g2/home/bg/topics-content-top-recommend.gif);
}


/*good 緑色*/
#topics-articles .good h3 {
	background-color: #88eebb;
}
#topics-articles.collapsible .CollapsiblePanelClosed.good h3 {
	background-image: url(../../../image/g2/home/closed2-good.gif);
}
#topics-articles .good .CollapsiblePanelTabHover {
	background-color: #a0ffc0;
}
#topics-articles .good h4 {
	background-color: #99ffcc;
	border-top: solid 1px #33cc99;
	border-bottom: solid 1px #00bb88;
}
#topics-articles .good .panel {
	background-color: #c0ffe0;
	background-image: url(../../../image/g2/home/bg/topics-content-bottom-good.gif);
}
#topics-articles .good .content {
	background-image: url(../../../image/g2/home/bg/topics-content-top-good.gif);
}

/*Javascriptを無効にした場合にIE6で誤って色付きclosedイメージが表示される現象を防ぐため、Javascript有効時には#topics-articlesにcollapsibleクラスを付加するようにした。*/
#topics-articles h3,
#topics-articles.collapsible .CollapsiblePanelOpen h3,
#topics-articles.collapsible .CollapsiblePanelOpen h3.switched {
	background-image: url(../../../image/g2/home/opened.gif);
}
#topics-articles.collapsible .CollapsiblePanelClosed h3.CollapsiblePanelTabHover {
	background-image: url(../../../image/g2/home/open.gif);
}
#topics-articles.collapsible .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../../../image/g2/home/close.gif);
}

#topics-bottom {
	border: none;
	text-align: right;
	font-size: small;
	background: #ffc url(../../../image/g2/base/bg/bg-shadow.gif) repeat-x scroll left top;
	padding: 7px; 
	border-top: solid 1px #944;
}
#topics-top a,
#topics-bottom a {
	text-decoration: none;
	color: #00f;
	white-space: nowrap;
	margin: 0 3px 0 0;
	cursor: pointer;
}
#topics-top a:hover,
#topics-bottom a:hover {
	color: #f00;
}

/*footer 関連*/
#footer	{
	/*TOPICSの開閉アニメーションを有効にしたときに、IE8でしばしばclearが効かなくなる問題の対応*/
	overflow: hidden;
}

.threeColumn #container {
	position: relative;
}
.threeColumn #sidebar {
	float: right;
}
.threeColumn #sidebar1 {
	position: absolute;
	left: 0;
	top: 185px;
}
.threeColumn #mainContent {
	margin: 0 220px;
}

/*IE6で、#mainContentの左右marginが狂う問題の対応*/
* html #mainContent {
	margin-left: -10px;
	display: inline;
}
* html .threeColumn #mainContent {
	margin-left: 221px;
	margin-right: -3px;
}
* html .threeColumn #sidebar1 {
	top: 187px;
}
