@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(images/sipec-blog-img/body_bg.gif);*/
	background-image: url(images/sipec-blog-img/body_bg01.gif);
	background-position: right bottom;
	background-repeat: repeat-y;
	background-color: #FFF5EA;
	text-align: left;
	color: #000000;
	font-size: small;
	line-height: 130%;
}

a {
	color:#CC0066;
	text-decoration: underline;
}
/*
a:link{
	color:#000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #CC0066;
	text-decoration: underline;
}

a:active{
	color: #CC0066;
	text-decoration: none;
}
*/

h1 {
	margin: 0px;
	padding: 0px;
}

#header_tbl{
	background-image: url(images/sipec-blog-img/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF5EA;
	vertical-align: top;
	width: 99%;
/*	width: 953px;*/
}

.header_txt{
	text-align: right;
	color:#FFFFFF;
	font-size: small;
	font-weight: normal;
	padding-right: 10px;
}

.update{
	text-align: right;
	color:#78003C;
	background-color:#FFF5EA;
	background-image:url(images/sipec-blog-img/header_01_bg.gif);
	padding-right: 10px;
	padding-left: 5px;
	
}

img {
	border-style: none;
}

/*コンテンツのメインブロック*/

#mainBlock {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: 98%;
/*	width: 953px;*/
}

#leftBlock {
	margin-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	width: 578px;
	float: left;
}

#leftArea {
	width: 260px;
	margin: 0px;
	padding-right: 10px;
	float: left;
}

#rightArea {
	float: left;
	width: 308px;
}

#rightBlock {
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	float: right;
}

.horizon{
	clear: both;
}

/* 各項目のタイトル */

.contents_ttl{
	margin-bottom:5px;
	margin: 0px;
	padding-top:2px;
	padding-left:5px;
	color: #78003C;
	font-weight: bold;
	background-color: #E4E4E4;
	border-top: 1px solid #6B6B6B;
}

a:link .contents_ttl{
	color: #78003C;
	text-decoration: none;
}

a:visited .contents_ttl{
	color: #78003C;
	text-decoration: none;
}

a:hover .contents_ttl{
	color: #78003C;
	text-decoration: underline;
}

a:active .contents_ttl{
	color: #78003C;
	text-decoration: none;
}

/* 各項目のトピックスリスト */

ul.topics{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding: 0px;
}

