@charset "utf-8";
/* 市民医療協議会用CSS Document 2010/05/13 */

/*--------------------------------------
 initialize Selector
---------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
 {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
 Text Module
---------------------------------------*/

p {
	margin: 11px 0 22px;
}

strong {
	font-weight: bolder;
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a,
a:link {
	color: #3366cc;
}

a:hover {
	color: #3399ff;
}

/*--------------------------------------
  要素スタイル
--------------------------------------*/

a img {
	border: none;
}

img {
	vertical-align: bottom;
}

/*--------------------------------------
  スキップ要素
--------------------------------------*/

.hidden {
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  リスト(水平)
--------------------------------------*/

ul,
ol {
	list-style: none outside;
}

/*--------------------------------------
  Layout Module
---------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-top: 1px solid #d0a32f;
	line-height: 1.6;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
}

/*-- 文字サイズ --*/

body ,
body.normal{
	font-size: 16px;
}
body.fontL{
	font-size: 20px;
}

/* Win IE 7用 { */
*:first-child+html body ,
*:first-child+html body.normal {
	font-size: medium;
}
*:first-child+html body.fontL {
	font-size: large;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html body ,
* html body.normal{
	font-size: small;
}
* html body.fontL ,
* html body.fontL table{
	font-size: medium;
}
* html table{
	line-height: 1.6;
}
/* } Win IE 6用 */

body a.smalltext img,
body.normal a.smalltext img {visibility: hidden;}
body a.bigtext img,
body.normal a.bigtext img {visibility: visible;}

body.fontL a.bigtext img {visibility: hidden;}
body.fontL a.smalltext img {visibility: visible;}

span.external {
	display: inline-block;
	overflow: hidden;
	margin-left: 5px;
	width: 15px;
	height: 14px;
	background: url("../images/icon_external.gif") no-repeat 0 0;
	text-indent: -9999px;
	vertical-align: top;
	line-height:5em;
}

/*-- ヘッダ --*/
div#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;  
	min-height: 95px;
	text-align: left;
}
/* Win IE 6用 { */
* html div#header {
	height: 95px;
}
/* } Win IE 6用 */

div#header .siteID {
	float: left;
	margin: 24px 0 0;
	width: 400px;
	height: 71px;
}

div#h_nav {
	float: right;
	font-size: 90%;
}

div#h_nav ul {
	display: inline;
	margin-right: 136px;
}

div#h_nav ul li {
	display: inline;
	float: left;
	margin-top: 10px;
	margin-right: 11px;
}

div#h_nav ul li a {
	background: url("../images/list_icon.gif") no-repeat left center;
	padding-left: 8px;
}

/*-- 文字可変部分 --*/
div#header p.change_size {
	position: absolute;
	top: 9px;
	left: 773px;
	height: 20px;
	margin: 0;
}

div#header p.change_size a.smalltext {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 79px;
	width: 18px;
	height: 18px;
	background: url("../images/smalltext2.png") no-repeat 0 0;
	line-height: 18px;
	font-size: 12px;
}

div#header p.change_size a.smalltext:hover,
div#header p.change_size a.bigtext:hover {
	background-color: #ffffff;
}

div#header p.change_size a.smalltext:hover img {
	visibility: hidden;
}

div#header p.change_size.change_size a.bigtext {
	display: block;
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: 102px;
	width: 20px;
	height: 20px;
	background: url("../images/bigtext2.png") no-repeat 0 0;
	line-height: 20px;
	font-size: 12px;
}

div#header p.change_size a.bigtext:hover img {
	visibility: hidden;
}


/*-- 検索部分 --*/
div#header form {
	clear: left;
	float: right;
	margin-top: -57px;
}

/* Win IE 7用 { */
*:first-child+html div#header form {
	clear: none;
	position: relative;
	margin-top: 10px;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#header form {
	clear: none;
	position: relative;
	margin-top: 10px;
}
/* } Win IE 6用 */

div#header form input#suggest {
	width: 250px;
	height: 19px;
	border: 1px solid #cccccc;
}

/* Win IE 7用 { */
*:first-child+html div#header form input#suggest {
	height: 17px;
}
/* } Win IE 7用 */

div#header form input.btnsubmit {
	margin-top: -2px;
	padding: 0;
	width: 47px;
	height: 22px;
	background: url("../images/search_button.png") no-repeat scroll 0 0;
	border: none;
	vertical-align: middle;
	color: transparent;
	cursor: pointer;
}

div#header form input.btnsubmit:hover,
div#header form input.btnsubmit:focus {
	background-position: 0 -23px;
}

div#h_menu {
	float: right;
	margin-top: -27px;
	font-size: 82%;
}

/* Win IE 7用 { */
*:first-child+html div#h_menu {
	clear: both;
	float: none;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#h_menu {
	clear: both;
	float: none;
}
/* } Win IE 6用 */

div#h_menu ul {
	display: inline;
}

/* Win IE 7用 { */
*:first-child+html div#h_menu ul {
	float: right;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#h_menu ul {
	float: right;
}
/* } Win IE 6用 */

div#h_menu ul li {
	display: inline;
	float: left;
	margin-left: 6px;
}

div#h_menu ul li a {
	background: url("../images/list_icon2.png") no-repeat left center;
	padding-left: 20px;
}

/*-- グローバルナビ・画像部分 --*/

div#ni_warap {
	clear: both;
	width: 100%;
	height: 394px;
	background: url("../images/bg_ni_warap.png") repeat-x 0 0;
}

div.n_warap {
	height: 46px !important;
}

div#navigation,
div#top_img {
	margin: 0 auto;
	padding: 0;
	width: 900px;  
	height: 41px;
	text-align: left;
}

div#navigation ul {
	display: inline;
}

div#navigation ul li {
	display: inline;
	float: left;
	margin-top: 3px;
}

div#navigation ul li.home a {
	display: block;
	width: 150px;
	height: 41px;
	background: url("../images/navi_home_r.png") no-repeat 0 0;
}

div#navigation ul li.mission a {
	display: block;
	width: 150px;
	height: 41px;
	background: url("../images/navi_mission_r.png") no-repeat 0 0;
}

div#navigation ul li.impact a {
	display: block;
	width: 150px;
	height: 41px;
	background: url("../images/navi_impact_r.png") no-repeat 0 0;
}

div#navigation ul li.gap a {
	display: block;
	width: 151px;
	height: 41px;
	background: url("../images/navi_gap_r.png") no-repeat 0 0;
}

div#navigation ul li.practice a {
	display: block;
	width: 151px;
	height: 41px;
	background: url("../images/navi_practice_r.png") no-repeat 0 0;
}

div#navigation ul li.home a:hover,
div#navigation ul li.mission a:hover,
div#navigation ul li.impact a:hover,
div#navigation ul li.gap a:hover,
div#navigation ul li.practice a:hover {
	background-color: #ffffff;
}

