@charset "utf-8";

/*------------------------------
サイト名: 青森県立中央病院
用途：プリント用CSS
更新日:2010.07.06
------------------------------*/

@import "reset.css";

/* ----- base styles ----- */

body {
	font: normal 12px/1.8 Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/* links styles */

#main a[href^="http://"],#main a[href^="mailto:"],#main a[href$='.doc'],#main a[href$='.DOC'],#main a[href$='.xls'],#main a[href$='.XLS'],#main a[href$='.pdf'],#main a[href$='.PDF'],#main a[href$='.ppt'],#main a[href$='.PPT'],#main a[href$='.txt'],#main a[href$='.TXT'],#main a[href$='.rtf'],#main a[href$='.RTF'],#main a[href$='.jtd'],#main a[href$='.JTD'],#main a[href$='.jpg'],#main a[href$='.gif'],#main a[href$='.png'],#main a[href$='.bmp'],#main a[href$='.eps'],#main a[href$='.ai'],#main a[href$='.JPG'],#main a[href$='.GIF'],#main a[href$='.PNG'],#main a[href$='.BMP'],#main a[href$='.EPS'],#main a[href$='.AI'],#main a[href$='.jpe'],#main a[href$='.JPE'],#main a[href$='.jpeg'],#main a[href$='.JPEG'],#main a[href$='.psd'],#main a[href$='.PSD'],#main a[href$='.mov'],#main a[href$='.wmv'],#main a[href$='.flv'],#main a[href$='.rm'],#main a[href$='.ram'],#main a[href$='.swf'],#main a[href$='.mp4'],#main a[href$='.mpg'],#main a[href$='.mpeg'],#main a[href$='.avi'],#main a[href$='.MOV'],#main a[href$='.WMF'],#main a[href$='.FLV'],#main a[href$='.RM'],#main a[href$='.RAM'],#main a[href$='.SWF'],#main a[href$='.MP4'],#main a[href$='.MPG'],#main a[href$='.MPEG'],#main a[href$='.AVI'],#main a[href$='.mp3'],#main a[href$='.MP3'],#main a[href$='.wav'],#main a[href$='.WAV'],#main a[href$='.aiff'],#main a[href$='.AIFF'],#main a[href$='.sxc'],#main a[href$='.sxw'],#main a[href$='.sxi'],#main a[href$='.ods'],#main a[href$='.odf'],#main a[href$='.odp'],#main a[href$='.SXC'],#main a[href$='.SXW'],#main a[href$='.SXI'],#main a[href$='.ODS'],#main a[href$='.ODF'],#main a[href$='.ODP'],#main a[href$='.lzh'],#main a[href$='.zip'],#main a[href$='.exe'],#main a[href$='.LZH'],#main a[href$='.ZIP'],#main a[href$='.EXE']{
background:none;
padding:0px
}
	
a:link {
	text-decoration: none;
	color: #03c;
}
a:visited {
	color: #3e9d6e;
}
a:hover {
	text-decoration: underline;
	color: #660099;
}
a:active {
	text-decoration: none;
	color: #ca2305;
}
a:focus {
	-moz-outline-style: none;
}

/* float styles */

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.floatclear {
	clear: both;
}

/* text-align styles */

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center ;
}

/* clearfix styles */

.clearfix {
	overflow: hidden;
	zoom: 1;
}

/* aural styles */

.aural {
display:none;
}
*html .aural {
	display: none;
}


/* ----- area styles ----- */

#wrap {
	width: 100%;
	margin: 0 auto;
	border-top: solid 2px #1ba861;
	position: relative;
}
#header {
	height: 80px;
	position: static;
	overflow: hidden;
}
#container {
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
#aside {
display:none;
}
#contents {
	float: none;
	width: 100%;
	padding-bottom: 20px;
	position: static;
	overflow: hidden;
	zoom: 1;
}
#footer {
	clear: both;
	width: 100%;
	position: static;
}


/* ----- header styles ----- */

#logo {
	width: 640x;
	height: 60px;
	margin: 8px 0 11px;
	background: none;
	font-size:18px;
	font-weight:bold;
	border-bottom:#339900 solid 2px;
}

	

/* search styles */

#search {
display::none;
}

/* navigation styles */

#nav {
	display:none;
}
#nav li {
	display:none;
}


/* sub-nav styles */

#sub-nav {
display:none;
}
#sub-nav li {
display:none;
}

/* sub-nav2 styles */

#sub-nav2 {
	display:none;
}



/* ----- container area ----- */

/* object-nav styles */

#objectnav {
	width: 100%;
	height: 240px;
	margin: 2px 0 20px;
	background:none;
	overflow: hidden;
}
#objectnav ul {
	margin-top: 40px;
	margin-left: 455px;
}
#objectnav li {
	margin-bottom: 10px;
}
#objectnav li a {
	display: block;
	width: 441px;
	height: 52px;
	text-indent: -9999px;
	background:none;
	overflow: hidden;
}
* html #objectnav li a {
	background:none;
}
#objectnav .object-nav01 {
	background-position: 0 0;
}
#objectnav .object-nav02 {
	background-position: 0 -52px;
}
#objectnav .object-nav03 {
	background-position: 0 -104px;
}
#objectnav .object-nav01:hover {
	background-position: -441px 0;
}
#objectnav .object-nav02:hover {
	background-position: -441px -52px;
}
#objectnav .object-nav03:hover {
	background-position: -441px -104px;
}

/* topic-path styles */

#topicpath {
	clear: both;
	width: 640px;
	height: 40px;
	overflow: hidden;
	zoom: 1;
}
#topicpath ol {
	float: none;
}
#topicpath li {
	display: inline;
	font-size: 0.9em;
	line-height: 35px;
}

