@charset "shift_jis";

/* -------------------------------------------------------------
レイアウトに関する指定 */


#container{
	width: 100%;
	height: 700px; /*fb 表示時：700px　非表示：550px*/
}

#leftcolumn {
	float: left;
	width:300px;
	margin-top: 40px;
	margin-left: 10px;
}

#news {
	height: 165px;
	overflow: auto;
	position:relative;/* IE6バグ対策*/
}

#topic {
	position: absolute;
	top:270px;
	right:20px;
}

#appoint {
	position: absolute;
	top:460px;
	right:335px;
}

#float-container {
	float:right;
	width:450px;
	margin-top:90px;
}


/* -------------------------------------------------------------
コンテナ */

h2 {
	color: #00BB3D;
	font-size: 80%;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#news .new{ 
	background-image: url(../img/index_img/new.gif);
	background-repeat: no-repeat;
	width: 280px;/* IE6バグ対策*/
}

p.date {
	font-size: 70%;
	padding-left: 30px;
	font-weight: 900;
	margin-bottom: -12px;
	padding-bottom: 15px;
}

#news p {
	font-size: 80%;
	padding-left: 30px;
	line-height: 1.4;
	text-align:justify;
	text-justify: inter-ideografh;
	text-indent: 0px;
}

#prevButton, #nextButton {
	color:#666;
	background-color: #FFF;
	border: solid 1px #AAA;
	cursor: pointer;
}

.button {
	margin-left: 90px;
	margin-bottom: 30px;
}

/*フェードイン・フェードアウト*/

#imageContainer {
	position:relative;
	display:inline;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*twitter*/
#twitter {
	position: absolute;
	top: 440px;
	left: 40px;
	width: 300px;
}

#twitter ul {
	font-size: 80%;
	text-align: justify;
	text-justify: inter-ideografh;
}

