/* 初期化
--------------------------------*/

img {
	border: 0;
}

/* 配置
--------------------------------*/

html {
	height: 100%;
}
body {
	position: relative;
	width: 980px;
	margin: 0 auto;
	min-height: 100%
}
header, footer, #main  {
	width: 980px;
	margin: 0 auto;
}
header {
	font-weight: 300;
	height:80px;
}
#header-content {
	display: inline-block;
	text-align: center;
	margin-left: 15px;
	float:left;
	margin-top:2px;
}
h1.site-title {
	display: inline;
	margin-left: 5px;
	}
h1.site-title a {
	text-decoration: none;
	color: #FFFFFF;
	}
.site-subtitle a {
	font-size: 12pt;
	letter-spacing: 2px;
	text-decoration: none;
	color: #FFFFFF;
}
.globalmenu {
	float: right;
	margin: 30px 50px 0 0;
}
.globalmenu ul {
	display: inline;
}
.globalmenu ul li {
	display: inline;
	margin-left: 4em;
}
.globalmenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.globalmenu ul li a:hover {
	text-decoration: underline;
}
#main {
	clear: both;
	margin-top: 50px;
}
#backlink {
	width: 48px;
	padding-left: 20px;
	float:left;
}
#content {
	width:872px;
	margin: -35px 0 80px 0;
	padding-left: 40px;
	float:right;
	min-height: 512px;
	letter-spacing: 1px;
}
#content h1 {
	font-size: 45px;
	font-weight: 200;
	color: #666666;
}
#content p {
	margin: 1em 20px;
	font-size: 11pt;
}
#content a {
	color: #73870A;
	text-decoration: none;
}
#content a:hover {
	color: rgba(115, 135, 10, 0.8);
	text-decoration: underline;
}
dl {
	margin-left: 1em;
}
footer {
	margin-top: 10px;
	padding: 1px 0px 1px 0;
	text-align: right;
	position: absolute;
	bottom: 0;
}
footer p {
	margin-right: 30px;
}
.syntaxhighlighter {
	overflow: hidden !important;
}
/* 装飾
--------------------------------*/

body {
	font: 12pt "Meiryo UI", 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	letter-spacing: 0.02em;
}
header {
	background-color: #73870A;
	font-family: "Open Sans", 'Segoe UI Semilight', Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1.site-tile {
}
h2 {
	font-size: 12pt;
	font-weight: 400;
	border-bottom: 1px solid #cccccc;
}
h3 {
	font-size: 12pt;
	font-weight: 300;
	margin-left: 1em;
}
footer {
	background-color: #73870A;
	color: #FFFFFF;
}
h2.paragraph_title {
	font-size: 14pt;	
}
.notice {
	margin-bottom: 3em;
}
.notice li {
	line-height: 1.75;
}
dd {
	margin-bottom: 2em;
}
/* WordPress用
--------------------------------*/
h1.pagetitle {
	float: left;
}
ul#category {
	float: right;
	margin: 50px 10px;
}
#content ul#category li, #content ul.info li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0; 
}
.info {
	clear: both;
	padding: 10px;
	padding-bottom: 20px;
	border: dashed thin #000000;
}
.info li, h2 {
	font-size: 14px;
}
.font-image {
	display: block;
	margin-bottom: 10px;
}
.fontname h2 {
	display: inline;
	border: none;
}
li.code {
	float: right;
	font-size: 15px;
}
li.code a {
	color: #FFFFFF !important;
	padding: 5px 10px;
	background-color:#73870A;
}
li.code a:hover {
	background-color: rgba(115, 135, 10, 0.8);
	text-decoration: none !important;
}
/* ページネーション
--------------------------------*/
.wp-pagenavi {
}
.wp-pagenavi span, .wp-pagenavi a {
	padding: 8px;
	display: inline-block;
}

/* 検索
--------------------------------*/
#___gcse_0 {
	float: right;
	position: relative;
	margin: -40px 0 5px 0;
	width: 400px;
}
td.gsc-input::before {
	content: "検索";
	position: absolute;
	margin: 1px 0 0 -2.4em;
	font-size: 14pt;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
}