@charset "shift_jis";
body {
	color: #313131;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 85%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #707070 url(../images/bg.gif) repeat-x top;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #313131;
}
a:hover {
	color: #9f0000;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	/*height: 114px;*/
	height: 145px;
	width: 100%;
	position: relative;
	background: url(../images/header_bg.gif) no-repeat top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)、背景画像を上部に配置(top)*/
	padding-bottom: 30px;
}
/*ロゴ画像設定*/
#header #logo {
	/*position: absolute;
	/*left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	/*top: 14px;	/*ヘッダーブロックに対して上から14pxの位置に配置*/
	text-align: center;
	padding-top: 10px;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 30px;
	text-align: right;	/*右寄せ*/
	font-weight: normal;
	color: #FFFFFF;		/*文字色*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 25px;
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 30px;	/*ヘッダーブロックに対して下から30pxの位置に配置*/
	width: 903px;
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background: #FFF url(../images/contents_bg.gif) no-repeat top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)、背景画像を上部に配置(top)*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 670px;	/*メインコンテンツ幅*/
	padding: 0px 10px 30px 0px;	/*左から、上、右、下、左への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 630px;
	line-height: 40px;
	height: 40px;
	background: url(../images/bg1.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 40px;
	margin-top: 10px;
	overflow: hidden;
}
/*段落タグの余白設定*/
#main p {
	/*padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
	padding:0 30px 0 15px;
}

#main p.indent {
	text-indent: 1em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 0px 0px 30px 10px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	border-bottom: 4px solid #9f0000;	/*下部の線の幅、線種、色の設定*/
	background: url(../images/bg3.gif);	/*背景画像の読み込み*/
	padding: 5px;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 230px;
	padding: 8px 4px;
	text-decoration: none;
	border-bottom: 1px solid #636363;	/*下側の線の幅、線種、色*/
	border-right: 1px solid #636363;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #636363;		/*左側の線の幅、線種、色*/
	color: #313131;	/*文字色*/
	background: #FFFFFF url(../images/bg2.gif) repeat-x left bottom;	/*背景色、背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を左側(left)・下部に配置(bottom)*/
}
ul.submenu li a:hover {
	background-color: #ffffff;	/*マウスオン時の背景色*/
	color: #9f0000;	/*マウスオン時の文字色*/
	background-image: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 660px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	padding: 3px 0 3px 0;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 540px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;		/*文字色*/
	background: #707070 url(../images/footer_bg.gif) repeat-x top;	/*背景色、背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を上部に配置(top)*/
	padding-top: 40px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #636363;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル内のh3タグ設定*/
.ta1 h3 {
	font-size: 100%;
	border-bottom: 1px solid #666666;	/*下部の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #545454;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#slideshow {
   position: relative;
   width:  670px; /* 画像の横幅に合わせて記述 */
   height: 400px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


/*サービスページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	width: 654px;
	padding: 5px;
	overflow: hidden;
	background: url(../images/bg2.gif) repeat-x bottom;	/*背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を下部に配置(bottom)*/
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	margin-bottom: 1em;
}
#main .box1 .left {
	float: left;
	width: 162px;
}
#main .box1 .left img {
	border: 1px solid #c9c9c9;	/*画像の枠線の幅、線種、色*/
	padding: 5px;	/*画像まわりの余白*/
	background-color: #FFFFFF;	/*背景色*/
	vertical-align: bottom;
}
#main .box1 .left a:hover img {
	border: 1px solid #9f0000;	/*マウスオン時の枠線の幅、線種、色*/
}
#main .box1 .righ {
	float: right;
	width: 480px;
}
#main .box1 .righ h3 {
	font-size: 100%;
	color: #9f0000;	/*h3タグの文字色*/
}
#main .box1 .righ h3 a {
	color: #9f0000;	/*リンク設定した際のh3タグの文字色*/
}
#main .box1 .righ p {
	padding: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.pt0 {
	padding-top: 0 !important;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 40px 1em;
	list-style: disc;
}
.color1 {
	color: #9f0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}

.head {
	font-size: 130%;
	margin-bottom: 15px;
	border-left: 8px solid #9f0000;
	padding-left:10px;
}

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:85%;}
.TXT-L { font-size:120%px;}

.TXT-BOLD { font-weight: bold;}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/*学術講演会
----------------------------------------------------------*/
.symposium {
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	padding:0 0 10px 10px;
	margin-bottom:10px;
}

.symposium h3{
	color: #9f0000;	/*h3タグの文字色*/
}

/*関連書籍
----------------------------------------------------------*/
table.publication td{
	padding: 10px;
}

/*ニュースレター　2015年1月追加
----------------------------------------------------------*/
.newsletter {
	padding:0 0 10px 10px;
	margin-bottom:10px;
}

.newsletter a {
	background:url(../images/icon.gif) no-repeat 0 8px;
	padding:3px 0px 5px 14px;
}

