/*-----------------------------------
-----------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #00aa00;
	color: #000000;
	/* 全体の文字色 */
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro", sans-serif;
}

a:hover {
	background-color: #00B8FF;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

/* 表示位置 */
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}


img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

div.clear {
	clear: both;
	/* フロートのクリア */
}

#page_top {
	font-size: 9pt;
	color: #FFB800;
	background-color: #00aa00;
}

#page_top table {
	margin: 0px;
	padding: 0px;
	color: #FFE000;
}

#page_top tr td {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
}

#page_top a img {
	vertical-align: middle;
	padding: 2px 3px;
}

#page_top a {
	color: #FFE000;
	padding: 3px;
}

#page_top a:hover {
	background-color: #FFE000;
	color: #0072BC;
}


/* --- ヘッダーここから --- */
/* --- ヘッダー画像 --- */
#header {
	background-size: 100%;
}

#header_back {
	width: 100%;
	/* ページの幅 */
	margin: 0px auto;
	/* センタリング */
	padding: 0px;
	background-image: url(../IMAGES/top_30th.png);
	background-repeat: no-repeat;
	background-size: 110% 100%;
}

.headitem {
	width: 100%;
	margin: 0px;
	white-space: nowrap;
	font-size: 10pt;
}

.headitem tr td {
	margin: 0px;
	padding-top: 0px;
	vertical-align: middle;
}

.headitem a {
	text-decoration: none;
	background: none;
	white-space: nowrap;
}

.toplogo {
	width: 462px;
	margin-top: 5px;
	margin: 0px;
}

.logo_space {
	display: inline-block;
	width: 5px;

}

table.top_logo,
table.top_contact {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: bottom;
}


table.top_logo div,
table.top_contact div {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table.top_logo tr td,
table.top_contact tr td {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

table.top_contact .tel {
	text-align: right;
	width: 185px;
}

.tel img {
	width: 180px;
}

table.top_contact .mail {
	width: 151px;
	text-align: center;
	border-left: 2px ridge #909090;
}

.mail img {
	width: 146px;
}

table.top_contact .dsc {
	vertical-align: top;
	width: 355px;
}

.dsc img {
	width: 355px;
}

.logo_dsc {
	width: 555px;
}

.headmenu {
	font-size: 9pt;
	vertical-align: middle;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.headmenu tr td {
	white-space: nowrap;
	color: #000000;
	padding: 0px;
}

.headmenu a {
	padding: 1px 7px;
}

.headmenu a:hover {
	background-color: #FFE000;
	color: #000000;
}


/* --- 上メニューバー --- */
div.uenav {
	width: 100%;
	/* ナビゲーションの幅 */
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	font-size: 10px;
	border-top: 1px ridge #E0E0E0;
	border-bottom: 1px ridge #C0C0C0;
}

/* --- 上メニューエリア --- */
div.uenav ul.nl {
	width: 970px;
	/* メニューの幅 */
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: 3px solid #F0F0F0;
	white-space: nowrap;
}

/* --- 上メニュー項目 --- */
div.uenav ul.nl li {
	float: left;
}

/* --- 上メニュー項目の幅（%で指定） --- */
div.uenav ul.nl li.item1 {
	font-size: 11pt;
	width: 160px;
}

/* --- 上メニューリンク --- */
div.uenav ul.nl li a {
	display: block;
	position: relative;
	/* IE6用 */
	padding: 6px;
	/* リンクエリアのパディング（上下、左右） */
	color: #000000;
	text-decoration: none;
	/* テキストの下線（なし） */
	border-radius: 5px;
}

/* --- ポイント時の設定 --- */
div.uenav ul.nl li a:hover {
	color: #000000;
	background-image: none;
	background-color: #D0E0E8;
}



/* サーチボックス設定 */
#srchBox {
	border-style: solid;
	border-width: 0px;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	padding-bottom: 0px;
}

#srchBox * {
	margin: 0px;
	padding: 0px;
}

#srchBox a img {
	border: none;
}

#srchBox #srch {
	padding: 3px;
}

#srchBox #srch #srchForm {
	white-space: nowrap;
}

#srchBox #srchInput {
	width: 110px;
	margin-right: 2px;
	vertical-align: bottom;
}

