﻿/*

3D Incorporated

UrbanSquea Yokohama Bldg. 2F 
1-1 Sakae-cho, Kanagawa-ku, Yokohama, Kanagawa, 
221-0052 JAPAN
+81-45-450-1330 
3d-info@ddd.co.jp

*/



* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

html {  
     overflow-y:scroll;  
}

body {
	background-color: #EFEDE7;
}

a {
	color:#006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

chui {
	color: #FF0000;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

del {
	text-decoration: line-through;
}



p{
	line-height: 20px;
	clear: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 80%;
}


h1 {
	font-size: 16px;
	padding-left: 10px;
	color: #373737;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F1AF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	clear:both;
}

h2 {
	font-size: 13px;
	padding-left: 7px;
	color: #373737;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	border-left: 5px solid #00A5DB;
	border-bottom: 1px solid #EAEAEA;
	font-weight: bold;
	clear:both;
}

h2 a {
	font-size: 13px;
}

h3 {
	font-size: 12px;
	color: #373737;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	clear:both;
}



/*
ベース
-------------------------------------------------------------------*/
#base {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../img/base_bg.jpg);
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:1024px;
	height:90px;
	margin-left: 50px;
	background: no-repeat left center;
}
#base #header img {
	padding-top: 20px;
}


#header #sub {
	font-size: 11px;
	color: #333333;
	background: bottom;
	letter-spacing: 0.1em;
	margin-left: 700px;
	margin-right: 20px;
}

#header #subeng {
	font-size: 11px;
	color: #333333;
	background: bottom;
	letter-spacing: 0.1em;
	margin-left: 900px;
	margin-right: 20px;

}


/*ナビゲーション
----------------------------------------------- */
#nav {
	padding: 2px;
	background-image: url(../img/mtop_menubar.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #CCCCCC;
	height: 26px;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin-left: 10px;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 16px;
  }
  
#nav a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #FFFF99;

}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	text-align: center;
	height: 30px;
	padding: 15px;
	background-color: #CCCCCC;
}

#f_menu ul {
	margin: 5px;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	font-size: 10px;
}

#f_menu li a {
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #333333;
	font-size: 10px;
}






/*********↑ここまではテンプレートで固定された領域******************/





/*
コンテンツ
-------------------------------------------------------------------*/
#wrap {
	float: left;
	padding: 2px;
}


#contents {
	width:820px;
	float: right;
	margin-left: 10px;
}





/*リスト関係
-------------------------------------------------------------------*/

#contents ul {
	margin-left: 30px;
	list-style-type: none;
	margin-bottom: 10px;
}

#contents ol {
	margin-left: 30px;
	list-style-type: none;
	margin-bottom: 10px;
}

#contents ul li {
	font-size: 12px;
	margin-left: 40px;
	list-style: disc;
	width: 80%;
}

#contents ol li {
	font-size: 12px;
	margin-left: 50px;
	list-style: decimal;
	width: 80%;
}


#contents li a {
	font-size: 12px;
}






/*？？？
-------------------------------------------------------------------*/

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #c_pad .top_left {
	float: left;
	padding: 20px;
}

#contents #c_pad .p_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents #banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	height: 80px;
	background: #000000;
}



/*表示位置関係
-------------------------------------------------------------------*/

/*署名　右寄せ*/
.righten    {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
}


/*左寄せ右回り込み*/
#contents .setleft {
	float: left;
}

/*右寄せ右左り込み*/
#contents .setright {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*回り込み解除*/

.clearleft {
	clear: left;
}

#contents .clearleft {
	clear: left;
}

#contents .clearright {
	clear: right;
}

#contents .txtdata{
	padding: 10px;
	border: 0.5px solid #999999;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}


/*
テーブル（表）関係
-------------------------------------------------------------------*/

#contents table {
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 40px;
}

/*表タイトル*/
#contents table caption {
	padding: 5px;
	font-weight: bold;
}

/*表　項目名*/
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
	border: 1px solid #ddd9c9;
}

/*表　データ*/
#contents table td {
	padding: 5px;
	border: 1px solid #ddd9c9;
}

/*表の中の画像*/
#contents table img {
	margin: 0px;
}



/*
画像関係
-------------------------------------------------------------------*/
#contents img{
	margin-left: 40px;
}

