@charset "utf-8";

/* ------   フォント設定  ----------------------------------------------*/

h2 {
	margin: 					2em 0;
}

/* --- 下線太字 ---*/
.t_01 {
	border-bottom: 				1px solid #333;
	font-weight:				bold;
}

/* --- 黄色マーカー ---*/
.t_02 {
	background-color:			#FFFF00;
	font-weight:				bold;
}

/* --- 赤字 ---*/
.t_03 {
	color:						red;
}

/* --- 下線 ---*/
.t_04 {
	border-bottom: 				1px solid #333;
}

/* --- 太字 ---*/
.t_05 {
	font-weight: 				bold;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

/* --- 赤字太字 ---*/
.t_06 {
	color:						red;
	font-weight:				bold;
}

/* --- 打ち消し線 ---*/
.t_07 {
	text-decoration:			line-through;
}

.t_08 {
	color:						#0000ff;
	border-bottom: 				1px solid #0000ff;
}

.t_09 {
	color:						red;
	font-weight:				bold;
	font-size:					12pt;
}

.t_10 {
	color:						red;
	border-bottom: 				1px solid red;
}

.t_11 {
	color:						#0000ff;
}

.t_12 {
	color:						#0000ff;
	font-weight:				bold;
	font-size:					11.5pt;
}

.t_13 {
	color:						#990000;
	font-weight:				bold;
}

.t_14 {
	color:						#000099;
}

.t_15 {
	color:						#000099;
	border-bottom: 				1px solid #000099;
	font-weight:				bold;
}
.t_16 {
	font-size: 16pt;
	font-weight: bold;
	color: #990000;
	text-align: center;
	line-height: 120%;
	margin-top: 15px;
}



.gg {
	font-size: 					12px;
}
.flot_l {
	float: left;
	margin-right: 8px;
}

.big {
	font-size: 					1.2em;
	font-weight:				bold;
	line-height:				2em;
}

.big2 {
	font-size: 					1.4em;
	font-weight:				bold;
	line-height:				2em;
}

.ssl {
	font-size: 					12px;
	line-height: 				140%;
}


/* ------   位置設定  --------------------------------------------------*/

.name {
	text-align:					right;
	margin-top: 3em;
	margin-bottom: 2em;
}



/* ------   フロート設定  ----------------------------------------------*/

.clear {
	clear:						both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#free_form {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-bottom: 10px;
}



.box01 {
	border:						1px solid #B0B0B0;
	padding:					15px;
	margin: 					0 30px 2em 30px;
	background-color:			#FFF8DC;
	line-height:				1.5;
}

.box02 {
	border:						3px dashed red;
	padding:					1.5em;
	background-color:			#FFF8DC;
	line-height:				140%;
	text-align:					center;
	margin:						2em 0 2em;
}

dl {
	margin: 					1em 0;
	line-height:				1.5;
}
dt {
	background-image:			url(../images/clip_01.gif);
	background-repeat:			no-repeat;
	padding-left:				28px;
	font-weight: bold;
}
dd {
	padding-left:				28px;
	margin-bottom: 1em;
}

ul {
	margin: 					1em 0 1.5em;
}
li {
	background-image:			url(../images/clip_01.gif);
	background-repeat:			no-repeat;
	padding-left:				28px;
	margin:						0.5em 0;
	font-weight:				bold;
}
