@charset "utf-8";
/* CSS Document */
#title{
	font-size:14pt;
	margin: 3ｐｘ 0 3px 0px;
	padding: 4px 0 3px 5px;
	border-left: 5px solid #000066;
	border-bottom: 1px solid #aaaaaa;
	line-height: 22px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 598px;
}

#sub_title{
	font-size:12pt;
	padding-left: 5px;
}
#gaiyou {
	font-size:13px;
	line-height:120%;
	color:#555555;
	width: 598px;
}

#youshi{
	width:610px;
	height: auto;
}

.photo{
	display:inline;
	width:160px;
	float:right;
	padding-left: 0px;
	margin: 10px 0 10px 10px;
}
.photo2{
	display:inline;
	width:160px;
	float:right;
	padding-left: 0px;
	margin: 18px 0 10px 10px;
}

#youshi p{
	line-height:130%;
	text-align: justify;
	margin: 10px 0 10px 0;
	color: #000000;
	font-size: 14px;
	width: 430px;
}
#youshi_l{
    float:left;
	width:430px;
	margin:0;
	padding:0;
}

#youshi ul{
	margin:5px 0;
	list-style: none;
	line-height: 130%;
	font-size: 14px;
	font-weight: bold;
}
* html #youshi ul{
	margin:5px 0;
	padding:0 0 0 10px;
	list-style: none;
}


#p_head{
	width:620px;
	margin:0;
	text-align:left;
	padding: 5px 0 5px 5px;
}

#goannai{
	margin:0px 0 0 20px;
}

.sub_title{
	font-size:16px;
	color: #333333;
	font-weight: normal;
}

.header{
	font-size:16px;
	margin:10px 0 0 0;
}

.about_sem{
	font-size:12px;
	margin:10px 0;
	line-height: 120%;
}
.about_open{
	font-size:12px;
	margin:10px 0;
	line-height: 130%;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

