@charset "UTF-8";

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */

/*
	1 : Common
	2 : Header
	3 : Content
	4 : Footer
	5 : Clear Fix
 */



/* ***********************************************************************
	1 : Common
*********************************************************************** */
body {
	background-image: url(../img/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.top #container {
	padding: 11px 40px 0;
	width: 820px;
	margin: 0 auto;
}
#container {
	padding: 0px 40px 0;
	width: 820px;
	margin: 0 auto;
	background-image: url(../img/bg-contennts.jpg);
	background-repeat: no-repeat;
	background-position: left 170px;
}

/* ***********************************************************************
	2 : Header
*********************************************************************** */
#header {
	height: 103px;
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding: 15px 0 0;
}

#header-contents ul li {
	display: inline;
	margin-left: 10px;
}

/* ========= Logo ========= */


#header-name a {
	display: block;
	height: 95px;
	width: 470px;
	text-indent: -9999px;
}

#header-description {
	height: 6px;
	font-size: 0.1em;
	line-height: 1.0;
	text-indent: -9999px;
}
#header-contents {
	position: absolute;
	width: 300px;
	top: 15px;
	right: 0px;
	text-align: right;
}


/* ========= global menu ========= */
#global-menu {
	width: 810px;
	height: 50px;
	background-image: url(../img/globalNavibg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 5px;
}
#global-menu li {
	float: left;
	width: 135px;
}
#global-menu li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	background-image: url(../img/globalNavi.jpg);
	background-repeat: no-repeat;
}
#global-menu li.btn01 a {width: 135px;background-position: 0px 0px;}
#global-menu li.btn02 a {width: 135px;background-position: -135px 0px;}
#global-menu li.btn03 a {width: 135px;background-position: -270px 0px;}
#global-menu li.btn04 a {width: 135px;background-position: -405px 0px;}
#global-menu li.btn05 a {width: 135px;background-position: -540px 0px;}
#global-menu li.btn06 a {width: 135px;background-position: -675px 0px;}

#global-menu li.btn01 a:hover {background-position: 0px -50px;}
#global-menu li.btn02 a:hover {background-position: -135px -50px;}
#global-menu li.btn03 a:hover {background-position: -270px -50px;}
#global-menu li.btn04 a:hover {background-position: -405px -50px;}
#global-menu li.btn05 a:hover {background-position: -540px -50px;}
#global-menu li.btn06 a:hover {background-position: -675px -50px;}

.message #global-menu li.btn01 a {background-position: 0px -100px;}
.member #global-menu li.btn02 a {background-position: -135px -100px;}
.research #global-menu li.btn03 a {background-position: -270px -100px;}
.education #global-menu li.btn04 a {background-position: -405px -100px;}
.album #global-menu li.btn05 a {background-position: -540px -100px;}
.recruit #global-menu li.btn06 a {background-position: -675px -100px;}



/* ***********************************************************************
	3 : Content
*********************************************************************** */
#content {
	text-align: left;
	padding: 10px 0;
}
.top-photo {
	background-image: url(../img/pic-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
.top-photo p {
	font-size: 1.2em;
	color: #FFF;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#content2 {
	text-align: left;
	padding: 10px 0 20px;
}

/*===== T-W =====*/
.top #alpha {
	float: right;
	width: 540px;
}

.top #beta {
	float: left;
	width: 260px;
}
#alpha {
	float: right;
	width: 590px;
}
#beta {
	float: left;
	width: 210px;
}

/*===== pan kuzu =====*/
#panlist {
	height: 26px;
	margin: 2px 0 0;
}
#panlist ul {
}
#panlist li {
	float: left;
	height: 20px;
	padding: 8px 0 0 36px;
	color: #a39679;
	font-size: 1.2em;
	line-height: 1.0;
	text-transform: uppercase;
	margin: 3px 0 0;
	background-image: url(../img/icon-panlist.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#panlist li a,
#panlist li a:link {
	color: #a39679;
}
#panlist li.top {
	padding-left: 16px;
	background-image: none;
}


/*===== Alpha =====*/

.newslist {
	padding: 0 0 20px;
}
#alpha-content-inner {
	padding: 10px 0px;
}
.archive-title {
	margin-bottom: 10px;
}
.image-photo {
	background-color: #fff;
	text-align: center;
}
.image-photo img {
	margin: 10px 0 20px;
}
.asset-cal {
    position: absolute;
	top: 580px;
	left: 188px;
}