div#navigation ul li.home a:hover img,
div#navigation ul li.mission a:hover img,
div#navigation ul li.impact a:hover img,
div#navigation ul li.gap a:hover img,
div#navigation ul li.practice a:hover img {
	visibility: hidden;
}

div#top_img {
	position: relative;
}
div#top_img #mainimage {
	margin: 20px 0 5px;
	padding: 2px;
	height:260px;
	overflow:hidden;
	background: url(../images/top_image_bg.gif) no-repeat 0 0;
	z-index:1;
}
#mainimage-nav{
	position:absolute;
	top:7px;
	right: 7px;
	z-index:10;
}
#mainimage-nav a{
	font-size: 80%;
	border:1px solid #fff;
	color: #fff;
	margin-left:5px;
	padding: 0 3px;
	text-decoration:none;
}
#mainimage-nav-list {
	float:right;
}
#mainimage-nav-list a.activeSlide{
	color: #666;
	background: #fff;
}
a#pause{
	margin-top:1px;
	padding: 2px 3px;
	float:right;
}

/*-- メイン画像下ナビ --*/
div#top_img ul {
	display: inline;
}

div#top_img ul li {
	display: inline;
	float: left;
}

div#top_img ul li.gan a {
	display: block;
	width: 225px;
	height: 50px;
	background: url("../images/navi_gan_r.png") no-repeat 0 0;
}

div#top_img ul li.nou a {
	display: block;
	width: 225px;
	height: 50px;
	background: url("../images/navi_nou_r.png") no-repeat 0 0;
}


div#top_img ul li.tounyou a {
	display: block;
	width: 225px;
	height: 50px;
	background: url("../images/navi_tounyou_r.png") no-repeat 0 0;
}

div#top_img ul li.shinzou a {
	display: block;
	width: 225px;
	height: 50px;
	background: url("../images/navi_shinzou_r.png") no-repeat 0 0;
}

div#top_img ul li.gan a:hover,
div#top_img ul li.nou a:hover,
div#top_img ul li.tounyou a:hover,
div#top_img ul li.shinzou a:hover {
	background-color: #ffffff;
}

div#top_img ul li.gan a:hover img,
div#top_img ul li.nou a:hover img,
div#top_img ul li.tounyou a:hover img,
div#top_img ul li.shinzou a:hover img {
	visibility: hidden;
}

/*-- メインコンテンツ --*/
div#wrapper {
	margin: 0 auto;
	padding: 21px 0 0 0;
	width: 900px;  
	text-align: left;
}

div#wrapper.wrap {
	padding: 9px 0 0 0;
}

/*-- パンくずリスト --*/
ol#topicpath {
	margin: 0 0 21px 2px;
}

ol#topicpath li {
	display: inline;
	font-size: 81%;
}

ol#topicpath li a {
	text-decoration: none;
	color: #2a2a2a;
}

/*-- 左ブロック --*/
div#leftblock {
	float: left;
	margin-right: 20px;
	width: 290px;
}

/* Win IE 6用 { */
* html div#leftblock {
	margin-right: 16px;
}
/* } Win IE 6用 */

/* タブメニュー */
div#container-1 ul.ui-tabs-nav:after { 
    display: block;
    clear: both;
    content: " ";
}

/* Win IE 7用 { */
*:first-child+html div#container-1 ul.ui-tabs-nav {
    display: inline-block;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#container-1 ul.ui-tabs-nav {
    display: inline-block;
}
/* } Win IE 6用 */

div#container-1 ul.ui-tabs-nav li {
    float: left;
}

div#container-1 ul.ui-tabs-nav li a {
	display: block;
	overflow: hidden;
	margin-top: 1px;
	margin-right: 1px;
	width: 56px;
	height: 29px;
	text-indent: -9999px;
}

div#container-1 ul.ui-tabs-nav li.ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	padding-bottom: 1px;
	background-position: 0 -31px !important;
}

/* Win IE 6用 { */
* html div#container-1 ul.ui-tabs-nav li.ui-tabs-selected a {
    height: 30px;
}
/* } Win IE 6用 */

div#container-1 ul.ui-tabs-nav li.all a {
	background: url("../images/tabmenu_all.png") no-repeat 0 0;
}

div#container-1 ul.ui-tabs-nav li.all a:hover {
	background-position: 0 -31px;
}

div#container-1 ul.ui-tabs-nav li.gan a {
	background: url("../images/tabmenu_gan.png") no-repeat 0 0;
}

div#container-1 ul.ui-tabs-nav li.gan a:hover {
	background-position: 0 -31px;
}

div#container-1 ul.ui-tabs-nav li.nou a {
	width: 58px;
	background: url("../images/tabmenu_nou.png") no-repeat 0 0;
}

div#container-1 ul.ui-tabs-nav li.nou a:hover {
	background-position: 0 -31px;
}

div#container-1 ul.ui-tabs-nav li.tounyou a {
	width: 58px;
	background: url("../images/tabmenu_tounyou.png") no-repeat 0 0;
}

div#container-1 ul.ui-tabs-nav li.tounyou a:hover {
	background-position: 0 -31px;
}

div#container-1 ul.ui-tabs-nav li.shinzou a {
	margin-right: 0;
	width: 58px;
	background: url("../images/tabmenu_shinzou.png") no-repeat 0 0;
}

div#container-1 ul.ui-tabs-nav li.shinzou a:hover {
	background-position: 0 -31px;
}

/* タブメニュー内容 */
#leftblock div.ui-tabs-hide {
	display: none;
}
#leftblock div.ui-tabs-panel {
	border-top: 1px solid #cccccc;
}

div#fragment-1,
div#fragment-2,
div#fragment-3,
div#fragment-4,
div#fragment-5 {
	background: url("../images/bg_fragment1.png") repeat-y 0 0;
	font-size: 81%;
}

/* Win IE 7用 { */
*:first-child+html div#fragment-1,
*:first-child+html div#fragment-2,
*:first-child+html div#fragment-3,
*:first-child+html div#fragment-4,
*:first-child+html div#fragment-5 {
	font-size: small;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#fragment-1,
* html div#fragment-2,
* html div#fragment-3,
* html div#fragment-4,
* html div#fragment-5 {
	font-size: 100%;
}
/* } Win IE 6用 */

div.fragment_inner {
	padding: 15px 11px 4px 9px;
	background: url("../images/bg_fragment2.png") no-repeat left bottom;
}

/* Win IE 7用 { */
*:first-child+html div.fragment_inner {
	height: 1%;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div.fragment_inner {
	height: 1%;
}
/* } Win IE 6用 */


div#fragment-1 h2,
div#fragment-2 h2,
div#fragment-3 h2,
div#fragment-4 h2,
div#fragment-5 h2 {
/*	float: left;*/
	margin-bottom: 19px;
	padding-left: 13px;
	padding-right: 18px;
	background: url("../images/bg_heading.png") no-repeat left center;
	font-size: 16px;
}

