/* all */
* {
    margin: 0;
    padding: 0;
}
center{
    margin: 0;
    padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
	color: #333333;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
    font-family: "Osaka", "?q???M?m?p?S Pro W3", "?l?r ?o?S?V?b?N", arial, sans-serif;
}
/* heading */
h1, h2, h3, h4, h5, h6 {
}
h1 a {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 340px;
	text-indent: -9999px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
/* anchor */
a,
a:link {
    color: #03648F;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #FF6666;
    text-decoration: none;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* banner title */
#banner {
	width: 800px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#banner a,
#banner a:link,
#banner a:visited {
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* description of blog */
#banner-description {
	color: #ffffff;
	font-size: 12px;
	display: none;
}

/* article */
.blog {
}

/* article date */
.date {
	margin-top: 6px;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0 2px 5px;
	text-align: right;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {	color: #03648F;
	border: 1px solid #03648F;
	font-weight: normal;
	padding: 3px;
	margin-right: 200px;
	font-size: 10px;
	margin-bottom: 15px;
	font-size: 10px;
	margin-bottom: 15px;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 97%;
}

/* title of entry */
.entry-header {
	background-image: url(images/h3bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	font-size: 16px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #12517A;
	margin-bottom: 25px;
	margin-top: 5px;
	padding-top: 0px;
}
.entry-header a:link,
.entry-header a:active,
.entry-header a:visited {
	color: #00688E;
	text-decoration: none;
}

.entry-header a:hover {
	color: #00CCFF;
	text-decoration: none;
}
/* contributor */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 10px;
    _font-size: 9px;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 6px 0 10px;
    text-align: center;
    font-size: 12px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
#wp-calendar a {
	color: #FF3333;
}

/* menu list of sidebar */
#sidebar ul {
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
}

#sidebar li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 15px 0;
}

#sidebar li li {
    background: url(images/lmark.gif) no-repeat 0 0.4em;
    padding-left: 12px;
    margin: 0;
}

#sidebar ul ul {
    margin: 0;
}

/* title of menu list */
#sidebar ul li h2 {
	font-weight: normal;
	color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}
.entry-body {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


.trackbacks-header,
.comments-header,
.comments-open-header {	color: #03648F;
	border: 1px solid #03648F;
	font-weight: normal;
	padding: 3px;
	margin-right: 200px;
	font-size: 10px;
	margin-bottom: 15px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

h3.comments-head {
	color: #03648F;
	font-weight: normal;
	padding: 3px;
	margin-right: 200px;
	font-size: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03648F;
	margin-top: 35px;
}

form input,
form textarea {
    border: 1px solid #999999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 1 column or 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
}

/* for 2 columns */
.layout-one-column #container {
    margin-bottom: 0;
}

/* for 1 column */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
}

/* for 1 column */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
}

/* footer */
#footer {
	display: none;
}
#footer p {
	display: none;
}
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer {
    display: none;
}

.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* for 2 columns liquid layout (with right sidebar) */
.layout-two-column-liquid-right #content {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}
.layout-two-column-liquid-right #sidebar {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #ffffff;
}

/* for 2 columns liquid layout (with left sidebar) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 20px;
}
.layout-two-column-liquid-left #sidebar {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #ffffff;
}

/* for IE7 */
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}

/* for 1 column liquid layout */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content {
    float: left;
    width: 580px;
    margin: 0 0 10px 0;
}
.layout-two-column-right #sidebar-box {
    float: right;
    width: 185px;
}
.layout-two-column-right #sidebar {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* for 2 columns fixed layout (with left sidebar) */
.layout-two-column-left #content {
    float: right;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-left #sidebar-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #sidebar {
    padding: 15px 15px 0;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "?q???M?m?p?S Pro W3", "?l?r ?o?S?V?b?N", arial, sans-serif;
}

/*ORG*/
#head #headspace #headmenu {
	float: right;
	margin-top: 35px;
	width: 170px;
}
/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	height:65px;
	margin:0px;
	background-image: url(images/g_navi2_bg.jpg);
	background-repeat: no-repeat;
}
#g_navi ul {
	padding:0px;
	margin-left: 0px;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:65px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#g_navi li.g_navi01 a {
	background:url(images/g_navi2.jpg) no-repeat -42px 0px;
	width:125px;
}
#g_navi li.g_navi02 a {
	background:url(images/g_navi2.jpg) no-repeat -167px 0px;
	width:136px;
}
#g_navi li.g_navi03 a {
	background:url(images/g_navi2.jpg) no-repeat -303px 0px;
	width:137px;
}
#g_navi li.g_navi04 a {
	background:url(images/g_navi2.jpg) no-repeat -440px 0px;
	width:134px;
}
#g_navi li.g_navi05 a {
	background:url(images/g_navi2.jpg) no-repeat -574px 0px;
	width:130px;
}
#g_navi li.g_navi06 a {
	background:url(images/g_navi2.jpg) no-repeat -704px 0px;
	width:130px;
}
/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(images/g_navi2.jpg) no-repeat -42px -130px;
}
#g_navi li.g_navi02 a:hover {
	background:url(images/g_navi2.jpg) no-repeat -167px -130px;
}
#g_navi li.g_navi03 a:hover {
	background:url(images/g_navi2.jpg) no-repeat -303px -130px;
}
#g_navi li.g_navi04 a:hover {
	background:url(images/g_navi2.jpg) no-repeat -440px -130px;
}
#g_navi li.g_navi05 a:hover {
	background:url(images/g_navi2.jpg) no-repeat -574px -130px;
}
#g_navi li.g_navi06 a:hover {
	background:url(images/g_navi2.jpg) no-repeat -704px -130px;
}


/*------on*/
#g_navi li.g_navi01_on a {
	background:url(images/g_navi2.jpg) no-repeat -42px -65px;
	width:125px;
}
#g_navi li.g_navi02_on a {
	background:url(images/g_navi2.jpg) no-repeat -167px -65px;
	width:136px;
}
#g_navi li.g_navi03_on a {
	background:url(images/g_navi2.jpg) no-repeat -303px -65px;
	width:137px;
}
#g_navi li.g_navi04_on a {
	background:url(images/g_navi2.jpg) no-repeat -440px -65px;
	width:134px;
}
#g_navi li.g_navi05_on a {
	background:url(images/g_navi2.jpg) no-repeat -574px -65px;
	width:130px;
}
#g_navi li.g_navi06_on a {
	background:url(images/g_navi2.jpg) no-repeat -704px -65px;
	width:130px;
}

h2.titlebn{
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: bold;
}
#head {
	width: 800px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#head #headspace {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 72px;
}
#foot {
	font-size: 0.9em;
	line-height: 1.8em;
	background-image: url(images/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	padding-top: 60px;
	margin-top: 30px;
	background-color: #010254;
	text-align: center;
}
#foot a {
	color: #CCCCCC;
	text-decoration: none;
}
#foot p {
	margin-top: 10px;
	margin-bottom: 20px;
}
body{
	margin: 0px;
	padding: 0px;
}
#sitemap a:link,
#sitemap a:hover,
#sitemap a:active,
#sitemap a:visited {
	background-image: url(images/menu_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 70px;
	float: left;
}
#policy a:link,
#policy a:hover,
#policy a:active,
#policy a:visited {
	background-image: url(images/menu_policy.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
	float: left;
}