/* $Id: group.css,v 1.30 2005/02/14 09:23:04 saida Exp $ */
/*****************************************************************************/
/* 共通要素                                                                  */
/*****************************************************************************/
/* TitileText, printCOntentTitle, emailContentTitle */
h1 {
	font-size: large;
}
/* 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;
}
h4,
h5,
h6 {
	font-size: medium;
}

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

input,
textarea {
	font-size: small;
}
img {
}
a {
	border: 0;
}
a:link {
	color:#3366CC;
}
a:visited {
	color:#987AA4;
}
a:active {
}
a:hover {
}

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

/*****************************************************************************/
/* レイアウト                                                                */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* - border-top/border-bottomは使わず、線を引くときは背景画像にする。        */
/* - marginは0にすること。間隔がほしいときはpaddingで。                      */
/*****************************************************************************/
/* BODY */
body {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	color: #000;
	background-color: #FFF;
}

/* サイトタイトル */
#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: 73px;
	color: #000;
	background: url(images/bg_sitetitle.png);
}
/* グローバルナビゲーション(グループメニュー) */
#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: 1.2em;
	color: #333;
	background: url(images/bg_globalmenu.png) no-repeat;
	white-space: nowrap;
}
.GrobalNavigationTopBorder {
	position: relative; /* don't touch */
	z-index: 3; /* don't touch */
	margin: 0;
	padding: 0;
	height: 0;
	background: url(images/.gif) #FFF;
	display: none;
}
.GrobalNavigationBottomBorder {
	position: relative; /* don't touch */
	z-index: 4; /* don't touch */
	clear: left;
	margin: 0;
	padding: 0;
	height: 3px;
	background: url(images/bg_main.png) top left repeat-x ;
}
/* 左エリア */
#Left {
	z-index: 5; /* don't touch */
	position: absolute; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	top: 73px; /* SiteTitle height + GrobalNavitaionBorders */
	margin-top: 1.6em; /* GlobalNavigation height */
	left: 0;
	width: 200px;
	color: #333;
	background: url(images/bg_left.png) #CCC repeat-y;
}
/* ローカルナビゲーション(カテゴリーメニュー) */
#LocalNavigation {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
}
/* メインエリア */
#Main {
	/* With Left & Right Area */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	margin-left: 200px; /* Left width */
	margin-right: 100px; /* Right width */
	color: #333;
	background: #FFF;
}
#Center {
	/* With Left Without Right Area */
	margin: 0; /* don't touch */
	margin-right: 0; /* don't touch */
	margin-left: 200px; /* Left width */
	color: #333;
	background-color: #FFF;
}
#Centre {
	/* Without Left & Right Area */
	margin: 0; /* don't touch */
	color: #333;
	background-color: #FFF;
}
/* 右エリア */
#Right {
	position: absolute; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	top: 74px; /* SiteTitle height + GrobalNavitaionBorders */
	margin-top: 1.6em; /* GlobalNavigation height */
	right: 0;
	width: 100px;
	color: #000;
	background: url(images/bg_right.png) repeat-y #FFF;
}
/* フッター */
#Footer {
	visibility: hidden; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	width: 100%; /* don't touch */
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top: solid 1px #CCC;
	color: #000;
	background-color: #FFF;
	white-space: nowrap;
	text-align: center;
}

/*****************************************************************************/
/* ツールバー                                                                 */
/* コンテンツツールバー                                                       */
/*****************************************************************************/
/* 一番下に移動 */

/*****************************************************************************/
/* グローバルナビゲーション(グループメニュー)                                */
/* common/subwebstop.cfm                                                     */
/*****************************************************************************/
/* グループリスト */
ul.globalPrimaryMenu {
	list-style-type: none; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	height: 1.2em; /* same height as GlobalNavigation */
	margin-left: 160px;
	border-left: 1px solid #FFF;
	margin-top:3px;
	margin-bottom:3px;
}
li.globalPrimaryMenu {
	float: left; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	height: 1.2em; /* same height as GlobalNavigation */
	margin-left: 0;
	margin-right: 0;
	border-right: 1px solid #FFF;
/*	vertical-align: middle; */

}
/* a要素一括指定 */
a.globalPrimaryMenu,
a.globalPrimaryMenuSelected {
	display: block; /* don't touch */
	float: left; /* don't touch */
	line-height: 1.2em; /* same height as GlobalNavigation */
	padding-left: 1em;
	padding-right: 1em;
	
}
/* 未選択アイテム */
a.globalPrimaryMenu,
a:link.globalPrimaryMenu,
a:visited.globalPrimaryMenu {
	color: #FFF;
	background: #;
	text-decoration: none;
}
/* 未選択アイテムa.hover要素 */
a:hover.globalPrimaryMenu {
	color: #FFF;
	background: #;
	text-decoration: underline;
}
/* 選択済みアイテム */
a.globalPrimaryMenuSelected,
a:link.globalPrimaryMenuSelected,
a:visited.globalPrimaryMenuSelected,
a:hover.globalPrimaryMenuSelected {
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}

