@charset "utf-8";

/* 左カラム（left）*/
div#left {position:absolute; top:170px; width:500px; font-size:1.2em;}
/*左カラムヘッダー（left_header）*/
div#left_header {width:450px; border: 1px solid #334190; padding:8px 0px 6px 20px; margin:24px 2px 14px 0px; background-color:#334190; font-weight:bold; color:#ffffff;}
/*左カラム本文（left_body）*/
ul#left_body {width:472px; padding-bottom:3px; background-color:#ffffff;}
ul#left_body li { list-style-type:none; display:inline;}
ul#left_body li a { width:472px; display:block; margin:2px 0px 0px 0px; padding:1px 0px 0px 0px; background-color:#ffffff; text-decoration:none;}
ul#left_body li a:hover { background-color:#eeeeee;} 

/* 右カラム（right）*/
div#right {clear:both; position:absolute; top:170px; width:500px; margin:0px 14px 7px 507px; font-size:1.2em; float:right;}
/* 右カラムヘッダー（right_header）*/
div#right_header { width:450px; border: 1px solid #334190; padding:8px 0px 6px 20px; margin:24px 2px 14px 0px; background-color:#334190; font-weight:bold; color:#ffffff;}
/*右カラム本文（right_body）*/
ul#right_body {width:472px; padding-bottom:3px; background-color:#ffffff;}
ul#right_body li { list-style-type:none; display:inline;}
ul#right_body li a { width:472px; display:block; margin:2px 0px 0px 0px; padding:1px 0px 0px 0px; background-color:#ffffff; text-decoration:none;}
ul#right_body li a:hover { background-color:#eeeeee;}

/* 横線（hr）は各ページのスタイルシートで設定 */