/* CSS Document */


/*機能の一覧ページ
----------------------------------------------------------*/
/* 左右分け */
div.lr-fun{}

.l-fun {
	font-size: 12px;
	width: 268px;
	float: left;
	padding: 3px;
}
.r-fun {
	font-size: 12px;
	width: 268px;
	text-align: left;
	float: right;
	padding: 3px;
}

/* 内容 */
div.function {}

.function ol {
	line-height:120%;
	margin-left:20px;
	margin-bottom:10px;
/*	list-style-type: disc;*/
	list-style-position: inside;
}

.function li {
	text-decoration:none;
	border-bottom:none;
	margin-bottom:2px;

}

.function p {
	line-height:120%;
	margin-bottom:2px;
	margin-left:10px;
	font-weight:bolder;
}

.function_s p {
	background-color:#EFEFEF;
	font-weight:bolder;
	padding:5px;
	/*width:50%;*/
	margin-bottom:5px;
	margin-top:10px;
	padding-left:5px;
}

/* 小技集
-------------------------------------- */
/*文字赤色*/
.red {
	color:#FF0000;
}

/*文字黄色*/
.yellow {
	color:#FFFF00;
}

/*文字赤色で強調*/
.bolder {
	color:#FF0000;
	font-weight: bolder;
}

/*単なる太字*/
.bold {
	font-weight: bolder;
}

/*背景に黄色を入れる*/
.bg-yellow {
	background-color:#FFFFCC;
	padding:2px;
}

/*下にマージン2px*/
.margin-2px {
	margin-bottom:2px;
}

/*これはめんどい*/
.inputtext-2px {
	width: 95%;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom:2px;
}


/* 
div.box-inner-fun {
	padding: 10px 15px 0px 15px;
}

div.box-fun-mid {
	width: 550px;
	background-image: url(../img/top_img/top_tok_mid.jpg);
	background-repeat: repeat-y;
}

.box-inner-fun ul.fun-list {
	list-style: none;
}

.box-inner-fun ul.fun-list li {
	width: 126px;
	text-align: center;
	list-style: none;
	display: block;

}
 */

/* 特長欄アイコンセットの設定 */
/* 
#main-column .box-inner-fun dl {
	width: 126px;
	height: 140px;
	float: left;
}
#main-column .box-inner-fun dt {
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#main-column .box-inner-fun dd {
	font-size: 11px!important;
	line-height: 120%!important;
	text-align: center;
}

*/


/* タブメニュー
-------------------------------------- */
/* 各メニューの基本設定 */
div#function_menu ul li {
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	background-color: #FFFFFF;
	float: left;
	width: 75px;
	height: 30px;
	margin: 0 0 0 1px; /* メニューの隙間 */
	line-height: 30px; /* テキストの上下位置を中央ぞろえに */
	text-align: center;
	font-size: 12px;
}
/* 選択しているタブの設定 */
div#function_menu .select a {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
}
/* アンカーの設定 */
div#function_menu ul li a {
	display: block;
	text-decoration: none;
}
/* ロールオーバーの設定 */
div#function_menu ul li a:hover {
	background-color: #0099CC;
	color: #FFFFFF;
}
/* 下のメニュー */
div#function_menu .under ul li {
	border-bottom: 1px solid #CCCCCC;
}