/*****************************************************************************/
/* ローカルナビゲーション(カテゴリーメニュー)                                */
/* 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 */
}
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 */
}
/* 第一階層メニュー */
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 */
	width: 197px;
}
li.localPrimaryMenu {
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	border: 1px solid #7BC8BA;
	background: #EEE;
}
/* 第二階層メニュー */
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: 1px 0;
	border: 1px solid #E4CE67;
	background: #EEE;
	width: 191px;
}

/* 未選択アイテム共通要素 */
a.groupMenu,
a.categoryMenu,
a.pageMenu,
a.appMenu {
	display: block; /* don't touch */
	color: #FFF;
	text-decoration: none;
	background: url(images/bg_localmenu.png) no-repeat #479FA9;
	margin:2px;
	padding:2px 0 2px 30px;
}

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 {
}

/* 未選択アイテムa.hover要素 */
a:hover.groupMenu,
a:hover.categoryMenu,
a:hover.pageMenu,
a:hover.appMenu {
	color: #FFF;
	background: url(images/bg_localmenu_on.png) ;
}
/* Selectedアイテム共通要素 */
a.groupMenuSelected,
a.categoryMenuSelected,
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.pageMenuSelected,
a:hover.appMenuSelected,
a:visited.groupMenuSelected,
a:visited.categoryMenuSelected,
a:visited.pageMenuSelected,
a:visited.appMenuSelected {
	display: block; /* don't touch */
	border: none;
	color: #FFF;
	padding:2px 0 2px 30px;
	font-weight: none;
}
	/* グループ */
	a.groupMenu,
	a:link.groupMenu,
	a:visited.groupMenu {
		margin-left:0;
		margin-right:0;
		padding:2px 0 2px 30px;
}
	/* グループSelected */
	a.groupMenuSelected,
	a:link.groupMenuSelected,
	a:hover.groupMenuSelected,
	a:visited.groupMenuSelected {
		margin-left:0;
		margin-right:0;
		padding:2px 0 2px 30px;
}
	/* カテゴリー */
	a.categoryMenu,
	a.pageMenu,
	a:link.categoryMenu,
	a:link.pageMenu,
	a:visited.categoryMenu,
	a:visited.pageMenu {
	color: #FFF;
	padding:2px 0 2px 30px;
}
	/* カテゴリーSelected*/
	a.categoryMenuSelected,
	a:link.categoryMenuSelected,
	a:hover.categoryMenuSelected,
	a:visited.categoryMenuSelected {
		background: url(images/bg_localmenu_selected.png);
		margin: 2px;
		text-decoration: none;
		color: #FFF;
		padding:2px 0 2px 30px;
}

	/* サブカテゴリー */
	a.subCategoryMenu,
	a:link.subCategoryMenu,
	a:visited.subCategoryMenu {
	display: block; /* don't touch */
	color: #FFF;
	text-decoration: none;
	background: url(images/bg_sublocalmenu.png) no-repeat #D5BB0F;
	margin:2px;
	padding:2px 0 2px 40px;
	font-size: 0.8em;
}
	/* サブカテゴリーhover */
	a:hover.subCategoryMenu {
	background: url(images/bg_sublocalmenu_on.png) no-repeat #D5BB0F;
}
	/* サブカテゴリーSelected */
	a.subCategoryMenuSelected,
	a:link.subCategoryMenuSelected,
	a:hover.subCategoryMenuSelected,
	a:visited.subCategoryMenuSelected {
	display: block; /* don't touch */
	color: #C60;
	text-decoration: none;
	background: url(images/bg_sublocalmenu_selected.png) no-repeat #D5BB0F;
	margin:2px;
	padding:2px 0 2px 40px;
	font-size: 0.8em;
}

	
/*****************************************************************************/
/* タイトル                                                                  */
/* common/homelogo.cfm                                                       */
/*****************************************************************************/
/* 使用画像                                                                  */
/* logo.gif or logo.jpg                                                      */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* - logo.gifがない場合は、logo.jpgを表示する                                */
/* - logo.gifとlogo.jpgがない場合は、タイトルをテキストで表示する            */
/*****************************************************************************/
h1#TitleArea {
	margin: 0;
	padding: 0;
}
#TitleImage {
	vertical-align: top; /* don't touch */
	display: inline; /* don't touch */
	margin: 0;
	padding: 0;
}
h1#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: 0.3em; /* don't touch */
	margin-left: 5px;
	/* 1列 -> 98% */
	/* 2列 -> 46% */
	/* 3列 -> 31% */
	width: 46%;
}
h2.area1LeadContentTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 50px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_teaser.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
}
.area1LeadContentImage {
	margin: 5px;
	margin-right: 15px;
	padding: 0;
	float: right;
	text-align: center;
}
.area1LeadContentTeaser {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	text-align: top;
}
.area1LeadContentDate {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	font-size: 0.8em;
}
.area1LeadContentCleaner {
	clear: rigtht;
}
.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: 0.3em; /* don't touch */
	margin-left: 5px;
	/* 1列 -> 98% */
	/* 2列 -> 46% */
	/* 3列 -> 31% */
	width: 31%;
}
h2.area2LeadContentTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 50px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_teaser.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
.area2LeadContentImage {
	margin: 5px;
	margin-right: 15px;
	padding: 0;
	float: right;
	text-align: center;
}
.area2LeadContentTeaser {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	text-align: top;
}
.area2LeadContentDate {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	font-size: 0.8em;
}
.area2LeadContentCleaner {
	clear: right;
}
.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 {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 1em;
}
h2.leadContentTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 50px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_teaser.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
.leadContentImage {
	margin: 5px;
	margin-right: 15px;
	padding: 0;
	float: right;
	text-align: center;
}
.leadContentTeaser {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	text-align: top;
}
.leadContentDate {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	font-size: 0.8em;
}
.leadContentCleaner {
	clear: right;
}

