@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : News Act 2014
==================================================
*/


/* =============================================== */
/** default - ブラウザの設定のリセット＆初期設定 */
/* ----------------------------------------------- */

html {
	/*overflow-y: scroll;*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	/*list-style-type: none;*/
}

/* Link */
a:link {
	color: #0F469C;
	text-decoration: none;
}

a:visited { 
	color: #0F469C;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* =============================================== */
/** Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#container {
	width: 100%;
	margin: 0 auto;
	background: url(http://iharadaisuke.sakura.ne.jp/newsact_img/bg_container.jpg) repeat-x;
}

* html #container {
	position: relative;
	top: -1px;
}
*:first-child+html #container {
	position: relative;
	top: -1px;
}

/* livedoor Blog 標準ヘッダー */
#header2 {
	display: none;
}

header {
	position: relative;
	width: 1024px;
	height: 90px;
	margin: 0 auto 10px;
	padding: 50px 0 0;
}

header ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}

header h1 {
	width: 280px;
	height: 50px;
	margin: 0 0 10px;
	text-indent: -9999px;
	background: url(http://iharadaisuke.sakura.ne.jp/newsact_img/title_NewsAct.png) no-repeat;
}

header h1 a {
	display: block;
	width: 280px;
	height: 50px;
}

header h2 {
	position: absolute;
	top:0;
	left: 0;
	width: 1024px;
	height: 34px;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	color: #fff;
	
}

.header_ad {
	position: absolute;
	top:50px;
	right: 0;
}

#content {
	clear: both;
	width: 1024px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

ul.updated_area {
	border-top: 3px solid #009999;
	margin: 0 0 10px;
	padding: 0 !important;
}

ul.updated_area li {
	width: 200px;
	height: 20px;
	padding: 5px 0 5px;
	background: #009999;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	border-radius: 0 0 5px 5px;
	list-style: none;
}

dl.article-category {
	overflow: hidden;
	height: 20px;
	margin: 0 0 15px;
	padding: 5px 10px;
	background: #ededeb;
	border-radius: 5px;
	border: 1px solid #ccc;
}

dl.article-category dt {
	float: left;
	height: 20px;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #737363;
}

dl.article-category dd a {
	display: block;
	float: left;
	height: 18px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	font-size: 10px;
	color: #737363;
	line-height: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;
}

dl.article-category dd a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;
}

dl.article-category dd.ToolBox {
	float: right;
}

main {
	clear: both;
	float: left;
	overflow: hidden;
	width: 674px;
	margin: 0 20px 30px 0;
}

main ul,ol {
	padding: 0.75em 0 0.25em 1.5em;	
}

main ul li,ol li {
	margin: 0 0 0.5em;
}

main h2.article-title {
    clear: left;
    margin: 0;
    padding: 0 0 10px !important;
    font-size: 1.5em !important;
    line-height: 1.3em !important;
    font-weight: bold;
    border: none !important;
}

main h2.article-title a {
	text-decoration: none;
	color: #000;
}

main h2.article-title a:hover {
	text-decoration: underline;
}


main dl.article-tags {
	height: 20px;
	margin: 0 0 15px;
	padding: 5px 10px 5px 35px;
	border: 1px solid #ccc;
	border-radius: 5px;	
	background: #ededeb url(http://iharadaisuke.sakura.ne.jp/newsact_img/icon_tag.png) no-repeat;
 	background-position: 10px center;
}

main dl.article-tags dt {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

main dl.article-tags dd a {
	display: block;
	float: left;
	height: 18px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	font-size: 10px;
	color: #737363;
	line-height: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;
}

main dl.article-tags dd a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;
}

main dl.article-tags dd {
	margin: 0 10px 0 0;
}

main article .btn_continue {
	height: 26px;
	margin: 1em 0 0;
}

main article .btn_continue a {
	display: block;
	float: right;
	width: 110px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: #0f469c;
}

main article .btn_continue a:hover {
	background: #6f90c4;
}

.Google_AD {
	width: 336px;
	height: 280px;
	margin: 0 auto 20px;
	/*border: 1px dotted #ccc;*/
}

aside {
	float: left;
	width: 300px;
	height: auto;
	margin: 0 0 20px;
	padding: 15px;
	min-height: 500px;
	font-size: small;
	background: #ededeb;
	border-radius: 5px;
}

aside a:link {
	color: #0F469C;
}

aside a:visited { 
	color: #0F469C;
}

aside .sidewrapper {
	margin: 0 0 15px;
}

aside .sidetitle {
	height: 26px;
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	background: #009999;
	border-radius: 5px;	
}

aside .sidetitle a {
	color: #fff;
}

