@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-color: #05357B;
}
.twoColFixLt #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #EBEBEB; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.float_left {
	float: left;
}
.twoColFixLt #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 39px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB;
	
}
.twoColFixLt #mainContent {
	width: 780px;
	float: left;
	background-image: url(../img/back_image.jpg);
	background-repeat: repeat-y;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.header_position {
	text-align: center;
}
.midashi {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 28px;
	line-height: 160%;
	width: 580px;
	margin-left: 100px;
	margin-right: 100px;
}
.close_btn_position {
	padding-top: 18px;
	text-align: left;
	margin-left: 8px;	
}
.return {
	width: 540px;
}
.line {
	width: 540px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 1px;
	margin-left: 122px;
	display: inline;
}
.line2 {
	width: 540px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 1px;
}
.box {
	width: 540px;
	margin-bottom: 28px;
	float: left;
	margin-left: 122px;
	text-align: left;
	display: inline;
}
.profile_txt {
	width: 413px;
	float: left;
	margin-left: 27px;
	margin-bottom: 28px;
}
.map {
	width: 540px;
	float: left;
}
.map1 {
	float: left;
	margin-right: 30px;
}
.kannai_annai {
	width: 540px;
}
.map2 {
}
.romaji_positionn {
	margin-top: 3px;
	width: 200px;
	padding-bottom: 15px;
}
.namae_psition {
	width: 80px;
}
.clear {
	clear: left;
}
.margin_tate_28 {
	height: 28px;
}
.annai {
	width: 540px;
	float: left;
}
.annai1 {
	float: left;
	width: 80px;
	line-height: 150%;
}
.annai2 {
	float: left;
	width: 400px;
	line-height: 150%;
}
.annai3 {
	float: left;
	width: 40px;
	line-height: 150%;
}
.margin_tate_10 {
	height: 10px;
	_margin-top: -20px;
}
.return1 {
	float: left;
}
/*=======トップページへのボタン=======*/
.return_btn a{
    display:block;
    width:93px;
    height:12px;
	margin: 0 0 0 0;
    text-indent:1500px;
    overflow:hidden;
}
.return_btn a.return_img {
	background-image:url(../img/return_btn.jpg);
}
.return_btn a:hover.return_img {
	background-position:0px -12px
}
/*=======閉じるのボタン=======*/
.close_btn a{
    display:block;
    width:22px;
    height:22px;
	margin: 0 0 0 0;
    text-indent:-1500px;
    overflow:hidden;
}
.close_btn a.close_img {
	background-image:url(../img/close_btn.jpg);
}
.close_btn a:hover.close_img {
	background-position:0px -22px
}
.profile_pic {
	clear: left;
}
.aisatsu_box {
	width: 540px;
	float: left;
}
.line3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 140px;
}
.aisatsu_txt {
	float: left;
	width: 346px;
	line-height: 188%;
}
.profile_box {
	background-color: #EEEEEE;
	width: 140px;
	float: right;
	text-align: center;
	padding: 18px;	
}
.namae1 {
	text-align: left;
	float: left;
	width: 140px;
	line-height: 140%;
	padding-top: 10px;
	padding-bottom: 7px;
}
.namae {
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.namae2 {
	text-align: left;
	float: right;
	padding-top: 5px;
}
.profile_txt2 {
	width: 140px;
	_margin-top: -20px;
	line-height: 140%;
	text-align: left;
	padding-top: 10px;
}

*+html .profile_txt2 {
	margin-top: -20px;
}

.margin_midashi {
	margin-bottom: 5px;
}
.margin_tate_20 {
	margin-top: 20px;
}
.center {
	text-align: center;
}
.back_color_ebebeb {
	background-color: #EBEBEB;
}
.margin_tate_10_all {
	height: 30px;
	_margin-top: -20px;
}
.mojikan {
	letter-spacing: 0.1em;
}