.asset-body,
.asset-more,
.asset-cal,
.asset-image {
	font-size: 1.3em;
}
.asset-body {
	margin:0 0 20px;
}
.asset-body h2  {
	margin-bottom: 20px;
	font-size: 1.1em;
}
.asset-body h3,
.asset-more h3,
.asset-cal h3,
.asset-image h3  {
	margin-bottom: 3px;
	color: #333;
	font-size: 1.3em;
	line-height: 1.2;
}
.themeT h3 {
	padding-bottom: 8px;
	margin-bottom: 3px;
	color: #333;
	font-size: 1.3em;
	line-height: 1.2;
}
.asset-body p,
.asset-more p,
.asset-cal p,
.asset-image p {
	margin-bottom: 10px;
}
.asset-body a,.asset-more a,.asset-cal a,.asset-image a,
.asset-body a:visited,.asset-more a:visited,.asset-cal a:visited,.asset-image a:visited,
.asset-body a:hover,.asset-more a:hover,.asset-image a:hover {
	color: #039;
}
.asset-body strong,
.asset-more strong,
.asset-cal strong {
	color: #333;
	font-weight: bold;
}

.tb-newslist {
	font-size: 1.2em;
	margin: 0 0 20px 20px;
}
.tb-newslist th,.tb-newslist td {
	min-height: 27px;
	vertical-align: top;
}
.tb-newslist th {
	width: 100px;
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
.tb-newslist th span {
	display: block;
	padding: 3px 10px;
	text-align: center;
}
.tb-newslist td {
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
.tb-newslist td span {
	display: block;
	padding: 4px 15px 4px 15px;
}
.tb-newslist a,
.tb-newslist a:link {
	padding-left: 18px;
	background-image: url(../img/bg-link.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	display: block;
}


.text-list {
	margin-bottom: 20px;
	color: #756751;
}
.text-list li {
	list-style-image: url(../img/bg-textlist.gif);
	margin-left:20px;
	margin-bottom: 4px;
	line-height: 1.5;
}



.album .mt-image-right {
	float: right;
	margin-left: 10px;	
}
.album .mt-image-left {
	float: left;
	margin-right: 10px;	
}
.album .asset-body img {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #a39679;
}

.album .entry-asset {
	margin-top: 20px;
}
.album .asset-meta {
}
.album .asset-authorpic {
	float: left;
	width: 60px;
}
.album .asset-author img {
	display: block;
	margin-bottom: 3px;
}
.album .entry-title,
.album .asset-data {
	margin-bottom: 10px;
}
.album .asset-data {
	text-align: right;
}
.album #alpha-content-inner .asset-data a {
	padding-left: 0px;
	background-image: none;
}
.album .entry-title {
	margin-top: 5px;
	color: #690;
	font-size: 1.5em;
	line-height: 1.2;
}
.album .entry-title a {
	color: #039;
}

.album .asset-more-link {
	text-align: right;
	margin-bottom: 20px;
}
.album .asset-more-link a {
	padding-left: 12px;
	background: url(../img/bg-link.gif) 0 50% no-repeat;	
}




/*===== trackback =====*/
#trackbacks {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #a39679;
	font-size: 1.2em;
}
#trackbacks .trackbacks-header {
	color: #a39679;
}
#trackbacks #trackbacks-link {
	margin-left: 3px;
	padding: 1px 5px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}
#trackbacks .trackbacks-content {
	margin: 10px 0;
}
#trackbacks .trackback {
	padding: 10px 0;
	border-top: 1px dotted #a39679;
}
#trackbacks .trackback-header {
	margin-bottom: 4px;
	line-height: 1.2;
}
#trackbacks .trackback-header .blog-name {
	padding-left: 4px;
	border-left: 4px solid #ee8800;
}
#trackbacks .trackback-header .ping-date {
	font-size: 0.9em;
}
#trackbacks .trackback-content {
	margin-left: 8px;
}


/*===== comment =====*/
#comments {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #a39679;
	font-size: 1.2em;
}

#comments a,
#comments a:link,
#comments a:visited,
#comments a:hover {
	color: #039;
}





