/* General Display Styles */

body {
        background-color: #ffffff;
        background: #ffffff url(http://cosmo-medical.fte.jp/img/background.jpg);
        background-repeat: repeat;
        background-attachment: fixed;
        background-position: center center;
        }

html,body {
	scrollbar-face-color: #99cce7; 
	scrollbar-highlight-color: #3398cc; 
	scrollbar-shadow-color: #3398cc; 
	scrollbar-3dlight-color: #99cce7; 
	scrollbar-arrow-color :#cccccc; 
	scrollbar-track-color: #99cce7; 
	scrollbar-darkshadow-color: #99cce7;
        }

/* Font Styles */

.t10 {
	font-size: 10px;
	line-height: 14px;
	color: #cccccc;
        }

.t12 {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
        }

.t13 {
	font-size: 13px;
	line-height: 14px;
	color: #cccccc;
        }

.t14 {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	letter-spacing: 1px;
        }

.t16 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
        }

.bg {
	background-attachment: fixed;
	background-image: url(http://cosmo-medical.fte.jp/img/bg_w.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
        }

.bg1 {
	background-attachment: scroll;
	background-image: url(http://cosmo-medical.fte.jp/recruit/img/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
        }

.bg2 {
	background-attachment: fixed;
	background-image: url(*);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
        }

.ta {
	border-top:1px solid #3a9ccd;
	border-right:1px solid #3a9ccd;
	border-bottom:1px solid #3a9ccd;
	border-left:1px solid #3a9ccd;
        }

.line1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
        }

.cage {
	border: 2px double #0099cc;
	padding: 5px;
        }
