/*
-----------------------------------------------------
ページ共通部分
-----------------------------------------------------
*/
*{
margin: 0;
padding: 0;
}

body {
text-align: center;
color: #000000;
font-size: 12px;
line-height: 1.4em;
background:url(../image/bg.gif) repeat top left;
}

img{
border: 0px;
vertical-align:bottom;
}

ul{
list-style-type: none;
}

a:link{
color: #1FB2FC;
text-decoration: underline;
}

a:visited{
color: #1FB2FC;
text-decoration: underline;
}
a:hover{
color: #1FB2FC;
text-decoration: underline;
}

a:active{
color: #1FB2FC;
text-decoration: underline;
}


/*
-----------------------------------------------------
全体レイアウト
-----------------------------------------------------
*/
#container{
margin: 0px auto;
width: 900px;
text-align:left;
}

#navi2 {
height:140px;
text-align:left;
width:700px;
}


/*
-----------------------------------------------------
float回避 親ボックスに指定
-----------------------------------------------------
*/
.floatclear {
clear:both;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



/*
-----------------------------------------------------
共通
-----------------------------------------------------
*/
h1 {
display:block;
width:135px;
height:92px;
font-size:10px;
font-weight:normal;
text-align:center;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
text-decoration:none;
color:#000000;
}
#navi {
width:145px;
margin-top:34px;
float:left;
}
#navi ul {
margin-left:2px;
margin-top:20px;
}
#navi .navi_lablog {
margin:41px 0 0;
}
#navi .navi_webdm {
margin:20px 0 0;
}
#navi #navi_isms {
margin:73px 0 14px 0;
text-align:right;
}
#navi #navi_isms a {
background-image:url(../image/navi_isms.gif);
width:145px;
height:115px;
display:block;
text-align:left;
color:#000000;
font-size:10px;
text-decoration:none;
line-height:1.3em;
background-repeat: no-repeat;
}
#navi2 h2 {
display:inline;
}
#contents {
width:700px;
float:right;
padding-bottom:25px;
text-align:left;
}

#footer {
width:900px;
clear:both;
}
#indx_newworks, #works {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCCCCC;
}
#works {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
margin-right:3px;
margin-bottom:25px;
background-image: url(../image/works_bg.gif);
background-repeat: no-repeat;
background-position: right bottom;
}
#indx_newworks li, #works li {
float: left;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
padding-top:15px;
text-align:center;
width:173px;
background-color:#FFFFFF;
}
#indx_newworks li span, #works li span {
margin-top:9px;
margin-bottom:8px;
display:block;
font-size:10px;
}
#indx_newworks li div, #works li div {
text-align:right;
margin-right:9px;
margin-bottom:8px;
display:block;
font-size:10px;
}
.txtalign-r {
text-align:right;
}
.company1_ul, .jigyo1_ul {
line-height:2.3em;
}
.company1_ul .li_left, .company1_ul .li_left2 {
display: block;
float: left;
background-image: url(../image/company1_border.gif);
background-repeat: no-repeat;
background-position: right center;
}
.company1_ul .li_left {
width: 69px;
}
.company1_ul .li_left2 {
width: 90px;
}
.company1_ul .li_right {
width: 600px;
display: block;
float: left;
margin-left:6px;
}
#company3g_button {
text-align: right;
margin-top: 13px;
}

.jigyo1_ul {
list-style-type: decimal;
list-style-position: inside;
}
.jigyo1_ul li {
margin-bottom:20px;
}
.jigyo1_ul ul {
list-style-type: disc;
list-style-position: inside;
margin-left: 30px;
}
.jigyo1_ul ul li {
margin-bottom:0px;
}
#icon_nums {
list-style-type: none;
margin-bottom:14px;
}
#icon_nums li {
float:left;
margin-right:5px;
}
#bef_nex {
margin-bottom:16px;
}
#bef_nex #bef {
text-align: left;
float: left;
width: 100px;
display:block;
}
#bef_nex #nex {
text-align: right;
float: right;
width: 100px;
display:block;
font-weight:normal;
}


/*
-----------------------------------------------------
wp共通 page_navi
-----------------------------------------------------
*/
div.wp-pagenavi {
	margin-bottom:14px;
	font-size:9px;
	font-weight:bold;
}
.wp-pagenavi a {
	margin-right:5px;
	padding:0 4px;
	display:block;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
	margin-right:5px;
	padding:0 5px;
	display:block;
	float:left;
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	margin-right:5px;
	padding:0 5px;
	display:block;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}
.wp-pagenavi .current {
	margin-right:5px;
	padding:0 5px;
	display:block;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
}
.wp-pagenavi .pages,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	display:none;
}