#comments .comments-header,
#comments-open .comments-open-header {
	color: #a39679;
}
#comments .comments-content,
#comments-open .comments-open-content {
	margin: 10px 0;
}
#comments .comment {
	padding: 10px 0;
	border-top: 1px dotted #a39679;
}
#comments .comment-header {
	margin-bottom: 4px;
	line-height: 1.2;
}
#comments .comment-header .author {
	padding-left: 4px;
	border-left: 4px solid #ee8800;
}
#comments .comment-header .published {
	font-size: 0.9em;
}
#comments .comment-content {
	margin-left: 8px;
}
#comments-open #comment-form-name,
#comments-open #comment-form-email,
#comments-open #comment-form-url,
#comments-open #comment-form-remember-me,
#comments-open #comments-open-text {
	margin-top: 5px;
}
#comments-open label {
	display: block;
	color: #a39679;
	font-size: 1.0em;
	line-height: 1.4;
}
#comments-open #comment-form-remember-me input#comment-bake-cookie {
	border-width: 0;
}
#comments-open #comments-open-text {
	padding-bottom: 10px;
	border-bottom: 1px dotted #a39679;
}
#comments-open #comments-open-footer {
	margin-top: 10px;
	text-align: center;
}
#comments-open #comments-open-footer #comment-preview,
#comments-open #comments-open-footer #comment-submit {
	padding: 3px 20px;
}
#comment-text {
	width: 100%;
}


/*===== Beta =====*/

