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

<style type="text/css">
<!--

-->
a{/*リンクされた文字*/
	color:#036;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#036;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
	color:#0CF;
	font-style:normal;
	text-decoration:underline;
}

h2 {
	font-size: 140%;
	margin-bottom: 10px;
}


h3 {
	font-size: 95%;
	margin-bottom: 10px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1em;
	padding-left: 1em;
	height: 22px;
	padding-bottom: 1em;
}

p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, "Meiryo UI", "MS Serif", "New York";
	font-size: 12px;
	font-weight: lighter;
	padding-right: 1em;
	padding-left: 1em;
}


.topics {
	color: #333;
	text-decoration: none;
	font-style: normal;

}

.header_top {
	height: 40px;
	width: auto;
	background-color: #333;
	text-align: center;
}

.header_midlle {
	height: auto;
	width:750px;
	text-align: left;
	margin-right: auto;
	margin-left: -1em;
	}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}


.col-lg-4 :hover {
 filter: alpha(opacity=70);
 -moz-opacity:0.70;
 opacity:0.70;
 } 


.li_style {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	float: left;/*リスト<li>を横並びにするための記述*/
}

.li_style2 {
	padding-right: 20px;
	padding-left: 20px;
	list-style-type: none;
	float: left;/*リスト<li>を横並びにするための記述*/
	width: 70px;
}

.title_blog {
	font-size: 130%;
	color: #333;
	padding-right: 3em;
	padding-left: 3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, "Meiryo UI", "MS Serif", "New York";
	margin-top: 0px;
	padding-top: 0px;
	}
.tR {
	text-align: right;	
	}

.book {
	height: 200px;
}

.container news  {
	list-style-type: square;
	margin-bottom: 1em;
	margin-top: 0em;
	}

.scroll {
	overflow: auto;
	height: 10em;  /* 高さを制限(※) */
	border: 1px double #666;  /* 枠線を追加 */
	background-color: #FFF; /* 背景色を追加 */
	}



.featurette-news {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.seireki {
	margin-bottom: 3em;
	font-size: 130%;
	text-align: center;
}

.profile {
	float: left;
	margin-right: 2em;
}

.profile-p {
	font-size: 95%;
	padding-right: 1em;
}

.twitter-timeline {
	margin-left: 1em;
}


.nnn {
	width: 100%;
	margin-right:-15px;
	margin-left:-15px;


	}
	
	
.rss_box {
	width:33.33333333%;
	height: 500px;
	float: left;/*リスト<li>を横並びにするための記述*/
	}

footer a {
	color:#036;
	font-style:normal;
	text-decoration:none;
}


footer a:visited {/*訪問後のリンク*/
    color:#036;
    text-decoration:underline;
}
footer a:hover {/*マウスをのせたとき*/
	color:#0CF;
	font-style:normal;
	text-decoration:underline;
}

</style>