@charset"utf-8";

/*===============================
初期化
================================*/
*{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

/*===============================
フォント設定
================================*/
a {
	color: #0A7598;
	text-decoration: none;
}
a:visited {
	color: #0A7598;
	text-decoration: none;
}
a:hover {
	color:#0098CB;
	text-decoration: underline;
}
a:active {
	color:#0098CB;
	text-decoration: underline;
}
.f10 {
	font-size: 10px;
}
.f10B {
	font-size: 10px;
	font-weight: bold;
}
.f12 {
	font-size: 12px;
}
.f12B {
	font-size: 12px;
	font-weight: bold;
}
.f14 {
	font-size: 14px;
}
.f14B {
	font-size: 14px;
	font-weight: bold;
}
.f18 {
	font-size: 18px;
}
.f18B {
	font-size: 18px;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.headcopy {
	font-size: 10px;
	color: #B3C6D0;
	font-weight: normal;
	padding-top: 29px;
	text-align: right;
	padding-right: 15px;
}
td,th {
	padding: 3px;
}
/*===============================
共通ベース構造
================================*/
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#HEADER {
	width: 800px;
	background-image: url(images/header.jpg);
	height: 61px;
}
#HEADER_LEFT {
	width: 222px;
	float: left;
}
#HEADER_RIGHT {
	width: 578px;
	float: left;
}
#FOOTER {
	color:#878787;
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 79px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	font-size: 11px;
	text-align: center;
}
#FLEFT {
	float: left;
	padding-top: 17px;
	padding-left: 64px;
}
#FRIGHT {
	float: left;
	padding-top: 14px;
	padding-left: 27px;
}
#FRIGHT a {
	text-indent: -9999px;
	height: 18px;
	width: 155px;
	background-image: url(images/privacy.gif);
	display: block;
}
#FRIGHT a:visited {
	background-image: url(images/privacy.gif);
}
#FRIGHT a:hover {
	background-image: url(images/privacy_on.gif);
}
#FRIGHT a:actived {
	background-image: url(images/privacy_on.gif);
}
#FOOTER p {
	padding-top: 15px;
	clear: left;
}

/*===============================
メインメニュー要素
================================*/
#MAINMENU {
	width: 800px;
	height: 38px;
	position: relative;
}
.menu {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
}

