@charset "utf-8";

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* -------------------------------------------------
 ! init
 ------------------------------------------------ */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table, th, td{
	border-collapse: collapse;
	vertical-align: top;
}

img {
	display: inline;
	border: none;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;

}

body {
	background-color: #fff;
	color: #333;
	font-family: "メイリオ", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 16px;
}

* html body { /* for IE6 */
	font-size: 100%;
}
 
*:first-child+html body { /* for IE7 */
	font-size: 100%;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

ul, li {
	/*list-style-type: none;*/
}

header, footer {
	clear: both;
	display:block;
}


.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/**/

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* -------------------------------------------------
 ! Layout
 ------------------------------------------------ */

body {
	background-color: #fff;
	background-image: url("http://www.hp-mctr.med.osaka-u.ac.jp/hashiwatashi/img/act/act_bg.gif");
	background-repeat: repeat-x;
	text-align: center;
}

body.top {
	background-image: url("../img/act/top_body_bg.gif");
}


body.page {
	background-image: url("../img/act/page_body_bg.gif");
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* ----------------------------------------------
 ! header
 ---------------------------------------------- */

#header {
	width: 800px;
	height: 380px;
}

.page #header {
	width: 800px;
	height: 107px;
}

/* ----------------------------------------------
 ! main
 ---------------------------------------------- */

#main {
	width: 800px;
	text-align: left;
	padding:0 0 0 0;
}

.top #main {
	width: 800px;
	text-align: left;
	padding:0 0 50px 0;
}

#primary {
	float: left;
	width: 560px;
}

#secondary {
	float: right;
	width: 220px;
}


/* ----------------------------------------------
 ! footer
 ---------------------------------------------- */

#footer {
	clear: both;
	background-color: #79bd42;
	background-image: url("../img/act/footer_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* -------------------------------------------------
 ! Elements
 ------------------------------------------------ */

/* ----------------------------------------------
 ! header elements
 ---------------------------------------------- */

.page .site-name {
	/*padding-top: 28px;*/
	margin:5px 0 0 0;
}

#visual {}

#visual.mainTitle {
	margin:0 0 25px 0;
	padding:34px 0 35px 0;
}

#visual.mainTitle p {
	color:#fff;
	font-size:2em;
	font-weight:bold;
	padding:0 0 0 20px;
	line-height:1.3;
	border-left:solid 10px #fff;
}



/* ----------------------------------------------
 ! secondary elements
 ---------------------------------------------- */


#side-navigation {
	background-image: url("../img/act/navi_bg.gif");
	background-repeat: repeat-y;
	width: 220px;
	margin-bottom: 10px;
	text-align: center;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}

#side-navigation ul {
	list-style: none;
	margin: 10px auto;
	padding: 0;
}

#side-navigation ul li {
	margin:0 0 1px 0;
}

#banners {
	background-color: #79bd42;
	background-image: url("../img/act/navi_bg.gif");
	background-repeat: repeat-y;
	width: 220px;
	margin-bottom: 10px;
	text-align: center;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}

#banners ul {
	list-style: none;
	margin: 10px auto;
	padding: 0;
}

#banners ul li {
	margin-bottom: 5px;
}

.pagetop {
	clear: both;
	text-align: right;
}

/* ----------------------------------------------
 ! footer elements
 ---------------------------------------------- */

#footer-inner {
	background-image: url("../img/act/footer_bg.gif");
	background-repeat: repeat-x;
	width: 800px;
	margin: 0 auto;
	text-align: right;
}

#footer-inner address {
	padding: 10px 0 5px;
	color: #fff;
	font-size: 69%;
	font-style: normal;
	font-family: Arial, Sans-Serif;
}


/* ----------------------------------------------
 ! top page elements
 ---------------------------------------------- */

/* information */

.information {
	margin-bottom: 20px;
}

.news-list dl {
	clear: both;
	border-bottom: solid 1px #dbdbdb;
	font-size: 80%;
	line-height:1.5;
}

