@charset "UTF-8";

/*
-------------------------------------------------------------
　金沢大学大学院 医学系研究科保健学専攻 糖尿病看護ケア研究室
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
　Design by :	KAKUKOO - http://kakukoo.com/
-------------------------------------------------------------*/


* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size: 12px;
}
html {
	overflow-x: hidden;
}
body {
}
img {
	display: block;
	border: none;
}
p,li {
	font-size: 12px;
	line-height: 1.5em;
	color : #232323;
}
li {
	list-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: medium;
	color: #CC0033;
	margin: 0px;
	height: 70px;
}
h2 {
	font-size: 12px;
	color: #FF0066;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #6600FF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
h3 {
	font-size: 10px;
	color: #6633CC;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6666CC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: normal;
}

hr {
	border-style: solid;
	border-color: #999999;
}
a {
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #FF00CC;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF00CC;
}
.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

.f1 {
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 160%;
}
.f2 {
	font-size: small;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 160%;
	padding: 8px;
	border: 1px solid #000000;
}
.f3 {
	padding: 10px;
	border: 1px solid #666666;
	margin: 20px;
}
.f4 {
	font-size: small;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 160%;
	padding: 8px;
	background-color: #DCDBF2;
}
.f5 {

	font-size: small;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 160%;
	padding: 8px;
	border: 1px solid #66CC00;
}

/*header*/

div#header {
	position: relative;
	width: 640px;
	height: 78px;
	background-image: url(../images/topics-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*container*/

div#container {
	width: 640px!important;
	width/**/: 820px;
	clear: both;
	text-align: left;
	background-image: url(../images/topics-contents.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_container_wide.png', sizingMethod='scale');
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-y;
}

/*contents*/

div#contents {
	width: 560px!important;
	width/**/: 780px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}
div#contents p {
	font-size: 12px;
	line-height: 2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


/* footer */

div#footer {
	position: relative;
	width: 640px;
	height: 50px;
	background-image: url(../images/topics-footer.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_footer_wide.png', sizingMethod='scale');
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




#close {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	padding: 60px 0;
}

#close .btn {
	cursor: pointer;
	color: #fff;
	background-color: #333;
	border: 2px solid #333;
	padding: 7px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#close .btn:hover {
	color: #CC0033;
	background-color: #fff;
	border: 2px #333 solid;
	border-radius: 20px;
	text-decoration: none;
}
