*
{
	margin:0;
	padding:0;
}

html
{
	overflow: scroll;	
}

body
{
	height:100%;
	text-align:left;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	font-family:Times New Roman,"HiraKakuPro-W3",Arial,Helvetica,sans-serif;
	background-color:#eeeeee;
}

img
{
	border:0;
	vertical-align: bottom;
}

#background
{
	width:100%;
	height:100%;
	margin:0;
	text-align:center;
	background-color:#eeeeee;
}
#background:after
{
    content:"";
    display:block;
    clear:both;
    height:0px;
    overflow:hidden;
}
/*\*/
* html #background
{
    height:1em;
    overflow:visible;
}
/**/

#container
{
	width:915px;
	height:100%;
	margin:0 auto;
	padding-bottom:10px;
	text-align:left;
	background-color:#ffffff;
}
#container:after{
    content:"";
    display:block;
    clear:both;
    height:0px;
    overflow:hidden;
}
/*\*/
* html #container{
    height:1em;
    overflow:visible;
}
/**/

.main-border
{
	width:935px;
	height:100%;
	margin:0 auto;
	background:url(../img/main_border.gif) repeat-y;
}

/* ---------------------------- */
/* ヘッダー部 */
#header
{
	width:100%;
	height:133px;
	margin:0 auto 0px;
	text-align:center;
	background:url(../img/head_bg.gif) repeat-x;
}
#header #top
{
	width:915px;
	margin:0 auto;
	height:98px;
	text-align:left;
	background-color:#ffffff;
}
#header #top #logo
{
	width:600px;
	height:87px;
	padding:11px 0 0 16px;
	text-align:left;
	float:left;
}
#header #top #lang
{
	width:200px;
	height:87px;
	margin-top:11px;
	text-align:right;
	padding-right:12px;
	float:right;
}
#header #menu
{
	width:900px;
	margin:0 auto;
	padding:0 15px 0 0;
	height:35px;
	text-align:right;
	background:url(../img/top_menu_bg.jpg) no-repeat left bottom;
	background-color:#11146d;
}
#header #top-border
{
	width:935px;
	height:133px;
	margin:0 auto;
	background:url(../img/top_border.gif) no-repeat;
}
#header h1
{
	font-size:16px;	
	line-height:16px;
}
#header #button
{
/*	width:130px;
	height:49px;*/
	margin:0;
	padding:0;
	text-align:left;
	float:left;
}

/* 左側部分 */
#left
{
	width:190px;
	height:auto;
	text-align:center;
	background-color:#ffffff;
	background:url(../img/left_bg.jpg) no-repeat;
	float:left;
}
#left .menu
{
	width:170px;
	height:25px;
	text-align:left;
	line-height:25px;
	margin:11px auto 0;
	text-indent:10px;
	/*background-color:#38ACE5;*/
	background:url(../img/btn_left.jpg) no-repeat;
}
#left .menu p
{
	/*background:url(../img/blet_menu.png) no-repeat 0% 50%;*/
	color:#e9e5f5;
	margin-left:4px;
	padding-left:5px;
}
#left .menu-child
{
	width:170px;
	height:auto;
	text-align:left;
	margin:0 auto;
	line-height:1.8em;
	padding-top:3px;
	padding-bottom:5px;
	background-color:#ffffff;
}
#left .menu-child dd
{
	text-indent:20px;
}

/* センター部 */
#center
{
	width:684px;
	height:auto;
	/*margin:0 auto;*/
	padding:0 0px;
	margin-top:0px;
	margin-left:5px;
	float:left;
}
#main
{
	width:885px;
	margin:0px auto 0;
	padding:0;
	border:1px solid #aaaaaa;
}

/* フッター部 */
#footer
{
	width:100%;
	height:auto;
	margin-top:6px;
	/*padding:5px;*/
	text-align:center;
	/*border-top:solid 20px #38ACE5;*/
}
#footer .content
{
	padding-right:10px;
	background-color:#1D2088;
	height:22px;
	line-height:22px;
	text-align:right;
}
#footer #teikyo-logo
{
	width:220px;
	margin-top:6px;
	margin-bottom:8px;
	padding-left:10px;
	text-align:left;
	float:left;
}
#footer #unitas-logo
{
	width:400px;
	margin-top:9px;
	margin-bottom:9px;
	padding-right:5px;
	text-align:right;
	float:right;
}

#bottom-border
{
	width:925px;
	height:15px;
	margin:0 auto;
	text-align:center;
	background:url(../img/bottom_border.gif) no-repeat;
}


/* ---------------------------- */
/* 各レイアウト */
#menu-top
{
	width:885px;
	height:100%;
	margin:0;
	padding:10px 0 0;
	text-align:right;
}
#menu-top .btn
{
	width:125px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	border:1px solid #ffffff;
	border-bottom:1px solid #666666;
	background-color:#38ACE5;
	float:right;
}

.def-content
{
	margin:0 auto 10px;
	padding:0;
	border:1px solid #cccccc;
	background-color:#ffffff;
	/*background-color:#fff2d7;*/
}
.def-content .wrapper
{
	width:auto;
	padding:5px;
}

.def-content h2
{
	margin-bottom:5px;
	line-height:25px;
	text-indent:20px;
	font-size:14px;
	color:#ffffff;
	background-color:#ff9933;
	/*background: url(../img/h_def.jpg) repeat-x;*/
}
.def-content dl
{
}
.def-content dt
{
	margin-bottom:5px;	
	font-weight:bold;
}
.def-content dd
{
	margin:0 0 10px 1em;	
	line-height:1.3em;
}
.def-content ul
{
	padding:0;
	margin-bottom:10px;
	list-style:none;
}
.def-content li
{
	margin-left:1em;
	padding-left:20px;
	line-height:1.5em;
	font-weight:normal;
	background: url(../img/blet.gif) no-repeat left center; 
}

