@charset "UTF-8";

/*
  Summary: style styles
  Created: 2009-03-18
  Last update: 2009-03-18 by Garyu
  Target Pages
  	/ index.html
  
  Site URL: http://www.kitakyu-hp.or.jp/
  File name: style.css (/common/css/base.css)
  Author: Garyu @ CGFM LLC.
  Copyright: (c) Kitakyushu General Hospital All Rights Reserved.
  
*/

/*
----------------------------------------------------------------------------- 
[0] base
[1] mainImage
[2] shortcutMenu
[3] main
[4] sideMenu
[99] other
----------------------------------------------------------------------------- */

/*
----------------------------------------------------------------------------- 
[0] base
----------------------------------------------------------------------------- */

/* グローバルメニュー */
#global_menu{
	/* ドロップシャドウ分、短くする */
	height:35px;
	overflow: hidden;
}

#contents div#main{
	width: 580px;
}


/*
----------------------------------------------------------------------------- 
[1] mainImage
----------------------------------------------------------------------------- */

div#mainImage {
	 width: 830px; height: 300px;
	 padding-right: 15px;
}

/*
----------------------------------------------------------------------------- 
[2] shortcutMenu
----------------------------------------------------------------------------- */
#shortcutMenu ul{
	margin: 25px 0 0 15px; padding: 0;
	height:95px;
}
	#shortcutMenu ul li{
		float: left;
		display: inline;
		margin-right: 6px; padding: 0;
		width:195px; height:75px;
		list-style: none;
		background: none;
	}
		#shortcutMenu ul li a{
			display: block;
			width:195px; height:75px;
		}

/*
----------------------------------------------------------------------------- 
[3] main
----------------------------------------------------------------------------- */
div.seciton {
	 position: relative;
	 padding-bottom: 20px;
}
/* 見出し画像の定義初期化 */
div#main div.seciton h2{
	margin: 0; padding: 0;
	border: 0;
	background: none;
}

/* リンク「一覧を見る」 */
div.seciton a.link_viewall{
	position: absolute;
	top: 6px; right: 5px;
}



/* お知らせリスト */
div.seciton dl{
	margin: 1em 5px 1em 5px; padding: 0;
	
}
	div.seciton dl dt{
		padding-top: 0.5em;
		width: 100px;
		text-align: left;
		background: url(../common/img/icon_arrow_green.gif) no-repeat left center;
		border: 0;
	}
	div.seciton dl dd{
		margin: -1.9em 0 0 0; padding: 0.5em 0 10px 120px;
		border-bottom: 1px dotted #ddd;
	}



/*
----------------------------------------------------------------------------- 
[4] sideMenu
----------------------------------------------------------------------------- */
div#sideMenu ul {
	margin: 0; padding: 0;
	border: 0;
}
	div#sideMenu ul li {
		margin-bottom: 5px;
		list-style: none;
	}
		div#sideMenu ul li a{
			display: inline;
			padding: 0;
			background: none;
			border: 0;
		}

/*
----------------------------------------------------------------------------- 
[99] other
----------------------------------------------------------------------------- */



