@charset "UTF-8";
/* CSS Document */

/*common サイト共通スタイル*/
/*更新時適用可能スタイル*/

.clear{
	clear:both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}

.center{
	text-align:center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}


h2.txt_title{
	padding:10px 5px;
	font-size:150%;
	font-family:sans-serif;
/*	background-image:url(../images/h2_bg1.jpg);
	background-position:right;
	border-left-color:#425590;
	border-left-style:solid;
	border-left-width:20px;
	*/
}



.photo_l{
	float:left;
	margin:5px;
}
.photo_r{
	float:right;
	margin:5px;
}

.poto_box{
	margin:5px 0px;
	width:650px;
}
.poto_box img{
	/*float:left;*/
	margin:5px;
}

/*項目リスト*/
.sec_list{
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:5px;
}
/*文字スタイル*/
.big,big{
	font-size: 120%;
}
.small,small{
	font-size: 90%;
}
.chuui{
	font-weight:bold;
}