#srchBox #srchBtn {
	height: 25px;
	width: 46px;
	padding: 1px;
}

*html #srchBox #srchBtn {
	padding-top: 2px;
}

*:first-child + html #srchBox #srchBtn {
	padding-top: 2px;
}

#srchBox ul {
	margin: 2px 0 0 2px;
	padding: 0;
	font-size: 7pt;
	color: #000000;
	background-color: #6ad500;
	text-align: right;
}

#srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
	font-size: 10px;
}

#srchBox li input {
	zoom: 1;
	margin-right: 2px;
	vertical-align: middle;
	border: 0;
}

*html #srchBox li input {
	margin: -4px 0px -4px -4px;
}

#srchBox #srchLogo {
	margin: 6px 6px 6px 0;
	text-align: right;
}

#srchBox #srchLogo a {
	color: #666666;
	text-decoration: none;
}

#srchBox #srchLogo a:hover {
	text-decoration: underline;
}

#srchBox.watermark #srchInput {
	padding: 2px;
	border: 1px solid #a5acb2;
	vertical-align: top;
}

#srchBox.watermark #srchInput.nomark {
	background: #FFFFFF;
}

#srchBox.watermark #srchLogo {
	display: none;
}


/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	min-height: 1px;
}

/* --- ヘッダーここまで --- */

#container {
	width: 100%;
	/* ページの幅 */
	min-height: 100%;
	margin: 0px auto;
	/* センタリング */
	padding: 0px;
	background-color: #E5E5F0;
	/* ページの背景色 */

}

#container2,
#header,
#page_top {
	width: 970px;
	/* ページの幅 */
	margin: 0px auto;
	/* センタリング */
	padding: 0px;
	font-size: 10pt;
}

#container2 {
	padding-top: 5px;
}

/* --- 横ナビゲーションバー --- */
#sidemenu {
	width: 200px;
	margin: 5px 5px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	white-space: nowrap;
}

#rightmenu {
	width: 170px;
	width: 200px;
	margin: 5px 5px;
	margin-bottom: 20px;
	float: right;
	text-align: left;
	white-space: nowrap;
}

#sidemenu .yokonav,
#rightmenu .yokonav {
	border: 1px solid #c0c0c0;
	padding: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	/* 角の丸み */
	background: #FFFFFF;
}

#rightmenu .yokonav {
	padding-bottom: 10px;
}

div.yokonav {
	font-size: 10pt;
}

div.yokonav ul.nl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 10px;
}

div.yokonav ul.nl li {
	background-color: #f9f9f9;
	/* 項目の背景色 */
	border-bottom: 1px #c0c0c0 solid;
	/* 項目の下境界線 */
}

div.yokonav ul.nl li._item1,
div.yokonav ul.nl li.item1 {
	margin: 0px;
	margin-top: 3px;
	color: #000000;
	background-color: #E0E0E5;
	font-weight: bold;
}

