﻿@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news.css
 author     :Izumi Wakahara
 style info :新着情報
=================================================================== */
/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main div#news {
	width: 570px;
	margin: 0px 25px;
	padding: 0px;
}

/*----------------------------------------------------
	CMS内：詳細
----------------------------------------------------*/
/*見出し*/
#news h2 {
	width: 557px;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 0px 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8C94B1;
	float: left;
}
/*サブ見出し*/
#news h3 {
	width: 557px;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;	
	font-weight: bold;
	color: #990000;	
	background-image: url(../img/item/ico_03.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	float: left;
}
h2 span#title {
 float:left;
	width: 432px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	display: block;
	font-size: larger;
	font-weight: bold;	
}
h2 span#date {
 float: right;
	width: 95px;
	padding: 5px 10px 0px 10px;
	font-weight: normal;
	text-align: right;
	display: block;
	font-size: 0.875em;
}
/*画像ボックス*/
.big_photo {
	width: 250px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
/*画像*/
.big_photo img {
	margin-bottom: 5px;
}
/*サブ画像ボックス*/
.photo {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*画像*/
.photo img {
	margin-bottom: 5px;
}
/*記事ボックス*/
.text {
	padding: 5px 5px 10px 5px;
	clear: both;	
}

/* サムネイル
------------------------------------------------------------------ */
/*ボックス*/
.thumbnail {
	width: 570px;
	clear: both;
	margin-top: 5px;
}
/*小ボックス*/
.thumbnail_box {
	float: left;
	width: 150px;
	margin: 0px 0px 10px 30px;
	text-align: center;
}
/*画像ボックス*/
.thumbnail_box-img {
	width: 150px;
	height: 100px;
	padding: 10px 0px 10px 0px;			
	background-color: #eee;
}
/*キャプション*/
.caption {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	font-size: smaller;
	text-align: left;
	line-height: 120%;
}

/* 表
------------------------------------------------------------------ */
/*3列ボックス*/
#row3_box {
	width: 570px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 150%;
	background-image:url(../img/news/row3_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 0px 5px 0px;
	clear: both;
	text-align:left;
}
/*3列項目ボックス*/
#row3_koumoku_box {
	width: 570px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 150%;
	font-weight: bold;
	color: #fff;
	background-image:url(../img/news/row3_koumoku_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 0px 5px 0px;	
	clear: both;
	text-align:center;
}
/*3列*/
.row3_01 {
	float: left;
	width: 180px;
	padding: 0px 5px 0px 5px;
}
.row3_02 {
	float: left;
	width: 180px;
	padding: 0px 5px 0px 5px;
}
/*4列ボックス*/
#row4_box {
	width: 570px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 150%;
	background-image:url(../img/news/row4_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 0px 5px 0px;
	clear: both;
	text-align:left;
}
/*4列項目ボックス*/
#row4_koumoku_box {
	width: 570px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 150%;
	font-weight: bold;
	color: #fff;
	background-image:url(../img/news/row4_koumoku_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 0px 5px 0px;
	clear: both;
	text-align:center;
}
/*4列*/
.row4_01 {
	float: left;
	width: 133px;
	padding: 0px 5px 0px 5px;
}
.row4_02 {
	float: left;
	width: 132px;
	padding: 0px 5px 0px 5px;
}

/* 注意
------------------------------------------------------------------ */
.kome{
	width: 505px;
 margin: 0px 0px 3px 50px;	
	padding-left:15px;
	background-image:url(../img/item/kome.gif);
	background-repeat:no-repeat;
	background-position: left 0.3em;
	text-align:left;
}

/* 参照リンク
------------------------------------------------------------------ */
#news ul {
	width: 558px;
	padding-left: 5px;
	padding-right: 15px;
	float: left;
}
#news li {
	background-image: url(../img/item/ico_link.gif);
	background-repeat: no-repeat;
	background-position: left 0em;
	padding: 0px 0px 0px 25px;
}

