html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 100%;
	vertical-align: baseline
 }
/*html {font-size: 62.5%;}*/
body {
	background-color : #444444;
	font-family: sans-serif;
	font-size: 10px; font-size: 1.0rem;
	padding: 0;
	margin: 0;
	}
a {
	text-decoration : none;
	}
a:link { color: #000000; }
a:visited { color: #000080; }
a:hover { color: #000000; }
a:active { color: #000000; }
header, .header {
  	background-color: #FFFFFF;
	width : 100%;
	height : 50px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 7px 0px;
	text-shadow : 0px 0px 1px rgba(0,0,0,0.45);
	box-shadow : 1px 1px 3px raga(0,0,0,0.45);
	border : 0px #efefde outset;
	border-collapse: collapse;
	background: -webkit-gradient(linear, center top, center bottom, 
                                               from(#efded0), 
                                               color-stop(50%, #c0ab9f), 
                                               color-stop(70%, #9f8981), 
                                               color-stop(90%, #c1ab9d), 
                                               to(#d3bcaf));
	}
header h1, .header h1 {
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
	font-family:"Hiragino Maru Gothic Pro","Hiragino Kaku Gothic Pro","HGMaruGothicMPRO";
	font-size: 24px;
	text-align: center;
	vertical-align : middle;
	color : #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	}
div#article-body{
	max-width: 1040px;
	margin: auto;
}
div.ad img{
	width : 100%;
	max-width : 468px;
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.article a {
  	background-color: #FFFFFF;
	text-shadow : 0px 0px 1px rgba(0,0,0,0.45);
	box-shadow : 1px 1px 3px raga(0,0,0,0.45);
	display : block;
	margin: 10px 0px 10px 0px;
	padding: 8px 5px 8px 5px;
	height: auto !important;
	min-height: 28px;
	max-height: 70px;
	text-decoration : none;
	font-size: 15px;
	color : #023754;
	border : 1px #efefde outset;
	overflow: hidden;
	}
div.article a:hover {
	background-color : #ead3cc; 
	color : #000000;
	}
#pager{
  	background-color: #999999;
  	padding: 15px 15px 20px 15px;
  	text-align: center;
	clear: both;
	}
#pager a{
  	background-color: #FFFFFF;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	}
.page_link {
  	display: inline-block;
  	vertical-align: middle;
  	position: relative;
  	margin: 0 6px;
  	padding: 10px 0 10px 0;
  	border: 1px solid #ccc;
  	border-bottom: 2px solid #ccc;
  	border-radius: 3px;
  	color: #333;
  	font-size: 14px;
  	text-align: center;
  	letter-spacing: normal;
  	vertical-align: middle;
	}
.prev_page, .next_page {
  	width: 25%;
  	}
a.page_link {
  	text-decoration: none;
  	}
a.page_link:hover {
  	background-color: #eee;
  	}
a.next_page:before, a.prev_page:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 9px;
	height: 14px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	}