/* ================================================= */
/* CSS目次　10.4.1　クラブさいがわ

■01.各パーツの設定
・bodyの設定、リンクカラー設定,見出し用タグの設定
　フォームタグの設定など
　
■02.ページ全体のサイズなどの設定（container）

■タブメニュー設定

■診療科紹介・部門紹介（メニュー）設定

■スライドショー設定

■サブページ・ヘッダBG設定

■サブページ・タブメニュー設定

■スライドショー設定（トップページ）
================================================= */
/* 01.bodyの設定 */
body {
margin: 0px 0px 0px 0px;
background-image: url(../image/bg-main.jpg);
background-repeat: repeat-x;
text-align:center;
background-color: #f6debe;
font-family:"Osaka","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","san-serif";}

/* リンクカラー設定 */
a:link {
color: #c50080;
text-decoration: none;}

a:visited {
color: #680bab;
text-decoration: none;}

a:active {color: #f06;}

a:hover {
color: #f06;
text-decoration: underline;}

/* 見出し用タグの設定 */
h1, h2, h3, h4, h5 { 
margin: 0px;
padding: 0px;
font-weight: normal;}

/* パラグラフ（P）タグの設定 */
p {
margin: 0px 0px 10px 0px;
padding: 0px;
font-weight: normal;}

/* ページ内スキップの設定 */
.hide {
	position: absolute;
	left: -100em;
	top: -100em;}

/* BLOCKQUOTEタグの設定 */
blockquote {
margin: 0px 20px 0px 20px;
padding: 0px;
font-weight: normal;}

/* フォームタグの設定 */
form {
margin: 0px;
padding: 0px;}

/* フォームタグの文字拡大追従設定 */
textarea,input {
font-size: 1em;}

/* テキストサイズ　80% */
/* line-heightに単位指定をしないのは文字の重なりを防ぐため */
.text-80 {
font-size: 80%;
line-height: 1.5;}

/* テキストサイズ　90% */
.text-90 {
font-size: 90%;
line-height: 1.5;}

/* テキストサイズ　100% */
.text-100 {
font-size: 100%;
line-height: 1.7;}

/* テキストサイズ　110%　*/
.text-110 {
font-size: 110%;
line-height: 1.5;}

/* テキストサイズ　120%　*/
.text-120 {
font-size: 120%;
line-height: 1.5;}

/* テキストサイズ　1.5%　 */
.text-150-strong {
font-size: 150%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　2.0% */
.text-200 {
font-size: 200%;
line-height: 2.0;}

/* テキストサイズ　100%　太い */
.text-100-strong {
font-size: 100%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　110%　太い */
.text-110-strong {
font-size: 110%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　120%　太い */
.text-120-strong {
font-size: 120%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　1.5%　太い */
.text-150-strong {
font-size: 150%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　2.0%　太い */
.text-200-strong {
font-size: 200%;
line-height: 2.0;
font-weight: bold;}

/* テキスト白色-表示 */
.text-white {
color: #FFFFFF;}

/* テキスト赤色-表示 */
.text-red {
color: #FF0000;}

/* テキスト青色-表示 */
.text-blue {
color: #515faa;}

/* テキスト明青色-表示 */
.text-lightblue {
color: #c0bedc;}

/* テキスト緑色-表示 */
.text-green {
color: #4ea940;}

/* テキスト桃色-表示 */
.text-pink {
color: #c51a8a;}

/* テキスト紫色-表示 */
.text-purple {
color: #8169b0;}

/* テキスト橙色-表示 */
.text-orange {
color: #ff9900;}

/* テキスト茶色-表示 */
.text-brown {
color: #993300;}

/* テキスト875032茶色-表示 */
.text-875032 {
color: #875032;}

/* テキスト00b3d9青色-表示 */
.text-00b3d9 {
color: #00b3d9;}