a.first {
display:none;
}
/*
-----------------------------------------------------
works
-----------------------------------------------------
*/
#works_spec h3 {
border: 1px solid #CCCCCC;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
font-weight: normal;
font-size:110%;
}
#works_spec #works_spec_link {
border: 1px solid #CCCCCC;
border-top:none;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
background-color:#FFFFFF;
}
#works_spec #works_spec_link a:link, #works_spec #works_spec_link a:visited {
text-decoration:none;
}
#works_spec #works_spec_link a:hover, #works_spec #works_spec_link a:active {
text-decoration:underline;
}
#works_spec #works_spec_waku {
background-image: url(../image/works_sp_bg.gif);
background-repeat: repeat-y;
}
#works_spec #works_spec_waku #works_spec_info {
float: right;
width: 250px;
}
#works_spec #works_spec_waku #works_spec_pic {
float: left;
width: 445px;
padding:25px 0px 25px 0px;
text-align:center;
}
#works_spec_info #genre_rdate #genre {
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
display: block;
width: 60px;
text-align: center;
height: 40px;
float:left;
}
#works_spec_info #genre_rdate #genre img {
margin:10px;
}
#works_spec_info #genre_rdate #rdate {
width:189px;
height: 28px;
float:right;
text-align:center;
padding-top:12px;
}
#works_spec #works_spec_waku #works_spec_info .h4txt {
padding: 15px;
}
#works_spec #genre_icons {
border: 1px solid #CCCCCC;
}

#works_spec .navigation {
margin-bottom:16px;
}
#works_spec .navigation .alignleft {
float: right;
}
#works_spec .navigation .alignleft a {
width: 64px;
height: 22px;
text-indent:-9999px;
display:block;
}
#works_spec .navigation .alignleft a:link, #works_spec .navigation .alignleft a:visited {
background-image:url(/image/works_sp_nxtbtn_off.gif);
}
#works_spec .navigation .alignleft a:hover, #works_spec .navigation .alignleft a:active {
background-image:url(/image/works_sp_nxtbtn_on.gif);
}
#works_spec .navigation .alignright {
float: left;
}
#works_spec .navigation .alignright a {
width: 64px;
height: 22px;
text-indent:-9999px;
display:block;
}
#works_spec .navigation .alignright a:link, #works_spec .navigation .alignright a:visited {
background-image:url(/image/works_sp_befbtn_off.gif);
}
#works_spec .navigation .alignright a:hover, #works_spec .navigation .alignright a:active {
background-image:url(/image/works_sp_befbtn_on.gif);
}
.works_ttl {
color:#000000;
}
#pagenavi {
margin-bottom:14px;
font-size:9px;
}
#pagenavi a {
margin-right:5px;
padding:0 4px;
display:block;
float:left;
background-color:#000000;
color:#FFFFFF;
text-decoration:none;
}
#pagenavi a:link, #pagenavi a:visited, #pagenavi a:active {
margin-right:5px;
padding:0 5px;
display:block;
float:left;
background-color:#ffffff;
color:#000000;
text-decoration:none;
}
#pagenavi a:hover {
margin-right:5px;
padding:0 5px;
display:block;
float:left;
background-color:#000000;
color:#FFFFFF;
text-decoration:none;
}
#pagenavi #pagenavi_now {
margin-right:5px;
padding:0 5px;
display:block;
float:left;
background-color:#000000;
color:#FFFFFF;
}