/* カテゴリートップページ サブカテゴリートップページ */
.pageContents {
	width: 100%; /* don't touch */
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	padding-top: 1em;
	padding-bottom: 1em;
}
.pageContent {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 1em;
}
h2.pageContentTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 50px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_teaser.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
.pageContentImage {
	margin: 10px;
	padding: 0;
	float: right;
	text-align: center;
}
.pageContentTeaser {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	text-align: top;
}
.pageContentDate {
	margin: 10px;
	margin-left: 20px;
	padding: 0.1em;
	font-size: 0.8em;
}
.pageContentCleaner {
	clear: right;
}
.pageContentDownLoadLink {
	padding: 0.1em;
	font-size: 0.8em;
}

/*****************************************************************************/
/* Feedヘッドライン                                                          */
/* handlers/displayfeedHeadline.cfm                                          */
/*****************************************************************************/
.feedHeadlineContents {
	margin: 0;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px; /* don't use margin-top */
	padding-bottom: 10px; /* don't use margin-bottom */
}
h2.feedHeadlineTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 80px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_Headline.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
.feedHeadlineContent {
	margin: 0;
	padding: 0.1em;
	color: #000;
	background-color: #FFF;
}
dl.feedHeadlineContentList {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
dt.feedHeadlineContentHeader {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
.feedHeadlineContentTitle {
	float: left;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}
.feedHeadlineContentInfo {
	float: right;
	font-size: 0.8em;
}
dd.feedHeadlineContentDescription {
	clear: both;
}

/*****************************************************************************/
/* ニュース                                                                  */
/* handlers/displaynews.cfm                                                  */
/*****************************************************************************/
.newsContents {
	margin: 0;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 20px; /* don't use margin-top */
	padding-bottom: 10px; /* don't use margin-bottom */
}
h2.newsTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 80px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_news.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
.newsContent {
	margin: 0;
	padding: 0.1em;
	color: #000;
	background-color: #FFF;
}
h3.newsGroupName {
	margin: 0;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0.1em;
	border-bottom: #CCC dashed 1px;
}
dl.newsContentList {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
dt.newsContentDate {
	float: left;
	clear: left;
	width: 8em;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
dd.newsContentTitle {
	margin: 0;
	margin-left: 5px;
	padding: 0;
}
.newsList {
	padding: 1em;
	text-align: right;
	font-size: 0.8em;
}

/*****************************************************************************/
/* 新着                                                                      */
/* handlers/displayfresh.cfm                                                 */
/*****************************************************************************/
.freshContents {
	margin: 0;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px; /* don't use margin-top */
	padding-bottom: 10px; /* don't use margin-bottom */
}
h2.freshTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 80px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_update.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
.freshContent {
	margin: 0;
	padding: 0.1em;
	color: #000;
	background-color: #FFF;
}
dl.freshContentList {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
dt.freshContentDate {
	float: left;
	clear: left;
	width: 8em;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
dd.freshContentTitle {
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

/*****************************************************************************/
/* カテゴリー一覧                                                            */
/* handlers/displaycategorylist.cfm                                          */
/*****************************************************************************/
.categorylistContents {
	margin: 0;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px; /* don't use margin-top */
	padding-bottom: 10px; /* don't use margin-bottom */
}
h2.categorylistTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 80px;
	margin-bottom: 5px;
	color: #000;
	background: url(images/btn_categorylist.png) #CCC top left no-repeat;
	border-bottom: 1px solid #999; */
	font-weight: bold;
	font-size:0.9em;
}
.categorylistContent {
	margin: 0;
	padding: 0.1em;
	color: #000;
	background-color: #FFF;
}
h3.categorylistHeaderName {
	clear: left;
	margin: 0;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0.1em;
	border-bottom: #CCC dashed 1px;
}
/* Home Group */
h4.categorylistCategoryName {
	clear: left;
	margin: 0;
	margin-left: 15px;
	padding: 0.1em;
}
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: 25px;
}
li.categorylistSubCategoryName {
	display: inline; /* don't touch */
	line-height: 1.4em; /* same height as GlobalNavigation */
	padding-left: 0;
	padding-right: 0.5em;
	font-size: 0.8em;
}
/* Other Groups */
dl.categorylistSubCategories {
	padding: 0; /* don't touch */
	margin: 0; /* don't touch */
	margin-left: 20px;
}
dt.categorylistSubCategoryName {
}
dd.categorylistSubCategoryDesc {
}
.categorylistCategoryDesc {
	margin-left: 20px;
	padding: 0.1em;
}

/*****************************************************************************/
/* パンくずリスト                                                            */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/
/* パンくずリストボックス */
#BreadCrumbList {
	padding: 0 0 0 20px;
	color: #000;
	background-color: #FFF;
	border-bottom: #479FA9 dashed 1px;
}
/* パンくずリスト内のa要素のフォント */
#BreadCrumbList a {
	font-size:0.8em;
}
/* パンくずリスト内の現在位置のフォント */
#BreadCrumbList .current {
	font-weight: none;
	font-size:0.8em;
}

/*****************************************************************************/
/* カテゴリー情報                                                            */
/* handlers/handler2.cfm                                                     */
/*****************************************************************************/
.categoryInfo {
	margin: 20px;
	padding: 0;
}
h2.categoryInfoTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 10px;
	background: url(images/btn_categoryInfo.png) repeat-x #DDD;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 1px solid #999;
}
.categoryInfoText {
	padding: 0.1em;
	padding-left: 20px;
	background-color: #EFEFEF;
}

/*****************************************************************************/
/* サブカテゴリー一覧                                                        */
/* handlers/subcategories.cfm                                                */
/*****************************************************************************/
.subcategoryList {
	margin: 20px 20px 20px 50px;
	padding: 0;
}
h3.subcategoryListTitle {
	margin: 0;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: normal;
	background: url(images/btn_subcategoryList.png) repeat-x #DDD;
}
dl.subcategoryListBody {
	margin: 0;
	padding: 0.1em;
	list-style-position: inside;
	border: none;
}
dt.subcategoryTitle {
	margin-left: 20px;
}
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 */
}
.content p {
	margin: 5px;
	margin-bottom: 20px;
}
h2.titleOfContent {
	margin: 0;
	padding: 0.1em 0 0.1em 50px;
	margin: 0 20px 5px 20px;
	color: #000;
	background: url(images/btn_teaser.png) #FFF;
	border: 1px double;
	border-color:#EEE #DDD #CCC #EEE;
	font-weight: bold;
}
.contentArchive {
	font-size: 0.8em;
}
.contentTeaser {
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	padding: 1em;
}
.contentTeaserImage {
	float: right;
	padding: 0.1em;
}
.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: 30px;
	margin-right: 30px;
	padding-left: 1em;
	font-size: 0.8em;
}
.contentAuthor {
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 1em;
	font-size: 0.8em;
}
.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: 2em;
	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: 2em;
	text-align: right;
	font-size: 0.8em;
}
/* ページボトムオプション内のa要素のフォント */
.pageBottomOption a,
.pageBottomOption a:visited {
}

