/* $Id: group.css,v 1.11 2004/03/24 01:29:29 saida Exp $ */
/* BasicColor:#8CDAB6  SubColor:#E9F7FA AccentColor:#6f876f */
/* T-SubColor:#333333  T-AccentColor:#ffffff */
/*****************************************************************************/
/* 共通要素                                                                  */
/*****************************************************************************/
/* TitileText, printCOntentTitle, emailContentTitle */
h1 {
	font-size: medium;
}
/* area1LeadContentTitle, area2LeadContentTitle, leadContentTitle,
   pageContentTitle, newsTitle, freshTitle, categoryInfoTitle,
   titleOfContent, sitemapGroupName, searchResultsKeywords */
h2 {
	font-size: medium;
}
/* newsGroupName, freshGroupName, subcategoryListTitle,
   contextPagesTitle, sitemapCategoryName,
   mostPopularTitle, searchResultsListTitle */
h3 {
	font-size: medium;
}

/* base */
p,
div,
span,
li,
dt,
dd,
pre,
td,
th {
	line-height: 1.5em;
	font-size: midium;
}
p {
	margin: 0;
}

a {	
	color: #333333;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #690;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}

.invisible {
	display: none;
}
.voicenavi {
	position: absolute;
	top: 30px;
	left: 30px;
	display: none;
}

/*****************************************************************************/
/* レイアウト                                                                */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* - border-top/border-bottomは使わず、線を引くときは背景画像にする。        */
/* - marginは0にすること。間隔がほしいときはpaddingで。                      */
/*****************************************************************************/
/* BODY */
body {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	font-family: Georgia,Times New Roman,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Helvetica","ＭＳ Ｐゴシック",sans-serif;
	font-family: sans-serif;
	color: #4D4D4D;
	margin-left:0;
	background: url(./images/bg_2.jpg) repeat-y;
}
input, textarea, select { /*** Mac IE5 文字化け防止（日本語フォント指定）***/
	color: #333333;
	margin: 3px 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Geneva","Monaco","Georgia","Times New Roman","Helvetica","ＭＳ Ｐゴシック",sans-serif;
	}
/* サイトタイトル */
#SiteTitle {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	width: 100%; /* don't touch */
	position: relative; /* don't touch */
	z-index: 2; /* don't touch */
	height: 81px;
	color: #333333;
	background: url(images/sitetitle.gif) no-repeat #4B7DD1;
	margin-top:0;
}
/* グローバルナビゲーション(グループメニュー) */
#GlobalNavigation {
	clear: left; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	width: 100%; /* don't touch */
	position: relative; /* don't touch */
	z-index: 1; /* don't touch */
	height: 28px;
	background: url(images/sitetitle_02.gif) no-repeat #FFFFFF;
	white-space: nowrap;
	overflow: auto;
	font-size: 0.9em;
}
.GrobalNavigationTopBorder {
	position: relative; /* don't touch */
	z-index: 3; /* don't touch */
	margin: 0;
	padding: 0;
	height: 43px;
	background: url(images/sitetitle_01.gif) no-repeat #FFFFFF;
	width: 100%;
}
.GrobalNavigationBottomBorder {
	position: relative; /* don't touch */
	z-index: 4; /* don't touch */
	clear: left;
	padding: 0;
	height: 12px;
	background:url(./images/bg_BottomBorder.png) #FCFDFF no-repeat;
	width: 100%;
	display: none;
}
/* 左エリア */
#Left {
	position: absolute; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	top: 135px; /* SiteTitle height + GrobalNavitaionBorders */
	margin-top: 1px; /* GlobalNavigation height */
	left: 0;
	width: 180px;
	margin-left:0;
	background: url(./images/bg_2.jpg) repeat-y;
}
/* メインエリア */
#Main {
	/* With Left & Right Area */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	margin-left: 180px; /* Left width */
	margin-right: 161px; /* Right width */
/* 	background: url(images/top.gif) no-repeat; */
/* 	background-position-x: 50%; */
/* 	padding: 230px 0px 0px 6px; */
	/*width:530px;*/
}
#Center {
	/* With Left Without Right Area */
	margin: 0; /* don't touch */
	margin-right: 0; /* don't touch */
	margin-left: 180px; /* Left width */
	background-color: #ffffff;
	border-bottom: solid 1px #003399;
}
#Centre {
	/* Without Left & Right Area */
	margin: 0; /* don't touch */
	background-color: #ffffff;
}
/* 右エリア */
#Right {
	position: absolute; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	top: 152px; /* SiteTitle height + GrobalNavitaionBorders */
	margin-top: 0px; /* GlobalNavigation height */
	right:0;
	width: 159px;
	padding: 50px 0px 0px 2px;