.widget-submenu {
	width: 210px;
	margin-bottom: 20px;
	padding-top: 5px;
	background-image: url(../img/menubg-cap.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.widget-submenu-content {
	background-image: url(../img/menubg-bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 7px 10px 12px;
	font-size: 1.2em;
}
.widget-submenu dt,
.widget-submenu dd {
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	background-position: center 99%;
}
.widget-submenu dt a,
.widget-submenu dt a:link {
	color: #4B4D49;
	line-height: 1.4;
	background-image: url(../img/arrowL.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 3px 0px 3px 12px;
	display: block;	
}
.widget-submenu dd a,
.widget-submenu dd a:link {
	color: #4B4D49;
	line-height: 1.4;
	background-image: url(../img/arrowS.gif);
	background-repeat: no-repeat;
	background-position: 12px 9px;
	padding: 5px 0 5px 22px;
	display: block;
}

.widget-submenu dt a:hover,
.widget-submenu dd a:hover{
	color: #005FB5;
	text-decoration: underline;
}

.widget-submenu ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.widget-submenu li {
	margin-bottom: 0px;
	padding: 1px 0px 0px;
}

.widget-submenu li a,
.widget-submenu li a:link {
	display: block;
	color: #4B4D49;
	background-image: url(../img/arrowL.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left:15px;
}
.widget-submenu li a:hover {
	color: #005FB5;
	text-decoration: underline;
}
.widget-info {
	background-color: #FFF;
	background-image: url(../img/pic-info.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 165px 0 0;
	margin-bottom: 10px;
}
.widget-info h3.widget-header {
	margin:0 10px 5px;
	font-size: 1.2em;
	font-weight: bold;
}



/* ***********************************************************************
	5 : Footer
*********************************************************************** */
#footer {
	clear: both;
	background-image: url(../img/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 27px;
	padding: 10px 0 20px;
}
#footer-inner {
	width: 820px;
	margin: 0 auto;
}





/* ***********************************************************************
	6 : Clear Fix
*********************************************************************** */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/

/* ***********************************************************************
	7 : Etc
*********************************************************************** */

.mb10 {
	margin: 0 0 20px;
}
.mb20 {
	margin: 0 0 20px;
}
.mb30 {
	margin: 0 0 30px;
}
.mb40 {
	margin: 0 0 40px;
}
.mb50 {
	margin: 0 0 50px;
}
.topicsZone {
	margin-bottom: 20px;
	position: relative;
	background-image: url(../img/topics-border.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom: 20px;
}
.widget-info.widget .widget-content {
	line-height: 1.5;
	background-image: url(../img/infobot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 2px 10px 10px;
}
.topics-list {
	position: absolute;
	top: 3px;
	right: 3px;
}
.pagetop {
	text-align: right;
	margin-bottom: 20px;
}
.asset-body dl {
	margin-left: 0px;
}
.asset-body dl dd {
	margin-bottom: 10px;
}
.sign {
	text-align: right;
	margin: 30px 0;
}
.pic-kubota {
	float: right;
}
.pic-kubota img {
	margin: 0 0 15px 15px;
}
.asset-header,
.pagetitle {
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#listZone .asset-header {
	margin-bottom: 10px;
}
.asset-header h1,
.pagetitle h1 {
	background-image: url(../img/pageT-bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 15px;
	margin: 0;
	line-height: 1.4;
	color: #333;
}
#listZone .asset-header h1,
#listZone .pagetitle h1 {
	background-image: none;
	padding: 10px 0 5px 0px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
}
.introduction {
	background-image: none;
}

.introduction p {
	font-size: 13px;
}

.asset-header h1 {
	font-size: 1.6em;
}

.member-section {
	float: left;
	width: 280px;
	height: 115px;
	margin-bottom: 20px;
}
.member-section div {
	float: left;
	width: 100px;
	border: 1px solid #CCC;
}
.member-section p {
	line-height: 1.2;
	color: #006600;
	margin-bottom: 5px;
	padding: 0 5px 0 110px;
	font-size: 1.2em;
}
.member-section h3 {
	margin: 0 0 20px;
	font-size: 1.3em;
	line-height: 1.2;
	padding: 0 5px 0 110px;
	background-image: url(../img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 110px 5px;
}
.member-section img {
	display: block;
	max-width: 102px;
	margin: 5px 5px 15px;
}
.member-photo {
	padding: 9px 9px 19px;
	float: left;
	width: 130px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
.catchzone {
	float: right;
	width: 390px;
}
.product-type {
	font-size: 1.3em;
	font-weight: bold;
	color: #319D2C;
	background-image: url(../img/dottedline.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	margin-bottom: 7px;
	padding-bottom: 5px;
}
.topics .asset-meta {
	text-align: right;
}
.tb-member {
	margin-bottom: 30px;
}
.tb-member thead th {
	font-weight: bold;
	font-size: 1.1em;
}
.tb-member thead tr {
	background-image: url(../img/border.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
.tb-member tbody tr {
	background-image: url(../img/dottedline.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

.tb-member th {
	padding: 4px 8px 5px;
	vertical-align: top;
}
.tb-member td {
	padding: 4px 8px 5px 12px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
.subT h3 {
	font-size: 1em;
	background-image: url(../img/boader2.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding: 0 0 8px 5px;
	margin: 0 0 15px 75px;
}
.tb-access {
	margin: 0 0 30px 75px;
	width: 495px;
}
.tb-access th {
	font-weight: bold;
	background-image: url(../img/accent.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.tb-access td {
	padding: 3px 7px;
	vertical-align: top;
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
.subTitle {
	background-image: url(../img/border.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.subTitle2 {
	background-image: url(../img/border.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin-bottom: 0px;
	padding-bottom: 7px;
}
.asset-body dl dt {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.asset-body dl dd ol li {
	margin-bottom: 20px;
}
.thesis {
	margin-bottom: 60px;
}
.thesis li {
	background-image: url(../img/circle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.recruitList {
	margin-bottom: 30px;
}
.recruitList li {
	background-image: url(../img/circle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.caution {
	font-size: 0.9em;
	text-align: right;
}
.theme {
	position: relative;
	margin-bottom: 130px;
}
.theme li {
	margin-left: 17px;
}
.mov {
	position: absolute;
	width: 360px;
	left: 209px;
	top: 35px;
}
.asset-meta.clearFix h3 {
	font-size: 1.4em;
}
.comment-content p {
	font-size: 1.2em;
}
.font12 {
	font-size: 1.2em;
}
.widget-submenu-content ul {
	margin: 0px;
	padding: 0px;
}
.stdTB,
.stdTB2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	margin-bottom: 20px;
}
.stdTB th {
	padding: 3px 8px;
	background-image: url(../img/table-bg1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	vertical-align: top;
	font-weight: bold;
}
.stdTB2 th {
	padding: 3px 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	vertical-align: top;
	font-weight: bold;
	background-color: #F5F9E8;
}
.stdTB td,
.stdTB2 td {
	padding: 3px 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	vertical-align: top;
	text-align: left;
}

.arabic {
	margin-left: 27px;
}
.arabic li {
	margin-bottom: 10px;
}
.circle {
	margin-top: 5px;
}

.circle li {
	background-image: url(../img/circle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 7px;
	padding-left: 15px;
}
.gyouseki {
	margin: 0 0 20px 12px;
}
.gyouseki ul,
.gyouseki ol {
	margin-left: 13px;
}
.gyouseki ul li {
	list-style-type: upper-roman;
	font-size: 15px;
	font-weight: bold;
	margin-top: 7px;
}
.gyouseki ul li ol li {
	list-style-type: inherit;
	font-size: 13px;
	font-weight: normal;
	margin-top: 7px;
}

#listZone {
	padding: 10px 10px 0;
	margin: 0 auto;
	width: 300px;
}
#listZone2 {
	padding: 10px 10px 0;
	margin: 0 auto;
	width: 580px;
}.stdTB a {
	background-image: url(../img/arrowL.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