div.yokonav ul.nl li._item2,
div.yokonav ul.nl li.item2 {
	margin: 0px 3px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

div.yokonav ul.nl li._item3,
div.yokonav ul.nl li.item3 {
	margin: 0px 3px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

/* --- 横メニューリンク --- */
div.yokonav ul.nl li a {
	display: block;
	position: relative;
	/* IE6用 */
}

/* --- 横メニューリンク --- */
div.yokonav ul.nl li.item1 a img,
div.yokonav ul.nl li._item1 img {
	vertical-align: middle;
	margin-right: 3px;
	text-decoration: none;
	/* テキストの下線（なし） */
}

div.yokonav ul.nl li a:hover {
	background-color: #AAFFFF;
	/* ポイント時の背景色 */
	text-decoration: none;
	/* テキストの下線（なし） */
}

div.yokonav ul.nl li._item1,
div.yokonav ul.nl li.item1 a {
	padding: 5px;
	color: #000000;
	/* ポイント時の背景色 */
}

div.yokonav ul.nl li._item2,
div.yokonav ul.nl li.item2 a {
	padding: 3px 2px;
	color: #000000;
	/* ポイント時の背景色 */
}


div.yokonav ul.nl li._item3,
div.yokonav ul.nl li.item3 a {
	padding: 3px 25px;
	color: #000000;
	/* ポイント時の背景色 */
}

div.yokonav ul.nl li.item1 a {
	text-decoration: underline;
	/* テキストの下線（なし） */
}

div.yokonav ul.nl li.item1 a:hover {
	background-color: #50C0F0;
	/* ポイント時の背景色 */
}

div.yokonav ul.nl li._item1.now {
	color: #A05500;
	background-color: #F0E5A0;
}

div.yokonav ul.nl li._item2.now {
	color: #805000;
	background-color: #FFFFD0;
}

div.yokonav ul.nl li._item3.now {
	color: #805000;
	background-color: #FFFFD0;
}

ul.vendor {
	margin: 2px auto;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: none;
}

ul.vendor li.item1 {
	width: 47%;
	margin: 0px 2px;
	margin-bottom: 2px;
	color: #FFFFFF;
	float: left;
}

ul.vendor li.item1 a:hover {
	text-decoration: none;
	background: none;
}

ul.vendor li.item1 a img {
	border: 1px solid #FFFFFF;
	text-decoration: none;
	background: none;
}

ul.vendor li.item1 a:hover img {
	border: 1px solid #FFA000;
	background-color: #FFF000;
}

ul.vendor li a img {
	border: none;
	background: none;
	text-decoration: none;
}

ul.vendor a:hover img {
	border: none;
	background: none;
	text-decoration: none;
}

/* --- メインコンテンツ --- */
#main {
	width: 530px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 5px 10px;
	font-size: 10pt;
}

.main_top {
	margin: 10px 5px;
}

.main_top p {
	padding: 5px 1px;
	margin: 0px 0px;
	color: #FFFFFF;
	font-size: 15pt;
	font-weight: bold;

}

.location {
	border: 1px solid #c0c0c0;
	background-color: #E0E8F0;
	//background-color: #FFFFFF;
	//background-color: #0072BC;
	padding: 5px 15px;
	text-align: left;
	font-size: 9pt;
	border-radius: 5px;
}

.location a {
	background: none;
}

.location a:hover {
	text-decoration: underline;
}

.main_contents {
	font-size: 10pt;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.main_contents a {
	background: none;
	color: #0072BC;
}

.main_contents a:hover {
	color: #A0C8DE;
}

.main_contents .item1 {
	margin: 2px 0px;
	padding: 2px 5px;
	color: #000000;
	border-top: 5px solid #D0C080;
	background-color: #E8E0A0;
	font-size: 12pt;
	font-weight: bold;
}

.main_contents .item1 a {
	background: none;
}

.main_contents .item1 img {
	vertical-align: middle;
	padding: 0px 5px 2px 0px;
}

.main_contents .item2 {
	margin: 2px 0px 0px 0px;
	padding: 3px;
	color: #000000;
	border: 1px solid #C0C0C0;
	background: none;
	font-size: 10.5pt;
	font-weight: bold;
}

.main_contents .item2:before {
	content: url(../IMAGES/point.png);
	margin-right: 5px;
}

.main_contents div {
	padding: 2px 5px;
}

.main_contents ul.dsc {
	margin: 3px 0px 3px 0px;
	padding: 5px 0px 5px 25px;
	list-style-type: square;
	text-align: left;
	font-weight: bold;
}

.main_contents ul.dsc li {
	padding: 2px 0px;
	margin-bottom: 3px;
}


.main_contents ul.nl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;

}

.main_contents ul.nl li {
	width: 50%;
	padding: 2px 0px;
	margin-bottom: 3px;
	float: left;
}

.main_contents ul.nl2,
.main_contents ul.nl3 {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
	text-align: left;

}

.main_contents ul.nl2 li {
	width: 30%;
	padding: 2px 0px;
	margin-bottom: 3px;
	float: left;
}

.main_contents ul.df {
	margin: 3px 0px 0px 0px;
	padding: 5px 25px;
	list-style-type: circle;
	text-align: left;

}

.main_contents ul.df li {
	width: 100%;
	margin: 0px;
	padding: 1px 0px;
	float: none;
}

.main_contents ul.point {
	margin: 3px 0px 3px 0px;
	padding: 5px 30px 5px 25px;
	list-style-type: none;
	text-align: left;
	font-size: 12pt;
}

.main_contents ul.point li {
	padding: 3px 0px;
	margin-bottom: 10px;
}

.main_contents ul.num {
	margin: 0px;
	padding: 5px 5px 5px 20px;
	list-style-type: decimal;
	text-align: left;
}

.main_contents ul.num li {
	width: 100%;
	margin: 0px;
	padding: 3px 0px;
	float: none;
}

.main_contents p {
	padding: 5px 0px;
	margin: 2px;
	color: #C05050;
	font-size: 16pt;
	font-weight: bold;
}

.main_contents hr.p_1,
.main_contents hr.p_2 {
	margin: 0px;
	margin-bottom: 10px;
	border: 2px solid;
}

.main_contents hr.p_1 {
	margin-left: -8px;
	width: 10%;
	border-color: #50A0F0;
	text-align: left;
	float: left;
}

.main_contents hr.p_2 {
	width: 50%;
	border-color: #C0C0C0;
	text-align: left;
}

/* --- フッタ --- */
#footer {
	clear: both;
	/* フロートのクリア */
	text-align: center;
	font-size: 10pt;
	margin: 5px;
}

