@charset "UTF-8";
/* CSS Document */
@import url("/css/navi.css");
/* common */
.defaultFonts {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.invisible {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
.right, .author {
	text-align: right;
}
.clear {
	clear: both;
}
/* common: tag properties */
body {
	/* line-height: 1.1; */
}
p {
	/* margin: 1em 0; */
}
img {
	border: none;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contentRight ol, #contentRight ul {
	margin-left : 2em;
}
#contentRight ul > li {
	margin-left : 2em;
	margin-bottom : 0.4em;
	overflow : visible;
	list-style-position : outside;
	list-style-type : disc;
}
#contentRight ol > li {
	margin-left : 2em;
	margin-bottom : 0.4em;
	overflow : visible;
	list-style-position : outside;
	list-style-type : decimal;
}
/* common: consistent line-height */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* window */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
/* stage */
.stageL {
	margin: 0 auto;
	width: 879px;
	background-image: url(../image/backgroundLeft.jpg);
	background-repeat: no-repeat;
	text-align: left;
	display: table;
}
.stageR {
	background-image: url(../image/backgroundRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.stageBody {
	margin: 0 8px;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	padding-bottom: 40px;
}
/* content */
.contentBody {
	margin: 0px 23px;
/*	width: 815px; /* 879 - (8 + 1 + 23) * 2 */
}
/* header */
.header {
	width: 861px;
	height: 100px;
	font-size: 12px;
	line-height: 1.5;/*18px*/
	position: relative;
}
.logo {
	width: 261px;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-left: 20px;
}
.headerRightArea {
	width: 500px;
	float: right;
	padding-top: 20px;
}
.headerSearch {
	padding: 5px 0;
	height: 22px;
	margin-right: 25px;
}
.headerSearch form {
	margin: 0;
	padding: 0;
	float: right;
}
.headerSearch #searchText {
	width: 113px;
}
.headerSearch #searchButtom {
	width: 48px;
	_height: 22px;
	*height: 22px;
}
.headerMenu {
	clear: both;
	height: 18px;
	margin-right: 25px;
}
.headerSiteMenu {
	padding-right: 88px;
}
.headerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.headerMenu li {
	display: inline;
	padding: 0 5px 0 3px;
	*padding: 0 2px 0 6px;
	border-right: 1px solid #afb4ba;
}
.headerMenu .leftmost {
	padding-left: 0px;
}
.headerMenu .rightmost {
	padding-right: 0px;
	border-right: none;
}
.header .uthome {
	position: absolute;
	float: right;
	top: 20px;
	left: 753px;
}
.header .uthome a {
	display: block;
	width: 83px;
	height: 0;
	padding-top: 18px;
	overflow: hidden;
	background: url(../image/utlogo.png) no-repeat;
}
/* footer */
.footer {
	width: 851px;
	margin: 0px 5px;
	text-align: center;
	font-size: 10px;
	color: #666;
	clear: both;
	padding-top: 10px;
}
.footerMenu {
	border-top: 1px #ff9900 solid;
	border-bottom: 1px #ff9900 solid;
}
.footerMenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	line-height: 21px;
}
.footerMenu li {
	display:inline;
	padding: 0 5px 0 3px;
	*padding: 0 2px 0 6px;
	border-right: 1px solid #afb4ba;
}
.footerMenu .leftmost {
	padding-left: 0px;
}
.footerMenu .rightmost {
	padding-right: 0px;
	border-right: none;
}
.footerCopyright {
	line-height: 1.5;/*18px*/
}
/* breadcrumb */
.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
.breadcrumb li {
	display: inline;
	padding: 0 12px 0 0px;
	_padding: 0 8px 0 4px;
	background: url(../image/breadcrumb/right.png) 100% 50% no-repeat;
}
.breadcrumb .home {
	padding-left: 0px;
}
.breadcrumb .rightmost {
	padding-right: 0;
	background: none;
}
/* breadcrumb using home image */
.breadcrumbi ul {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	clear: both;
}
.breadcrumbi li {
	display: block;
	float: left;
	padding: 0 12px 0 4px;
	background: url(../image/breadcrumb/right.png) 100% 50% no-repeat;
}
.breadcrumbi .home {
	padding: 0;
	background: url(../image/breadcrumb/logo.png) 100% 50% no-repeat;
	width: 26px;
}
.breadcrumbi a {
	display: block;
}
.breadcrumbi .home a {
	height: 0;
	padding-top: 18px;
	overflow: hidden;
}
.breadcrumbi .rightmost {
	padding-right: 0;
	background: none;
}
/* in contentBody */
.columnMain {
	float: left;
	width: 600px; /* up to 610px */
}
.column2nd {
	float: right;
	width: 205px;
}
/* margin: 31px; */
/* list item */
.bulletList {
	margin: 0;
	padding: 0;
}
.bulletList li {
	list-style: none;
	background: url(../image/home/top_48.png) 0 3px no-repeat;
	padding-left: 20px;
}
.bulletlessList li {
	list-style: none;
	background: none;
	padding-left: 12px;
}
#contentRight ul.bulletList > li {
	margin-left : 0px;
	list-style-type : none;
}
.bulletListS {
	margin: 0;
	padding: 0;
}
.bulletListS li {
	list-style: none;
	background: url(../image/bulletGrey.gif) 0 5px/*0.5em 50%*/ no-repeat;
	padding-left: 8px;
}
#contentRight ul.bulletListS > li {
	margin-left : 0px;
	list-style-type : none;
}
.bulletListS .keyword {
	display:inline;
	padding-top:3px;
	margin-right:6px;
}
.bulletListM {
	margin: 0;
	padding: 0;
}
.bulletListM li {
	list-style: none;
	background: url(../image/bulletM.gif) 2px 5px/*0.5em 50%*/ no-repeat;
	padding-left: 12px;
}
.bulletList .longItem, .bulletListS .longItem {
	width: auto;
}
.bulletlessList {
	margin-left: 0;
	padding-left: 0;
}
.bulletlessList li {
	padding-left: 1em;
}
/* paragraph in aritcle body */
.articleBody p {
	text-indent: 1em;
}
.articleBody .lead, .articleBody .caption, .articleBody .noIndent {
	text-indent: 0;
}
.articleBody .caption {
	margin: 0.5em 0;
}
/* image box table */
.imageBoxT {
	margin:0 0 10px 10px;
	float:right;
}
.imageBoxT.bordered {
	border: solid 1px #ccc;
}
/* heading */
/*.contentBody h1 {
	font-size: 24px;
	line-height: normal;
}
.contentBody h2 {
	font-size: 20px;
	line-height: normal;
}
.contentBody h3 {
	font-size: 16px;
	line-height: normal;
}
.contentBody h4 {
	font-size: 14px;
	line-height: normal;
}
.contentBody h5 {
	font-size: 10px;
	line-height: normal;
}
.contentBody h6 {
	font-size: 8px;
	line-height: normal;
}
*/
h1 {
	font-size: 24px;
	line-height: 1.2;
	color: #464646;
	margin: 3px 0 11px;
}
h2 {
	font-size: 20px;
	line-height: 1.2;
	margin: 15px 0 5px;
}
h3 {
	font-size: 16px;
	line-height: 1.2;
	margin: 13px 0 3px;
}
h4 {
	font-size: 14px;
	line-height: 1.2
}
.annotation ul {
	list-style:none;
}
/* img for mail address */
.mailImage {
	vertical-align: -5px;
}
.inner {
	margin-left:1em;
}

