@charset "Shift_JIS";


/*------------------------------------------------------------
ひとつの区切り
------------------------------------------------------------*/
.section{ clear:both; margin-bottom:30px; }

.txt_s{ font-size:85%; }
.txt_l{ font-size:120%; }
.txt_red{ color:#F00; }
.txt_red2{ color:#8C2124; }


.bg_pink{ background:#FCF8F9; }

.indent_half{ text-indent:-0.5em; margin-left:0.5em; }
.indent1{ text-indent:-1em; margin-left:1em; }
.indent2{ text-indent:-2em; margin-left:2em; }
.indent3{ text-indent:-3em; margin-left:3em; }
.indent8{ text-indent:-8em; margin-left:8em; }


/*------------------------------------------------------------

見出し

------------------------------------------------------------*/
/*
ボックスタイプ
*/
.headline1{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	border-top:1px solid #8C2124;
	border-bottom:1px solid #8C2124;
	background:url(../images/headline_bg.jpg) repeat-y;
	font-size:100%;
	color:#851216;
}
	/*補正*/
	h3.headline1{
		padding-top:7px;
		padding-bottom:7px;
	}


/*
下線版
*/
.headline2{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #8C2124;
	font-size:100%;
}

/*
四角い箱付き
*/
.headline3{
	margin-bottom:15px;
	padding:5px 0 5px 20px;
	background:url(../images/icon_st.gif) no-repeat;
	font-size:100%;
}


/*
矢印
*/
.headline4{
	margin-bottom:10px;
	padding:5px 0 5px 20px;
	background:url(../images/aw_link01.gif) no-repeat 0 0.4em;
	font-size:110%;
}



.headline5{
	font-size:110%;
	color:#851216;
}





/*----------------------------------------------------------------------------------------------------

基本設定

----------------------------------------------------------------------------------------------------*/
.basic{
	font-size:90%;
	line-height:1.5;
}

.basic p{
	margin-top:0;
	margin-bottom:1em;
}
.basic img{
	border:none;
}

.basic .tableSet{
	border-collapse:collapse;
}

.basic .tableSet td,
.basic .tableSet th{
	padding:5px 3px;
	border:1px solid #ccc;
}

.basic .tableSet th{
	font-weight:normal;
}

	.basic a:link{ color:#0000ff; text-decoration: none; }
	.basic a:visited{ color:#993399; text-decoration: none; }
	.basic a:hover{ color:#8c2124; text-decoration: underline; }

.basic ul.normal{
	margin-top:0;
	padding:0;
}
	.basic ul.normal li{
		list-style:none;
	}


.basic ol.normal{
	margin-top:0;
	padding:0 0 0 1.5em;
}


.basic .m_b_0{ margin-bottom:0px; }
.basic .m_t_10{ margin-top:10px; }


/*----------------------------------------------------------------------------------------------------

強制解除

----------------------------------------------------------------------------------------------------*/
#contents{
	float:right;
	margin-left:0;
}

#container{
	margin-left:10px;
}




/*----------------------------------------------------------------------------------------------------

リンクリスト

----------------------------------------------------------------------------------------------------*/
.link_box{
	margin:0;
	padding:0 0 15px 0;
}


	.link_box h3.headline{
		margin-bottom:5px;
		padding:0;
	}
	
	.link_box .link_box_in{
		margin:0;
		padding:0 0 0 10px;
		border-top:1px solid #8c2124;
		border-left:1px solid #8c2124;
	}
	
	.link_box .link_list{
		margin:5px 0 0 0;
		padding:0 0 0 0;
	}
	
		.link_box .link_list li{
			margin: 0 0 10px 0;
			padding: 0 0 0 18px;
			list-style:none;
			background: url(../images/aw_link01.gif) no-repeat 0 0.25em;
		}
		
	.link_box .link_list_in{
		padding:0;
	}
		.link_box .link_list_in li{
			margin: 0 0 5px 0;
			padding: 0 0 0 15px;
			background:url(../images/aw_link03.gif) no-repeat 0 0.25em;
		}




/*----------------------------------------------------------------------------------------------------

リンクリスト2

----------------------------------------------------------------------------------------------------*/
.link_list2 {
	margin:0;
	padding:0;
}

	.link_list2 li{
		margin: 0 0 5px 0;
		padding: 0 0 0 18px;
		list-style:none;
		background: url(../images/aw_link01.gif) no-repeat 0 0.25em;
	}