#footer .contents_l {
	min-width: 120px;
	float: left;
	text-align: left;
	margin: 2px;
	margin-bottom: 0px;
	padding: 1px;
	list-style-type: none;
	white-space: nowrap;
}

#footer .contents {
	min-width: 135px;
	float: right;
	margin: 2px;
	margin-bottom: 0px;
	padding: 1px;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
}

#footer ul {
	margin: 1px 5px;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

#footer ul.nl {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: left;
}

#footer ul a {
	background: none;
	/* 背景指定なし */
	text-decoration: none;
	/* テキストの下線（なし） */
}

#footer ul a:hover {
	color: #FFAA00;
}

.sitemap {
	border: 1px solid #c0c0c0;
	margin: 5px 0px;
	padding: 2px;
	border-radius: 5px;
	background: #6090A0;
}

.sitemap,
.sitemap a {
	color: #FFFFFF;
}

.sitemap a:hover {
	color: #FFD000;
}




/*-----------------------------------
-----------------------------------*/

#WHATSNEW {
	margin: 5px 0px;
	padding: 0px;
	overflow: no;
	border: none;
	overflow: auto;
	height: 300px;
	border: 1px solid #a0a0a0;
}

#WHATSNEW A:liNK {
	text-decoration: underline;
}

#WHATSNEW A:VISITED {
	text-decoration: underline;
}

#WHATSNEW table {
	width: 100%;
	background-color: #ffffff;
	font-size: 10pt;
	margin: 0px;
}

#WHATSNEW tr td {
	border-bottom: 2px solid #d0d0d0;
	padding: 3px 1px;
	padding-bottom: 5px;
}

#WHATSNEW .products,
#WHATSNEW .seminar,
#WHATSNEW .mail,
#WHATSNEW .other {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 56px;
	border: 1px solid #a0a0a0;
	font-size: 7pt;
}

#WHATSNEW .products {
	/* 新製品 */
	background-color: #A0E0FF;
}

#WHATSNEW .seminar {
	/* セミナー */
	background-color: #FFFFD0;
}

#WHATSNEW .mail {
	/* メール */
	background-color: #FFE0E0;
}

#WHATSNEW .other {
	/* その他 */
	background-color: #E0E0E0;
}

#WHATSNEW .new:after {
	/* NEW */
	border: 1px hidden #a0a0a0;
	content: url(../IMAGES/new004_01.gif);
	margin-bottom: 2px;
	vertical-align: middle;

}

/*#WHATSNEW .new{	 NEW 
	border:1px hidden #a0a0a0;
	margin-bottom: 2px;
	vertical-align: middle;
	
}*/


.garally {
	border: 1px solid #C0C0C0;
	background: #102030;
}

/* fontサイズ等 */
.title {
	font-size: 14pt;
	font-weight: bold;
	padding: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #a0a0a0;
}

.title2 {
	font-size: 14pt;
	font-weight: bold;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	border-bottom: 2px solid #a0a0a0;
}



.title a {
	background: none;
}

.title img {
	background: none;
	padding-right: 3px;
}

.pickup {
	width: 170px;
	font-size: 9pt;
	padding: 3px 5px;
}

.pickup a:hover {
	background: none;
}