/* Win IE 7用 { */
*:first-child+html div#fragment-1 h2,
*:first-child+html div#fragment-2 h2,
*:first-child+html div#fragment-3 h2,
*:first-child+html div#fragment-4 h2,
*:first-child+html div#fragment-5 h2 {
	font-size: medium;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#fragment-1 h2,
* html div#fragment-2 h2,
* html div#fragment-3 h2,
* html div#fragment-4 h2,
* html div#fragment-5 h2 {
	font-size: medium;
}
/* } Win IE 6用 */

div#fragment-1 h2 span,
div#fragment-2 h2 span,
div#fragment-3 h2 span,
div#fragment-4 h2 span,
div#fragment-5 h2 span {
	font-size: 14px;
}

/* Win IE 7用 { */
*:first-child+html div#fragment-1 h2 span,
*:first-child+html div#fragment-2 h2 span,
*:first-child+html div#fragment-3 h2 span,
*:first-child+html div#fragment-4 h2 span,
*:first-child+html div#fragment-5 h2 span {
	font-size: small;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#fragment-1 h2 span,
* html div#fragment-2 h2 span,
* html div#fragment-3 h2 span,
* html div#fragment-4 h2 span,
* html div#fragment-5 h2 span {
	font-size: 80%;
}
/* } Win IE 6用 */

div#fragment-1 span.icon,
div#fragment-2 span.icon,
div#fragment-3 span.icon,
div#fragment-4 span.icon,
div#fragment-5 span.icon {
	float: right;
	margin-top: -40px;
}

div#fragment-1 ul li,
div#fragment-2 ul li,
div#fragment-3 ul li,
div#fragment-4 ul li,
div#fragment-5 ul li {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #cccccc;
}

div#fragment-1 ul li.more,
div#fragment-2 ul li.more,
div#fragment-3 ul li.more,
div#fragment-4 ul li.more,
div#fragment-5 ul li.more {
	margin-bottom: 25px;
	border-bottom: none;
	text-align: right;
}

div#fragment-1 ul li.more a,
div#fragment-2 ul li.more a,
div#fragment-3 ul li.more a,
div#fragment-4 ul li.more a,
div#fragment-5 ul li.more a {
	padding-left: 6px;
	background: url("../images/list_icon.gif") no-repeat left center;
}

div#fragment-1 ul li img.category,
div#fragment-2 ul li img.category,
div#fragment-3 ul li img.category,
div#fragment-4 ul li img.category,
div#fragment-5 ul li img.category {
	float: left;
}

/* Win IE 7用 { */
*:first-child+html div#fragment-1 ul li img.category,
*:first-child+html div#fragment-2 ul li img.category,
*:first-child+html div#fragment-3 ul li img.category,
*:first-child+html div#fragment-4 ul li img.category,
*:first-child+html div#fragment-5 ul li img.category {
	clear: both;
}
/* } Win IE 7用 */

div#fragment-1 ul li dt{
	float: right;
}

/* Win IE 7用 { */
*:first-child+html div#fragment-1 ul li dt,
*:first-child+html div#fragment-2 ul li dt,
*:first-child+html div#fragment-3 ul li dt,
*:first-child+html div#fragment-4 ul li dt,
*:first-child+html div#fragment-5 ul li dt {
	margin-top: -20px;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#fragment-1 ul li dt,
* html div#fragment-2 ul li dt,
* html div#fragment-3 ul li dt,
* html div#fragment-4 ul li dt,
* html div#fragment-5 ul li dt {
	margin-top: -20px;
}
/* } Win IE 6用 */

div#fragment-1 ul li dd,
div#fragment-2 ul li dd,
div#fragment-3 ul li dd,
div#fragment-4 ul li dd,
div#fragment-5 ul li dd {
	clear: both;
	padding-left: 3px;
}

/*-- main --*/
div#main {
	float: left;
	margin-right: 19px;
	width: 670px;
}

div#main h1{
	color:#555;
	margin:0 auto 20px auto;
	background:url(../images/h1_bottom2.gif) repeat-x left bottom;
	font-size:155%;
	font-weight:normal;
	position:relative;
}
div#main h1 span {
/*	background:url(../images/h1_top.gif) no-repeat center top;*/
	display:block;
	padding:0px 15px 18px 10px;
	margin:0;
	line-height:1.2;
}

div#main h1 span em {
	font-style: normal;
	display: block;
	margin-bottom: 5px;
	padding: 0;
	font-size: 55%;
}

div#main h2 {
	font-size: 110%;
}

div#main p {
	margin: 13px 15px 1em 7px;
}

div#main p.explanation {
	margin-bottom: 25px;
	padding-right: 40px;
} 

/* 下層タブメニュー */
ul.tabmenu {
	margin-bottom: 31px;
	padding-left: 12px;
	height: 31px;
	background: url("../images/bg_tabmenu.png") repeat-x 0 0;
	line-height: 0;
}

ul.tabmenu li {
	display: inline;
	float: left;
	margin-right: 1px;
}

ul.tabmenu li.all a {
	display: block;
	width: 99px;
	height: 30px;
	background: url("../images/tabmenu_m_all_r.png") no-repeat 0 0;
}

ul.tabmenu li.gan a {
	display: block;
	width: 98px;
	height: 30px;
	background: url("../images/tabmenu_m_gan_r.png") no-repeat 0 0;
}

ul.tabmenu li.nou a {
	display: block;
	width: 105px;
	height: 30px;
	background: url("../images/tabmenu_m_nou_r.png") no-repeat 0 0;
	border-bottom: 1px solid #cccccc;
}

ul.tabmenu li.tounyou a {
	display: block;
	width: 105px;
	height: 30px;
	background: url("../images/tabmenu_m_tounyou_r.png") no-repeat 0 0;
	border-bottom: 1px solid #cccccc;
}

ul.tabmenu li.shinzou a {
	display: block;
	width: 105px;
	height: 30px;
	background: url("../images/tabmenu_m_shinzou_r.png") no-repeat 0 0;
	border-bottom: 1px solid #cccccc;
}

ul.tabmenu li.leader a {
	display: block;
	width: 124px;
	height: 30px;
	background: url("../images/tabmenu_m_leader_r.png") no-repeat 0 0;
	border-bottom: 1px solid #cccccc;
}

ul.tabmenu li a:hover {
	background-color: #ffffff;
}

ul.tabmenu li.all a:hover img,
ul.tabmenu li.gan a:hover img,
ul.tabmenu li.nou a:hover img,
ul.tabmenu li.tounyou a:hover img,
ul.tabmenu li.shinzou a:hover img,
ul.tabmenu li.leader a:hover img {
	visibility: hidden;
}

