@charset "UTF-8";
/* ----------------------------
   pages.css
---------------------------- */

/* ----------------------------
   Contents Layout
---------------------------- */
#main {
	width: 665px;
	float: left;
	margin: 15px 0 0 0;
}

#main p,
#main dt,
#main dd {
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#main .article {
	margin: 15px 0 0 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.imgLine .alignleft,
.imgLine .alignright {
	margin-left: 0;
	margin-right: 0;
}

#main .article .round {
	height: 10px;
	overflow: hidden;
}

#main .article .round img {
	vertical-align: top;
}

#main article .text p {
	margin: 0 0 20px;
}

/* Share */
.article .share {
	text-align: right;
}

.article .share li {
	display: inline-block;
}

* html .article .share li {
	display: inline;
	zoom: 1;
}

*:first-child+html .article .share li {
	display: inline;
	zoom: 1;
}

#side .section {
	background: url(../images/common/side_bottom.gif) no-repeat bottom #fff;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

#side .section .inner {
	padding: 15px 14px 0;
	border-left: 1px solid #e5e0db;
	border-right: 1px solid #e5e0db;
}


/* ----- Page Navi ----- */
#main .navi {
	height: 40px;
	font-size: 93%;
}

#main .navi a {
	color: #544438;
}

#main .navi a:hover {
	color: #fe7900;
	text-decoration: none;
}

#main .navi .prev {
	float: left;
}

#main .navi .prev a {
	background:url(../images/common/prev.png) no-repeat left 43%;
	padding: 0 0 0 17px;
	min-height: 13px;
	display: inline-block;
}

#main .navi .next {
	float: right;
}

#main .navi .next a {
	background:url(../images/common/next.png) no-repeat right 43%;
	padding: 0 17px 0 0;
	min-height: 13px;
	display: inline-block;
}

/* ----------------------------
   Sub Contents
---------------------------- */
#home #subpage {
	background: url(../images/common/article_bg.gif) left repeat-y;
}

#home #subpage .inner {
	background: url(../images/common/article_top.gif) no-repeat left top;
	padding: 20px 0 0 0;
}

#home #subpage h1 {
	background: url(../images/common/sub_title_bg.gif) no-repeat left bottom;
	width: 595px;
	height: 45px;
	margin: 0 20px 20px;
	padding: 0 15px;
	line-height: 45px;
	color: #709f00;
	font-size: 124%;
	font-weight: bold;
}

#home #subpage .text {
	padding: 0 35px 30px;
	background: url(../images/common/article_bottom.gif) no-repeat left bottom;
}

#home #subpage .text h2 {
	margin: 35px 0 15px 0;
	font-weight: bold;
	border-bottom: 1px solid #e5ddc9;
	padding: 0 0 5px;
}

#home #subpage .text p {
	margin: 0 0 15px;
}

#home #subpage .text .date {
	text-align: right;
	font-size: 93%;
}

/* ----- Company ----- */
#home #subpage #company {
	margin: 0 0 30px;
}

#home #subpage #company dt {
	float: left;
	width: 80px;
	text-align: right;
}

#home #subpage #company dd {
	padding: 0 0 0 80px;
}

/* ----- Sitemap ----- */
#home #subpage #sitemap h2 a {
	color: #544438;
}

#home #subpage #sitemap h2 a:hover {
	color: #fe6c00;
	text-decoration: none;
}

#home #subpage #sitemap li {
	font-size: 93%;
}

/* ----------------------------
   Jump
---------------------------- */
#jumpArticle {
	margin: 250px 0;
	text-align: center;
}

#jumpArticle p {
	margin: 0 0 10px;
}

/* ----------------------------
   Search Result
---------------------------- */
#result {
	background: url(../images/common/article_bg.gif) repeat-y left;
}

#result .inner {
	background: url(../images/common/article_top.gif) no-repeat left top;
	padding: 20px 0 0 0;
}


#result h1 {
	background: url(../images/common/sub_title_bg.gif) no-repeat left bottom;
	width: 595px;
	height: 45px;
	margin: 0 20px 20px;
	padding: 0 15px;
	line-height: 45px;
	color: #709f00;
	font-size: 124%;
	font-weight: bold;
}

* html #result h1 {
	margin-bottom: 0;
}

*:first-child+html #result h1 {
	margin-bottom: 0;
}

#result .inner ul {
	background: url(../images/common/article_bottom.gif) no-repeat left bottom;
	padding: 0 35px 40px;
}

* html #result .inner ul {
	display: block;
	min-height: 10px;
	height: 10px;
}

*:first-child+html #result .inner ul {
	display: block;
	min-height: 10px;
}


#result h2 {
	margin: 35px 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #e5ddc9;
	padding: 0 0 5px;
}

#result h2 a {
	color: #544438;
}

#result h2 a:hover {
	color: #fe6c00;
	text-decoration: none;
}

#result .text {
	font-size: 93%;
	margin: 0 0 5px;
}

#result .permalink {
	font-size: 85%;
	color: #999;
}

#result .permalink a {
	color: #999;
}