@charset "utf-8";


/*
トップページ用CSS
==========================================================

	1: 左カラム（クリニックについて、クリニックの紹介）
	2: 左カラム（クリニックについて、クリニックの紹介）
	3: 右カラム（トピックス、対象となる方）

==========================================================
*/

/*-----------------------------------------------
1: メインイメージ
-----------------------------------------------*/
#index_main { position:relative;}
#index_main div { position:absolute; left:5px; top:5px;}

/*-----------------------------------------------
2: 左カラム
-----------------------------------------------*/
#left_top { float:left; width:480px;}
#left_top p { margin:0 4px 0 2px; padding:10px; border:#ccc 1px solid; border-top:none;}
#left_top li { margin-bottom:8px;}

/*-----------------------------------------------
3: 右カラム
-----------------------------------------------*/
#right_top { float:right; width:410px; margin-left:9px;}
#right_top li { padding-bottom:6px; margin-bottom:6px; border-bottom:1px #f5f5f5 solid;}
#topics { border-bottom:#ccc 2px solid; margin-bottom:10px;}
#topic_list { height:325px; overflow:auto;}
#comment{ border-bottom:#ccc 2px solid; margin:40px 0 10px 0;}

