@charset "utf-8";

/* =S Global */
blockquote,dl,dt,dd,ul,ol,li,th,td,pre,form,fieldset,legend,button,input,textarea {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
	background: #EDEDED;
}

body {
	position: relative;
	width: 600px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	padding: 0 40px;
	background: #FFF;
	color: #333;
}

body,select,input,textarea {
	font: 14px/1.7 Verdana,Arial,sans-serif;
}

a {
	color: #06C;
	text-decoration: underline;
}

a:hover {
	color: #0F4780;
	text-decoration: none;
}

h1,h2 {
	margin: .9em 0;
	font-family: Verdana,Arial,MingLiu,sans-serif;
	font-size: 24px;
}

h2.title-archive {
	color: #BFBFBF;
}

h2.title-archive strong {
	color: #333;
}

h2.title-archive-home {
	display: none;
}

h3 {
	margin: .7em 0;
	font-size: 20px;
}

h4 {
	margin: .7em 0;
	font-size: 16px;
}

h5 {
	margin: .8em 0;
	font-size: 14px;
}

h1 a,h2 a,h3 a,h4 a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
	color: #000;
}

ul,ol {
	list-style: none;
}

p {
	margin: .8em 0;
}

pre,code {
	overflow: auto;
	font-family: "Courier New",Courier,monospace;
	word-wrap: break-word;
}

img {
	border: 0;
}

#header {
	padding-top: 21px;
}

#header h1 {
	margin-top: 0;
	font-style: italic;
}

#header h1 a {
	font-size: 32px;
	font-style: normal;
}

#nav {
	position: absolute;
	top: 8px;
	right: -59px;
	width: 58px;
}

#nav > ul a,#category {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-o-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

#nav a {
	zoom: 1;
	display: block;
	padding-left: 8px;
	background: #FAFAFA;
	color: #333;
	font: 14px/34px Arial,sans-serif;
	text-decoration: none;
}

#nav li {
	padding-bottom: 1px;
}

#nav .current {
	_zoom: 1;
	_position: relative;
	margin-left: -1px;
}

#nav a:hover {
	text-decoration: underline;
}

#nav .current a {
	padding-left: 9px;
	background: #FFF;
}

#category {
	position: relative;
	height: 34px;
	overflow: hidden;
	_zoom: 1;
	background: #FAFAFA;
}

#category h2 {
	margin: 0;
}

#category h2 b {
	_display: none;
	position: absolute;
	top: 14px;
	right: 6px;
	border-style: solid;
	border-width: 5px 4px;
	*border-width: 4px;
	border-color: #666666 #FAFAFA #FAFAFA;
	height: 0;
	overflow: hidden;
	cursor: pointer;
}

#nav .category h2 b {
	display: block;
}

#category li {
	padding-bottom: 0;
}

#category:hover h2 b {
	top: 8px;
	*border-width: 5px;
	border-color: #FAFAFA #FAFAFA #666666;
}

#category:hover,#nav .hover {
	height: auto;
}

#banner {
	padding: 3px 0 7px;
}

#banner img {
	vertical-align: top;
}

#content {
	padding-bottom: 114px;
}

#footer {
	position: absolute;
	left: 40px;
	bottom: 36px;
	color: #CCC;
	font-size: 12px;
}

#footer h2 {
	display: none;
}

#footer p {
	margin: .3em 0;
}

#footer a {
	color: #CCC;
}
/* =E Global */

/* =S Article Antry */
.entry {
	margin: 1.5em 0 2em;
}

.entry .more {
	margin-bottom: 0;
}

.meta {
	margin-top: 0;
	color: #666;
	font-size: 12px;
	text-align: right;
}

.wp-pagenavi {
	padding: 3px 0 10px;
	font-size: 16px;
	text-align: center;
}

.wp-pagenavi a,.wp-pagenavi span {
	display: inline-block;
	padding: 3px 4px;
}

.wp-pagenavi span {
	font-weight: bold;
}
/* =E Article Antry */

/* =S About */
.des-about {
	margin-bottom: 2em;
	padding-left: 1px;
}

.des-about dt {
	margin-bottom: .28em;
	font-weight: bold;
}

.des-about dd {
	margin-bottom: 1em;
}

.des-about .metier strong {
	font-size: 12px;
	font-weight: normal;
}
/* =E About */

/* =S Category */
ul.list-article {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

ul.list-article li {
	margin-bottom: 2px;
}

#nav div.current {
	height: 34px;
	background: #FFF;
}

#nav #category a {
	background: none;
}

#nav div.current h2 b {
	display: none;
	border-color: #666 #FFF #FFF;
}

#nav div.current:hover h2 b {
	border-color: #FFF #FFF #666;
}
/* =E Category */

/* =S Article */
.title-code {
	color: #D6D6D6;
}

#article-meta {
	margin: 2.75em 0 2em;
}

.nav-article {
	margin-bottom: 2em;
}

#commentMod {
	margin-bottom: 1em;
}

#commentMod dl {
	margin: 1.5em 0;
}

#commentMod dt {
	float: left;
	padding-top: 4px;
}

#commentMod dt img {
	width: 48px;
	height: 48px;
}

#commentMod dd {
	margin: 0 0 7px 58px;
}

#commentMod dd p {
	margin: 0;
}

#commentMod dd.name {
	font-weight: bold;
}

#commentMod dd.says {
	margin-bottom: 5px;
}

#commentMod dd.date {
	color: #CCC;
	font-size: 12px;
	font-style: italic;
}

#commentForm .field {
	margin-bottom: 12px;
}

#commentForm .field textarea {
	width: 530px;
	height: 115px;
	border: 1px solid #CCC;
	border-color: #CCC #EFEFEF #EFEFEF #CCC;
	padding: 6px;
	line-height: 1.5;
	vertical-align: top;
}

#commentForm .field input {
	width: 234px;
	border: 1px solid #CCC;
	border-color: #CCC #EFEFEF #EFEFEF #CCC;
	padding: 5px 6px;
	line-height: normal;
	vertical-align: middle;
}

#commentForm .field textarea:focus,#commentForm .field input:focus {
	background: #FFFFF0;
}

#commentForm  label {
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
}

#commentForm .site label {
	color: #CCC;
}

#commentForm .but input {
	width: 163px;
	height: 32px;
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
}
/* =E Article */