aside .sidebody {
	margin: 0 0 5px;
	padding: 2px 0 0 12px;
	text-align: left;
	background: url(http://iharadaisuke.sakura.ne.jp/newsact_img/arrow.png) no-repeat;
 	background-position: left center;
}


footer {
	clear: both;
	height: 30px;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #000;
	
}

footer a:link {
	color: #fff;
}

footer a:visited { 
	color: #fff;
}

/* =============================================== */
/**　TOPページ **/
/* ----------------------------------------------- */

main#top article {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
}

main#top img.pict {
	display: block;
	margin: 0 0 2em;
}

h2.article-title {
    clear: left;
    font-size: 150%;
    font-weight: bold;
    margin: 0;
}

main#top article.second img.pict {
	float: left;
	width: 30%;
	height: 30%;
	margin: 0 1.5em 0 0;
}

main#top ul.Google_AD {
	overflow: hidden;
	width: 640px;
	height: auto;
}

main#top ul.Google_AD li {
	float: left;
	margin: 0 10px;
	list-style: none;
}

li.paging-first a,
li.paging-last a {
	display: inline-block;
	width: 3em;
	height: 20px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	font-size: 12px;
	color: #737363;
	line-height: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;
}

li.paging-prev a,
li.paging-next a {
	display: inline-block;
	width: 6em;
	height: 20px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	font-size: 12px;
	color: #737363;
	line-height: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;

}

li.paging-first a:hover,
li.paging-last a:hover,
li.paging-prev a:hover,
li.paging-next a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;	
}

li.paging-number ol li a {
	display: inline-block;
	width: 2em;
	height: 20px;
	padding: 0 10px;
	margin: 0 2px 0;
	font-size: 12px;
	color: #737363;
	line-height: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;	
}

li.paging-number ol li a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;	
}

li.paging-number ol li span {
	display: inline-block;
	width: 2em;
	height: 20px;
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	border-radius: 4px;
	background: #999;
}


ul.archives-pager li a {
	display: inline-block;
	width: 5em;
	height: 22px;
	padding: 0 10px;
	margin: 0 2px 0;
	font-size: 12px;
	color: #737363;
	line-height: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;	
}

ul.archives-pager li a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;	
}

/* =============================================== */
/**　個別ページ **/
/* ----------------------------------------------- */

ul.article-pager {
	overflow: hidden;
	margin: 0 0 15px 0;
	background: url(http://iharadaisuke.sakura.ne.jp/newsact_img/bg_article-pager.png) no-repeat;
}

ul.article-pager li {
	display: inline-block !important;
	width: 326px;
	font-size: small;
	vertical-align: top;
}

ul.article-pager li.prev {
	padding: 0 10px 0 0;
	text-align: right;
}

ul.article-pager li.next {
	padding: 0 0 0 10px;
	text-align: left;
}

main#second .Google_AD {
	margin: 20px auto 20px;
}

main#second article h2 {
	font-size: 1.5em;
	padding: 0 0 2px 10px;
	margin: 0 0 10px;
	border-left: 5px solid #666;
	border-bottom: 1px dotted #666;
}

main#second #Category_NewPost h3 {
	color: #009999;
	padding: 0 0 3px;
	border-left: 2px dotted #009999;
	border-bottom: 2px dotted #009999;
}

main#second #Category_NewPost ul {
	margin: 0 0 20px;
	padding: 5px 5px 5px 0;
	border-right: 2px dotted #009999;
	border-bottom: 2px dotted #009999;
}

main#second #Category_NewPost ul li {
	margin: 0 0 5px;
	padding: 2px 0 0 12px;
	background: url(http://iharadaisuke.sakura.ne.jp/newsact_img/arrow.png) no-repeat;
 	background-position: left center;
}


h2.archives-title {
	height: 40px;
	margin: 0 0 15px;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #78c9c1;
	border-radius: 5px;	
}

ul.archives-pager {
	position: relative;
	overflow: hidden;
	width: 674px;
	height: 25px;
	margin: 0 0 15px 0;
}


ul.archives-pager li.prev {
	position: absolute;
	top:0;
	left: 0;
	width: 326px;
	text-align: left;
}

ul.archives-pager li.next {
	position: absolute;
	top:0;
	right: 0;
	width: 326px;
	text-align: right;
}

ul.archives-pager li.both {
	border: none;
}

ul.archives-pager li a {
	display: inline-block;
	width: 6em;
	height: 22px;
	padding: 0 10px;
	margin: 0 2px 0;
	font-size: 12px;
	text-align: center;
	color: #737363;
	line-height: 22px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;	
}

ul.archives-pager li a:hover {
	text-decoration: none;
	color: #fff;
	background: #999;	
}

/* blockquote */

blockquote {
	padding: 12px;
	font-size: 0.75em;
	background: #f0ece6;
	border-radius: 10px;		
}