/*ajb*/
/*
.contentBody {
	font-size:12px;
	color:#000000;
	line-height: 1.5; 18px;
}
.contents{
	clear:both;
	padding:5px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}
a.c{
	text-align:right;
	color:#ff9900;
	text-decoration:underline;
	float:right;
}
a.c:hover{
	color:#ff9900;
	text-decoration:underline;
}
.tabletitle {
    font-weight: bold;
    background-color: #CACBFF;
    margin-right: 3px;
    margin-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 90%;
    border: 1px solid #FFFFFF;
}
.tablecontent {
    background-color: #D8E9FE;
    font-size: 90%;
    border: 1px solid #FFFFFF;
}
.tablecontent2 {
    background-color: #F2F2F2;
    font-size: 90%;
    border: 1px solid #FFFFFF;
}
.tablemargin {
    margin-left: 50px;
    border: 1px solid #FFFFFF;
}
li .name {
	list-style:none;
}
.titlename {
	background:#ebebeb url(../image/titleback.png);
	border:#d9d9d9 solid 1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.toptitle {
	font-size:120%;
	font-weight:bold;
	color:#333333;
	border-left:#333333 solid 10px;
	padding-top:0.1em;
	padding-bottom:0.1em;
	padding-left:0.5em;
	margin-left:1em;
	margin-top:0;
	margin-bottom:0;
}
.toptitle02 {
	font-size:120%;
	font-weight:bold;
	color:#333333;
	border-left:#FF9900 solid 10px;
	padding-top:0.1em;
	padding-bottom:0.1em;
	padding-left:0.5em;
	margin-left:1em;
	margin-top:0;
	margin-bottom:0;
}
.toptitle03 {
	font-size:120%;
	font-weight:bold;
	color:#333333;
	border-left:#FF9900 solid 10px;
	padding-top:0.1em;
	padding-bottom:0.1em;
	padding-left:0.5em;
	margin-left:1em;
	margin-top:10px;
	margin-bottom:0;
}*/

