/* base css */
@import url(/.shared-pleasy/themes/common/base-weblog.css);

/* portal css */
@import url(/.shared-pleasy/nifty_managed/themes/common/base.css);


/* theme css */
@import url(//theme.cocolog-nifty.com/themes/rich/aqua-orange/screen.css);
@import url(/.shared-cocolog/nifty_managed/themes/rich/aqua-orange/screen.css);


/* user css */
/* 本文文字色をグレーから黒に変更 */
body {
	color:#333333; 
}
/* ヘッダー背景画像のURL変更 （20161215追加）*/
#banner {
  background: url(http://kamoshita-math.cocolog-nifty.com/header_bg_w1200.jpg) no-repeat 50% bottom;
}

#banner a{
  font-size: 32px;
}
#banner-description {
  font-size: 14px;
}

.entry-header a {
    display: block;
	color:#3300cc ;
    text-decoration: underline ;
}

.entry-header a:visited {
	color:#3300cc;
}
.entry .entry-content {
  font-size: 14px;
}

/* リンクテキスト　色変更・アンダーラインの現れ方変更　（20161215追加）*/
a:link, a:visited, a:active {
	color: #3300cc;
	text-decoration:none;
}
a:hover {
	color: #3300cc;
	text-decoration:underline;
}

/*ヘッダータイトルの位置調整　（20161215追加）*/
#banner-header {
	padding: 28px 28px 5px;
}

/*全体幅　980→1200px　（20161215追加）*/
#container {
	margin:0 auto;
	width:1200px !important;
}
/*中心パーツ幅　950→1170px　（20161215追加）*/
#banner-inner,
#pagebody-inner {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

/*両サイド幅　200→250px　（20161215追加）*/
.layout-three-column #alpha,
.layout-three-column #gamma {
    width: 250px;
}
/*メイン幅　550→670px　（20161215追加）*/
.layout-three-column #beta {
    width: 670px;
}
/*カレンダー表示幅　200→250px　（20161215追加）*/
#calendar {
	width:250px;
	font-size: small;
	}
.layout-calendar #gamma {
	width:250px;
	margin: 0 25px 0 0;
}
/*サイドバータイトル　small→14px　（20161215追加）*/
h2.module-header {
  font-size: 16px;
}