.news-list dt {
	float: left;
	background-image: url("../img/act/list_icon.gif");
	background-repeat: no-repeat;
	background-position: 40px 18px;
	width: 80px;
	padding: 12px 0 12px 50px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.news-list dl.new dt {
	background-image: url("../img/act/new_icon.gif");
	background-repeat: no-repeat;
	background-position: 15px 14px;
}

.news-list dd {
	float: right;
	width: 425px;
	padding: 12px 0;
}

/* event */

.event-list dl {
	clear: both;
	border-bottom: solid 1px #dbdbdb;
	font-size: 80%;
	line-height:1.5;
}

.event-list dt {
	float: left;
	background-image: url("../img/act/list_icon.gif");
	background-repeat: no-repeat;
	background-position: 40px 18px;
	width: 80px;
	padding: 12px 0 12px 50px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.event-list dl.new dt {
	background-image: url("../img/act/new_icon.gif");
	background-repeat: no-repeat;
	background-position: 15px 14px;
}


.event-list dd {
	float: right;
	width: 430px;
	padding: 12px 0;
}

.event-list dd h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

/**/

.title2 {
	border-left:solid 5px #2c6194;
	color:#2c6194;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.0;
	margin:0.2em 0 1em 0;
	padding:3px 0 3px 10px; 
}

.top .title2 {
	border-left:solid 5px #2c6194;
	color:#2c6194;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.0;
	margin:0.2em 0 1em 0;
	padding:3px 0 3px 10px; 
}

.title3 {
	/*color:#e50012;*/
	background:#f8f8f8;
	font-size:1.02em;
	line-height:1.2;
	margin:0 0 1em 0;
	padding:7px 0 5px 10px; 
}

.title4 {
	font-size:0.95em;
	font-weight:bold;
	line-height:1.2;
	margin:0 0 1em 0;
}

.title5 {
	border-left:solid 5px #2c6194;
	color:#2c6194;
	background:#f8f8f8;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.0;
	margin:0.2em 0 1em 0;
	padding:3px 0 3px 10px; 
	text-align: center;
}
.top .title5 {
	border-left:solid 5px #2c6194;
	color:#2c6194;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.0;
	margin:0.2em 0 1em 0;
	padding:3px 0 3px 10px; 
}
.title6 {
	color:#F0F0F0;
	background:#093d86;
	text-align: center;
	font-size:160%;
	font-weight:bold;
	line-height:1.2;
	margin:0 0 1em 0;
	padding:7px 0 5px 10px; 
}
.title7:first-line {
	color:#000000;
	background:#E6F1FF;
	font-size:1.05em;
	font-weight:bold;
}
.title7 {
	color:#000000;
	text-align: left;
	font-size:1.05em;
}
.title8:first-line {
	color:#000000;
	background:#BDDAFF;
	font-size:1.02em;
	font-weight:bold;
}
.title8 {
	color:#000000;
	text-align: left;
	font-size:1.02em;
}
/*** asai 1行が長い場合ので改行される件対応***/
.title9 {
	color:#000000;
	background:#A6CDFF;
	font-size:120%;
	font-weight:bold;
}
.title10:first-line {
	font-weight:bold;
}
.title10 {
	color:#000000;
	text-align: left;
	font-size:1.05em;
}
/*** asai ***/
/* ----------------------------------------------
 ! page elements
 ---------------------------------------------- */

.page-content {
	margin-bottom: 20px;
}

.page-content .inner {
	margin:0 0 3.5em 0;
}

.page-content .inner2 {
	margin:0 0 1em 1em;
}

.page-content p {
	margin-bottom: 2em;
	font-size: 80%;
	line-height: 1.8;
}

.page-content table {
	width: 80%;
	margin-bottom: 10px;
	font-size: 75%;
	line-height: 1.4;
}

.page-content th {
	padding: 20px 0 10px;
	text-align: left;
	font-weight: normal;
}

.page-content ul {
	font-size: 80%;
	line-height: 1.8;
	margin:0 0 2em 2.5em;
}

.page-content ul li {
	margin:0 0 1em 0;
}

.page-content ul.activity li {
	padding-bottom: 10px;
}


/* rollover
--------------------------*/

.rollover a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}
.rollover a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}
