/*
   変更後の転送モードに気をつけてください
   ＵＮＩＸ上でファイルを開いた時に日本語が化けています。
   また、行末尾に不要コードが入っています(^M)
   誤動作の原因にもなりかねませんのでお願い致します
*/
/* The body tag will apply to all HTML pages, however, note that as
   of version 4.72, Netscape did not recognize the default font value 
   for the body tag, so it is still necessary to specify font-family 
   for other tags */
/* **************************************************************** */
/* 未使用                                                           */
/* **************************************************************** */
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* **************************************************************** */
/* bodyCopy is the class for most common non-link text              */
/* bookmarks/bookmarks.jsp                                          */
/* bookmarks/contentAlerts.jsp                                      */
/* browse/browse.jsp                                                */
/* browse/mymenu.jsp                                                */
/* browse/mymenu2.jsp                                               */
/* channel/default.jsp                                              */
/* channel/default1.jsp                                             */
/* common/changeMatch.jsp                                           */
/* common/changePassword.jsp                                        */
/* common/changeProfile.jsp                                         */
/* common/profile.jsp                                               */
/* common/registernewuser.jsp                                       */
/* common/setQualifiers.jsp                                         */
/* common/tools.jsp                                                 */
/* home/advanced.jsp                                                */
/* home/arrangeblocks.jsp                                           */
/* home/colors.jsp                                                  */
/* home/listblocks.jsp                                              */
/* home/pickTopics.jsp                                              */
/* inquiry/inq_menu.jsp                                             */
/* leads/agent.jsp                                                  */
/* leads/confirm_changes.jsp                                        */
/* leads/contact_me.jsp                                             */
/* leads/find_agent.jsp                                             */
/* leads/lead_detail.jsp                                            */
/* leads/lead_inbox.jsp                                             */
/* program/default.jsp                                              */
/* program/default1.jsp                                             */
/* program/defaultSearch.jsp                                        */
/* project/配下のほぼ全てのソース                                   */
/* publishing_forms/findList.jsp                                    */
/* publishing_forms/km_product.jsp                                  */
/* publishing_forms/listForms.jsp                                   */
/* query_forms/km_inbox.jsp                                         */
/* sitemap/map.jsp                                                  */
/* userinfo/registernewuser.jsp                                     */
/* userlist/changeMatch.jsp                                         */
/* userlist/changePassword.jsp                                      */
/* userlist/changeProfileNEW.jsp                                    */
/* userlist/profile.jsp                                             */
/* userlist/userbattrs.jsp                                          */
/* userlist/userupdate.jsp                                          */
/* 使用ソース一覧                                                   */
/* チャネル・プログラムの説明文                                       */
/* **************************************************************** */
.bodyCopy {
	font-size : 12px;
	color: #003366;
	line-height : 150%;
}
.bodyCopyBlack {
	font-size : 12px;
	color: #000000;
	line-height : 150%;
}
/* bodyTitle is used on the search results page and anywhere else a small 
   title is necessary */	
/* **************************************************************** */
/* 未使用                                                           */
/* **************************************************************** */
.bodyTitle {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #003366;
}
/* subtitleKnockOut is used for the headings in the project pages.
   The lettering is white against a colored bar */ 