/*	overflow: scroll; */
/*	display:none; */
}
/* ローカルナビゲーション(カテゴリーメニュー) */
#LocalNavigation {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-top: 1em;
}
/* フッター */
#Footer {
	visibility: hidden; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	width: 100%; /* don't touch */
	padding: 0.3em 0 0.3em 0;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	background: #FFFFFF;
}
/*****************************************************************************/
/* グローバルナビゲーション(グループメニュー)                                */
/* common/subwebstop.cfm                                                     */
/*****************************************************************************/
/* グループリスト */
ul.globalPrimaryMenu {
	list-style-type: none; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	height: 28px; /* same height as GlobalNavigation */
	padding-left: 180px;
}
li.globalPrimaryMenu {
	float: left; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	height: 28px; /* same height as GlobalNavigation */	
/*	background: url(images/global_left.gif) top left no-repeat #6895F7; */
	margin: 0;
/*	font-weight: bold; */
/*	letter-spacing:0.1em; */
	padding: 0; /* don't touch */
}
/* a要素一括指定 */
a.globalPrimaryMenu,
a.globalPrimaryMenuSelected {
	display: block; /* don't touch */
	float: left; /* don't touch */
	line-height: 28px; /* same height as GlobalNavigation */
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	background: url(images/global_right.gif) top right no-repeat #6895F7;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #0033CC;
}
/* 未選択アイテム */
a.globalPrimaryMenu,
a:link.globalPrimaryMenu,
a:visited.globalPrimaryMenu {
	color: #FFFFFF;
}
/* 未選択アイテムa.hover要素 */
a:hover.globalPrimaryMenu {
	color: #333333;
	background: url(images/global_left_on.gif) top left no-repeat #FFFFFF;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}
/* 選択済みアイテム */
a.globalPrimaryMenuSelected,
a:link.globalPrimaryMenuSelected,
a:visited.globalPrimaryMenuSelected,
a:hover.globalPrimaryMenuSelected {
	font-weight: bold;
	color: #333333;
	background: url(images/global_left_on.gif) top left no-repeat #FFFFFF;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #FFFFFF;
}

/*****************************************************************************/
/* ローカルナビゲーション(カテゴリーメニュー)                                */
/* common/groupmenu.cfm                                                      */
/*****************************************************************************/
/* グループメニュー */
ul.localGroupMenu{
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	padding-bottom: 1.0em; /* don't touch */
	list-style-type: none; /* don't touch */
	list-style-position: outside; /* don't touch */
	padding: 0 10px;
}
li.localGroupMenu {
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	margin-top: 0; /* don't touch */
	margin-bottom: 0.5em; /* don't touch */
	margin: 0;
	padding: 0 10px;
}
/* 第一階層メニュー */
ul.localPrimaryMenu{
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	padding-bottom: 1.0em; /* don't touch */
	list-style-type: none; /* don't touch */
	list-style-position: outside; /* don't touch */
	margin-left: 0;
}
li.localPrimaryMenu {
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	margin-top: 0; /* don't touch */
	margin-bottom: 0.5em; /* don't touch */
	margin: 0;
	border-top: 1px solid #EFFFEF;
	border-bottom: 1px solid #007B00;
}
/* 第二階層メニュー */
ul.localSecondaryMenu {
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	list-style-type: none; /* don't touch */
	list-style-position: outside; /* don't touch */
}
li.localSecondaryMenu {
	padding: 0;
	margin: 0;
	border-top: 1px dashed #8BE18B;
	background: url(images/bg_localSecondaryMenu.gif);
}
/* 未選択アイテム */
a.groupMenu,
a.categoryMenu,
a.subCategoryMenu,
a.pageMenu,
a.appMenu,
a:link.groupMenu,
a:link.categoryMenu,
a:link.subCategoryMenu,
a:link.pageMenu,
a:link.appMenu,
a:visited.groupMenu,
a:visited.categoryMenu,
a:visited.subCategoryMenu,
a:visited.pageMenu,
a:visited.appMenu {
	display: block; /* don't touch */
	border: none;
	color: #FFFFFF;
	background: url(images/arrow.gif) 6px 8px no-repeat #83D083;
;
	padding: 3px 5px 3px 25px;
}
	/* グループ */
	a.groupMenu,
	a:link.groupMenu,
	a:visited.groupMenu {
		margin-left:0;
		margin-right:0;
	}
	/* サブカテゴリー */
	a.subCategoryMenu,
	a:link.subCategoryMenu,
	a:visited.subCategoryMenu {
		margin: 0;
		padding: 0;
		margin-top: 0;
		padding: 0;
		background: url(images/arrow_on_2.gif) 15px 9px no-repeat;
		padding: 3px 5px 3px 35px;
		font-size: 0.9em;
		color: #333333;
	}

/* 未選択アイテムa.hover要素 */
a:hover.groupMenu,
a:hover.categoryMenu,
a:hover.pageMenu,
a:hover.appMenu {
	color: #FFFFFF;
	background: url(images/arrow_on.gif) 6px 8px no-repeat #83D083;
	padding: 3px 5px 3px 25px;
	}
a:hover.subCategoryMenu {
	background: ;
	padding: 3px 5px 3px 35px;
	color: #333333;
	}

/* 選択済アイテム */
a.groupMenuSelected,
a.categoryMenuSelected,
a.subCategoryMenuSelected,
a.pageMenuSelected,
a.appMenuSelected,
a:link.groupMenuSelected,
a:link.categoryMenuSelected,
a:link.subCategoryMenuSelected,
a:link.pageMenuSelected,
a:link.appMenuSelected,
a:hover.groupMenuSelected,
a:hover.categoryMenuSelected,
a:hover.subCategoryMenuSelected,
a:hover.pageMenuSelected,
a:hover.appMenuSelected,
a:visited.groupMenuSelected,
a:visited.categoryMenuSelected,
a:visited.subCategoryMenuSelected,
a:visited.pageMenuSelected,
a:visited.appMenuSelected {
	display: block; /* don't touch */
	border: none;
	color: #FFFFFF;
	font-weight: none;
	background: url(images/arrow_on.gif) 6px 8px no-repeat #83D083;
	padding: 3px 5px 3px 25px;
}
	/* グループ */
	a.groupMenuSelected,
	a:link.groupMenuSelected,
	a:hover.groupMenuSelected,
	a:visited.groupMenuSelected {
		margin-left:0;
		margin-right:0;
	}
	/* サブカテゴリー */
	a.subCategoryMenuSelected,
	a:link.subCategoryMenuSelected,
	a:hover.subCategoryMenuSelected,
	a:visited.subCategoryMenuSelected {
	margin-top: 0;
	padding: 0;
	background: url(images/arrow_on_3.gif) 15px 9px no-repeat;
	padding: 3px 5px 3px 35px;
	font-size: 0.9em;
	color: #333333;
	}





/*****************************************************************************/
/* タイトル                                                                  */
/* common/homelogo.cfm                                                       */
/*****************************************************************************/
/* 使用画像                                                                  */
/* logo.gif or logo.jpg                                                      */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* - logo.gifがない場合は、logo.jpgを表示する                                */
/* - logo.gifとlogo.jpgがない場合は、タイトルをテキストで表示する            */
/*****************************************************************************/
#TitleImage {
	vertical-align: top; /* don't touch */
	display: inline; /* don't touch */
	margin: 0;
	padding: 0;
}
#TitleText {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	font-weight: bold;
}

