@charset "utf-8";
/* CSS Document */

/*基本設定*/

* {
	margin: 0;
	padding: 0;
}

IMG {border: 0}

html,body {
	height: 100%;
	/*width: 950px;*/
}
#layout {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
li {
	list-style-type: none;

}



body {
	height: 100%;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 80%;
	overflow: auto;
	line-height: 1.5em;
	text-align: center;
}


/*レイアウト大枠*/

#header {
	height: 50px;
}

#side {
	float: left;
	height: 100%;
	width: 100px;
	vertical-align: middle;
	position: fixed;
	top: 154px;
	line-height: 2em;
	left: 30px;
}

#side2 {
	float: right;
	height: 100%;
	width: 250px;
	position: fixed;
	color: #FFF;
	background-color: #000;
	margin-left: 700px;
	text-align: center;
	
}


#side2,img {
	margin-top: 3px;
}

#feedbox{
	width: 100%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #000;
}

#contents {
	width: 550px;/*700*/
	float: left;
	margin-left: 0px;/*130*/
	text-align: left;
	position: absolute;
	height: 100%;
}

#footer {
	font-size: 10px;
	color:#fff;
	text-align: right;
	width: 945px;
	position: fixed;
	bottom: 0%;
}


/*各コンテンツ枠*/


div.section1 {
	position: absolute;
	width: 550px;
	height: 100%;
	overflow: visible;
	top: 1px;
	margin-top: -52px;
	left: 130px;
}


div.section2 {
	position: absolute;
	width: 550px;
	height: 100%;
	overflow: visible;
	top: 2000px;
	left: 130px;
}



div.section3 {
	position: absolute;
	width: 550px;
	height: 100%;
	overflow: visible;
	top: 3000px;
	left: 130px;
}

div.section4 {
	position: absolute;
	width: 550px;
	height: 100%;
	overflow: visible;
	top: 4000px;
	left: 130px;
}

div.section5 {
	position: absolute;
	width:550px;
	height: 100%;
	overflow: visible;
	top: 5000px;
	left: 130px;
}

div.section6 {
	position: absolute;
	width: 550px;
	height: 100%;
	overflow: visible;
	top: 6000px;
	left: 130px;
}

div.section7 {
	position: absolute;
	width: 550px;
	height: 100%;
	overflow: visible;
	top: 7000px;
	left: 130px;
}


#main {
	margin-left: 235px;

}

/*コンテンツ内容*/


div.text1 {
	position: absolute;
	overflow: visible;
	top: 150px;
}


div.text2 {
	position: absolute;
	overflow: visible;
	top: 150px;
}

div.text3 {
	position: absolute;
	overflow: visible;
	top: 150px;
}


div.text4 {
	position: absolute;
	overflow: visible;
	top: 150px;
}

div.text5 {
	position: absolute;
	overflow: visible;
	top: 150px;
}

div.text6 {
	position: absolute;
	overflow: visible;
	top: 150px;
}

div.text7 {
	position: absolute;
	overflow: visible;
	top: 150px;
}






/*-----RSS関係ここから-------------*/
/* ボックス全体枠 */

.rss-box {
	padding: 4px;
	border: none;
	text-align:left;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-left: 3.0%;
}


/* RSSフィード　サイトタイトル表示 */

.rss-title {

margin: 5px 0;

padding: 0;

}

/* RSSフィード　サイトタイトル表示　リンクカラー */

.rss-title a {
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	color: #fff;
}

/* RSSフィード　記事一覧の大枠 */

.rss-items {

}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */

.rss-item {

font-size: 12px;

line-height:15px;

font-weight : normal;

margin: 8px 0;

}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */

.rss-item a:link ,

.rss-item a:visited ,

.rss-item a:active {

text-decoration : none;

color: #cc0099;

}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */

.rss-item a:hover {

text-decoration : underline;

color: #666;

}

/* RSSフィード　記事日付 */

.rss-date {

font-size: 10px;

font-weight : normal;

color: #ffffff;

}