/*****************************************************************************/
/* 関連ページ一覧                                                            */
/* handlers/contextpages.cfm                                                 */
/*****************************************************************************/
.contextPages {
	margin: 0;
	padding: 2em;
	padding-left: 40px;
	padding-right: 40px;
}
h3.contextPagesTitle {
	margin: 0;
	padding: 0.1em 0 0.1em 50px;
	margin: 0 20px 5px 20px;
	color: #000;
	background: url(images/btn_teaser.png) #FFF;
	border: 1px double;
	border-color:#EEE #DDD #CCC #EEE;
	font-weight: bold;
	font-size: small;
}
ol.contextPagesList {
	margin: 0;
	padding: 0.1em;
	list-style-position: inside;
	border: none;
}
ol.contextPagesList li {
	margin-left: 20px;
}
ol.contextPagesList li.current {
	font-weight: bold;
}

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

.groupSiteMap {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
h2.sitemapGroupName {
	margin: 10px 0 5px;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/btn_subcategoryList.png) repeat-x #DDD;
}
h3.sitemapCategoryName {
	margin: 10px 0 5px 30px;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/btn_subcategoryList.png) repeat-x #DDD;
}
ul.sitemapListOuter {
	color: #000;
	background-color: #FFF;
}
li.sitemapListOuterElement,
li.sitemapListOuterElementLast,
li.sitemapListOuterMoreElement {
	list-style: inside;
	font-size: 0.8em;
}
ul.sitemapListInner {
	color: #000;
	background-color: #FFF;
}
li.sitemapListInnerElement,
li.sitemapListInnerElementLast,
li.sitemapListInnerMoreElement {
	list-style: inside;
	font-size: 1.0em; /* don't touch */
}