#MENU01{
	position: absolute;
	left: 0px;
}
.menu_01 a{
	display: block;
	height: 38px;
	width: 136px;
	background-image: url(images/menu_product.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.menu_01 a:visited {
	background-image: url(images/menu_product.jpg);
}
.menu_01 a:hover{
	background-image: url(images/menu_product_on.jpg);
}
.menu_01 a:active {
	background-image: url(images/menu_product_on.jpg);
}

#MENU02{
	position: absolute;
	left: 136px;
}
.menu_02 a{
	display: block;
	height: 38px;
	width: 115px;
	background-image: url(images/menu_about_us.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.menu_02 a:visited {
	background-image: url(images/menu_about_us.jpg);
}
.menu_02 a:hover{
	background-image: url(images/menu_about_us_on.jpg);
}
.menu_02 a:active {
	background-image: url(images/menu_about_us_on.jpg);
}

#MENU03{
	position: absolute;
	left: 251px;
}
.menu_03 a{
	display: block;
	height: 38px;
	width: 179px;
	background-image: url(images/menu_words.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.menu_03 a:visited {
	background-image: url(images/menu_words.jpg);
}
.menu_03 a:hover{
	background-image: url(images/menu_words_on.jpg);
}
.menu_03 a:active {
	background-image: url(images/menu_words_on.jpg);
}

#MENU04{
	position: absolute;
	left: 430px;
}
.menu_04 a{
	display: block;
	height: 38px;
	width: 131px;
	background-image: url(images/menu_contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.menu_04 a:visited {
	background-image: url(images/menu_contact.jpg);
}
.menu_04 a:hover{
	background-image: url(images/menu_contact_on.jpg);
}
.menu_04 a:active {
	background-image: url(images/menu_contact_on.jpg);
}

#MENU05{
	height: 38px;
	width: 239px;
	background-image: url(images/menu_blank.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 561px;
}
.submenu {
	position: absolute;
	visibility: hidden;
	width: 225px;
	background-color: #232323;
	height: 100%;
	padding-bottom: 1px;
	background-image: url(images/pulldown_shadow.gif);
	background-repeat: repeat-x;
}
.submenu a{
	color: #6490AB;
	display: block;
	width: 225px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #393939;
	border-bottom-color: #393939;
	border-left-color: #393939;
	text-indent: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color: #232323;
}
.submenu a:visited {
	color: #6490AB;
	background-color: #232323;
}
.submenu a:hover{
	color:#2D91F9;
	background-color: #232323;
	text-decoration: underline;
}
.submenu a:active {
	color:#2D91F9;
	background-color: #232323;
}
.submenu2 {
	position: absolute;
	visibility: hidden;
	width: 140px;
	background-color: #232323;
	height: 100%;
	padding-bottom: 1px;
	background-image: url(images/pulldown_shadow.gif);
	background-repeat: repeat-x;
}
.submenu2 a{
	color: #6490AB;
	display: block;
	width: 140px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #393939;
	border-bottom-color: #393939;
	border-left-color: #393939;
	text-indent: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color: #232323;
}
.submenu2 a:visited {
	color: #6490AB;
	background-color: #232323;
}
.submenu2 a:hover{
	color:#2D91F9;
	background-color: #232323;
	text-decoration: underline;
}
.submenu2 a:active {
	color:#2D91F9;
	background-color: #232323;
}



/*===============================
トップページ要素
================================*/
#FLASH {
	width: 800px;
	height: 286px;
	background-color: #666666;
}
#TOPCOPY {
	width: 800px;
	background-image: url(images/top_solution.gif);
	text-indent: -9999px;
	height: 33px;
}
#TOPMENU {
	height: 176px;
	width: 792px;
	background-color: #6E828D;
	padding-left: 8px;
}
#TOPMENU li {
	float: left;
	padding-left: 3px;
	padding-top: 5px;
	list-style-type: none;
}
#TOPMENU01 a{
	display: block;
	height: 162px;
	width: 154px;
	background-image: url(images/topmenu_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPMENU01 a:visited {
	background-image: url(images/topmenu_01.gif);
}
#TOPMENU01 a:hover{
	background-image: url(images/topmenu_01_on.gif);
}
#TOPMENU01 a:active {
	background-image: url(images/topmenu_01_on.gif);
}
#TOPMENU02 a{
	display: block;
	height: 162px;
	width: 154px;
	background-image: url(images/topmenu_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPMENU02 a:visited {
	background-image: url(images/topmenu_02.gif);
}
#TOPMENU02 a:hover{
	background-image: url(images/topmenu_02_on.gif);
}
#TOPMENU02 a:active {
	background-image: url(images/topmenu_02_on.gif);
}
#TOPMENU03 a{
	display: block;
	height: 162px;
	width: 154px;
	background-image: url(images/topmenu_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPMENU03 a:visited {
	background-image: url(images/topmenu_03.gif);
}
#TOPMENU03 a:hover{
	background-image: url(images/topmenu_03_on.gif);
}
#TOPMENU03 a:active {
	background-image: url(images/topmenu_03_on.gif);
}
#TOPMENU04 a{
	display: block;
	height: 162px;
	width: 154px;
	background-image: url(images/topmenu_04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPMENU04 a:visited {
	background-image: url(images/topmenu_04.gif);
}
#TOPMENU04 a:hover{
	background-image: url(images/topmenu_04_on.gif);
}
#TOPMENU04 a:active {
	background-image: url(images/topmenu_04_on.gif);
}
#TOPMENU05 a{
	display: block;
	height: 162px;
	width: 154px;
	background-image: url(images/topmenu_05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPMENU05 a:visited {
	background-image: url(images/topmenu_05.gif);
}
#TOPMENU05 a:hover{
	background-image: url(images/topmenu_05_on.gif);
}
#TOPMENU05 a:active {
	background-image: url(images/topmenu_05_on.gif);
}
#NEWS {
	height: 197px;
	background-image: url(images/top_news_bg.gif);
	background-repeat: repeat-y;

}
#NEWS a{
	font-size: 11px;
	line-height: 200%;
	color: #0A7598;
	padding-left: 15px;
}
#NEWS a:visited {
	color: #0A7598;
}
#NEWS a:hover{
	color:#0098CB;
}
#NEWS a:active {
	color:#0098CB;
}
#NEWSLEFT {
	width: 401px;
	float: left;
}
#NEWSLEFT h2 {
	width: 401px;
	height: 33px;
	background-image: url(images/top_info.gif);
	text-indent: -9999px;
}
#NEWSRIGHT {
	width: 399px;
	float: left;
}
#NEWSRIGHT h2 {
	background-image: url(images/top_article.gif);
	text-indent: -9999px;
	height: 33px;
}


