@charset "utf-8";

/* =======================================

	Text Decorations CSS = 右メニュー
/* 
========================================== */

/*----USMLEキャンペーン用特設------*/
#contents ul#ongoing {
	margin: 0 0 5px 0;
	padding: 4px;
	background-color: #F6F6F6;
	border: 1px solid #dbdde0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 3px #e3e5e8;
	-moz-box-shadow: 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
}

#contents ul#ongoing li.head {
	margin: 0;
	padding: 0 0 0 20px;
	color: #ffffff; 
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #ffaa00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaa00 0%, #ffb719 50%, #ff8b19 51%, #ff7f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa00), color-stop(50%,#ffb719), color-stop(51%,#ff8b19), color-stop(100%,#ff7f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaa00 0%,#ffb719 50%,#ff8b19 51%,#ff7f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaa00 0%,#ffb719 50%,#ff8b19 51%,#ff7f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaa00 0%,#ffb719 50%,#ff8b19 51%,#ff7f00 100%); /* IE10+ */
	background: linear-gradient(top,  #ffaa00 0%,#ffb719 50%,#ff8b19 51%,#ff7f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */
	border-radius: 3px 3px 3px 3px;
	list-style: none;
	border-top: 0px solid #FFF;
}

#contents ul#ongoing li {
	margin: 0;
	padding: 10px 8px 10px 16px;
	font-size: 12px;
	line-height: 16px;
	border-top: #FCFAF5 1px solid;
	background: #EEE;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : 0px 10px ;
	background-repeat : no-repeat ;
}

#contents ul#ongoing li.first {
	margin-top: 0;
	padding-top: 14px;
	background-position: 0 -1px;
	border-top: none;
	background: #EEE;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : 0px 13px ;
	background-repeat : no-repeat ;
}

#contents ul#ongoing li.medser {
}

#contents ul#ongoing li a:link {
	color: #000000;
	text-decoration: none;
}

#contents ul#ongoing li a:hover {
	text-decoration: underline;
}


/*----医・関連部局の方限定フォーム------*/
#contents ul#medapform {
	margin: 0 0 5px 0;
	padding: 4px;
	background-color: #F6F6F6;
	border: 1px solid #dbdde0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 3px #e3e5e8;
	-moz-box-shadow: 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
}

#contents ul#medapform li.head {
	margin: 0;
	padding: 0 0 0 20px;
	color: #ffffff; 
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #6ac6e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #6ac6e8 0%, #52c3e5 50%, #33b2e0 51%, #1eadd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ac6e8), color-stop(50%,#52c3e5), color-stop(51%,#33b2e0), color-stop(100%,#1eadd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* IE10+ */
	background: linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac6e8', endColorstr='#1eadd8',GradientType=0 ); /* IE6-9 */
	border-radius: 3px 3px 3px 3px;
	list-style: none;
	border-top: 0px solid #FFF;
}

#contents ul#medapform li {
	margin: 0;
	padding: 10px 8px 10px 16px;
	font-size: 12px;
	line-height: 16px;
	border-top: #FCFAF5 1px solid;
	background: #EEE;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : 0px 10px ;
	background-repeat : no-repeat ;
}

#contents ul#medapform li.first {
	margin-top: 0;
	padding-top: 14px;
	background-position: 0 -1px;
	border-top: none;
	background: #EEE;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : 0px 13px ;
	background-repeat : no-repeat ;
}

#contents ul#medapform li.medser {
}

#contents ul#medapform li a:link {
	color: #000000;
	text-decoration: none;
}

#contents ul#medapform li a:hover {
	text-decoration: underline;
}

/*-------各種申請様式-----*/
#contents ul#medform {
	margin: 0 0 5px 0;
	padding: 4px;
	background-color: #F6F6F6;
	display: block;
	border: 1px solid #dbdde0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 3px #e3e5e8;
	-moz-box-shadow: 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
}

#contents ul#medform li {
	margin: 0 10px 0 5px;
	padding: 10px 8px 5px 5px;
	font-size: 12px;
	line-height: 16px;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : 0px 13px ;
	background-repeat : no-repeat ;
}

#contents ul#medform li a:link {
	color: #000000;
	text-decoration: none;
}

#contents ul#medform li a:hover {
	text-decoration: underline;
}

/*----医・事務手続き------*/
#contents ul#medoffice {
	margin: 10px 0 10px 0;
	padding: 4px;
	background-color: #F6F6F6;
	display: block;
	border: 1px solid #dbdde0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 3px #e3e5e8;
	-moz-box-shadow: 1px 1px 3px #e3e5e8;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #e3e5e8;　/* Safari,Google Chrome用 */
}

#contents ul#medoffice li.head {
	margin: 0;
	padding: 0 0 0 20px;
	border-radius: 3px 3px 3px 3px;
	color: #ffffff; 
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #6ac6e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #6ac6e8 0%, #52c3e5 50%, #33b2e0 51%, #1eadd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ac6e8), color-stop(50%,#52c3e5), color-stop(51%,#33b2e0), color-stop(100%,#1eadd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* IE10+ */
	background: linear-gradient(top,  #6ac6e8 0%,#52c3e5 50%,#33b2e0 51%,#1eadd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac6e8', endColorstr='#1eadd8',GradientType=0 ); /* IE6-9 */
	list-style: none;
	border-top: 0px solid #FFF;
}

#contents ul#medoffice li {
	margin: 0;
	padding: 10px 8px 10px 16px;
	font-size: 12px;
	line-height: 16px;
	border-top: #FCFAF5 1px solid;
	background: #EEE;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : 0px 10px ;
	background-repeat : no-repeat ;
}

#contents ul#medoffice li.first {
	margin-top: 0;
	padding-top: 14px;
	background-position: 0 -1px;
	border-top: none;
	background: #EEE;
	background-image : url(/images/base/nav-arrow-right.png) ;
	background-position : 0px 12px ;
	background-repeat : no-repeat ;
}

#contents ul#medoffice li a:link {
	color: #000000;
	text-decoration: none;
}

#contents ul#medoffice li a:hover {
	text-decoration: underline;
}