h3.mostPopularTitle {
	margin: 10px 0 5px 30px;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/btn_subcategoryList.png) repeat-x #DDD;
}
ul.mostPopularList {
	color: #000;
	background-color: #FFF;
}
li.mostPopularListElement {
	list-style: inside square;
	font-size: 0.8em;
}

/*****************************************************************************/
/* 検索フォーム(トップ)                                                      */
/* common/search.cfm                                                         */
/*****************************************************************************/
/* 使用画像                                                                  */
/* search.gif                                                                */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* - search.gifがない場合は、フォームの標準ボタンが使用される                */
/*****************************************************************************/
#SearchForm {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(images/bg_searchform.gif) left 3px no-repeat ;
	padding: 0;
	width: 260px;
	float: right;
}
.searchInputBox {
	color: #000;
	background-color: #E8F6FB;
	width: 10em;
	height:1.35em;
	float: left;
	border: 1px solid #036;
	margin-left: 80px;
}
.searchSubmitImage {
	margin: 0;
	background: #;
	float: right;
	width: 37px;
	height: 21px;
}
.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 {
	text-align: center;
}
.searchResultsInputBox {
	color: #000;
	background-color: #FFF;
	width: 20em;
	padding: 0.1em;
	border: 1px solid #666;
	margin-bottom:5px;
}
.searchResultsSubmitImage {
	margin: 0 0 0 3px;
}
.searchResultsSubmitButton {
	margin-left: 3px;
}

