@charset "utf-8";

@import url("../packages/default/css/import.css");
@import url("/user_data/css/user_custom.css");


/* 新規ページ作成用のCSS
========================================================*/
/* 外枠レイアウト */
div#undercolumn_pages {
}
h2#title-pages {
	height: 40px;
	margin: 0;
	padding: 0 0 7px 25px;
	font-size: 125%;
	font-weight: normal;
	line-height: 40px;
	background: url("/user_data/packages/default/img/common/bg-title.gif") no-repeat left top;
}
h3.subtitle {
	margin: 10px 0 15px;
	padding: 7px 7px 7px 24px;
	font-size: 110%;
	background: url("/user_data/packages/default/img/common/bg-subtitle.gif") no-repeat left center;
	color: #016A31;
}
h4.subtitle2 {
	margin: 0 0 10px;
	padding: 0 0 3px;
	font-size: 110%;
	color: #016A31;
	border-bottom: 2px solid #E6DFD2;
}

/* 画像回りの演出 */
img.img_border {
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
}

/* 文字色 */
.txt_red {
	color: #CC0000;
}

/* 「※」などを使用した際の段組み設定 */
.indent_01 {
	margin: 0 0 0 1em;
	padding: 0;
	text-indent: -1em;
}
.indent_02 {
	margin: 0 0 0 2em;
	padding: 0;
	text-indent: -2em;
}

/* ULリストの演出 */
ul.ul_icon01 {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
ul.ul_icon01 li {
	margin: 0;
	padding: 0 0 0 13px;
	background: url("/user_data/packages/default/img/common/icon_01.gif") no-repeat 0 0.2em;
	list-style: none;
}

/* olリストの演出（上下マージンの調整のみ） */
ol.ol_icon01 {
	margin: 10px 0 10px 1.7em;
	padding: 0;
}
ol.ol_icon01 li {
	margin: 0;
	padding: 0;
}

/* Aタグをボタン化する演出 */
a.a_btn01 {
	margin: 0;
	padding: 5px 5px 5px 20px;
	background: #458400 url("/user_data/packages/default/img/common/icon_link01.gif") no-repeat left center;
	color: #FFFFFF;
}
a.a_btn01:hover {
	margin: 0;
	padding: 5px 5px 5px 20px;
	background: #5FB500 url("/user_data/packages/default/img/common/icon_link01_on.gif") no-repeat left center;
	color: #FFFFFF;
}

/* テーブルの演出 */
table.table_color01 {
	width: 765px;
	margin: 10px 0 ;
	padding: 0;
	border-right: 1px solid #DFD7C6 !important;
	border-top: 1px solid #DFD7C6 !important;
	border-spacing: 0;
	border-collapse: collapse;
}
table.table_color01 th {
	margin: 0;
	padding: 3px 5px;
	font-weight: lighter !important;
	background: #F2F2F2 !important;
	border-left: 1px solid #DFD7C6 !important;
	border-top: none !important;
	border-bottom: 1px solid #DFD7C6 !important;
}
table.table_color01 td {
	margin: 0 !important;
	padding: 3px 5px !important;
	background: #FFFFFF !important;
	border-left: 1px solid #DFD7C6 !important;
	border-bottom: 1px solid #DFD7C6 !important;
}