@charset "shift_jis";

body   { color: #333333; font-size: 11px; font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; line-height: 2; background: #ffffff url("images/bg.gif"); text-align: center; margin: 0; padding: 0 }
a:link  { color: #039; text-decoration: none }
a:visited  { color: #039; text-decoration: none }
a:hover  { color: #f30 }
a:active { color: red }
strong {
	color: #FF0000;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	background: #FFFFCC;
}


/*コンテナー
-------------------------------------------------------------------------------------
■背景画像を変えたい場合、背景画像をiamgesフォルダに入れて下の「container_bg.gif」を
その画像名に変更する。
-------------------------------------------------------------------------------------*/
#container {
background: #FFFFFF url(images/container_bg.gif) repeat-y;
width: 800px;
text-align: left;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
padding-right: 4px;
padding-left: 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------
■「#header p」という項目は、ロゴ画像を使わずテキストでサイト名を入れる人のための設定です。
文字サイズの変更は「30px」で行います。
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 100px;
	width: 800px;
	line-height: 1;
	color: #FFFFFF;
}
#header p {
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: normal;
}

/*サイド（メニュー）
-------------------------------------------------------------------------------------
■メニューの各見出し(メインメニューとか書いてある所)を変更したい場合、「#side h3」を編集する。
枠線の色を変えたい場合「#003A90」を希望色に変更する。背景色を変えたい場合「#00175A」を変更。
■メニューのリンクを変更したい場合、「#side .menu a」を編集する。
「border-left: 5px solid #0074BE」というのは左側の水色のアクセント用のラインの事。
5pxの幅で直線(solid)で#0074BE(水色)で入っています、という意味です。
また、下のアンダーラインはその下の「border-bottom: 1px dotted #FFFFFF」部分。dottedは点線という事。
あと、文字色は「color: #FFFFFF」部分です。
■メニューのリンク(カーソルオーバー時)を変更する場合、「#side .menu a:hover」を編集する。
ここでは、背景色を「#0074BE」の水色にして、左の線の色を「#FF0000」の赤にしています。
■「#side a」はメニュー下のテキストにリンクを貼った場合の設定です。
-------------------------------------------------------------------------------------*/
#side  { color: #ffffff; background: #003a90; padding: 0 10px 50px 7px; width: 180px; float: left }

#side h3 {
	font-size: 100%;
	border: 3px double #003A90;
	text-align: center;
	background: #00175A;
	margin-top: 20px;
	margin-bottom: 5px;
}

#side p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

#side a {
	color: #FFFFFF;
}

#side li   { font-size: 11px; margin-bottom: 5px }

#side .menu a  { color: #ffffff; text-decoration: none; display: block; padding-left: 7px; width: 170px; border-bottom: 1px dotted #ffffff; border-left: 5px solid #0074be }

#side .menu a:hover  { background: #0074be; border-left: 5px solid #900 }


/*ヘッダーの下の電話番号表示部分
-------------------------------------------------------------------------------------
■右寄せでなく左寄せにしたい場合、下の「right」を「left」にするか、丸々削除すればOK。
-------------------------------------------------------------------------------------*/
#tel {
	background: #f5f5f5 url(images/tel_bg.gif) repeat-x;
	height: 40px;
	text-align: right;
}


/*メインコンテンツ
-------------------------------------------------------------------------------------
■「#main」は特に編集の必要なし。
■メインコンテンツの見出し(h2タグ部分)の文字サイズを変更したい場合、下の「#main h2」内にある
「font-size: 14px」の14pxを変更する。また、色を付けたい場合は以下の１行を追加すればいい。
color: #FF0000;
（→#FF0000部分は好きな色にして下さい。ちなみに#FF0000は赤色。）
-------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 574px;
	margin-right: 13px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 50px;
}
#main h2 {
	background: url(images/midashi_base.gif) no-repeat;
	width: 574px;
	font-size: 14px;
	line-height: 34px;
	padding-left: 10px;
}

#main p  { line-height: 1.3em; padding-right: 10px; padding-bottom: 5px; padding-left: 10px }
#main h3 { color: #060; font-size: 13px; font-weight: bold; padding: 0 0 0 10px }
#shop { line-height: 1.5em; display: block; margin-bottom: 10px; margin-left: 15px; width: 560px }

#main .topicPath_01 {  
    margin:0px 0px 15px 0px;  
}  
#main .topicPath_01 li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
#main .topicPath_01 li a {  
    padding-right:10px;  
    background:url(http://medical-sports-meister.com/images/topicpath.gif) no-repeat right center;  
}

/*メインコンテンツ2
-------------------------------------------------------------------------------------
■サブページ用に複製作成
-------------------------------------------------------------------------------------*/
#main2  { font-size: 12px; display: inline; margin-right: 13px; padding-top: 10px; padding-bottom: 50px; width: 574px; float: right }
#main2 h2 {
	background: url(images/midashi_base.gif) no-repeat;
	width: 574px;
	font-size: 14px;
	line-height: 34px;
	padding-left: 10px;
}

#main2 p   { line-height: 1.3em; padding-right: 10px; padding-bottom: 5px; padding-left: 10px }

#main2 .topicPath_01 {  
    margin:0px 0px 15px 0px;  
}  
#main2 .topicPath_01 li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
#main2 .topicPath_01 li a {  
    padding-right:10px;  
    background:url(http://medical-sports-meister.com/images/topicpath.gif) no-repeat right center;  
}

/*フッター
-------------------------------------------------------------------------------------*/
#totop  { font-size: 11px; text-align: right; margin-top: 30px; margin-right: 20px; vertical-align: bottom }
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 50px;
}



/*clearfix
-------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */


/*データベース用
-------------------------------------------------------------------------------------*/
.td_list00 { text-align: center; padding-right: 4px; padding-left: 5px; width: 20px; border-bottom: 1px dashed #ccc; border-left: 3px solid #ccc }
.td_list01 { font-size: 12px; padding-right: 4px; padding-left: 5px; border-bottom: 1px dashed #ccc }
.td_list02 { font-size: 10px; font-weight: normal; padding-right: 4px; padding-left: 5px; border-bottom: 1px dashed #ccc }
.td_list03 { font-size: 10px; font-weight: normal; line-height: 1.1em; padding-right: 4px; padding-left: 5px; border-bottom: 1px dashed #ccc }
.td_list04 { font-size: 10px; font-weight: normal; text-align: center; border-bottom: 1px dashed #ccc }


/*photoshuffler用
-----------------*/
#photodiv{
	width:574px;
	height:180px;
	}