/* main 下層ページコンテンツ部分 市民リーダー */
ul.leader_list li {
	float: left;
	margin: 0 20px 19px 0;
	width: 325px;
	min-height: 269px;
	border-bottom: 1px dotted #cccccc;
/*	font-size: 71%;*/
}

ul.leader_list li.even {
	margin-right: 0;
}

ul.leader_list li dt {
	float: left;
	display: block;
	padding: 1px;
	border: 1px solid #cccccc;
}

ul.leader_list li dt a{
	width: 126px;
	height: 126px;
	overflow: hidden;
	display: block;
}

ul.leader_list li dt img {
	width: 126px;
	margin-bottom: 4px;
	display: block;
}

ul.leader_list li dd {
	font-size: 76%;
	margin-left: 139px;
}
ul.leader_list li dd.name {
	font-weight:bold;
	font-size: 100%;
	padding: 5px 0;
}

ul.leader_list li dd strong {
	line-height: 30px;
}

ul.leader_list li h2 {
	clear: both;
	font-weight: normal;
	font-size: 100%;
	margin: 0 7px 10px;
}
ul.leader_list li p{
	font-size: 84%;
	margin: 0 7px 10px;
}


div#main p.more {
/*	float: right;*/
	text-align :right;
	margin: 0 0 7px 0;
}

div#main p.more a {
	padding-left: 7px;
	background: url("../images/list_icon.gif") no-repeat left center;
}

/* main 下層ページコンテンツ部分 ニュースクリップ */
ul.newsclip_list li {
	margin: 0 10px 17px;
	border-bottom: 1px dotted #cccccc;
}

ul.newsclip_list li.last {
	margin-bottom: 20px;
}

ul.newsclip_list dt {
	float: left;
	margin-right: 15px;
	font-size: 81%;
}

ul.newsclip_list dt img {
	float: left;
	margin-right: 9px;
	width: 44px;
}

ul.newsclip_list dd {
	padding-bottom: 5px;
	font-size: 88%;
}

ul.newsclip_list dd span {
	display: inline-block;
	overflow: hidden;
	margin-left: 5px;
	width: 15px;
	height: 14px;
	background: url("../images/icon_external.gif") no-repeat right bottom;
	text-indent: -9999px;
}

/* Win IE 7用 { */
*:first-child+html ul.newsclip_list dd span {
	background-position: right top;
	vertical-align: middle;
	cursor: pointer;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html ul.newsclip_list dd span {
	background-position: right top;
	vertical-align: middle;
	cursor: pointer;
}
/* } Win IE 6用 */

/* main 下層詳細ページコンテンツ部分 市民リーダー詳細 */

div#main.interview h2 {
	margin-bottom: 1em;
	padding-left: 8px;
	border-left: 5px solid #cca94e;
	font-size: 112%;
	display: inline-block;
}

div#main.interview p {
	margin: 0 7px 1.5em;
}

div#main.interview p.interviewer {
	margin: 0 16px 26px 7px;
	font-weight: bold;
	color: #996600;
}

div#main div.profile {
	width: 225px;
	display: inline;
	margin-left: 7px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

div#main div.profile span.photo{
	border: 1px solid #ccc;
	display:block;
	margin-bottom: 10px;
}
div#main div.profile span.photo img{
	margin:1px;
}

div#main div.profile dl {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div#main div.profile dt,
div#main div.profile dd {
	background-color: #f4f3f3;
}
div#main div.profile dt {
	font-weight: bold;
	margin: 1px 1px 0 1px;
	padding: 8px 10px 5px;
}
div#main div.profile dt img {
	padding-bottom: 6px;
	margin-right: 5px;
}
div#main div.profile dd {
	margin: 0 1px 1px 1px;
	padding: 0 10px 12px;
	font-size: 82%;
	line-height: 1.3;
}

div#main dl.profile2 {
	clear: both;
	width: 668px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div#main dl.profile2 dt,
div#main dl.profile2 dd {
	margin: 1px;
	background-color: #f4f3f3;
}

div#main dl.profile2 dt {
	margin-bottom: 0;
	padding: 15px 15px 10px;
}

div#main dl.profile2 dd {
	margin-top: 0;
	padding: 0 15px 10px;
	font-size: 87%;
}

div#main dl.profile2 dd p.more {
	float: none;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
	font-size: 86%;
}

/* main 下層ページコンテンツ部分 活動報告・詳細ページ */
h2.activityreport,
h2.title {
	clear: both;
	color:#555;
	margin:0 auto 20px auto;
	background:url(../images/h2_bottom.gif) repeat-x left bottom;
	font-size:112%;
	position:relative;
}

h2.activityreport span ,
h2.title span {
	background:url(../images/h2_top.gif) no-repeat center top;
	display:block;
	padding:8px 15px 9px 27px;
	margin:0;
	line-height:1.2;
}
h2.activityreport span a,
h2.title span a{
	color: #555555;
	padding-right: 10px;
	background:url(../images/list_icon.gif) no-repeat right center;
	text-decoration:none;
}
h2.activityreport span a:hover,
h2.title span a:hover{
	color: #39f;
	text-decoration:underline;
}
/* Win IE 7用 { */
*:first-child+html h2.activityreport span ,
*:first-child+html h2.title span {
	height: 1%;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html h2.activityreport span ,
* html h2.title span {
	height: 1%;
}
/* } Win IE 6用 */

h2.eventdetail {
	clear: both;
	margin-bottom: 25px;
	padding-left: 10px;
	background: none;
	border-left: 6px solid #d0a32f;
}

ul.event a.image {
	float: right;
	margin: 0 0 20px 21px;
	padding: 1px;
	border: 1px solid #cccccc;
	display:block;
}
ul.event a.image span{
	width: 176px;
	height: 132px;
	overflow: hidden;
	display:block;
}

ul.event li {
	float: left;
	margin: 0 0 11px;
	padding: 0 10px;
	border-bottom:1px dotted #cccccc;
}
ul.event li,
ul.activityreport li {
	width: 650px;
}
*html ul.event li,
*html ul.activityreport li {
	width: 670px;
}

ul.event dt {
	font-size: 81%;
}

ul.report dt,
ul.activityreport dt {
	float: left;
}

ul.activityreport dt {
	margin-right: 16px;
}

/* Win IE 6用 { */
* html ul.activityreport dt {
	height: 20px;
}
/* } Win IE 6用 */

ul.report dd.eventtitle {
	margin-left: 129px;
}

ul.event dt img.category {
	margin-right: 8px;
	margin-bottom: 3px;
	vertical-align: middle;
}

ul.event dd {
	margin-bottom: 10px;
}

ul.activityreport dd {
	float: left;
}

ul.event dd.exposition {
	margin-bottom: 0;
	font-size: 88%;
	display:inline;
}

div#main p.more2,
ul.event p.more {
/*	float:right;*/
	margin:0 0 20px;
	font-size: 81%;
	text-align:right;
}

ul.activityreport p.more {
	clear: both;
	text-align: right;
}

div#main p.more2 a {
	padding-left:7px;
	background:url("../images/list_icon.gif") no-repeat scroll left center;
}