.print {
display:none;
}


/* ----- contents area ----- */

/*  main styles */

#main #page-title {
	clear: both;
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	background: none;
	position: static;

}
#main h1 {
	clear: both;
	width: 100%;
	height: 80px;
	margin-bottom: 25px;
	padding-left: 20px;
	font-size: 2em;
	font-weight: bold;
	line-height: 130px;
	background: none;
	position: static;
	border-bottom:#339900 solid 4px;
}
#main h2 {
	clear: both;
	margin: 20px 0;
	padding: 4px 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #006200;
	border: solid 1px #006200;
	border-left-width: 4px;
}
#main h3 {
	clear: both;
	width: 100%;
	height: 33px;
	margin: 25px 0 15px 0px;
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #00511f;
	line-height: 33px;
	background:none;
	border-bottom: dotted 2px #2c2f28;
	overflow: hidden;
	border-left: solid 2px #2c2f28;
}
#main h4 {
	clear: both;
	width: 690px;
	height: 30px;
	margin: 25px 0 15px 0px;
	padding-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	color: #00511f;
	line-height: 30px;
	background: #e7f7f3;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	overflow: hidden;
}
#main p {
	clear: both;
	margin-left: 0px;
}
#main dl {
	clear: both;
	margin: 15px 0 15px 0px;
}
#main dt {
	margin-bottom: 5px;
	padding: 0 0 3px 15px;
	background:none;
	border-bottom: dotted 1px #dbdcdb;
	font-weight:bold;
}
#main dd {
	margin-bottom: 15px;
	padding: 0 0 3px 30px;
	background:none;
}
#main ul {
	margin: 15px 0 15px 20px;
}
#main ul li {
	padding: 0 0 3px 30px;
	background:none;
}
#main ul li.hand {
	background: none;
}
#main ol {
	margin: 15px 0 15px 20px;
}
#main ol li {
	margin-left: 0px;
	padding: 0 0 3px;
	list-style-type: decimal;
}

/*  image styles */

#main img.alignright {
	padding: 0 0 15px 15px;
}
#main img.alignleft {
	padding: 0 15px 15px 0;
}
#main img.aligncenter {
	padding: 0 0 15px 0;
}

#main .section {
margin-left:0px;
}

#main .article {
margin-left:0px;
}



/* news-info styles */

#news-info h2 {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: none;
}
#news-info .list {
	position: absolute;
	top: 13px;
	right: 0;
}
#news-info .list a {
	display: block;
	width: 100px;
	height: 16px;
	text-indent: -9999px;
	background: none;
	overflow: hidden;
}
#news-info .list a:hover {
	background-position: 0 -16px;
}
#news-info li {
	margin: 0 5px;
	padding: 7px 5px 4px 50px;
	border-bottom: dotted 1px #989898;
	background:none;
}
#news-info li.new {
	background:none;
}
#news-info span {
	display: block;
	font-size: 0.85em;
}
#news-info span a {
	color: #000000;
}

/* nav-below styles */

#nav-below {
	padding-top: 5px;
	font-size: 0.9em;
	border-top: solid 1px #cccccc;
}
#nav-below .nav-previous {
	float: left;
	width: 300px;
	text-align: left;
}
#nav-below .nav-next {
	float: right;
	width: 300px;
	text-align: right;
}


/* ----- aside area ----- */

/* side-object-nav styles */
#side-objectnav ul {
display:none;
}
#side-objectnav li {
	display:none;
}



/* side-category styles */
#side-category {
	display:none;
}
#side-category h2 {
	display:none;
}
#side-category li {
	display:none;
}


/* side-recruit styles */
#side-recruit {
	display:none;
}
#side-recruit li {
	display:none;
}

/* side-pickup styles */
#side-pickup {
	display:none;
}
#side-pickup h2 {
	display:none;
}
#side-pickup li {
	display:none;
}


/* ----- footer styles ----- */

/* footer-menu styles */

#footnav {
	display:none;
}
#footnav li {
	display:none;
}



/* foot-info styles */

#footinfo {
	clear: both;
	padding: 15px 20px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	zoom: 1;
	border-top:#339900 solid 2px;
}
#footinfo dt {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
}
#footinfo dt a {
	color: #000000;
}
#footinfo dd {
	display: inline;
	margin-right: 10px;
	color: #000000;
}

/* copyright styles */

address.copyright {
	clear: both;
	font-size: 0.9em;
}
address.copyright a {
	color: #000000;
}

/* foot-totop styles */

#foot-totop {
	display:none;
}

/*------------------------------
サイト名:青森県立中央病院
用途：カテゴリーページ用
更新日:2010.07.01
------------------------------*/

/* ----- cat list page ----- */

/* h1 styles */

#category .entry-title {
	width: 100%;
	height: 100px;
	margin-bottom: 23px;
	background:none;
	border: solid 1px #b5b5b5;
	overflow: hidden;	
}
#category .entry-title h1 {
	width: auto;
	margin: 15px;
	padding-left: 10px;
	height: 25px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 25px;
	color: #00682d;
	border-left: solid 5px #00682d;
}


#contents table {
letter-spacing:0.1em;
font-size:0.9em;
margin-bottom:15px;
margin-top:0px;
border-collapse:collapse;
margin-left:0px;
width:640px;
border:1px solid #663300;
}


th {
border:1px solid #663300;
color:#fff;
background-color:#dc8616;
background-image:none;
padding:5px;
text-align:center;
}


td {
border:1px solid #663300;
padding:7px;
background-image:none;
}