/* **************************************************************** */
/* project/announcements.jsp                                        */
/* project/contacts.jsp                                             */
/* project/discussions.jsp                                          */
/* project/findParticipant.jsp                                      */
/* project/meetings.jsp                                             */
/* project/newAnnouncement.jsp                                      */
/* project/newDiscussion.jsp                                        */
/* project/newMeeting.jsp                                           */
/* project/newParticipant.jsp                                       */
/* project/newPhase.jsp                                             */
/* project/newTask.jsp                                              */
/* project/notifymeeting.jsp                                        */
/* project/overview.jsp                                             */
/* project/participants.jsp                                         */
/* project/phases.jsp                                               */
/* project/products.jsp                                             */
/* project/programs.jsp                                             */
/* project/settings.jsp                                             */
/* project/tasks.jsp                                                */
/* project/updateAnnouncement.jsp                                   */
/* project/updateDiscussion.jsp                                     */
/* project/updateMeeting.jsp                                        */
/* project/updatePhase.jsp                                          */
/* project/updateTask.jsp                                           */
/* project/viewAnnouncement.jsp                                     */
/* project/viewDiscussion.jsp                                       */
/* project/viewDiscussionMsg.jsp                                    */
/* project/viewMeeting.jsp                                          */
/* project/viewProduct.jsp                                          */
/* project/viewProgram.jsp                                          */
/* project/viewTask.jsp                                             */
/* **************************************************************** */
.subtitleKnockOut {
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	letter-spacing : 1px;
}
/* breadCrumbLink is used to show the navigation history links in the bar 
   across all pages.  It is by default pale blue against a darker blue bar. */
/* **************************************************************** */
/* common/topNav.jsp ナビゲーション情報　＞  　                       */
/* **************************************************************** */
.breadCrumbLink {
	font-size : 12px;
	color : #000000;
	}
/* topNavLink is used for any of the small links in the top of every page,
   such as "Log out" or "Profile."  It is originally light blue to 
   contrast with the dark background */
/* **************************************************************** */
/* 未使用                                                           */
/* **************************************************************** */
A.topNavLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
/* *****************  アンカープロパティ宣言  ********************* */
A:VISITED {
	text-decoration : none;
}

/* *****************  アンカープロパティ宣言  ********************* */
A:link {
	text-decoration: none
}

/* *****************  アンカープロパティ宣言  ********************* */
A:hover {
/*
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 14pt;
        font-style : normal;
        font-variant : normal;
        font-weight : bold;
        color : #333366;
*/
        text-decoration : underline;
}

/* **************************************************************** */
/* title is used for major headings                                 */
/* bookmarks/alerts.jsp                                             */
/* bookmarks/bookmarks.jsp                                          */
/* bookmarks/contentAlerts.jsp                                      */
/* browse/browse.jsp                                                */
/* browse/browse1.jsp                                               */
/* browse/content.jsp                                               */
/* browse/inquiry_content.jsp                                       */
/* channel/default.jsp                                              */
/* channel/default1.jsp                                             */
/* channel/default2.jsp                                             */
/* common/changeMatch.jsp                                           */
/* common/changePassword.jsp                                        */
/* common/changePassword.jsp                                        */
/* common/changeProfile.jsp                                         */
/* common/profile.jsp                                               */
/* common/tools.jsp                                                 */
/* home/guestHomePage.jsp                                           */
/* inquiry/inq_menu.jsp                                             */
/* leads/agent.jsp                                                  */
/* leads/confirm_changes.jsp                                        */
/* leads/contact_me.jsp                                             */
/* leads/find_agent.jsp                                             */
/* leads/lead_detail.jsp                                            */
/* leads/lead_error.jsp                                             */
/* leads/lead_history.jsp                                           */
/* leads/lead_inbox.jsp                                             */
/* leads/thank_you.jsp                                              */
/* program/default.jsp                                              */
/* program/default1.jsp                                             */
/* program/defaultSearch.jsp                                        */
/* project/projectHeader.jsp                                        */
/* project/projects.jsp                                             */
/* project/viewContent.jsp                                          */
/* project/viewDiscussion.jsp                                       */
/* project/viewDiscussionMsg.jsp                                    */
/* publishing_forms/findList.jsp                                    */
/* publishing_forms/km_product.jsp                                  */
/* publishing_forms/listForms.jsp                                   */
/* query_forms/km_inbox.jsp                                         */
/* sitemap/map.jsp                                                  */
/* userlist/changeMatch.jsp                                         */
/* userlist/changePassword.jsp                                      */
/* userlist/changeProfileNEW.jsp                                    */
/* userlist/profile.jsp                                             */
/* userlist/userupdate.jsp                                          */
/* タイトル表示等（チャネル・プログラム・コンテンツ）                   */
/* **************************************************************** */
.title {
	font-size : 16px;
	font-weight : bold;
	letter-spacing : 2px;
	color : #333366;
}
/* wiztitle is used for major headings in the New Projects wizard*/
/* **************************************************************** */
/* common/registerContent.jsp                                       */
/* inquiry/inq_answer.jsp                                           */
/* inquiry/inq_examine.jsp                                          */
/* inquiry/inq_input.jsp                                            */
/* inquiry/inq_receive.jsp                                          */
/* inquiry/publish_success.jsp                                      */
/* leads/userlist.jsp                                               */
/* publishing_forms/km_editorial.jsp                                */
/* コンテント登録/問い合わせ入力等のタイトル表示                    */
/* **************************************************************** */
.wiztitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : 2px;
}
/* subtitle is used for headings under the main heading.  It is also used
   for the "Welcome" message on the home pages */