ul.topics li{
	list-style-type: none;
	background-image: url(images/sipec-blog-img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

/*各項目のサムネール*/

.thumbnail_img{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

.thumbnail_img01{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

.thumbnail_img02{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}

.thumbnail_img03{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #7A003D;
}

.thumbnail_img04{
	margin-right: 5px;
	float: left;
	border: 1px solid #7A003D;
}

/* 各コンテンツのアップデート日、概要 */

.date{
	font-size: xx-small;
	font-weight: normal;
}

.red{
	color: #78003C;
	font-weight: normal;
}

.red_bold{
	color: #78003C;
	font-weight: bold;
}

a:link .red_bold{
	color: #78003C;
	font-weight: bold;
	text-decoration: none;
}

a:visited .red_bold{
	color: #78003C;
	font-weight: bold;
	text-decoration: none;
}

a:hover .red_bold{
	color: #78003C;
	font-weight: bold;
	text-decoration: underline;
}

a:active .red_bold{
	color: #78003C;
	font-weight: bold;
	text-decoration: none;
}

/* ニュース */

.topnews{
	margin-top:  3px;
	padding-top:5px;
	padding-left:10px;
	background-image:url(images/sipec-blog-img/arrow_under.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-size: 120%;
	font-weight: bold;
}

a .topnews{
	color: #CC0066;
	text-decoration: none;
}

a:hover .topnews{
	color: #CC0066;
	text-decoration: underline;
}


/* ニュース内容 */

.detail{
	margin-top: 3px;
	margin-left: 10px;
}

ul.news_topics{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding: 0px;
	border-top: 1px dotted #E1E1E1;
}

ul.news_topics li{
	list-style-type: none;
	background-image: url(images/sipec-blog-img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

/* リンク */
.link{
	width: 225px;
	color: #5E5E5E;
	margin: 0px;
	padding-left: 5px;
	background-color: #D4D4D4;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.link_ichiran01{
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
}

ul.link_ichiran01 li{
	list-style-type: none;
	background-image:url(images/sipec-blog-img/link-arrow_right.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	margin-left: 3px;
	padding-left: 10px;
}

ul.link_ichiran02{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	background-color: #F2EEE3;
	border-top: 1px solid #FFFFFF;
}

ul.link_ichiran02 li{
	list-style-type: none;
	background-image:url(images/sipec-blog-img/link-arrow_right.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	background-color: #F2EEE3;
	margin-left: 3px;
	padding-left:10px;
}

/*バナー*/

.banner_img00{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.banner_img{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* Specials People、In seminarトピックス*/

ul.spis_topics{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 62px;
	padding: 0px;
	height: 30px;
}

ul.spis_topics li{
	list-style-type: none;
	background-image: url(images/sipec-blog-img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

.summary{
	margin-top: 10px;
}

/* Dean's Office */

.office{
	margin-top: 10px;
	margin-bottom: 10px;
}

.office_ttl{
	color: #FFFFFF;
	padding-left: 5px;
	background-color: #6B6B6B;
	border-bottom: 1px solid #FFF5EA;
	font-weight: bold;
}

.office_detail{
	background-color: #DADADA;
}

/* Opinion */

#opinion{
	width: 345px;
	margin-bottom: 10px;
}

#opinion .summary{
	background-image: url(images/sipec-blog-img/opinion-summary.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:5px;
	background-color: #F2F2F2;
}

#opinion .detail{
	background-image:url(images/sipec-blog-img/opinion_bg.gif);
	background-repeat: repeat-y;
	border-top: 1px dotted #E1E1E1;
	margin:0px;
	padding:5px;
	height:70px;
}

#opinion .detail01{
	background-image:url(images/sipec-blog-img/opinion_bg.gif);
	background-repeat: repeat-y;
	margin:0px;
	padding:5px;
}

#opinion .ttl{
	padding-left: 54px;
}

#opinion .arrow_img{
	margin-top: 1px;
	margin-right: 5px;
}

#opinion .txt{
	margin-top: 3px;
	margin-left: 10px;
	font-size: x-small;
	line-height: 120%;
}

/*フッター*/

#footer {
	clear: both;
	background-image:url(images/sipec-blog-img/footer_line.gif);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 98%;
}

/* 一覧表示ページ */
.bar_ichirancenter{
	background-image:url(images/sipec-blog-img/center_m_title.gif);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

}
.f_ichiran01{
	font-size: large;;
}
.f_ichiran02{
	font-size: small;
}

ul.topics02{
	margin-left: 3px;
	padding: 0px;
}

ul.topics02 li{
	list-style-type: none;
	background-image: url(images/sipec-blog-img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
	margin-top: 3px;
}

/* 団体ブログページ */
#bar_dantai{
	background-image:url(images/sipec-blog-img/l_title.gif);
	background-repeat: no-repeat;
	width: 928px;
	height: 28px;
	color: #111214;
	margin: 0px;
	margin-left: 5px;
	padding: 10px;
	font-weight: bold;
	font-size: x-large;
}
#bar_dantai02{
	background-image:url(images/sipec-blog-img/l_title.gif);
	background-repeat: no-repeat;
	width: 923px;
	height: 45px;
	color: #111214;
	margin: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 15px;
	font-weight: bold;
	font-size: x-large;
}

.bar_dantai03center{
	background-image:url(images/sipec-blog-img/center_l_title.gif);
	background-repeat: repeat-x;
	height: 45px;
	color: #111214;
	font-weight: bold;
	font-size: x-large;
	line-height: 150%;
}




/* 団体ブログページ */
.description{
	width: 928px;
	text-align: right;
	font-size: small;
	color: #333;
}

/* カレンダー */
a.calendarlink:link {
/*	color: #FF0000;*/
	color: #CC0066;
	font-weight: bold;
	text-decoration: none;
}
a.calendarlink:visited {
/*	color: #FF0000;*/
	color: #CC0066;
	font-weight: bold;
	text-decoration: none;
}

a.calendarlink:hover {
/*	color: #FF0000;*/
	color: #CC0066;
	font-weight: bold;
	text-decoration: underline;
}
.title	{
	font-size: x-large;
	line-height: 130%;
}

/* リンク */
a.linkmain:link {
	color: #000000;
	text-decoration: none;
}
a.linkmain:visited {
	color: #000000;
	text-decoration: none;
}

a.linkmain:hover {
	color: #CC0066;
	text-decoration: underline;
}