/*===============================
サブメニュー要素
================================*/
#SUBMENU {
	width: 202px;
	font-size: 12px;
	float: left;
	padding-left: 9px;
}


#SUBMENU ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
}
#SUBMENU li {
	margin-bottom: 1px;
}
#SUBMENU a {
	width: 177px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-left-color: #CECECE;
	background-color: #EAEAEA;
	padding-top: 6px;
	padding-bottom: 5px;
	display: block;
	background-image: url(images/mark_off.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	color: #000000;
	padding-left: 23px;
}
#SUBMENU a:visited {
	background-color: #EAEAEA;
}
#SUBMENU a:hover {
	background-color: #E9F2F8;
}
#SUBMENU a:active {
	background-color: #E9F2F8;
}
#SUBMENU #MENUON a {
	background-image: url(images/mark_on.gif);
	background-color: #E9F2F8;
}
#SUBMENU ul ul {
	margin-top: 1px;
	border-top-style: none;
}
#SUBMENU #SUBMENUOFF a {
	width: 164px;
	background-color: #EAEAEA;
	padding-left: 36px;
	background-image: none;
}
#SUBMENU #SUBMENUOFF a:visited {
	background-color: #EAEAEA;
	background-image: none;
}
#SUBMENU #SUBMENUOFF a:hover {
	background-color: #EAF5DF;
	background-image: none;
}
#SUBMENU #SUBMENUOFF a:active {
	background-color: #EAF5DF;
	background-image: none;
}
#SUBMENU #SUBMENUON a {
	width: 164px;
	padding-left: 36px;
	background-color: #EAF5DF;
	background-image: none;
}

/*===============================
個別ページ要素
================================*/
#TOPICPATH {
	font-size: 11px;
	background-image: url(images/topicpath_bg.gif);
	background-repeat: repeat-y;
	width: 776px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#TOPICPATH a {
	color: #48A3C0;
}
#CONTENTS {
	width: 800px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #FFFFFF;
}
#ENTRY {
	width: 571px;
	float: left;
	padding-right: 8px;
	padding-left: 10px;
	font-size: 80%;
	line-height: 160%;
}
#ENTRY p {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 520px;
}
.level1 {
	height: 28px;
	width: 558px;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 11px;
	padding-top: 11px;
}
.level2 {
	height: 25px;
	width: 552px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #2A758D;
	padding-left: 13px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.level3 {
	width: 569px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ENTRY ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
.list1 {
	padding-left: 18px;
	background-image: url(images/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
	padding-top: 5px;
	width: 502px;
}
.list2 {
	padding-left: 18px;
	background-image: url(images/li_mark2.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
	padding-top: 5px;
	width: 502px;
}
#ENTRY img {
	padding-top: 8px;
	padding-bottom: 8px;
}
.photo_R {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}
.photo_L {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}
.frame {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 11px;
}
blockquote {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #EEFDFF;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.glaydot {
	background-image: url(images/li_mark2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.contactus a{
	background-image: url(images/contactus_off.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 244px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
}
.contactus a:hover{
	background-image: url(images/contactus_on.jpg);
}
.fleft {
	float: left;
	width: 340px;
	padding-left: 10px;
}