/* **************************************************************** */
/* common/changeMatch.jsp                                           */
/* common/changePassword.jsp                                        */
/* common/changeProfile.jsp                                         */
/* common/profile.jsp                                               */
/* common/registernewuser.jsp                                       */
/* common/tools.jsp                                                 */
/* leads/find_agent.jsp                                             */
/* project/overview.jsp                                             */
/* project/viewDiscussion.jsp                                       */
/* project/viewDiscussionMsg.jsp                                    */
/* userinfo/registernewuser.jsp                                     */
/* userlist/changeMatch.jsp                                         */
/* userlist/changePassword.jsp                                      */
/* userlist/changeProfileNEW.jsp                                    */
/* userlist/profile.jsp                                             */
/* userlist/userupdate.jsp                                          */
/* ユーザ情報のタイトル表示等                                       */
/* **************************************************************** */
.subtitle {
	color : #333366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	letter-spacing : 1px;
}
/* userMenu is used for non-link labels in the top navigation bar */
/* **************************************************************** */
/* common/topNav.jsp                                                */
/* メニュー表示用 会社名・ユーザ名                                    */
/* **************************************************************** */
.userMenu {  
	font-size: 12px;
	color: #000000;
}
/* **************************************************************** */
/* common/topNav.jsp                                                */
/* home/guestHomePage.jsp                                           */
/* 日付表示用                                                       */
/* **************************************************************** */
.date {  
	font-size: 12px; 
	color: #000000;
}
/* Upd 20040628 tsuchiya  colorを変更 */
.dateW {  
	font-size: 12px; 
	color: #000000;
}
/* **************************************************************** */
/* Add 20020227 Horimoto Font-size 8->6 chg                         */
/* program/default.jsp                                              */
/* program/default1.jsp                                             */
/* program/defaultSearch.jsp                                        */
/* home/embed/program.jsp                                           */
/* 公開日表示用                                                     */
/* **************************************************************** */
.smallDate {  
	font-size: 12px; 
	font-weight: lighter; 
	color: #000000;
}
/* **************************************************************** */
/* menuSectionTitle is used for headings in the left navigation bar */
/* common/homePageNav.jsp　　　　　　　　　　　　　　　　　　　　　　　*/    
/*　トップ左側メニュ（カスタマイズ）                                   */
/* **************************************************************** */
/* Upd 20040628 tsuchiya  colorを変更 */
.menuSectionTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000
}
/* menuItemSmall is used for any text other than links or headings in
   the left navigation bar */
