/*-------------------*/
/*        基本       */
/*-------------------*/

body {
	margin-left:      0px;
	margin-right:     0px;
	margin-top:       0px;
	margin-bottom:    0px;
	padding: 0px;
	background-color: #4ebdd7;
	color:            #666666;
	text-align:       center;
}

.ssmall {
	font-size:        70%;
	line-height:      110%;
	text-decoration:  none;
}

.small {
	font-size:        80%;
	line-height:      130%;
	text-decoration:  none;
}

.middle {
	font-size:        100%;
	line-height:      130%;
	text-decoration:  none;
}

.large {
	font-size:        110%;
	text-decoration:  none;
}

.header {
	width:            100%;
	background-image: url("img/bk_g.gif");
	padding: 15px 0px;
}

.naiyo1 {
	width:            100%;
	height:           4px;
	background-color: #f781bf;
}

.naiyo2 {
	width:            100%;
	height:           7px;
	background-color: #b3e3ee;
}

.naiyo3 {
	width:            100%;
	height:           8px;
	background-color: #80cfe2;
}

.naiyo4 {
	width:            100%;
	background-color: #4ebdd7;
}


/*-------------------*/
/*        ID         */
/*-------------------*/

#t_20_c {
	width:            20px;
	text-align:       center;
}
.t_80_c {
	width:            80px;
	text-align:       center;
}

/*-------------------*/
/*       SPACE       */
/*-------------------*/

.space_tb10 {
	margin:           10px 0px 10px 0px;
}

.space_tb5 {
	margin:           5px 0px 5px 0px;
}

.space_t5 {
	margin:           5px 0px 0px 0px;
}

.space_tl10 {
	margin:           10px 0px 0px 10px;
}

.space_t10 {
	margin:           10px 0px 0px 0px;
}

.space_t20 {
	margin:           20px 0px 0px 0px;
}

.space_tr20 {
	margin:           20px 10px 0px 0px;
}

.space_rl5 {
	margin:           0px 5px 0px 5px;
}

.space_rl10 {
	margin:           0px 10px 0px 10px;
}

.space_l5 {
	margin:           0px 0px 0px 5px;
}

.space_l15 {
	margin:           0px 0px 0px 15px;
}

.space_l20 {
	margin:           0px 0px 0px 20px;
}

/*-------------------*/
/*       COLOR       */
/*-------------------*/

.blue01 {
	color:            #0380b7;
}

.blue02 {
	background-color: #d9f1f7;
}

.blue03 {
	background-color: #0380b7;
}

.black01 {
	color:            #a7a9ac;
}

.white01 {
	color:            #ffffff;
}

.white02 {
	background-color: #ffffff;
}

.white03 {
	width:            5px;
	height:           100%;
	background-color: #ffffff;
	background-image: url("img/spacer.gif");
}

.red01 {
	background-color: #fddaec;
}

.red02 {
	color:            #ff0000;
}

.orange01 {
	background-color:#FFD87D;
}

.bar_b01 {
	width:            436px;
	height:           1px;
	background-color: #000000;
}

.table_blue_l {
	width:            18px;
	height:           100%;
	background-image: url("img/table_l.gif");
}

.table_blue_r {
	width:            19px;
	height:           100%;
	background-image: url("img/table_r.gif");
}

.table_blue_t {
	width:            100%;
	height:           16px;
	background-image: url("img/table_t.gif");
}

.table_blue_b {
	width:            100%;
	height:           18px;
	background-image: url("img/table_b.gif");
}
.indent {
	margin: 0;
	padding: 0;
}
.indent li {
	text-indent: -1em;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	list-style-type: none;
}