div#main.eventdetail p {
	margin: 0 0 27px;
	padding: 0 15px 0 12px;
}

div#main p.digest {
	margin: 0 0 1.5em;
	padding: 15px 20px 13px;
	border: 1px solid #cccccc;
}

div#main.eventdetail div.photo {
	float: left;
	width: 300px;
	margin: 0 22px 30px 12px;
}
*html div#main.eventdetail div.photo {
	margin-left: 6px;
}

div#main.eventdetail div.photo span {
	display: block;
	border: 1px solid #cccccc;
}

div#main.eventdetail div.photo span img {
	margin: 1px;
}
div#main.eventdetail div.photo p{
	font-size: 90%;
	margin: 5px 0 0;
	padding:0;
}


div#main.eventdetail ol {
	margin: 0 0 28px 47px;
	list-style: decimal;
}

p.writer {
	text-align: right;
}
p.update {
	font-size: 90%;
}
dl.relatedArticle{
	margin-bottom: 2em;
	padding: 15px 20px;
	border: 1px dotted #bbb;
}
dl.relatedArticle dt{
	margin-bottom: 0.5em;
}
dl.relatedArticle dd{
	display: block;
	padding-left: 13px;
	background:url("../images/list_icon.gif") no-repeat left 0.6em;
}


/* main 下層ページコンテンツ部分 メールマガジン登録ページ */

table.normal{
	width: 646px;
	margin-left: 12px;
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
}
table.normal th {
	width:150px;
	padding: 12px 9px;
	background: #f0f0f0 url(../images/line_1px_fff.gif) repeat-x;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #cccccc;
}
table.normal td {
	padding: 9px 15px 9px 12px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	vertical-align: top;
}

div#main.mailmagazine th {
	width: 285px;
}

/* Win IE 7用 { */
*:first-child+html div#main.mailmagazine th {
	width: 270px;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#main.mailmagazine th {
	width: 270px;
}
/* } Win IE 6用 */

div#main.mailmagazine th em {
	float:right;
	padding: 4px 8px;
	width: 24px;
	background-color: #cc3333;
	line-height: 1;
	text-align: right;
	font-size: 75%;
	font-style: normal;
	color: #ffffff;
	white-space: nowrap;
}
*:first-child+html div#main.mailmagazine th em{ /* Win IE 7用 */
	padding-bottom: 2px;
}
* html div#main.mailmagazine th em{ /* Win IE 6用 */
	padding-bottom: 2px;
}

div#main.mailmagazine td input{
	margin-right: 8px;
}

div#main.mailmagazine td input#email,
div#main.mailmagazine td input#email2 {
	width: 300px;
	font-size: 110%;
}

div#main.mailmagazine p {
	clear: both;
	margin-left: 12px;
	padding-right: 0;
}

div#main.mailmagazine p input {
	margin-right: 9px;
}

div#main.mailmagazine p label {
	font-weight: bold;
}

div#main.mailmagazine p.entry {
	margin: 10px 0 0 9px;
	padding: 30px 231px 26px 232px;
	background-color: #f0f0f0;
}

div#main.mailmagazine p.entry input {
    display:block;
	padding: 0;
	width: 188px;
	height: 41px;
	background: url("../images/entry_button.png") no-repeat scroll 0 0;
	border: none;
    line-height: 0px;
	vertical-align: middle;
    text-indent:-9999px;
    font-size: 0px;
	cursor: pointer;
}

div#main.mailmagazine p.entry input:hover,
div#main.mailmagazine p.entry input:focus {
	background-position: 0 -42px;
}
p.error{
	color: #c00;
	padding-left: 15px;
	background: url("../images/icon_alert.gif") no-repeat scroll 0 0.4em;
}
div#main.mailmagazine table p.error{
	margin: 0 0 0.5em;
}


/* main 下層ページコンテンツ部分 用語集ページ */

div#main.glossary h3{
	font-size: 100%;
	margin: 0 0 0.5em;
	padding: 10px 10px 0;
	border-left:none;
	border-top: 1px dotted #ccc;
}
div#main.glossary p{
	margin:0 0 25px;
	padding:0 20px 0;
}
div#main.glossary p.explanation{
	margin:0 0 1em;
	padding:0;
}
div#main.glossary p.up{
	float:none;
	padding: 10px 0;
	text-align:right;
	border-top: 1px dotted #ccc;
}
ul.menu_list3 {
	margin-bottom: 37px;
	text-align: center;
}

ul.menu_list3 li {
	display: inline;
	padding: 0 10px 0 16px; /* 0 14px 0 6px */
	border-left: 1px dotted #666666;
	font-size: 85%;
	font-weight: bold;
}

/* Win IE 7用 { */
*:first-child+html ul.menu_list3 li {
	padding: 0 16px 0 16px;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html ul.menu_list3 li {
	padding: 0 16px 0 16px;
}
/* } Win IE 6用 */

ul.menu_list3 li.last {
	padding-right: 16px;
	border-right: 1px dotted #666666;
}

ul.menu_list3 li a {
	padding-left: 9px;
	background: url("../images/list_icon4.gif") no-repeat left center;
	color: #aa7b17;
}

ul.terminology li {
	margin: 0 0 8px;
}

ul.terminology dt {
	margin-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
}

ul.terminology dd {
	margin-left: 11px;
}

/* main 下層ページコンテンツ部分 検索結果ページ */
div#main.search_result p.explanation {
	position: relative;
	margin: 0 0 21px 0;
	padding: 7px 0 7px 8px;
	background-color: #f0f0f0;
	font-size: 88%;
	color: #555555;
}

