@charset "shift_jis";

/* スタイルをクリアする
---------------------------*/ 

*{
	font-style: normal;
}

body {
	margin: 0px;
}
/* 新着情報リンクスタイル
---------------------------*/
#news a:link {
	color: #003399;
	text-decoration: underline;
}
#news a:visited {
	color: #003399;
	text-decoration: underline;
}
#news a:hover {
	color: #DD2004;
	text-decoration: underline;
}
#news a:active {
	color: #DD2004;
	text-decoration: underline;
}


/* ぱんくずリンクスタイル
---------------------------*/
#position {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
#position a:link {
	color: #0B3A8A;
	text-decoration: none;
	font-size: 10px;
}
#position a:visited {
	color: #0B3A8A;
	text-decoration: none;
	font-size: 10px;
}
#position a:hover {
	color: #DD2004;
	text-decoration: none;
	font-size: 10px;
}
#position a:active {
	color: #DD2004;
	text-decoration: none;
	font-size: 10px;
}

/* Q&A　地図表示部分リンクスタイル
---------------------------*/

#qa6 .map_link {
	color: #004CA2;
	text-decoration: none;
	cursor: pointer;
}


/* リンクスタイル
---------------------------*/

a:link {
	color: #004CA2;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #004CA2;
	text-decoration: none;
}
a:hover {
	color: #DD2004;
	text-decoration: none;
}
a:active {
	color: #DD2004;
	text-decoration: none;
}

/* 基本スタイル
---------------------------*/

.font100{
	font-size:100%;
}

.mainfont_lightgray70{
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	line-height: 1.3em;
}

.mainfont_black75 {
	font-size: 75%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
}

.mainfont_black80 {
	font-size: 80%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
}


.mainfont_black85 {
	font-size: 85%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
}

.mainfont_black85b {
	font-size: 85%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}

.mainfont_black80b {
	font-size: 80%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}

.mainfont_red_b {
	color: #FF0000;
	font-weight: bold;
}

.mainfont_red {
	color: #FF0000;
}

.mainfont_red80 {
	font-size: 80%;
	color: #FF0000;
}

.font_blue {
	color: #0B3A8A;
}

.font_blue80 {
	font-size: 80%;
	color: #0B3A8A;
	text-decoration: none;
}

.font_blue80b {
	font-size: 80%;
	color: #0B3A8A;
	font-weight: bold;
}
.font_blue85 {
	font-size: 85%;
	color: #0B3A8A;
}
.font_blue85b {
	font-size: 85%;
	color: #0B3A8A;
	font-weight: bold;
}

.font_gray80b {
	font-size: 80%;
	color: #717070;
	font-weight: bold;
}

.font_gray85b {
	font-size: 85%;
	color: #585858;
	font-weight: bold;
}

.font_black85 {
	font-size: 85%;
	color: #353535;
	text-decoration: none;
}

