﻿@charset "utf-8";

/*** 第27回日本整形外科超音波学会popup ***/





/* 全体的な設定



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



body {

	margin:0px;

	color:#444444;

	background-color: #FFFFFF;

	background-position: center;

	line-height: 150%;

	text-align: center;

	-webkit-text-size-adjust: 100%;/* スマホ対応文字サイズなど */

	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}



/* テキストリンク */

a:link {

	color:#2244aa;

	text-decoration:none;

}

a:visited {

	color:#2244aa;

	text-decoration:none;

}

a:hover {

	color:#0099FF;

	text-decoration:underline;

}

a:active {

	color:#0099FF;

	text-decoration:underline;

}



/* レイアウト関連の設定

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



/* 幅と中央揃え */ 

#content {

	width: 500px;

	margin-left: auto;

	margin-right: auto;

	text-align: left;

}





/* メイン */

#base {

	clear : both;

	margin: 30px 0 0 0px;

	width: 500px;

}



/* 本文 */



div.honbun {

	clear: both;

	margin: 0 0 0 0;

	font-size: 90%;

	line-height: 180%;

}



/* フッター */



#footer {

	clear : both;

	margin: 0px auto;

	padding: 10px 0px 20px 0px;

	color:#484848;

	font-size:75%;

	text-align: left;

	width: 880px;

	line-height: 130%;

}

/* 画像 */

img {

	border:0;

}



/* 横線 */



hr {

	height:0px;

	margin:7px 0;

	border:none;

	border-top:1px solid #cccccc;

}

* html hr {/* for -IE6 */

	margin:0;

}

*:first-child+html hr {/* for IE7 */

	margin:0;

}