/* Win IE 7用 { */
*:first-child+html ul.search_list li {
	height: 1%;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html ul.search_list li {
	height: 1%;
}
/* } Win IE 6用 */

ul.search_list dt {
	margin-bottom: 9px;
	line-height: 1;
	font-size: 100%;
	font-weight: bold;
}

/* Win IE 7用 { */
*:first-child+html ul.search_list dt {
	line-height: 1.2em;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html ul.search_list dt {
	line-height: 1.2em;
}
/* } Win IE 6用 */

ul.search_list dt img.medicalcouncil {
	width: 89px;
}

ul.search_list dd {
	padding-bottom: 15px;
	font-size: 100%;
}

ul.search_list dd.where {
	clear: both;
	padding-bottom: 14px;
	font-size: 88%;
	color: #666666;
}

/* ページャー */
ul.pager {
	clear: both;
	margin:0 0 20px;
	padding: 0;
	font-size: 86%;
	text-align: center;
	display: block;
}

.interview ul.pager {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

ul.pager li{
/*	float: left;*/
	display: -moz-inline-box;
	display: inline-block;
	margin-bottom: 5px;
}
*html ul.pager li{ /* WinIE 6 */
	display: inline;
	zoom:1;
}
*:first-child+html ul.pager li{ /* WinIE 7 */
	display: inline;
	zoom:1;
}

ul.pager li a{
	display: block;
	margin-right: 4px;
	width: 1.3em;
	height: 1.85em;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #3366cc;
}
ul.pager li.next a {
	width:6em;
	white-space; nowrap;
	background-image: url("../images/list_icon.gif") no-repeat;
}
ul.pager li.prev a{
	width:6em;
	white-space; nowrap;
}

ul.pager li.active a{ /* アクティブ時用 */
	background-color: #d59e2a;
	color: #ffffff;
}

ul.pager li a:hover{
	background-color: #d59e2a;
	color: #ffffff;
}

/* main 下層ページコンテンツ部分 404ページ */

.not_found h2{
	margin-bottom: 1em;
}
.searchBox{
	border: 1px solid #bbb;
}
.searchBox dl{
	margin:1px;
	padding: 15px 8px;
	background:#EEEAE1;
}
.searchBox dl dt{
	font-weight: bold;
	padding-left: 28px;
	background: url("../images/bg_heading.png") no-repeat scroll 9px center;
}
.searchBox form{
	margin-bottom:10px;
	text-align:center;
}
.searchBox form .searchword{
	width:300px;
	font-size: 100%;
}
.searchBox form input.btnsubmit {
	margin-top: -2px;
	padding: 0;
	width: 47px;
	height: 22px;
	background: url("../images/search_button.png") no-repeat scroll 0 0;
	border: none;
	vertical-align: middle;
	color: transparent;
	cursor: pointer;
}

.searchBox form input.btnsubmit:hover,
.searchBox form input.btnsubmit:focus {
	background-position: 0 -23px;
}

/* main 下層ページコンテンツ部分 generalページ */

#main h2.copy{

}
#main h3 {
	clear: both;
	font-size: 110%;
	margin: 2em 0 20px 10px;
	padding-left: 15px;
	border-left: 6px solid #D0A330;
}
#main h4 {
	font-size: 100%;
	margin: 0 7px 1em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
ul.link{
	margin: 0 7px 1.5em;
}
ul.link li{
	padding-left: 20px;
	background:url("../images/list_icon.gif") no-repeat scroll 5px center ;
}
ul.list{
	margin: 0 7px 1.5em;
}
ul.list li{
	margin-bottom: 0.5em;
	padding-left:15px;
	background: url("../images/list_icon_bullet.png")0 0.6em no-repeat ;
}
ul.listb{
	margin: 0 7px 1.5em;
	border-top: 1px dotted #ccc;
}
ul.listb li{
	padding:10px 10px 10px 20px;
	border-bottom: 1px dotted #ccc;
	background:url("../images/list_icon_bullet.png") 4px 1.2em no-repeat ;
}
dl.normal{
	margin: 0 7px 1.5em;
}
dl.normal dt{
	font-weight: bold;
}
dl.normal dd{
	margin-bottom: 1em;
}
dl.listb{
	margin: 0 7px 1.5em;
	border-top: 1px dotted #ccc;
}
dl.listb dt{
	padding-top: 0.5em;
	font-weight: bold;
}
dl.listb dd{
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}

.feature{
	border: 1px solid #ccc;
	margin: 0 7px 2em;
	padding: 10px 15px;
}
span.pdf{
	padding-right: 16px;
	background: url(../images/icon_pdf_s.gif) 100% 0 no-repeat;
}
table.table{
	width: 100%;
	margin-bottom:2em;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table.table caption{
	font-weight: bold;
	padding-bottom: 15px;
}
table.table th,
table.table td{
	margin:0;
	padding: 12px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
table.table th{
	background: #f0f0f0;
}
table.table-row th{
	width: 150px;
	text-align: left;
	border-right: 1px solid #ccc;
}
table.table-col th{
	white-space: nowrap;
	text-align: center;
}
table.table-col th,
table.table-col td{
	border-right: 1px solid #ccc;
}

table.plane{
	width: 100%;
	margin-bottom:2em;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table.plane th,
table.plane td{
	margin:0;
	padding: 12px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
table.plane th{
	border-right: none;
}

/*-- img --*/

.imageR{
	float:right;
	margin: 0 0 15px 15px;
}

.imageL{
	float:left;
	margin: 0 15px 15px 0;
}

.more{
	margin-bottom: 1em;
}



/*-- 中央ブロック --*/
div#centerblock {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 360px;
	font-size: 13px;
	overflow: hidden;
}

/* Win IE 7用 { */
*:first-child+html div#centerblock {
	font-size: small;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#centerblock {
	margin-right: 16px;
	font-size: 100%;
}
/* } Win IE 6用 */

div#centerblock span.icon {
	position: absolute;
	top: 10px;
	left: 307px;
}

div#centerblock ul.latestactivity li {
	margin-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}

div#centerblock ul.latestactivity img.category {
	float: left;
	margin-right: 10px;
	width: 21px;
}

div#centerblock ul.latestactivity dl {
	float: left;
	width: 239px;
}
div#centerblock ul.latestactivity a{
	display:inline;
}

div#centerblock ul.latestactivity a.image {
	float: right;
	margin-left: 10px;
	display:block;
	border: 1px solid #ccc;
	width: 78px;
	height:78px;
	overflow: hidden;
}
/* Win IE 6用 { */
* html div#centerblock ul.latestactivity a.image {
	margin-left: 9px;
}
/* } Win IE 6用 */

div#centerblock ul.latestactivity p.more {
	clear: both;
	padding: 8px 0 7px;
	text-align: right;
}

div#centerblock ul.latestactivity p.more a {
	padding-left: 7px;
	background: url("../images/list_icon.gif") no-repeat left center;
}

div#updates {
	position: relative;
}

div#updates h2 {
	margin: 19px 0;
}

div#updates span.icon {
	position: absolute;
	top: 10px;
	left: 307px;
}

div#updates ul li {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #cccccc;
}

div#updates ul li.more {
	margin-bottom: 25px;
	border-bottom: none;
	text-align: right;
}

div#updates ul li.more a {
	padding-left: 6px;
	background: url("../images/list_icon.gif") no-repeat left center;
}

div#updates ul li img.category {
	float: left;
}

div#updates ul li dt {
	float: right;
}

/* Win IE 7用 { */
*:first-child+html div#updates ul li dt {
	margin-top: -20px;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#updates ul li dt {
	margin-top: -20px;
}
/* } Win IE 6用 */