/*****************************************************************************/
/* グループトップページ/カテゴリートップページ/サブカテゴリートップページ    */
/* handlers/section.cfm                                                      */
/* handlers/handler1.cfm                                                     */
/* handlers/handler2.cfm                                                     */
/* handlers/handler3.cfm                                                     */
/* handlers/listlead.cfm                                                     */
/* handlers/listcontent.cfm                                                  */
/*****************************************************************************/
/* 使用画像                                                                  */
/* member.gif                                                                */
/* new.gif                                                                   */
/*****************************************************************************/
/* グループトップページ/デザインページ */
.designContents{
	width: 100%; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
}

/* グループトップページ/エリア1 */
.area1LeadContents {
	width: 100%; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-top: 1em;
	padding-bottom: 1em;
}
.area1LeadContent {
	float: left; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-top: 0.3em; /* don't touch */
	padding-left: 5%; /* don't touch */
	padding-right: 2%;
	margin-left:0%;
	margin-right: 0%;
	/* 1列 -> 98% */
	/* 2列 -> 46% */
	/* 3列 -> 31% */
	width: 42%;
}
h2.area1LeadContentTitle {
	padding: 0 0.6em 0 5px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.area1LeadContentImage {
	margin: 3px 2% 0 2%;
	padding: 0.3em;
	float: none;
	text-align: center;
}
.area1LeadContentTeaser {
	margin:  3px 2% 0 2%;
	padding: 0.3em;
	text-align: top;
}
.area1LeadContentDate {
	margin: 3px 2% 0 2%;
	padding: 4px 6px 6px 6px;
	font-size: 0.8em;
	border-top: 1px solid #CCCCCC;
	background: url(images/update_icon.gif) left center no-repeat;
}
.area1LeadContentCleaner {
	clear: none;
}
.area1LeadContentsCleaner {
	clear: left;
}

/* グループトップページ/エリア2 */
.area2LeadContents {
	width: 100%; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-top: 1em;
	padding-bottom: 1em;
}
.area2LeadContent {
	float: left; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-top: 0.3em; /* don't touch */
	padding-left: 5%; /* don't touch */
	padding-right: 2%;
	margin-left:0%;
	margin-right: 0%;
	/* 1列 -> 98% */
	/* 2列 -> 46% */
	/* 3列 -> 31% */
	width: 42%;

}
h2.area2LeadContentTitle {
	padding: 0 0.6em 0 35px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.area2LeadContentImage {
	margin: 3px 2%;
	padding: 3px 0;
	float: none;
	text-align: center;
}
.area2LeadContentTeaser {
	margin: 3px 2%;
	padding: 3px 0;
	text-align: top;
}
.area2LeadContentDate {
	margin: 3px 2% 0 2%;
	padding: 4px 6px 6px 6px;
	font-size: 0.8em;
	border-top: 1px solid #CCCCCC;
	background: url(images/update_icon.gif) left center no-repeat;
}
.area2LeadContentCleaner {
	clear: none;
}
.area2LeadContentsCleaner {
	clear: left;
}

/* グループトップページ/残り カテゴリートップページ サブカテゴリートップページ */
.leadContents {
	width: 100%; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-top: 1em;
	padding-bottom: 1em;
}
.leadContent {
	padding-top: 0; /* don't use margin-top */
	padding-bottom: 0; /* don't use margin-bottom */
	padding-left: 50px;
	padding-right: 50px;
}
h2.leadContentTitle {
	padding: 0 0.6em 0 25px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.leadContentImage {
	padding: 1.0em;
	float: right;
}
.leadContentTeaser {
	padding: 0.3em;
	text-align: top;
	font-size: 1em;
}
.leadContentDate {
	margin: 10px;
	padding: 4px 6px 6px 26px;
	font-size: 0.8em;
	background: url(images/update_icon.gif) left center no-repeat;
}
.leadContentCleaner {
	clear: right;
}

/* カテゴリートップページ サブカテゴリートップページ */
.pageContents {
	width: 100%; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-left: 10px;

	
}
.pageContent {
	margin-left: 60px;
	margin-right: 40px;
	margin-bottom: 1em;
	border-top: #3399FF solid 1px;
}
h2.pageContentTitle {
	color: #333333;
	margin: 3px 2%;
	font-size: 1em;
	padding: 0.3em 0.6em 0.3em 35px;
}
.pageContentImage {
	padding: 0.3em;
	float: right;
}
.pageContentTeaser {
	padding: 0.3em;
	text-align: top;
	font-size: 1em;
}
.pageContentDate {
	margin: 10px;
	padding: 4px 6px 6px 26px;
	font-size: 0.8em;
	background: url(images/update_icon.gif) left center no-repeat;
}
.pageContentCleaner {
	clear: right;
}
.pageContentDownLoadLink {
	padding: 0.3em;
	font-size: 0.8em;
}





/* 未選択アイテム */
a.area1LeadContentTitle,
a:link.area1LeadContentTitle,
a:visited.area1LeadContentTitle,
{
	font-color: #FFFFFF;
	background: #3333FF;
	padding: 3px 1px 3px 10px;
}
/* 未選択アイテムa.hover要素 */
a:hover.area1LeadContentTitle,
{
	font-color: #FFFFFF;
	background: #3333FF;
	padding: 4px 0px 2px 11px;
}

/* 選択済アイテム */
a:hover.area1LeadContentTitle,
a:visited.area1LeadContentTitle,
{
	display: block; /* don't touch */
	border: none;
	font-color: #527D69;
	font-weight: none;
/*	background: url(images/icon.gif) 5px 6px no-repeat #97DDBE;*/
	padding: 3px 5px 3px 5px;
}








/*****************************************************************************/
/* ニュース                                                                  */
/* handlers/displaynews.cfm                                                  */
/*****************************************************************************/
.newsContents {
	padding-top: 0; /* don't use margin-top */
	padding-bottom: 0; /* don't use margin-bottom */
	padding-left: 10px;
}
h2.newsTitle {
	padding: 0 0.6em 0 35px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.newsContent {
	margin: 0;
	padding: 0.1em;
	color: #333333;
}
h3.newsGroupName {
	margin: 5px 20px;
	padding: 0.3em;
	border-bottom: solid 1px #CCCCCC;
	color: #333333;
	font-size: 1em;
}
dl.newsContentList {
	margin: 0;
	padding: 0;
	margin-left: 40px;
}
dt.newsContentDate {
	float: right;
	clear: right;
	width: 8em;
	margin: 0 0 0 15px;
	padding: 0 0 0 30px;
	font-size: 0.8em;
	background: url(images/update_icon.gif) left center no-repeat;
}
dd.newsContentTitle {
	margin: 0 0 0 5px;
	padding: 0 1em 0 13px;
	font-size: 1em;
	background: url(images/xx.gif) 0 7px no-repeat;
}
.newsList {
	padding: 1em;
	text-align: right;
	font-size: 0.8em;
}

/*****************************************************************************/
/* 新着                                                                      */
/* handlers/displayfresh.cfm                                                 */
/*****************************************************************************/
.freshContents {
	padding-top: 0; /* don't use margin-top */
	padding-bottom: 0; /* don't use margin-bottom */
	padding-left: 10px;
}
h2.freshTitle {
	padding: 0 0.6em 0 35px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.freshContent {
	margin: 0;
	padding: 0.1em;
	color: #333333;
}
h3.freshGroupName {
	margin: 5px 20px;
	padding: 0.3em;
	border-bottom: solid 1px #CCCCCC;
	color: #333333;
	font-size: 1em;
}
dl.freshContentList {
	margin: 0 0 0 40px; ;
	padding: 0 0 10px 0;
}
dt.freshContentDate {
	float: right;
	clear: right;
	width: 8em;
	margin: 0 0 0 15px;
	padding: 0 0 0 30px;
	font-size: 0.8em;
	background: url(images/update_icon.gif) left center no-repeat;
}
dd.freshContentTitle {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	padding: 0 1em 0 13px;
	background: url(images/xx.gif) 0 7px no-repeat;
}

/*****************************************************************************/
/* カテゴリー一覧                                                            */
/* handlers/displaycategorylist.cfm                                          */
/*****************************************************************************/
.categorylistContents {
	padding-top: 0; /* don't use margin-top */
	padding-bottom: 10px; /* don't use margin-bottom */
	padding-left: 10px;
}
h2.categorylistTitle {
	padding: 0 0.6em 0 35px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.categorylistContent {
	margin: 0;
	padding: 0.3em;
	color: #333333;
}
h3.categorylistHeaderName {
	margin: 15px 20px 10px 20px;
	padding: 0.3em 0 0.1em 0.3em;
	border-bottom: solid 1px #CCCCCC;
	color: #333333;
	font-size: 1em;
}
/* Home Group */
h4.categorylistCategoryName {
	clear: left;
	margin: 0;
	margin-left: 60px;
	padding: 0 0 0 13px;
	font-size: 0.9em;
	background: url(images/xx.gif) 0 7px no-repeat;
}
ul.categorylistSubCategories {
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	list-style-type: none; /* don't touch */
	list-style-position: outside; /* don't touch */
	margin-left: 100px;
}
li.categorylistSubCategoryName {
	display: inline; /* don't touch */
	line-height: 1.4em; /* same height as GlobalNavigation */
	padding: 0 1em 0 13px;
	font-size: 0.8em;
	background: url(images/xx.gif) 0 5px no-repeat;
}
/* Other Groups */
dl.categorylistSubCategories {
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	margin-left: 20px;
}
dt.categorylistSubCategoryName {
	margin-left: 60px;
}
dd.categorylistSubCategoryDesc {
	display:none;
}
.categorylistCategoryDesc {
	margin-left: 20px;
	padding: 0.3em;
	display:none;
}

/*****************************************************************************/
/* パンくずリスト                                                            */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/
/* パンくずリストボックス */
#BreadCrumbList {
	padding: 1em 3.0em;
	color: #333333;
	background: url(images/.gif);
}
/* パンくずリスト内のa要素のフォント */
#BreadCrumbList a {
}
/* パンくずリスト内の現在位置のフォント */
#BreadCrumbList .current {
	font-weight: bold;
	color: #CC0000;

}

/*****************************************************************************/
/* カテゴリー情報                                                            */
/* handlers/handler2.cfm                                                     */
/*****************************************************************************/
.categoryInfo {
	margin: 10px;
	padding: 0.3em;
	margin-left: 40px;
	margin-right: 40px;
	border-top: #6699FF 1px solid;
	border-bottom: #6699FF 1px solid;
}
h2.categoryInfoTitle {
	margin: 0;
	padding: 0.3em;
}
.categoryInfoText {
	padding: 0.3em;
	margin-left: 20px;
}

/*****************************************************************************/
/* サブカテゴリー一覧                                                        */
/* handlers/subcategories.cfm                                                */
/*****************************************************************************/
.subcategoryList {
	margin: 10px;
	padding: 0;
	border: 0px solid #;
}
h3.subcategoryListTitle {
	margin: 0 0 0 60px;
	padding: 3px 0px;
	background: url(images/hoge.gif);
	color: #333333;

}
dl.subcategoryListBody {
	margin: 0 0 0 20px;
	padding: 3px 0px;
	list-style-position: inside;
	border: none;
}
dt.subcategoryTitle {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	padding: 0 1em 0 13px;
	background: url(images/xx.gif) 0 7px no-repeat;
}
dd.subcategoryDesc {
	margin-left: 40px;
	margin-bottom: 10px;

}

/*****************************************************************************/
/* ページ詳細                                                                */
/* handlers/handler4.cfm                                                     */
/* handlers/contentbody.cfm                                                  */
/*****************************************************************************/
/* 使用画像                                                                  */
/* member.gif                                                                */
/*****************************************************************************/
.content {
	margin: 0;
	padding: 0;
	width: 100%; /* don't touch */
}
h2.titleOfContent {
	margin-right: 50px;
	margin-left: 50px;
	padding: 0 0.6em 0 25px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;

}
.contentArchive {
	font-size: 0.8em;
}
.contentTeaser {
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	padding: 1em;
}
.contentTeaserImage {
	float: right;
	padding: 0.3em;
}
.contentTeaserCleaner {
	clear: right;
}
.contentBodyBox {
	margin: 0;
	padding: 0;
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentBody {
	width: 100%; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
}
.contentDate {
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 1em;
	font-size: 0.8em;
	text-align: right;
}
.contentAuthor {
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 1em;
	font-size: 0.8em;
	text-align: right;
}
.contentFooter {
	padding: 1em;
}

/*****************************************************************************/
/* ページトップオプション                                                    */
/* handlers/pagetopoption.cfm                                                */
/*****************************************************************************/
/* 使用画像                                                                  */
/* print.gif                                                                 */
/*****************************************************************************/
/* ページトップオプションボックス */
.pageTopOption {
	margin: 0; /* don't touch */
	padding: 0;
	margin-top: 1px;
	padding-bottom: 1px; /* don't use margin-bottom */
	padding-right: 40px;
	text-align: right;
	font-size: 0.8em;
}
/* ページトップオプション内のa要素のフォント */
.pageTopOption a,
.pageTopOption a:visited {
}

/*****************************************************************************/
/* ページボトムオプション                                                    */
/* handlers/pageoptions.cfm                                                  */
/*****************************************************************************/
/* 使用画像                                                                  */
/* email.gif                                                                 */
/* print.gif                                                                 */
/* back.gif                                                                  */
/* up.gif                                                                    */
/*****************************************************************************/
/* ページボトムオプションボックス */
.pageBottomOption {
	margin: 0; /* don't touch */
	padding: 0;
	margin-top: 10px;
	padding-bottom: 10px; /* don't use margin-bottom */
	padding-right: 40px;
	text-align: right;
	font-size: 0.8em;
}
/* ページボトムオプション内のa要素のフォント */
.pageBottomOption a,
.pageBottomOption a:visited {
}

/*****************************************************************************/
/* 関連ページ一覧                                                            */
/* handlers/contextpages.cfm                                                 */
/*****************************************************************************/
.contextPages {
	margin: 0;
	padding: 1em;
	padding-left: 40px;
	padding-right: 40px;
}
h3.contextPagesTitle {
	margin: 0;
	padding: 0.1em;
	border-bottom: 1px solid #8CDAB6;
	color: #6f876f;
	text-align: right;
}
ol.contextPagesList {
	margin: 0;
	padding: 0.3em;
	list-style-position: inside;
	border: none;
	text-align: right;
	list-style-type: none;
}
ol.contextPagesList li {
	margin-left: 20px;
}
ol.contextPagesList li.current {
	font-weight: none;
}

/*****************************************************************************/
/* サイトマップ                                                              */
/* handlers/sitemap.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/* sitemapt.gif                                                              */
/* sitemapl.gif                                                              */
/*****************************************************************************/
.sitemap {
	margin: 0;
	padding: 0;
	margin-left: 180px;
	margin-right: 180px;
}

.groupSiteMap {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
	background: #FFF;
	border: 1px solid #3399FF;

}
h2.sitemapGroupName {
	color: #333333;
	margin: 10px;
	padding: 0.3em 10px 0.3em 5px;
	font-size: 1em;
	border-bottom: 1px solid #999;
}
}
h3.sitemapCategoryName {
	margin: 0;
	padding: 5px 3px;
	margin: 0 10px 0 35px;
	font-weight: bold;
	border: none;
	color: #333333;
	font-size: 0.8em;
	border-bottom: 1px solid #3399FF;
}
ul.sitemapListOuter {
	color: #333333;
	margin: 5px 0 10px 40px;
	list-style: inside none;
}
li.sitemapListOuterElement,
li.sitemapListOuterElementLast,
li.sitemapListOuterMoreElement {
	font-size: 0.8em;
	background: url(images/xx.gif) 0 6px no-repeat;
	padding: 1px 0;
}
ul.sitemapListInner {
	color: #333333;
	list-style: inside none;
	margin: 5px 0 10px 30px;
}
li.sitemapListInnerElement {
	font-size: 1.0em; /* don't touch */
	background: url(images/sitemapt.gif) 0 0 no-repeat;
	padding: 1px 8px;
}
li.sitemapListInnerElementLast {
	font-size: 1.0em; /* don't touch */
	background: url(images/sitemapl.gif) 0 0 no-repeat;
	padding: 1px 8px;
	}
li.sitemapListInnerMoreElement {
	font-size: 1.0em; /* don't touch */
	background: url(images/sitemapm.gif) 0 0 no-repeat;
	padding: 1px 0;
	}

h3.mostPopularTitle {
	margin: 0 15px 0 40px ;
	padding: 5px 3px;
	font-weight: bold;
	color: #333333 ;
	font-size: 0.8em;
	border-bottom: 1px solid #8CDAB6;
}
ul.mostPopularList {
	list-style: inside none;
	margin: 5px 0 10px 60px;
}
li.mostPopularListElement {
	font-size: 0.8em;
	background: url(images/xx.gif) 0 6px no-repeat;
	padding: 1px 0;
	}

/*****************************************************************************/
/* 検索フォーム(トップ)                                                      */
/* common/search.cfm                                                         */
/*****************************************************************************/
/* 使用画像                                                                  */
/* search.gif                                                                */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* - search.gifがない場合は、フォームの標準ボタンが使用される                */
/*****************************************************************************/
#SearchForm {
	position: absolute;
	top: 30px;
	right: 10px;
	margin:0;
}
.searchInputBox {
	color: #333333;
	background-color: #EDFAFA;
	width: 120px;
}
.searchSubmitButton {
	margin-left: 3px;
	}

/*****************************************************************************/
/* 検索結果                                                                  */
/* search/index.cfm                                                          */
/* search/search.cfm                                                         */
/*****************************************************************************/
/* 使用画像                                                                  */
/* member.gif                                                                */
/* new.gif                                                                   */
/* search.gif                                                                */
/* public.gif                                                                */
/* info.gif                                                                  */
/*****************************************************************************/
/* ヘルプファイル                                                            */
/* _lang/search_db_help.htm                                                  */
/*****************************************************************************/
#SearchResultsForm {
}
.searchResultsInputBox {
	color: #333333;
	background-color: #ffffff;
	position: absolute;
	top: 170px;
	left: 200px;
	width: 210px;
}
.searchResultsSubmitImage {
	margin-left: 3px;
	position: absolute;
	top: 169px;
	left: 430px;
}
.searchResultsSubmitButton {
	margin-left: 3px;
	position: absolute;
	top: 168px;
	left: 450px;
	}

.searchHelp {
	margin: 20px; 10px;
}
.searchResults {
	margin-left: 180px;
	margin-right: 180px;
}
h2.searchResultsKeywords {
	padding: 0 0.6em 0 25px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.searchResultsTotalCounts {
	text-align: right;
}

.searchResultsList {
	margin-top: 10px;
}
h3.searchResultsListTitle {
	margin: 0;
	padding: 0.3em;
	color: #333333;
	margin-bottom: 0.6em;
	border-top: #165DE5 solid 1px;
}
	.searchResultsListCount {
		font-weight: none;
	}
	.searchResultsListContentTitle {
		font-weight: bold;
	}
	.searchResultsListTitleFunction {
		margin-left: 1.0em;
	}
.searchResultsListBody {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}
	.searchResultsListBodyTeaser {
		margin-top: 5px;
	}
	.searchResultsListBodyDate {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 0.8em;
	}
	.searchResultsListBodyLocation {
		margin-left: 5px;
		font-size: 0.8em;
	}
	.searchResultsListBodyUrl {
		margin-left: 5px;
		font-size: 0.8em;
		font-style: oblique;
	}

.searchResultsPaging {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.searchResultsNone {
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.viewers {
	padding-left: 10px;
	padding-bottom: 10px;
}

/*****************************************************************************/
/* 印刷用ページ/ファイル詳細ページ                                           */
/* handlers/printcontent.cfm                                                 */
/* handlers/fileinfo.cfm                                                     */
/*****************************************************************************/
/* 使用画像                                                                  */
/* sublogo.gif                                                               */
/* member.gif                                                                */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* designs/-/sublogo.gif がある場合はロゴを表示                              */
/*****************************************************************************/
.printBody {
	background: #FFF;
	padding: 1em;
}
.printContentLogo {
}
.printContentOption {
	text-align: right;
}
h1.printContentTitle {
	padding: 2px 0.6em 0 25px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
	.printContentMember {
		margin-left: 1em;
	}
	.printContentArchive {
		margin-left: 1em;
		font-size: 0.8em;
	}
.printContentDate {
}
.printContentTeaser {
}
.printContentImage {
	margin: 1em;
	float: left;
}
.printContentBody {
	clear: left;
}
.printContentAuthor {
}
.printContentUrl {
}
.printContentCopyRight {
}

/*****************************************************************************/
/* メール送信ページ                                                          */
/* handlers/emailcontent.cfm                                                 */
/*****************************************************************************/
/* 使用画像                                                                  */
/* sublogo.gif                                                               */
/* member.gif                                                                */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* designs/-/sublogo.gif がある場合はロゴを表示                              */
/*****************************************************************************/
.emailContentBody {
	background:#FFF;
	padding: 1em;
}
.emailContentLogo {
}
.emailContentOption {
	text-align: right;
}
h1.emailContentTitle {
	padding: 2px 0.6em 0 25px;
	background: url(images/bg_lead.gif) no-repeat #A1C5F4;
	background-position: 0 top;
	border-top: solid 1px #ECECEC;
	border-right: solid 1px #9BA8BA;
	border-bottom: solid 2px #CCCCCC;
	border-left: solid 1px #ABBADB;
	color: #333333;
}
.emailContentTeaser {
	margin: 10px;
	padding: 0.3em;
}
.emailContentForm {
}
dl.emailContentFormElements {
}
dl.emailContentFormElements dt {
	margin-top: 10px;
}
.emailContentSubmitButton {
	margin-left: 40px;
	height: 1.8em;
}

/*****************************************************************************/
/* ログインフォーム                                                          */
/* custom/login.cfm                                                          */
/* custom/loginconfirm.cfm                                                   */
/*****************************************************************************/
/* 使用画像                                                                  */
/* loginlogo.gif                                                             */
/* alert.gif                                                                 */
/* close.gif                                                                 */
/* help.gif                                                                  */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* designs/-/loginlogo.gif がある場合はロゴを表示                            */
/* ANText[Login Information]が[&nbsp;]ではない場合は説明文を表示             */
/*****************************************************************************/
#LoginFormWindow {
	margin-top: 50px;
	margin-left: 50px;
	width: 450px;
	border:solid 1px ;}
#LoginFormTitleBox {
	color: #333333;
	background-color: ;
	padding: 0.3em 10px;
	font-weight: bold;
}
#LoginFormOption {
	float: right; /* don't touch */
}
#LoginFormBodyBox {
	clear: right; /* don't touch */
	padding: 0.5em;
	text-align: center;
	color: #333333;
	background-color: ;
}
#LoginFormLogo {
}
#LoginFormInformation {
	margin: 0;
	padding: 0.3em;
}
.loginFormNotice {
	margin: 0;
	padding: 0.5em;
}
#LoginForm {
	width: 100%; /* don't touch */
}
.loginFormField {
	width: 150px;
	height: 1.8em;
}
.loginFormSubmitButton {
	height: 1.8em;
}