.pickup a:hover img {
	background-color: #FFF000;
	border: 3px double #FFA000;
	text-decoration: none;
}

.pickup img {
	border: 3px double lightgray;
}

.pickup table {
	border: 3px double lightgray;
}

.pickup table tr td {
	text-align: center;
}


.contact {
	padding: 3px;
	text-align: left;
	font-size: 9pt;
	white-space: normal;
}

.img_CENTER {
	text-align: center;
	margin: 0px;
}

table.TBL_SUB {
	border-collapse: collapse;
	margin: 0px;
}

table.TBL_SUB tr td {
	border: 1px solid #000000;
	font-size: 5pt;
	padding: 2px;
}

table.TBL_SUB tr.head td {
	text-align: center;
	vertical-align: middle;
	background-color: #ccffff;
}

table.TBL_SUB2 tr td {
	padding: 2px 5px;
}

.NOliNK A,
.NOliNK A:hover {
	color: #000000;
}

.NOliNK_WH A,
.NOliNK_WH A:hover {
	color: #FFFFFF;
}

.Yutori,
table.Yutori tr td,
div.Yutori {
	padding: 5px;
}


div.TOP_Pt {
	margin: 0px;
	font-size: 11pt;
}

div.TOP_Pt1 {
	margin-top: 20px;
	padding: 10px;
	font-size: 24pt;
	font-weight: bold;
}

div.TOP_Pt2 {
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	background-color: #C3D69B;
	border-right: solid 3pt #4bacc6;
	border-bottom: solid 3pt #4bacc6;
	font-size: 16pt;
	font-weight: bold;
}

div.TOP_Pt3 {
	margin: 5px;
	font-size: 10pt;
	line-height: 130%;
}

div.TOP_Pt4 {
	margin-top: 0px;
	padding: 10px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-right: solid 5pt #1F497D;
	border-bottom: solid 5pt #1F497D;
	font-size: 16pt;
	font-weight: bold;
}

div.TOP_Pt5 {
	margin-top: 0px;
	padding: 10px;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

div.TOP_Pt6 {
	margin-top: 0px;
	padding: 15px;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

div.TOP_Pt7 {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	background-color: #FFC000;
	font-size: 12pt;
	font-weight: bold;
}

div.TOP_Pt8 {
	margin-left: 0px;
	margin-right: 0px;
	margin: 0px;
	font-size: 8pt;
	line-height: 130%;
}


.FNT_S,
div.FNT_S {
	font-size: 5pt;
}

.FNT_S1,
div.FNT_S1 {
	font-size: 6pt;
}

.FNT_S2,
div.FNT_S2 {
	font-size: 7pt;
}

.FNT_S3,
div.FNT_S3 {
	font-size: 8pt;
}

.FNT_S4,
div.FNT_S4 {
	font-size: 9pt;
}

.FNT_M,
div.FNT_M {
	font-size: 10pt;
}

.FNT_M1,
div.FNT_M1 {
	font-size: 11pt;
}

.FNT_M2,
div.FNT_M2 {
	font-size: 12pt;
}

.FNT_L,
div.FNT_L {
	font-size: 14pt;
}

.FNT_L1,
div.FNT_L1 {
	font-size: 16pt;
}

.FNT_L2,
div.FNT_L2 {
	font-size: 18pt;
}

.FNT_L3,
div.FNT_L3 {
	font-size: 20pt;
}

.FNT_L4,
div.FNT_L4 {
	font-size: 22pt;
}

.FNT_L5,
div.FNT_L5 {
	font-size: 24pt;
}

.BD_S {
	border: solid 1px;
}

.c_str {
	color: #A31515;
}

.c_def {
	color: #0000FF;
}

.c_rem {
	color: #339900;
}

.c_pnt {
	color: #FF0000;
	font-weight: bold;
}


.scode,
pre,
code {
	font-family: "ＭＳ ゴシック", "MS Gothic";
}

.scode,
div.scode {
	border: 1px #A0A0A0 solid;
	border-radius: 5px;
	background-color: #E7E7E0;
	padding: 0px 10px;
	margin: 3px 10px;
}


table tr td.topleft,
table tr td.head1 .topleft {
	vertical-align: top;
	text-align: left;
}


/*-----------------------------------
-----------------------------------*/