.h-list
{
	padding:0;
}
.h-list li
{
	display:inline;
	list-style-type:none;
    margin:0 5px;
	padding:0;
}

.h-div
{
	width:110px;
	height:45px;
	margin:5px;
	line-height:45px;
	float:left;
	text-align:center;
	border:2px solid #6699CC;
	background-color:#99CCFF;
	
}
/* ---------------------------- */
.def-table table
{
	margin-top:5px;
	border-collapse:collapse;
}
.def-table table .left
{
	text-align:left;
	padding-left:30px;
}

.def-table table thead th
{
	text-align:center;
	padding: 7px;
	background-color:#eae8f5;
	border:1px solid #d1cfda;
}
.def-table table tbody tr
{
	
}
.def-table table .row1
{
	background-color:#f6f5f8;
}
.def-table table .row-note
{
	background-color:#fcfaf2;
}
.def-table table tbody tr td
{
	text-align:center;
	padding:5px;
	border:1px solid #d1cfda;
}
.def-table table tbody tr .label
{
	font-weight:bold;
	background-color:#eae8f5;
}
.def-table table tbody tr .label2
{
	font-weight:normal;
	background-color:#f0eef7;
}

/* ---------------------------- */

/* ---------------------------- */
/* 丸角Div */
.rc-content
{
	margin:0 auto 5px;
	padding:0;
	background: url(../img/rc_content/bdr_l.jpg) repeat-y left;
	background-color:#ffffff;
	color:#444444;
}
.rc-content .box
{
	width:auto;
	background: url(../img/rc_content/bdr_r.jpg) repeat-y right;
}

/* 罫線 */
.rc-content .top
{
	width:100%;
	height:10px;
	background: url(../img/rc_content/bdr_t.jpg) repeat-x top;
}
.rc-content .top .left
{
	width:10px;
	height:10px;
	float:left;
	background: url(../img/rc_content/cnr_tl.jpg) no-repeat top left;
}
.rc-content .top .right
{
	width:10px;
	height:10px;
	float:right;
	background: url(../img/rc_content/cnr_tr.jpg) no-repeat top right;
}
.rc-content .content
{
	padding:0 10px;
}
.rc-content .bottom
{
	width:100%;
	height:10px;
	background: url(../img/rc_content/bdr_b.jpg) repeat-x bottom;
}
.rc-content .bottom .left
{
	width:10px;
	height:10px;
	float:left;
	background: url(../img/rc_content/cnr_bl.jpg) no-repeat bottom left;
}
.rc-content .bottom .right
{
	width:10px;
	height:10px;
	float:right;
	background: url(../img/rc_content/cnr_br.jpg) no-repeat bottom right;
}
/* 罫線 End */

.rc-content h2
{
	margin-bottom:7px;
	line-height:30px;
	color:#444444;
	font-size:14px;
	text-indent:22px;
	background: url(../img/rc_content/h_def.jpg) no-repeat;
}
.rc-content h4
{
	/*margin-bottom:5px;*/
	font-size:12px;
	font-weight:bold;
	margin:5px 10px;
	color:#1D2088;
}
.rc-content p
{
	padding:0 3px 8px 8px;
	line-height:1.8em;
}
.rc-content dl
{
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
}
.rc-content dt
{
	padding:0;
	margin:0 3px 5px;
	font-weight:bold;
	text-indent:25px;
	color:#555555;
	color:#1798d7;
	color:#1D2088;
	background: url(../img/blet.gif) no-repeat 0.5% center; 
}
.rc-content dd
{
	padding:0;
	padding-right:10px;
	margin:0 0 12px 2.3em;
	line-height:1.8em;
}
.rc-content ul
{
	padding:0;
	margin-bottom:10px;
	list-style-image: url(../img/blet.gif);
}
.rc-content li
{
	margin-left:2em;
	line-height:1.4em;
	font-weight:normal;
	text-indent:-0.5em;
}

/* ---------------------------- */
/* 各種表示 */
.clear
{
	clear:both;
	height:0px;
	line-height:0px;
}
.hide
{
	display:none;
}

.strong
{
	font-weight:bold;
	color:#1D2088;
}
/* ---------------------------- */
/* mod_quickicon */
.icon {
	width:200px;
	height:53px;
	padding-left:3px;
	/*margin-bottom:3px;*/
	line-height:53px;
	/*text-align:center;
	vertical-align: middle;*/
	/*text-align:center;*/
	font-weight:bold;
}
.icon a {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 1px 5px 0px;
}
.icon a:link {
	color: #bbbbbb;
}
.icon a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 1px 0px 4px 1px;
}
.icon a:active {
}
.icon a:visited {
}
.icon img {
}
.icon span {
	display: block;
	color: #144A6A;
	font-weight:bold;
	padding-top: 3px;
}
#footer a, #menu-top a, #left .menu a
{
	color: #e9e5f5;
}
#footer a:link, #menu-top a:link, #left .menu a:link
{
	color: #e9e5f5;
}
#footer a:hover, #menu-top a:hover, #left .menu a:hover
{
	color: #ffec4f;
}

#left .menu-child a
{
	color: #333333;
}
#left .menu-child a:link
{
	color: #333333;
}
#left .menu-child a:hover
{
	color: #2646e7;
}

.univ
{
	width:135px;
	text-align:left;
	float:left;
	font-weight:bold;
}
.dept
{
	width:110px;
	text-align:left;
	float:left;
	margin-left:0px;
}
