@charset "UTF-8";

/*//////////////////////////////////////////////////////////////////////////////

styles.css

--------------------------------------------------------------------------------
News styles
	0. pointer
	1. contents
	
//////////////////////////////////////////////////////////////////////////////*/
		
/* -----------------------------------------------------------------------------
	0. pointer
	
	body > #stage > #contentsContainer > #contents > .contentsBody_doubleColumn
----------------------------------------------------------------------------- */
#news_2014 #icon_current {
	top : 75px;
	}
#news_2013 #icon_current {
	top : 115px;
	}
#news_2012 #icon_current {
	top : 155px;
	}
#news_2011 #icon_current {
	top : 195px;
	}
#news_2010 #icon_current {
	top : 235px;
	}
#news_2009 #icon_current {
	top : 155px;
	}

/* -----------------------------------------------------------------------------
	1. contents
	
	body > #stage > #contentsContainer > #contents > .contentsBody_doubleColumn
----------------------------------------------------------------------------- */
.contentsBody_doubleColumn {
	}
	.contentsBody_doubleColumn p {
		margin-top : 1em;
		font-size  : 110%;
		}
	.contentsBody_doubleColumn .section {
		position   : relative;
		clear      : both;
		width      : 680px;
		margin     : 40px 0 0 0;
		padding    : 0;
		}
		.contentsBody_doubleColumn .section h3 {
			clear         : both;
			margin        : 0 0 15px 0;
			padding       : 8px 0 8px 40px;
			font-size     : 138.5%;
			font-weight   : bold;
			line-height   : 1.3;
			border-top    : 1px #000000 solid;
			border-bottom : 1px #000000 dotted;
			background    : url(../../common/img/icon_circle_blue_large.gif) no-repeat 10px 48%;
			}
		.contentsBody_doubleColumn .section .date {
			display               : inline;
			clear                 : both;
			margin                : 0;
			padding               : 5px 8px;
			border-radius         : 3px;
			-webkit-border-radius : 3px;
			-moz-border-radius    : 3px;
			color                 : #ffffff;
			font-size             : 93%;
			background            : #333333;
			}
		.contentsBody_doubleColumn .section .body {
			clear   : both;
			margin  : 2.5em 0 0 0;
			padding : 0;
			}
		.contentsBody_doubleColumn .section .item {
			clear   : both;
			margin  : 0 0.5em 0 0;
			padding : 0;
			}
		.contentsBody_doubleColumn .section .profile {
			margin  : 0em 0.5em 0em 0em;
			font-size             : 93%;
			background            : #f6f6f6;
			}
		.contentsBody_doubleColumn .section .name {
			font-weight   : bold;
			font-size             : 150%;
			}
		.contentsBody_doubleColumn .section .seminar {
			margin  : 2em 2em 2em 5em;
			}
		.contentsBody_doubleColumn .section .comment {
			margin  : 2em 2em 2em 2em;
			font-size     : 110%;
			background            : #f6f6f6;
			}
		.contentsBody_doubleColumn .section .comment h4{
			font-size     : 110%;
			color                 : #ffffff;
			background            : #778899;
			}