/* **************************************************************** */
/* common/homePageNav.jsp                                           */
/* leads/leadNav.jsp                                                */
/* ユーザカスタマイズメニュー（コンテント/レイアウト）表示              */
/* **************************************************************** */
/* Upd 20040628 tsuchiya  colorを変更 */
.menuItemSmall {
	font-size: 12px;
	color: #000000
}
/* **************************************************************** */
/* Add 20020308 tsuchiya                                            */
/* browse/leftProCont.jsp                                           */
/* program/default.jsp                                              */
/* program/default1.jsp                                             */
/* program/defaultSearch.jsp                                        */
/* home/embed/program.jsp                                           */
/* コンテンツタイトル （トップページ）                                 */
/* **************************************************************** */
.contLink {  
	font-size: 12px; 
	line-height : 125%;
	color: #000000
}
/* searchTitle formats the label in the search box in the upper-left
   corner of each page */
/* **************************************************************** */
/* common/search.jsp                                                */
/* search/includeTable.jsp                                          */
/* inquiry/search/includeTable.jsp                                  */
/* 検索タイトル用                                                   */
/* **************************************************************** */
.searchTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
/* search provides the background image for the search box in the upper-left
   corner of each page */
/* **************************************************************** */
/* common/search.jsp                                                */
/* 検索用                                                           */
/* **************************************************************** */
.search {
        background-repeat: no-repeat;
}
/* userNameTop is used to format the visitor's name in the top navigation bar */
/* **************************************************************** */
/* common/topNav.jsp                                                */
/* **************************************************************** */
.userNameTop {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #000000;
}
/* blockTitle formats the title in the dark bar at the top of each block on the
   home page.  */
/* article format the listings of individual content items within each block */
/* **************************************************************** */
/* browse/browse1.jsp                                               */
/* browse/browse2.jsp                                               */
/* browse/mymenu.jsp                                                */
/* browse/mymenu2.jsp                                               */
/* channel/default1.jsp                                             */
/* channel/default2.jsp                                             */
/* channel/proCont.jsp                                              */
/* home/admin.jsp                                                   */
/* home/guestHomePage.jsp                                           */
/* home/homeBusinessType.jsp                                        */
/* home/embed/program.jsp                                           */
/* sitemap/map.jsp                                                  */
/* 各種一覧表示用                                                   */
/* **************************************************************** */
.article {
	font-size: 12px;
	line-height : 125%;
	color : #000000;
}

