﻿@charset "utf-8";
/***************************************/
/* 印刷レイアウト                          */
/***************************************/
body	{background-image:none;}
li	{list-style:disc; list-style-position:outside;}
a	{text-decoration:none;}
/*　印刷時のみ表示する */
.print	{display:block;}
/*----------------------------*/
/* コンテナ                      */
/*----------------------------*/
#container	{width:600px;}
/*----------------------------*/
/* ヘッダー                      */
/*----------------------------*/
#header	{display:none;}
/*----------------------------*/
/* メイン                       */ 
/*----------------------------*/
/* 内部ページ */
#main	{width:600px; float:left;}
/*----------------------------*/
/* 更新内容                    */
/*----------------------------*/
#news	{width:550px; margin:0;}
/* 枠 <お知らせ> */
.oshirase	{width:550px; padding:0; margin:0; background:none;}
.oshirase .top	{padding:0; background:none;}
.oshirase .body	{padding:0; background:none;}
/* マーク <重要> */
.mark-point	{display:none;}
/* マーク <更新> */
.mark-new	{display:none;}
/* マーク <イベント> */
.mark-event	{display:none;}
/* 更新内容文章 */
.newstext	{width:500px;}
/*----------------------------*/
/* コンテンツ                    */
/*----------------------------*/
/*　枠 <トップのリスト> */
.columntop	{display:none;}
/* トップページへ */
.pagetop	{display:none;}
/* テキスト　<産科> */
.textsanka1	{height:auto; min-height:0;}
.textsanka2	{height:auto; min-height:0;}
/*　ボックス　<産科の横幅> */
.boxsanka6	{clear:both;}
/*----------------------------*/
/* 左サイドバー(メニュー）           */
/*----------------------------*/
/* 内部ページ */
#sidebar	{display:none;}	
/*----------------------------*/
/* フッター                      */
/*----------------------------*/
#footer	{display:none;}