.font_black10 {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.font_white11 {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.font_white80b {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.examination_title {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 4px;
}

.examination_title2 {
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.examination_title3 {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 4px;
	float:left;
}

.examination_ej {
	width:10em;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	text-align:right;
	margin-top: 4px;
	float:right;
}

.examination_etitle{
	background-image:url(admission/images/examination_title.gif);
	background-repeat: no-repeat;
}


/* 歯科大学で学びたい方へ（グレーライン）
---------------------------*/

.border_box{
	border:solid 1px #CCC;
}

.border_lrb{
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

.border_rtb{
	border-right:solid 1px #CCC;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

.border_b{
	border-bottom:solid 1px #CCC;
}

.border_rb{
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

/*今関作成css*/

.pointer {
	cursor: pointer;
}
.bold {
	font-weight: bold;
}
.gray_border {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 548px;
}
.gray_underborder {
	border-bottom: 1px solid #CCCCCC;
}
.number {
	list-style: decimal;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
.appli {
	list-style: none;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
.appli li {
	background: url(images/list02.gif) no-repeat -1em 0.35em;
	padding-left: 15px;
}
.appli .none {
	background: url(none);
	line-height: 2em;
}

.pdf {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.pdf li {
	background: url(images/list_pdf.gif) no-repeat 0em 1.1em;
	padding: 13px 0px 13px 52px;
}
.pdf2 {
	list-style: none;
	line-height: 1.8em;
	margin: 0px 0px 5px;
	padding: 0px;
}
.pdf2 li {
	background: url(images/list_pdf.gif) no-repeat 0em 0.2em;
	padding-left: 52px;
}
.pdf2 .none {
	background: url(none);
}
.listpdf {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.listpdf li {
	background: url(images/list05.gif) no-repeat 2em 1.3em;
	padding: 13px 0px 13px 52px;
}
.nopdf {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nopdf li {
	padding: 13px 0px 13px 52px;
}
.map {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
}
.map li {
	background: url(images/list09.gif) no-repeat 0em 0.25em;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.qa_link {
	list-style: none;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}
.qa_link li {
	background: url(images/list07.gif) no-repeat 0em 0.45em;
	padding-left: 25px;
}
.qa_main {
	list-style: none;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}
.qa_main .question {
	background: #F1F1F1 url(images/list_q.gif) no-repeat 0.6em 0.55em;
	margin-bottom: 10px;
	padding: 2px 2px 2px 34px;
}
.qa_main .answer {
	background: url(images/list_a.gif) no-repeat 0.6em 0.4em;
	margin-bottom: 10px;
	padding-left: 34px;
	line-height: 1.8em;
}

.dot_b{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 6px;
}
#song script {
	margin-top: 5px;
}

.margin_t5{
	margin-top: 5px;
}
.margin_b5{
	margin-bottom: 5px;
}
.margin_b10{
	margin-bottom: 10px;
}
.margin_b20{
	margin-bottom: 20px;
}
.margin_b30{
	margin-bottom: 30px;
}
.margin_l5{
	margin-left: 5.2em;
}
.padding_b5{
	padding-bottom: 5px;
}
.padding_b30{
	padding-bottom: 30px;
}
.news {
	font-size: 85%;
	border-bottom: 2px solid #CCCCCC;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

/* 新着情報(トップ)
---------------------------*/
#news_t #matome h3{
	background: url(images/news_title.gif) no-repeat;
	text-indent: -9999px;
	height: 14px;
	width: 142px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#news_t #matome h4{
	font: 80%/2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: inline;
	margin: 0px;
	padding: 0px;
}
#news_t #matome a:link {
	color: #000000;
	text-decoration: none;
}
#news_t #matome a:visited {
	color: #000000;
	text-decoration: none;
}
#news_t #matome a:hover {
	color: #DD2004;
	text-decoration: none;
}
#news_t #matome a:active {
	color: #DD2004;
	text-decoration: none;
}

/* 新着情報(在学生)
---------------------------*/
#news_s #matome h3{
	background: url(student/images/news_s.gif) no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 587px;
	margin: 0px 0px 5px;
	padding: 0px;
}
#news_s #matome h4{
	font: 80%/2.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px;
}
#news_s #matome a:link {
	color: #000000;
	text-decoration: none;
}
#news_s #matome a:visited {
	color: #000000;
	text-decoration: none;
}
#news_s #matome a:hover {
	color: #DD2004;
	text-decoration: none;
}
#news_s #matome a:active {
	color: #DD2004;
	text-decoration: none;
}

/* 大学教育・学生支援推進事業【テーマＡ】大学教育推進プログラム採択
---------------------------*/
.blue_line{
	border:#8FB0E8 solid 1px;
	padding: 15px 10px 0px;
	width: 565px;
	_width: 587px;
}

/* 新着情報(同窓用)
---------------------------*/
#news_g #matome h3{
	background: url(graduate/images/news_g.gif) no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 587px;
	margin: 0px 0px 5px;
	padding: 0px;
}
#news_g #matome h4{
	font: 80%/2.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px;
}
#news_g #matome a:link {
	color: #000000;
	text-decoration: none;
}
#news_g #matome a:visited {
	color: #000000;
	text-decoration: none;
}
#news_g #matome a:hover {
	color: #DD2004;
	text-decoration: none;
}
#news_g #matome a:active {
	color: #DD2004;
	text-decoration: none;
}

/* firefox対策
---------------------------*/
#campus_map img{
	vertical-align: bottom;
	display: block;
}
#foot img{
	vertical-align: bottom;
	display: block;
}
.banner img{
	vertical-align: bottom;
	display: block;
}
.history img{
	vertical-align: bottom;
	display: block;
}

/* IE7対策
---------------------------*/

td{
	text-align: left;
}