/* **************************************************************** */
/* common/homePageNav.jsp                                           */
/* project/listPrograms.jsp                                         */
/* 山本社長から等の表示用                                           */
/* **************************************************************** */
.smallMarginText {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #CC9900}

/* **************************************************************** */
/* common/changeMatch.jsp                                           */
/* common/changePassword.jsp                                        */
/* common/changeProfile.jsp                                         */
/* common/profile.jsp                                               */
/* common/tools.jsp                                                 */
/* userlist/changeMatch.jsp                                         */
/* userlist/changePassword.jsp                                      */
/* userlist/profile.jsp                                             */
/* リストの定義                                                     */
/* **************************************************************** */
li {  list-style-image: url(/adventech/images/blt_arrow3.gif)}

/* behindTabs specifies the color (dark green by default) of the line between 
   the bottom of the heading bar and the breadcrumb bar.  If you change this
   setting you will probably also want to change the tab-shadow-right.gif and 
   tab-shadow-left.gif images in topNav.jsp to match */
/* **************************************************************** */
/* ＪＳＰソース内では未使用                                         */
/* **************************************************************** */
.behindTabs {  
    background-color: #000000; 
    background-repeat: repeat-x;
}
/* breadcrumbBg specifies the color (medium blue by default) of the bar
   that runs between the tabs and the rest of the page.  This is the
   bar that shows the breadcrumbs links and the date */
/* **************************************************************** */
/* ＪＳＰソース内では未使用                                         */
/* **************************************************************** */
.breadcrumbBg {  
    background-color: #336699; 
    background-repeat: repeat-x;
}
/* lrgKnockOut is used for the headings in the login and registration pages. */
/* **************************************************************** */
/* 最新ＪＳＰソース内では現在未使用                                 */
/* **************************************************************** */
.lrgKnockOut {
    color : #F0FFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 14pt;
    background-color: #333366
}

/* knockOutText and knockOutNormal are used for text against a colored background
   such as in the leads pages.  knockOutText is bold. */
/* **************************************************************** */
/* home/colors.jsp                                                  */
/* home/listblocks.jsp                                              */
/* home/pickTopics.jsp                                              */
/* leads/find_agent.jsp                                             */
/* project/projectHome.jsp                                          */
/* query_forms/km_inbox.jsp                                         */
/* search/searchResults.jsp                                         */
/* **************************************************************** */
.knockOutText {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
/* **************************************************************** */
/* home/colors.jsp                                                  */
/* **************************************************************** */
.knockoutNormal {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
/* wiztext formats all the body text in the New Projects wizard */
/* **************************************************************** */
/* browse/inquiry_content.jsp                                       */
/* browse/programSearch.jsp                                         */
/* common/registerContent.jsp                                       */
/* inquiry/inq_answer.jsp                                           */
/* inquiry/inq_examine.jsp                                          */
/* inquiry/inq_input.jsp                                            */
/* inquiry/inq_receive.jsp                                          */
/* inquiry/publish_success.jsp                                      */
/* leads/choose_agent.jsp                                           */
/* leads/find_prod.jsp                                              */
/* leads/userlist.jsp                                               */
/* publishing_forms/km_editorial.jsp                                */
/* publishing_forms/km_job_posting.jsp                              */
/* publishing_forms/km_news_upload.jsp                              */
/* search/includeTable.jsp                                          */
/* inquiry/kanri/admin_includeFooter.jsp                            */
/* inquiry/kanri/admin_includeTable.jsp                             */
/* inquiry/search/find.jsp                                          */
/* inquiry/search/includeTable.jsp                                  */
/* 入力用                                                           */
/* **************************************************************** */
.wiztext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
}
/* **************************************************************** */
/* Add 20020319 tsuchiya                                            */
/* common/changeProfile.jsp                                         */
/* common/registerContent.jsp                                       */
/* common/registernewuser.jsp                                       */
/* inquiry/inq_answer.jsp                                           */
/* inquiry/inq_examine.jsp                                          */
/* inquiry/inq_input.jsp                                            */
/* userinfo/registernewuser.jsp                                     */
/* userlist/changeProfileNEW.jsp                                    */
/* userlist/userbattrs.jsp                                          */
/* userlist/userupdate.jsp                                          */
/* テキストボックス用                                               */
/* **************************************************************** */
.wiztextbgcolor {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
    background-color: #9999FF; 
}
/* **************************************************************** */
/* common/changePassword.jsp                                        */
/* common/registerContent.jsp                                       */
/* inquiry/inq_answer.jsp                                           */
/* inquiry/inq_examine.jsp                                          */
/* inquiry/inq_input.jsp                                            */
/* inquiry/inq_receive.jsp                                          */
/* userlist/changePassword.jsp                                      */
/* **************************************************************** */
.wizlabelbgcolor {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
	font-weight : bold;
    background-color: #9999FF; 
}
/* wizlabel formats all the body text in the New Projects wizard */
/* **************************************************************** */
/* browse/inquiry_content.jsp                                       */
/* inquiry/search/find.jsp                                          */
/* inquiry/inq_answer.jsp（最新版ではwizlabelbgcolorに変更）        */
/* inquiry/inq_examine.jsp（最新版ではwizlabelbgcolorに変更）       */
/* inquiry/inq_input.jsp（最新版ではwizlabelbgcolorに変更）         */
/* inquiry/inq_receive.jsp（最新版ではwizlabelbgcolorに変更）       */
/* **************************************************************** */
.wizlabel {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
	font-weight : bold;
	color: #000000;
}
/* projectLink formats the links in the left navigation bar for
   project pages */
/* **************************************************************** */
/* project/leftNav.jsp                                              */
/* project/p_leftNav.jsp                                            */
/* <A>（アンカー）のフォント指定                                    */
/* **************************************************************** */
A.projectLink {  
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	color: #336666
}

/* contentLinks formats the name of content records that are links
   to a detail page, such as from search results or within a program */
/* **************************************************************** */
/* <HR>の色指定。使用箇所は多数                                     */
/* **************************************************************** */
hr {  background-color: #000066}

/* ltText formats the text on the login and registration pages */
/* **************************************************************** */
/* 最新ＪＳＰソース内では現在未使用                                 */
/* **************************************************************** */
.ltText {
	color:#669999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold 
}
/* copyright formats the copyright message on the login and 
   registration pages */
/* **************************************************************** */
/* 最新ＪＳＰソース内では現在未使用                                 */
/* **************************************************************** */
.copyright {
	color:#669999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
}
/* dkText formats the colored subtitle bars on the login and 
   registration pages */
/* **************************************************************** */
/* ＪＳＰソース内では現在未使用                                     */
/* **************************************************************** */
.dkText {
	color:#333366; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
    background-color: #99CCCC;
}
/* lgLink formats the large links on the login, logout and 
   registration pages */
/* **************************************************************** */
/* ＪＳＰソース内では現在未使用                                     */
/* **************************************************************** */
.lgLink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 14pt;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    color : #333366;
	text-decoration : none;
}
/* Add 20010926 tsuchiya Start <ul>qト<li>qハrwr}rbr*q  ナu` */
/* **************************************************************** */
/* ＪＳＰソース内では現在未使用                                     */
/* **************************************************************** */
.listItem {
	margin-top:5px
}
/* **************************************************************** */
/* ＪＳＰソース内では現在未使用                                     */
/* **************************************************************** */
.unorderdList {
	margin-left:25px
}
/* **************************************************************** */
/* ＪＳＰソース内では現在未使用                                     */
/* **************************************************************** */
.selectLinks {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
    color : #669999;
}
/* Add 20010926 tsuchiya End */

/* Add 20020222 tsuchiya Start */
/* **************************************************************** */
/* common/registerContent.jsp                                       */
/* program/default.jsp                                              */
/* program/default1.jsp                                             */
/* program/defaultSearch.jsp                                        */
/* publishing_forms/findList.jsp                                    */
/* publishing_forms/listForms.jsp   
/* コンテンツ一覧（プログラム指定時）                               */
/* **************************************************************** */
.contentLinks {
	font-size : 14px;
	line-height : 125%;
	color: #000000;
}
/* **************************************************************** */
/* browse/leftContent.jsp                                           */
/* browse/leftProCont.jsp                                           */
/* browse/leftProgram.jsp                                           */
/* 左側のリンク表示用（コンテンツ）                                   */
/* **************************************************************** */
.contentNav {
	font-size : 12px;
	line-height : 125%;
	color: #000000;
}
/* Add 20020222 tsuchiya End */
/* programLinks is used to format program links in the side menu bar */
/* **************************************************************** */
/* bookmarks/bookmarks.jsp                                          */
/* browse/browse2.jsp                                               */
/* browse/inquiry_content.jsp                                       */
/* channel/default2.jsp                                             */
/* common/changeMatch.jsp                                           */
/* common/changePassword.jsp                                        */
/* common/changeProfile.jsp                                         */
/* common/profile.jsp                                               */
/* common/tools.jsp                                                 */
/* leads/leadNav.jsp                                                */
/* publishing_forms/findList.jsp                                    */
/* publishing_forms/listForms.jsp                                   */
/* query_forms/km_inbox.jsp                                         */
/* sitemap/map.jsp                                                  */
/* userlist/changeMatch.jsp                                         */
/* userlist/changePassword.jsp                                      */
/* userlist/profile.jsp                                             */
/* メインのプログラム表示用                                           */
/* **************************************************************** */
.programLinks {
	font-size : 12px;
	line-height : 125%;
	color: #000000
}
/* **************************************************************** */
/* browse/leftNav.jsp                                               */
/* browse/leftProCont.jsp                                           */
/* 左側のリンク表示用（チャネル・プログラム）                          */
/* **************************************************************** */
.leftLinks {
	font-size : 12px;
	line-height : 125%;
	color: #000000
}
/* **************************************************************** */
/* browse/browse.jsp                                                */
/* browse/browse1.jsp                                               */
/* browse/browse2.jsp                                               */
/* browse/mymenu.jsp                                                */
/* browse/mymenu2.jsp                                               */
/* channel/default2.jsp                                             */
/* サブチャネル表示用                                               */
/* **************************************************************** */
/* Upd 20040715 tsuchiya color変更 */
.subChannelTitle {
	font-size : 12px;
	line-height : 125%;
	color : #000000
}
/* Add 20020319 tsuchiya */
/* **************************************************************** */
/* common/registerContent.jsp                                       */
/* ボタン表示用                                                     */
/* **************************************************************** */
.subButton {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	width : 80;
	height : 30;
}
/* Add 20020320 Horimoto */
/* **************************************************************** */
/*  (トップの左：チャネル−プログラム）                                */
/* **************************************************************** */
/* Upd 20040625 tsuchiya  colorを変更 */
.homePageNav2 {
	font-size : 12px;
	line-height : 125%;
	color: #000000
}
/* **************************************************************** */
/* common/homePageNav2.jsp (トップの左：プログラム）                  */
/* **************************************************************** */
.homePageNav2a {
	font-size : 12px;
	line-height : 125%;
	color: #ffffff
}
/* Add 20020321 Horimoto */
/* **************************************************************** */
/* home/sessionTimeout.jsp                                          */
/* タイムアウトメッセージ表示用                                     */
/* **************************************************************** */
.timeOut {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: #000000
}
/* **************************************************************** */
/* home/admin.jsp                                                   */
/* home/guestHomePage.jsp                                           */
/* home/guestHomePage_new.jsp                                       */
/* トップのブロック名表示用                                           */
/* **************************************************************** */
/* Upd 20060501 tsuchiya bg-color変更(ffcc66 -> c9c9c9) */
.HomesubChannelTitle {
	font-size : 14px;
	font-weight : bold;
        background-color: #c9c9c9; 
	color : #000000
}
/* Add 20020322 Horimoto */
/* **************************************************************** */
/* common/changePassword.jsp                                        */
/* common/changeProfile.jsp                                         */
/* userlist/changePassword.jsp                                      */
/* userlist/changeProfileNEW.jsp                                    */
/* **************************************************************** */
.profileLinks {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #ffffff
}
/* Add 20020322 Horimoto */
/* **************************************************************** */
/* home/guestHomePage.jsp                                           */
/* home/homeBusinessType.jsp                                        */
/* ホームページ下おことわり表示用                                   */
/* **************************************************************** */
.homeComment {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: #717171
}
/* add 20050222 sugita */
/* **************************************************************** */
/* home/guestHomePage.jsp                                           */
/* home/homeBusinessType.jsp                                        */
/* ホームページ下Link表示用                                         */
/* **************************************************************** */
.homeCommentBlack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: #000000
}
/* Add 20020330 Sugita */
/* **************************************************************** */
/* common/changeProfile.jsp                                         */
/* common/registerContent.jsp                                       */
/* common/registernewuser.jsp                                       */
/* userinfo/registernewuser.jsp                                     */
/* userlist/changeProfileNEW.jsp                                    */
/* userlist/useradd.jsp                                             */
/* エラー表示用                                                     */
/* **************************************************************** */
.errorText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ff0000
}
/* Add 20020425 Horimoto */
/* **************************************************************** */
/* sitemap/admin2.jsp                                               */
/* sitemap/map.jsp                                                  */
/* サイトマップ表示用                                               */
/* **************************************************************** */
/* upd 20040723 sugita 文字色を白から黒（指定無し）に変更
.sitemapList {
	font-size : 12px;
	line-height : 125%;
	color: #ffffff
}
*/
.sitemapList {
	font-size : 12px;
	line-height : 125%;
}
/* Add 20020425 Horimoto */
/* **************************************************************** */
/* userList/useradd.jsp                                             */
/* ユーザ追加のプロパティ表示用                                     */
/* **************************************************************** */
.userAdd {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
        background-color: #9999FF; 
}
/* Add 20020508 Horimoto */
/* **************************************************************** */
/* userlist/userList.jsp                                            */
/* ユーザ一覧表示用                                                 */
/* **************************************************************** */
.userList {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
/* **************************************************************** */
/* userlist/userList.jsp                                            */
/* ユーザ一覧ヘッダ表示用                                           */
/* **************************************************************** */
.userListHead {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}
/* Add 20020509 Horimoto */
/* **************************************************************** */
/* userlist/userupdate.jsp                                          */
/* 管理者権限で強制変更可能な項目表示用                             */
/* **************************************************************** */
.userModAdmin {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
        background-color: #FF9999; 
}
/* Add 20020614 Horimoto */
/* **************************************************************** */
/* userlist/getQualifier.jsp                                        */
/* グループ配下のQualifier表示用                                    */
/* **************************************************************** */
.userListQual {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
        background-color: #99FF99; 
}
/* **************************************************************** */
/* userlist/getQualifier.jsp                                        */
/* Qualifierグループ表示用                                          */
/* **************************************************************** */
.userListQualHead {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
        background-color: #00C400; 
}
/* Add 20020614 Horimoto */
/* **************************************************************** */
/* userlist/getAccessGroups.jsp                                     */
/* アクセスグループの表示用                                         */
/* **************************************************************** */
.userListAccess {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
        background-color: #9999FF; 
}
/* 文字色・緑 */
.color_green {
        color: #008000;
        font-size: 13px
}
/* 文字色・赤 */
.color_rad {
        color: #ff0000;
}
/* **************************************************************** */
/* Add 2003/02/24 Horimoto                                          */
/* メンバー登録案内専用ＨＴＭＬファイル用                           */
/* **************************************************************** */
.MemberTitleBl {
	color : #0000ff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	letter-spacing : 1px;
}
.MemberTitle {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	letter-spacing : 1px;
}
.MemberMiddle {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	letter-spacing : 1px;
}
/* **************************************************************** */
/* Add 2003/02/25 Horimoto                                          */
/* メール送付システム用                                             */
/* **************************************************************** */
.sendSuccess {
	color : #0000ff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	letter-spacing : 1px;
}
/* **************************************************************** */
/* Add 2003/03/05 Horimoto                                          */
/* コンテンツ登録（添付資料追加)                                    */
/* **************************************************************** */
.comment {
        background-color: #FF9090; 
	color: #000000;
	font-size: 12px; 
	line-height : 125%;
}
/* **************************************************************** */
/* Add 2003/03/12 Horimoto                                          */
/* ブロックの複数プログラム表示クラスを新規作成                     */
/* **************************************************************** */
.program_name {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #003366;
	color: #000000;
}
.program_name_clr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000000;
}
/* **************************************************************** */
/* Add 2003/04/14 Mikami                                            */
/* コンテントのコメントのスタイル                                   */
/* Upd 2003/04/23 Horimoto(文字サイズを追加)                        */
/* **************************************************************** */
.cntent-comment {
	font-size: 12px; 
/* Del 20030428 Horimoto  *****************
	background-color: #00F0F0;
**************************************** */
}
/* **************************************************************** */
/* Add 2003/04/23 Horimoto                                          */
/* コンテントのコメントのスタイル用(サイドメニュー専用)             */
/*    browse/leftContent.jsp                                        */
/*    browse/leftProCont.jsp                                        */
/*    browse/leftTechNav.jsp                                        */
/* **************************************************************** */
.cntent-comment_side {
	font-size: 12px; 
}