#contents .imggroup {
	margin-left: 40px;
}
#contents .imgbox {
	float: left;
	text-align: center;
	font-size: 10px;
	padding: 5px;	
}

#contents .imgbox img{
	margin: 0px;
	padding: 0px;	
}



/*画像左寄せ*/
#contents .p_img {
	float: left;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/*画像右寄せ*/
#contents .p_imgR{
	float: right;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}


#contents .caption {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
}


/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin-top: 5px;
}

#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
コンテンツサブメニュー
-------------------------------------------------------------------*/
#contents #submenu {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	background: #EDEBE4;
	height: 25px;
}

/*
コンテンツサブメニュー　ボタン
-------------------------------------------------------------------*/
#contents #submenu .box {
	float: left;
	background-repeat: repeat-x;
	background-position: center;
	clear: right;
	background-color: #FFFFFF;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #CDCDCD;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 1px 5px 2px;
}

#contents #submenu .box h5 {
	margin: 0px;
	color: #000000;
	background-repeat: repeat-x;
	line-height: 20px;
	background-position: center;
	padding: 2px;
}


/*
2column
-------------------------------------------------------------------*/
#wrap   #contents   #c_pad   .col2{
	float: left;
	width: 320px;
	clear: right;
	background: repeat-x bottom;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#base #wrap #contents #c_pad .col2 p {
	margin: 0px;
}

#base #wrap #contents #c_pad .col2 table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*
3column
-------------------------------------------------------------------*/
#wrap   #contents   #c_pad   .col3{
	float: left;
	width: 240px;
	clear: right;
	background: repeat-x bottom;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#base #wrap #contents #c_pad .col3 p {
	margin: 0px;
}


#base #wrap #contents #c_pad .col3 table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 185px;
}

#side_d {
	padding-top: 2px;
	width: 180px;
	border: 1px solid #F8F8F5;
	background-color: #CCCCCC;
	margin: 5px auto 5px 5px;
}

#side_d h5 {
	display: block;
	width: 176px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #333333;
	padding-bottom: 5px;
}

#side_d h6 {
	display: block;
	width: 176px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FF9900;
	margin: 0px auto;
	padding-bottom: 5px;
}

#side_d ul {
	margin-bottom: 2px;
	text-decoration: none;
	list-style: none;
}

#side_d li a {
	display: block;
	width:146px;
	font-size: 12px;
	color:#000000;
	line-height: 17px;
	margin-right: auto;
	margin-left: 2px;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
	background-position: 7px center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666;
	padding: 5px 15px;
	text-decoration: none;
	list-style: none;
}


#side_d li a:hover {
	background-color: #c8e5fd;
	color: #000000;
	text-decoration: underline;
	background-position: 8px;
}



/*
トップページ用スタイル
-------------------------------------------------------------------*/

#top {
	margin-left: 60px;
}

#top .top_img {
	padding-top: 20px;
	padding-bottom: 20px;
}

#top .box3 {
	float: left;
	width: 280px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	clear: right;
	height: 190px;
}
#top .box3 h5 {
	margin: 0px;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 10px;
	background: url(../img/obi.png) repeat-x center;
}


#top .box3 ul {
	list-style-type: none;
}

#top .box3 ul li {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 15px;
}

#top dl.newsdate {
	width: 850px;
	padding: 2px;
}  


#top #righten    {
	float: right;
	width: 200px;
	padding-bottom: 10px;
}



/*
news用スタイル
-------------------------------------------------------------------*/

/*目次*/
dl.newsdate {
	width: 800px;
	padding: 2px;
}  
dl.newsdate dt {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	padding: 2px 0;
	text-align: left;
}  
dl.newsdate dd {
	padding-left: 15px;
	padding: 2px;
}  

/*展示会*/
dl.event_info {
	width: 800px;
	padding: 2px;
}  
dl.event_info dt {
	float: left;
	margin-left: 40px;
}  
dl.event_info dd {
	margin-left: 120px;
} 

.newsheader{
	font-size: 13px;
	padding-left: 7px;
	color: #666666;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EAEAEA;
	border-left-color: #999999;
}


/*
論文リスト用スタイル
-------------------------------------------------------------------*/

#contents #thesis li {
	margin-bottom: 10px;
	line-height: 120%;
}
