@charset "shift_jis";

/*
	coder: Hiratsuka
	last updated：00/00/00


////////// contents //////////

	1 : Base style
	2 : Login style
	3 : Admin設定
*/



/* 1 : Base style
------------------------------------------------------------ */
body {
	margin: 15px 0px 0px;
	padding: 0px;
	color: #000000;
	background-color: #c3c3c3;
	background-image: url(/images/common/umap-bg.png);
	background-repeat: repeat-x;

	scrollbar-base-color: #999999;
	scrollbar-track-color: #777777;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

/* 基本リンク設定
----------------------------- */
a:link    {color: #003366; text-decoration: underline;}
a:visited {color: #003399; text-decoration: underline;}
a:active  {color: #003399; text-decoration: underline;}
a:hover   {color: #6699CC; text-decoration: underline;}




/* ベーステキスト
----------------------------- */
td {
	font-size:80%;
	line-height:140%;
}

/* 余白0設定
----------------------------- */
form {
	margin: 0px;
}

/* 注意文書体設定
----------------------------- */
.warn {
	color: #cc0000;
}

/* 中央揃え設定
----------------------------- */
.center {
  text-align: center;
}

/* 2 : Login style
------------------------------------------------------------ */

/* ヘッダー設定
----------------------------- */
.globallink {
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 10px;
}

.globallink a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 75%;
}
.globallink a:link {color: #003399; text-decoration: none;}
.globallink a:visited {color: #003399; text-decoration: none;}
.globallink a:active  {color: #003399; text-decoration: none;}
.globallink a:hover   {color: #6699CC; text-decoration: underline;}


.head_style{
	background-color: #FFFFFF;
	height: 77px;
}

/* ヘッダーロゴ画像設定
----------------------------- */
.head_logo{
	padding-top: 20px;
	color: #999999;
	padding-bottom: 10px;
}


/* フッター設定
----------------------------- */
.footer {
	text-align:center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	padding-bottom: 20px;
}

/* ようこそテーブル設定
----------------------------- */
.login_head{
	background-color: #EEEEEE;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
}


/* メインメニュー設定
----------------------------- */
.mainlink {
	background-image: url(/images/cl/button_BG.png);
	text-decoration: none;
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
	padding: 0px;
	float: left;
}
.mainlink li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
	list-style-type: none;
}
.mainlink a {
	display: block;
	width: 117px;
	margin: 0px;
	padding: 0px;
}
.mainlink a:link    {color: #ffffff; text-decoration: none;}
.mainlink a:visited {color: #ffffff; text-decoration: none;}
.mainlink a:active  {color: #ffffff; text-decoration: none;}
.mainlink a:hover   {
	color: #ffffff;
	text-decoration: underline;
	background-color: #9999CC;
}

/* トピックパス設定
----------------------------- */
.topicpath {
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	padding: 2px;
}

.topicpath a    {color: #0000cc; text-decoration: none;}
.topicpath a:link    {color: #0000cc; text-decoration: none;}
.topicpath a:visited {color: #0000cc; text-decoration: none;}
.topicpath a:active  {color: #000000; text-decoration: none;}
.topicpath a:hover   {color: #cc0000; text-decoration: underline;}

/* 左メニュ設定
----------------------------- */
.sidemenu {
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	line-height: 150%;
}

a.sidemenu:link    {color: #003399; text-decoration: none;}
a.sidemenu:visited {color: #0033CC; text-decoration: none;}
a.sidemenu:active  {color: #0033CC; text-decoration: none;}
a.sidemenu:hover   {color: #6699FF; text-decoration: underline;}

.sidemenutable {
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.lpoint a{
	background-image: url(/images/cl/list_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
/* ページタイトル設定
----------------------------- */
.titletext {
	font-weight: bold;
	font-size: 130%;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-bottom: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #990000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Times New Roman";
	text-indent: 0.5em;
}

/* ログインID書体設定
----------------------------- */
.loginid {
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	padding-left: 10px;
}

/* 各ブロックタイトル設定
----------------------------- */
.boxtitle {
	font-weight: bold;
	background-color: #E6E2E1;
	color: #000000;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 0.5em;
}

.boxtitle img{
	vertical-align: middle;
	margin-right: 5px;
}

/* リストテーブル色指定 y軸
----------------------------- */
.listtable_y {
	background-color: #EBEBD6;
}

/* #begin_ADD::<UAF-070> 検索キーワード効果測定対応(5)::2008.03.13 nakajima@antas.jp */
.listtable_yef {
	background-color: #FFCC66;
}
/* #end_ADD::<UAF-070> 検索キーワード効果測定対応(5)::2008.03.13 nakajima@antas.jp */


.listtable_sub {
	background-color: #EEEEEE;
}

.listtable_total {
	background-color: #CCCCCC;
}


/* リストテーブル色指定 強調色
----------------------------- */
.listtable_point {
	background-color: #FF0000;
	color: #FFFFFF;
}

/* 共通ページタイトル設定
----------------------------- */
.title {
	font-weight: bold;
	font-size: 100%;
	color: #555555;
	padding: 3px;
}
/* ログイン画面フォーム設定
----------------------------- */
.login {
	font-size: 13px;
	color: #666666;
	height: 20px;
	width: 180px;
}


/* ログイン後FAQ
----------------------------- */
.ins_faq {
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 30px;
}

p.question-login {
	color: #CC0000;
	margin-top: 30px;
}

.smalltext {
  font-size: 11px;
  line-height: 120%;
}