/* ファイルダウンロード
------------------------------------------------------------------ */
.pdf {
	clear: both;
	width: 540px;
	background-image:url(../img/item/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding: 5px 0px 5px 25px;
	margin-left:5px;
	line-height: 150%;
}
.excel {
	clear: both;
	width: 540px;
	background-image:url(../img/item/excelicon_small.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding: 5px 0px 5px 25px;
	margin-left:5px;
	line-height: 150%;
}
.jpg {
	clear: both;
	width: 540px;
	background-image:url(../img/item/jpgicon_small.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding: 5px 0px 5px 25px;
	margin-left:5px;
	line-height: 150%;
}

/* Adobe Reader
------------------------------------------------------------------ */
#get_adobe {
	width: 420px;
	margin-left: 150px;
	margin-top: 1em;	
	margin-bottom: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	font-size: smaller;
	line-height: 120%;	
}
.get_adobe {
	float: right;
	width: 112px;
	margin-top: 0.8em;	
	padding-right:5px;
}
.get_adobe2 {
	float: right;
	width: 288px;
	margin-top: 0.7em;
	margin-bottom: 0.5em;	
	padding-right:5px;
}

/* ページナビ
------------------------------------------------------------------ */
.cms_navi {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
}

/*----------------------------------------------------
	CMS内：ピックアップ
----------------------------------------------------*/
#main div.news_list_el_jr  {
	width: 352px;
	margin-left:186px;
	padding: 0px;	
}

#main div#news_list  {
	width: 538px;
	margin: 0px;
	padding: 0px;	
}
/*	width: 352px;*/
.news_list_el_jr ul {
	width: 352px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#news_list ul {
	width: 538px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}

#news_list li,.news_list_el_jr li {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dashed #CCC;
	background-image: url(../img/news/fusen00.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#news_list li em,.news_list_el_jr li em {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	line-height: 1.75em;
	background-image: url(../img/item/ico_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	font-weight:bold;
}

#news_list li span,.news_list_el_jr li span {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

#news_list li img,.news_list_el_jr li img {
	margin-bottom: -1px;
	padding-right: 3px;
	padding-left: 3px;
}

#news_list li p,.news_list_el_jr li p {
	margin-top: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
}

/*----------------------------------------------------
	CMS内：右メニュー
----------------------------------------------------*/
.menu {
	width: 270px;
	height: 36px;
	background-image: url(../img/navi/menu01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 0.875em;
	padding-right: 15px;
	margin-bottom: 5px;
}
.menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.pick {
 float: right;
 width:100px;
 padding-top: 8px;
	line-height: 20px;
	padding-bottom: 8px;
}
.list_box-index {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
}
.list_box {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	background-image: url(../img/item/ico_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.8em;
	line-height: 150%;
}
.list_box a {
	display: block;
	padding: 5px 5px 5px 15px;
}
.list_box div.box {
	display: block;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
}
.list_box div.box2 {
	display: block;
	padding: 5px 5px 5px 15px;
}
.list_box div.sentaku {
	background-color: #EEEEEE;
	display: block;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	background-image: url(../img/item/ico_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.8em;
}
.list_box a:hover {
	background-color: #DAE1F3;
	display: block;
	background-image: url(../img/item/ico_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.8em;
}

#main div#pickup {
	width: 570px;
	margin: 0px;
	padding: 0px 25px;
	float: left;
	clear: both;
}

/*----------------------------------------------------
	#pickup
----------------------------------------------------*/
#pickup div.box02 {
	clear: both;
	width: 538px;
	margin: 0px 5px 1em;
	padding: 10px;
	border: 1px solid #0F218B;
	float: left;
	background-image: url(../img/course/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#pickup div.box02 h3 {
	font-weight: bold;
	font-size: 1.25em;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	color: #0F218B;
}

#pickup div.box02 p img {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#pickup div.box02 h3:first-letter {
	font-size: 1.75em;
}

