@charset "utf-8";

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.nodeco {
	text-decoration: none;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 0 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	border-top: 2px solid #cfd7d9;
	border-bottom: 1px solid #cfd7d9;	
	background-color: #eaeeed;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 4px;
}

#footer-title {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.footer_addr1 {
	margin-top: 4px;
	margin-left: 50px;
}

.footer_addr2 {
	margin-top: 4px;
	margin-left: 50px;
}

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

#footer-title {
	color: #6f7c8d;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: "Courier 10 Pitch", Courier, monospace;*/
}

.footer_addr1,
.footer_addr2 {
	color: #6f7c8d;
	font-size: 12px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*		font-family: "Courier 10 Pitch", Courier, monospace;*/
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 10px;
	padding: 0 20px 20px 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
.site-logo {
	margin-left: 5px;
}
.site-logo img {
	margin-bottom: 6px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	background-image: url(../images/bk01.gif);
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 20px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

#branding img {
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	display: block;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header, div.menu {
	font-size: 13px;
}
#access table {
	margin-left: -2px;
	width: 944px;
}
#access table td {
	border: 2px #fff solid;
}
#access table td {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #aaa;
	line-height: 32px;
	padding: 0 10px;
	cursor: pointer;
}
#access table td a {
	text-decoration: none;
	color: #aaa;
}
#access table td:hover a {
	text-decoration: none;
	background: #333;
	color: #fff;
}
#access table td.current a {
	text-decoration: none;
	color: #fff;
}

/* =Other
-------------------------------------------------------------- */
.frame01 {
	margin: 0 0 0 0;
	background-color: #eaeeed;
//	background-color: #d1e6f4;
//	color: #6f7c8d;
	color: #17364d;
	border: 1px solid #cfd7d9;
	-webkit-border-image: url(../images/bdr01.png) 15 / 15px repeat;
	-moz-border-image: url(../images/bdr01.png) 15 / 15px repeat;
	-o-border-image: url(../images/bdr01.png) 15 / 15px repeat;
	border-image: url(../images/bdr01.png) 15 / 15px repeat;
//	-webkit-border-image: url(../images/bdr02.png) 15 / 15px repeat;
//	-moz-border-image: url(../images/bdr02.png) 15 / 15px repeat;
//	-o-border-image: url(../images/bdr02.png) 15 / 15px repeat;
//	border-image: url(../images/bdr02.png) 15 / 15px repeat;
}

.frame10 {
	margin: 0 0 0 0;
	background-color: #eaeeed;
//	background-color: #d1e6f4;
//	color: #6f7c8d;
	color: #17364d;
	border: 1px solid #cfd7d9;
	-webkit-border-image: url(../images/bdr01.png) 15 / 15px repeat;
	-moz-border-image: url(../images/bdr01.png) 15 / 15px repeat;
	-o-border-image: url(../images/bdr01.png) 15 / 15px repeat;
	border-image: url(../images/bdr01.png) 15 / 15px repeat;
//	-webkit-border-image: url(../images/bdr02.png) 15 / 15px repeat;
//	-moz-border-image: url(../images/bdr02.png) 15 / 15px repeat;
//	-o-border-image: url(../images/bdr02.png) 15 / 15px repeat;
//	border-image: url(../images/bdr02.png) 15 / 15px repeat;
	background-image: url(../images/postit.png);
	background-repeat: no-repeat;
	background-position: 600px 260px;
}

.frame19 {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #caeeed;
//	background-color: #eaeeed;
	color: #17364d;
}

/* Header =================================================================================== */
/* top right bottom left */

/* STD FORMAT BGN <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.f0_box {
	padding: 20px 0px 0px 0px;
}
.f1_box {
	padding: 20px 10px 0px 10px;
}

#f2lt_lt {
	float: left;
	width: 70%;
	padding: 20px 10px 10px 15px;
}
#f2lt_rt {
	float: left;
	padding: 20px 10px 10px 15px;
}

#f2rt_lt {
	float: left;
	width: 15%;
	padding: 20px 15px 10px 0px;
}
#f2rt_rt {
	float: left;
	width: 80%;
	padding: 20px 10px 10px 15px;
}
/* STD FORMAT END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
/* Others =================================================================================== */
.t_red {
	color: red;
}
.t_bold {
	font-weight: bold;
}
.t_sml {
	font-size: small;
}
.t_xsml {
	font-size: x-small;
}
.t_xxsml {
	font-size: xx-small;
}