/*
-----------------------------------------------------
ニュース
-----------------------------------------------------
*/
#news_sp dt, #news_sp div {
background-image: url(../image/news_sp_bg.gif);
background-repeat: repeat-y;
background-position: left;
border: 1px solid #CCCCCC;
padding:15px 25px 15px 20px;
}
#news_sp .date {
float: right;
width: 100px;
text-align:center;
}
#news_sp .ttl {
float: left;
width: 500px;
}
#news_sp dd {
	background-repeat: repeat-y;
	background-position: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding:15px 25px 5px 20px;
	margin-bottom:30px;
}
#news_sp dd p {
	margin-bottom:10px;
}
#news_sp .line {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
display: block;
margin-top: 10px;
padding-top: 10px;
}
#news_sp .blog_pagetop {
	text-align:right;
	padding-bottom:30px;
}
.isms_cassete p {
padding-top: 18px;
padding-right: 23px;
padding-bottom: 18px;
padding-left: 23px;
}
.nonblog_pagetop {
text-align:right;
}
#flow_container {
width:710px;
clear:both;
background-image: url(../image/flow_bgline.gif);
background-repeat: repeat-y;
background-position: left;
text-align:right;
}
.flow_cassete {
margin-bottom:19px;
}
.flow_cassete p {
margin-left:60px;
padding:0 190px 18px 15px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
text-align:left;
}
.step1 {
background-image: url(../image/flow_1bg.gif);
background-repeat: no-repeat;
background-position: right 80px;
}
.step1 p{
padding-bottom:30px;
}
.step2 {
background-image: url(../image/flow_2bg.gif);
background-repeat: no-repeat;
background-position: right 95px;
}
.step2 p{
padding-bottom:35px;
}
.step3 {
background-image: url(../image/flow_3bg.gif);
background-repeat: no-repeat;
background-position: right 70px;
}
.step3 p{
padding-bottom:30px;
}
.step4 p {
padding:0 190px 0px 15px;
border-bottom: none;
margin-bottom:0px;
}
.step4 {
margin-bottom:0px;
background-image: url(../image/flow_4bg.gif);
background-repeat: no-repeat;
background-position: right 80px;
}
#sitemap_ul1 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
}
#sitemap_ul1 li {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
padding:15px 0px 15px 0px;
}
#sitemap_ul1 li span {
width:112px;
display:block;
text-align:right;
padding-right:23px;
background-image: url(../image/sitemap_icon.gif);
background-repeat: no-repeat;
background-position: right center;
}
#sitemap_ul1 li span a:link, #sitemap_ul1 li span a:visited {
text-decoration:none;
}
#sitemap_ul1 li span a:hover, #sitemap_ul1 li span a:active {
text-decoration:underline;
}
#sitemap_ul2a, #sitemap_ul2b {
width:163px;
float:left;
}
#sitemap_ul2a li, #sitemap_ul2b li {
border-bottom: none;
padding:0px 0px 15px 0px;
}
#sitemap_ul2a li span, #sitemap_ul2b li span {
width:140px;
}
.isms_cassete ol {
margin-left: 50px;
margin-bottom: 15px;
margin-top: 15px;
margin-right: 23px;
}
#footer address {
background-image:url(../image/footer_copyright.gif);
width:536px;
height:55px;
float:left;
}
#footer address a:link, #footer address a:visited {
color:#000000;
text-decoration:none;
}
#footer address a:hover, #footer address a:active {
color:#000000;
text-decoration:underline;
}
#footer span {
font-style: normal;
font-size: 11px;
display: block;
margin-top: 10px;
margin-left: 10px;
font-weight: bold;	
}
#footer ul {
width:364px;
float:right;
}
#footer ul li {
float:left;
display:inline;
}

/*
-----------------------------------------------------
研究室
-----------------------------------------------------
*/
#lab_menu {
width:150px;
float:right;
}
#lab_menu_cat {
width:148px;
float:right;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding-top:15px;
}
#lab_menu_cat li {
margin: 0px 0px 15px 15px; 
}
#lab_contents {
width:520px;
float:left;
}
#lab_contents h3 {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight:normal;
	margin: 0 0 20px 0;
	padding: 8px 0 8px 27px;
	background-image: url(/image/lab_ttlicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#lab_contents p {
margin: 0 0 15px 0;
}
#lab_contents .meta {
font-size:11px;
margin-bottom:10px;
}
#lab_contents .storycontent {
margin-bottom: 20px;
}
#lab_contents .storycontent img {
border: 1px solid #CCCCCC;
}





.indx_news {
margin-right:3px;
padding-right:19px;
}
.indx_news li {
padding:10px 0 10px 8px;
border-bottom:solid 1px #CCCCCC;
}
.indx_news li a {
color:#000000;
}
.indx_news li a:link, .indx_news li a:visited {
padding:0px 0 0px 23px;
background-repeat: no-repeat;
background-position: -12px 3px;
text-decoration:none;
}
.indx_news li a:hover, .indx_news li a:active {
padding:0px 0 0px 23px;
background-repeat: no-repeat;
background-position: -12px 3px;
text-decoration:underline;
}
.indx_news li a:link {
background-image: url(../image/indx_news_icon2.jpg);
}
.indx_news li a:hover, .indx_news li a:active, .indx_news li a:visited {
background-image: url(../image/indx_news_icon1.jpg);
color:#000000;
}

.index_news_blog {
	background-image: url(../image/index_news_blog_bg.gif);
	background-repeat: repeat-y;
}
.index_news_blog2 {
	background-image: url(../image/index_news_blog_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.index_news_blog .index_news, .index_news_blog .index_lablog {
	width: 329px;
}
.index_news_blog .index_news {
	margin-left: 20px;
	float:left;
}
*html .index_news_blog .index_news {
	margin-left: 10px;
	float:left;
}
.index_news_blog .index_lablog {
	float:right;
}
.index_news_blog .index_news h2, .index_news_blog .index_lablog h2 {
	height:41px;
}
.index_news_blog .index_news h2 img, .index_news_blog .index_lablog h2 img {
	vertical-align:top;
	margin-top:15px;
}

.index_news_btn {
	margin-left: 20px;
	float:left;
	text-align: right;
	width:329px;
}
*html .index_news_btn {
	margin-left: 10px;
	float:left;
	text-align: right;
	width:329px;
}
.index_lablog_btn {
	float:right;
}
#lab_contents .storycontent .blog_pagetop {
	text-align:right;
}
#lab_contents .storycontent .blog_pagetop a img {
	border: none;
}