div#updates ul li dd {
	clear: both;
	padding-left: 3px;
}

/*-- 右ブロック --*/
div#rightblock {
	float: left;
	width: 210px;
	overflow: hidden;
}

h3.localnav_title,
h2.localnav_title,
h2.localnav_title2 {
	padding-bottom: 2px;
	width: 208px;
	border: 1px solid #cccccc;
	border-bottom: none;
	background: #ffffff url("../images/bg_h3_title.png") repeat-x left bottom;
/*	font-weight: normal;*/
}

h2.localnav_title,
h2.localnav_title2 {
	font-size: 100%;
}

/* Win IE 6用 { */

* html h3.localnav_title,
* html h2.localnav_title,
* html h2.localnav_title2 {
	width: 210px;
}
/* } Win IE 6用 */

h3.localnav_title span,
h2.localnav_title span,
h2.localnav_title2 span {
	display: block;
	background: #eeeae1 url("../images/bg_heading.png") no-repeat 9px center;
	margin: 1px 1px 0;
	padding: 6px 6px 6px 28px;
}

h2.localnav_title2 span {
	background: #eeeeee url("../images/bg_heading2.png") no-repeat 9px center;
}

div.rightblock_inner {
	margin-bottom: 9px;
	background: url("../images/bg_rightblock1.png") repeat-y 0 0;
}

/* Win IE 7用 { */
*:first-child+html div.rightblock_inner {
	height: 1%;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div.rightblock_inner {
	height: 1%;
}
/* } Win IE 6用 */

div.rightblock_inner ul {
	padding: 0 13px 4px 9px;
	background: url("../images/bg_rightblock2.png") no-repeat left bottom;
}

div.rightblock_inner ul li {
	padding-top: 11px;
	background: url("../images/partition_line.png") repeat-x left bottom;
}

div.rightblock_inner ul li.last {
	background: none;
}

div.rightblock_inner h4 {
	float: left;
	font-size: 90%;
	font-weight: normal;
	width:140px;
}

div.rightblock_inner h4 a {
	text-decoration: none;
}

div.rightblock_inner img.category {
	float: right;
	margin-top: 3px;
	margin-bottom: 7px;
}

div.rightblock_inner dl {
	clear: both;
	font-size: 80%;
}

div.rightblock_inner dt {
	float: left;
	margin-right: 7px;
	width: 70px;
}
div.rightblock_inner dt a.photo{
	width: 65px;
	height: 65px;
	border: 2px solid #fff;
	display:block;
	overflow: hidden;
}
div.rightblock_inner dt img.photo{
	width: 65px;
}
div.rightblock_inner dd {
	font-size: 90%;
}
div.rightblock_inner p {
	clear: both;
	margin: 10px 0 5px;
	font-size: 80%;
}

div.rightblock_inner p.more {
	padding-bottom: 11px;
	text-align: right;
}

div.rightblock_inner p.more a{
	padding-left: 6px;
	background: url("../images/list_icon.gif") no-repeat left center;
}

/* イベント */
#rightblock div.event dt{
	float:none;
	width: auto;
	margin: 0 0 5px;
}
#rightblock div.event dd{
	clear: both;
}
#rightblock div.event dt a span{
	float: left;
	width: 65px;
	height: 65px;
	border: 2px solid #fff;
	display:block;
	overflow: hidden;
	margin:0 10px 12px 0;
}
#rightblock div.event img.photo{

}

ul.banner li {
	margin-bottom: 8px;
}

ul.banner li.ex_banner {
	font-size: 90%;
	margin-bottom: 20px;
} 

/*-- sub --*/
div#sub {
	float:left;
	width: 210px;
}

/* Win IE 6用 { */
* html div#sub {
	height: 1%
}
/* } Win IE 6用 */

/* ローカルナビ1 */
div#sub .localnav{
	background: url("../images/bg_sub1.png") repeat-y 0 0;
	margin-bottom:10px;
}

div#sub ul.menu_list {
	padding: 5px 6px 6px;
	background: url("../images/bg_sub2.png") no-repeat left bottom;
}

div#sub ul.menu_list li a {
	font-size: 88%;
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
	padding: 12px 5px 12px 25px;
	background: #ffffff url("../images/list_icon2.png") no-repeat scroll 4px center;
	text-decoration: none;
	color: #333333;
	line-height:1.2;
}	

/* Win IE 6用 { */
* html div#sub ul.menu_list li a {
	zoom: 1;
}
/* } Win IE 6用 */

div#sub ul.menu_list li.active a {
	background: #cca94e url("../images/list_icon3.png") no-repeat 4px center;
	color: #ffffff;
}	

div#sub ul.menu_list li a:hover {
	background: #cca94e url("../images/list_icon3.png") no-repeat 4px center;
	color: #ffffff;
}	

/* Win IE 6用 { */
* html div#sub ul.menu_list li a:hover {
	height: 1%;
}
/* } Win IE 6用 */

div#sub ul.menu_list li.active ul li a {
	font-weight: normal;
	padding: 6px 5px 6px 33px;
	background: #ffffff url("../images/list_icon.gif") no-repeat scroll 20px center;
	font-size: 75%;
	color: #333333;
}

/* Win IE 6用 { */
* html div#sub ul.menu_list li.active ul li a {
	height: 1%;
}
/* } Win IE 6用 */

div#sub ul.menu_list li.active ul li.active a {
	background: #DDC68A url("../images/list_icon.gif") no-repeat scroll 20px center;
}

div#sub ul.menu_list li.active ul li a:hover {
	background: #DDC68A url("../images/list_icon.gif") no-repeat scroll 20px center;
	color: #333333;
}

/* ローカルナビ2 */
div#sub .localnav2 {
	background: url("../images/bg_sub3.png") repeat-y 0 0;
	margin-bottom:10px;
}

div#sub ul.menu_list2 {
	padding: 5px 6px 6px;
	background: url("../images/bg_sub4.png") no-repeat left bottom;
}

div#sub ul.menu_list2 li a {
	font-size: 88%;
	font-weight: normal;
	display: block;
	margin-bottom: 1px;
	padding: 10px 4px 10px 13px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #3366cc;
	line-height:1.2;
}	

/* Win IE 6用 { */
* html div#sub ul.menu_list2 li a {
	height: 1%;
	zoom: 1;
}
/* } Win IE 6用 */

div#sub ul.menu_list2 li.active a {
	background-color: #bebdbd;
	border: 1px solid #a5a5a5;
	color: #ffffff;
}	

div#sub ul.menu_list2 li a:hover {
	background-color: #bebdbd;
	border: 1px solid #a5a5a5;
	color: #ffffff;
}	

div#sub ul.menu_list2 li a span {
	display: inline-block;
	overflow: hidden;
	margin-left: 6px;
	width: 15px;
	height: 14px;
	background: url("../images/icon_external.gif") no-repeat right bottom;
	text-decoration: none;
	text-indent: -9999px;
}