.searchHelp {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.searchResults {
	width: 100%;
}
h2.searchResultsKeywords {
	margin-left: 10%;
	margin-right: 10%;
	border-bottom: #a9a9a9 solid 2px;
}
.searchResultsTotalCounts {
	margin-left: 10%;
	margin-right: 10%;
	text-align: right;
	font-size: 0.8em;
}

.searchResultsList {
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
}
h3.searchResultsListTitle {
	margin: 0;
	padding: 0.1em 20px;
	font-weight: bold;
}
	.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 {
	color: black;
	background-color: white;
	padding: 1em;
}
.printContentLogo {
}
.printContentOption {
	text-align: right;
}
h1.printContentTitle {
	padding: 0.1em;
	border-top: 3px double #a9a9a9;
}
	.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 {
	color: black;
	background-color: white;
	padding: 1em;
}
.emailContentLogo {
}
.emailContentOption {
	text-align: right;
}
h1.emailContentTitle {
	padding: 0.1em;
	border-top: 3px double #a9a9a9;
}
.emailContentTeaser {
	margin: 10px;
	padding: 0.1em;
}
.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;
	color: #000;
	background-color: #FFF;
	border: #999 double;
	font-size: 0.8em;
}
#LoginFormTitleBox {
	color: #000;
	background-color: #EEE;
	padding: 0.3em 0 0.3em 20px;
	font-size: 0.8em;
}
#LoginFormOption {
	float: right; /* don't touch */
}
#LoginFormBodyBox {
	clear: right; /* don't touch */
	padding: 1em;
	text-align: center;
}
#LoginFormLogo {
}
#LoginFormInformation {
	margin: 0;
	padding: 0.1em;
	font-size: 0.8em;
}
.loginFormNotice {
	margin: 0;
	padding: 0.5em;
	font-size: 0.8em;
}
#LoginForm {
	width: 100%; /* don't touch */
}
.loginFormField {
	width: 150px;
	height: 1.8em;
	font-size: 0.8em;
}
.loginFormSubmitButton {
	height: 1.8em;
	font-size: 0.8em;
}

#GroupSelectionTitle {
	margin-top: 10px;
	padding: 0.1em;
	background-color: #b0e0e6;
	font-size: 0.8em;
}
.groupSelectionList {
}

/*****************************************************************************/
/* カウンター                                                                */
/* widgets/counter/index.cfm                                                 */
/*****************************************************************************/
/* カウンターボックス */
.counterBox {
	margin: 1em 10px 0 10px;
	text-align: center;
	border: 2px solid #7BC8BA;
}
.counterNumber {
	display: inline;
	text-align: center;
	font-weight: bold;
	color: #364E82;
	background: #FFF;
}

/*****************************************************************************/
/* フッター                                                                  */
/* 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: 0px;
	margin: 0.5em;
	padding: 0px;
	width: 85%;
}
.subscribeTitleBox {
	background-color: #999999;
	padding: 0.1em;
	border: #999999 solid 1px;
	text-align: center;
}
.subscribeBodyBox {
	padding: 0.1em;
	border-bottom: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-left: #999999 solid 1px;
	text-align: center;
}
.subscribeMemoBox {
	background-color: #a9a9a9;
	border: #999999 solid 1px;
}
.subscribePrefBox {
	border: 1px;
	margin: 0.5em;
	padding: 0px;
	width: 90%;
	border: #999999 solid 1px;
}
/*****************************************************************************/
/* ツールバー                                                                 */
/* common/loginmenu.cfm                                                      */
/*****************************************************************************/
#ToolBar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	margin: 0;
	padding: 0.1em;
	border: double black;
	background-color: #ECECEC;
}

ul#ToolEditLinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
ul#ToolEditLinks li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 1em;
	font-size: 1em;
}
ul#ToolAccessLinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#ToolAccessLinks li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 1em;
	font-size: 1em;
}
#KeepAlive {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

/*****************************************************************************/
/* コンテンツツールバー                                                       */
/* handlers/pagebutton.cfm                                                   */
/* handlers/filebutton.cfm                                                   */
/*****************************************************************************/
div.contentToolBarNotice {
	color: red;
	text-align: center;
}
div.contentToolBar {
	margin: 5px;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;
	border: 1px #dcdcdc inset;
	text-align: center;
}
div.contentToolBarStatus {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	display: inline;
}
div.contentToolBarControl {
	margin: 0;
	padding: 0;
	display: inline;
	white-space: nowrap;
}
div.contentToolBarControl form {
	margin: 0;
	padding: 0;
	display: inline;
}