#GroupSelectionTitle {
	margin-top: 10px;
	padding: 0.3em;
	background-color: #b3b3cc;
}
.groupSelectionList {
}

/*****************************************************************************/
/* カウンター                                                                */
/* widgets/counter/index.cfm                                                 */
/*****************************************************************************/
/* カウンターボックス */
.counterBox {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	border-top: solid 15px #02B002;
	border-left: solid 1px #57A99D;
	border-bottom: solid 1px #57A99D;
	border-right: solid 1px #57A99D;
	background: #FDFDEC;
/*	display: none;*/
}
.counterNumber {
	display: inline;
	text-align: center;
	margin: 0px;
/*	background: url(./images/bg_counter.gif) no-repeat;*/
	padding: 3px;
	font-weight: bold;
	color:#57A99D;
}

/*****************************************************************************/
/* フッター                                                                  */
/* common/footer.cfm                                                         */
/*****************************************************************************/
ul.footer {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.footer li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 1em;
}

/*****************************************************************************/
/* 以下、使用しない                                                          */
/*****************************************************************************/

/*****************************************************************************/
/* ニュースレター講読フォーム                                                */
/* common/subscribe.cfm                                                      */
/* subscriptions/preferences.cfm                                             */
/*****************************************************************************/
/* 使用画像                                                                  */
/* continue.gif                                                              */
/* subscribe.gif                                                             */
/* update.gif                                                                */
/*****************************************************************************/
.subscribeBox {
	border:0;
	margin: 0.5em;
	padding:0;
	width: 85%;
}
.subscribeTitleBox {
	background-color: #999999;
	padding: 0.3em;
	border: #999999 solid 1px;
	text-align: center;
}
.subscribeBodyBox {
	padding: 0.3em;
	border-bottom: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-left: #999999 solid 1px;
	text-align: center;
}
.subscribeMemoBox {
	background-color: #eeeeee;
	border: #999999 solid 1px;
}
.subscribePrefBox {
	border: 1px;
	margin: 0.5em;
	padding:0;
	width: 90%;
	border: #999999 solid 1px;
}