/* Win IE 7用 { */
*:first-child+html div#sub ul.menu_list2 li a span {
	background-position: right top;
	vertical-align: middle;
	cursor: pointer;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#sub ul.menu_list2 li a span {
	background-position: right top;
	vertical-align: middle;
	cursor: pointer;
}
/* } Win IE 6用 */

/*-- スポンサーリンク --*/
div#sponsor_links {
	padding-top: 4px;
	background: url("../images/bg_sponsor_links1.png") no-repeat 0 0;
	clear: both;
}

/* Win IE 7用 { */
*:first-child+html div#sponsor_links {
	padding-top: 2px;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#sponsor_links {
	padding-top: 2px;
}
/* } Win IE 6用 */

div.sponsor_links_base {
	float: left;
	margin-bottom: 20px;
	background: url("../images/bg_sponsor_links2.png") repeat-y 0 0;
}

div.sponsor_links_inner {
	float: left;
	padding-bottom: 6px;
	background: url("../images/bg_sponsor_links3.png") no-repeat left bottom;
}

div#sponsor_links h3 {
	margin: 0 10px 15px;
	padding: 2px 0 0 13px;
	background: url("../images/bg_heading.png") no-repeat left center;
	font-size: 100%;
}

div#sponsor_links ul {
	margin: 0 30px;
}

div#sponsor_links ul li {
	float: left;
	margin-bottom: 11px;
	padding: 0 45px 11px 0;
	border-bottom: 1px dotted #cccccc;
}

div#sponsor_links ul li.last {
	padding: 0 0 11px;
}

div#sponsor_links ul.textlink li {
	margin-bottom: 0;
	padding: 0 40px 11px 0;
	border-bottom: none;
	font-size: 90%;
}

div#sponsor_links ul.textlink li.last {
	padding-right: 0;
}

div#sponsor_links ul.textlink li a {
	text-decoration: none;
	white-space: nowrap;
}

/* ページの先頭へ */
p.up {
	clear: both;
	float: right;
	font-size: 82%;
	margin: 2em 0 5px;
}

/* Win IE 7用 { */
*:first-child+html p.up {
    float: none;
    text-align: right;    
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html p.up {
    float: none;
    text-align: right;    
}
/* } Win IE 6用 */

p.up a {
	padding-left: 21px;
	background: url("../images/icon_up.png") no-repeat left center;
	text-decoration: none;
	color: #333333;
}
p.up a:hover {
	text-decoration: underline;
}

/*-- sitemap --*/
div#sitemap {
	clear: both;
	width: 100%;
	background: #f0f0f0 url("../images/bg_sitemap.png") repeat-x 0 0;
}

div.sitemap_inner {
	margin: 0 auto;
	padding-top: 23px;
	width: 900px;
	text-align: left;
	overflow:hidden;
	zoom: 1;
}

div#sitemap dl {
	float: left;
	margin-right: 47px;
}

div#sitemap dt a {
	padding-left: 24px;
	background: url("../images/list_icon2.png") no-repeat left center;
	font-size: 82%;
	font-weight: bold;
}

/* } Win IE 6用 */

div#sitemap dd {
	margin-bottom: 18px;
}

/* Win IE 7用 { */
*:first-child+html div#sitemap dd {
	margin-bottom: 0;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#sitemap dd {
	margin-bottom: 0;
}
/* } Win IE 6用 */

div#sitemap li a {
	margin-left: 10px;
	padding-left: 13px;
	background: url("../images/list_icon.gif") no-repeat left center;
	font-size: 82%;
}

div.sub_menu {
	clear: both;
	padding-top: 18px;
	border-top: 1px dotted #cccccc;
}

/* Win IE 7用 { */
*:first-child+html div.sub_menu {
	padding-top: 15px;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div.sub_menu {
	padding-top: 15px;
}
/* } Win IE 6用 */

div.sub_menu ul {
	float: right;
}

div.sub_menu ul li {
	float: left;
	margin-left: 8px;
	font-size: 14px;
}

/* Win IE 7用 { */
*:first-child+html div.sub_menu ul li {
	font-size: small;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div.sub_menu ul li {
	font-size: 100%;
}
/* } Win IE 6用 */

div#sitemap div.sub_menu ul li a {
	padding-left: 24px;
	background: url("../images/list_icon2.png") no-repeat left center;
}

/*-- footernavi --*/
div#footernavi {
	padding-top: 19px;
	width: 100%;
	background: url("../images/bg_footernavi.png") repeat-x 0 0;
}

div.footernavi_inner {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

div.footernavi_inner p {
	margin: 0 0 20px 57px;
	font-size: 16px;
}

/* Win IE 7用 { */
*:first-child+html div.footernavi_inner p {
	font-size: medium;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div.footernavi_inner p {
	font-size: medium;
}
/* } Win IE 6用 */

div.footernavi_inner p img {
	vertical-align: middle;
}

div.footernavi_inner ul {
	margin-left: auto;
	margin-right: auto;
}

div.footernavi_inner li {
	float: left;
	margin: 0 18px 20px 0;
	padding-bottom: 1px;
	font-weight: bold;
}

div.footernavi_inner li.gan {
	border-bottom: 2px solid #a6c93a;
}

div.footernavi_inner li.nou {
	border-bottom: 2px solid #a478a6;
}

div.footernavi_inner li.tounyou {
	border-bottom: 2px solid #6590d1;
}

div.footernavi_inner li.shinzou {
	margin-right: 0;
	border-bottom: 2px solid #d46f5b;
}

div.footernavi_inner li a {
	padding-left: 22px;
	background: url("../images/list_icon2.png") no-repeat left center;
	text-decoration: none;
	font-size: 95%;
	white-space: nowrap;
}

div#footer_info {
	clear: both;
	width: 100%;
	border-top: 1px solid #cccccc;
}

div.footer_info_inner {
	margin: 0 auto;
	width: 900px;
}

div#footer_info p {
	float: left;
	margin-bottom: 0;
	width: 165px;
}

div#footer_info ul {
	float: right;
	margin: 10px 0;
}

div#footer_info ul li {
	float: left;
	margin-left: 11px;
}

div#footer_info ul li a {
	padding-left: 20px;
	background: url("../images/list_icon2.png") no-repeat left center;
	font-size: 90%;
}

/* Win IE 7用 { */
*:first-child+html div#footer_info ul li a {
	font-size: small;
}
/* } Win IE 7用 */

/* Win IE 6用 { */
* html div#footer_info ul li a {
	font-size: 100%;
}
/* } Win IE 6用 */

div#footer_info address {
	clear: both;
	margin-bottom: 13px;
	text-align: right;
	font-style: normal;
	font-size: 82%;
}

