
html {
margin: 0;
padding: 0;
}

/* base Layout ----------------------------------------------------------------- */

body {
background-color: #F4F4F4;
width: 100%;
text-align: center;
font-family: verdana, "Osaka","MS PGothic","MS UI Gothic", arial, sans-serif;
color: #000000;
margin: 0px;
padding: 0px;
border: none;
}

a:link { font-size: 12px; color: #038EA5;font-weight: normal;text-decoration: none; }
a:visited { font-size: 12px; color: #038EA5;font-weight: normal;text-decoration: none; }
a:active { font-size: 12px; color: #038EA5;font-weight: normal;text-decoration: none; }
a:hover { font-size: 12px; color: #000000;font-weight: normal;text-decoration: underline; }

table {
color: #000000;
font-size: 12px;
font-weight: normal;
line-height: 20px;
text-align: left;
margin: 0px;
padding: 0px;
border: none;
}

img { border-style: none; }

/* Layout ----------------------------------------------------------------- */

#container {
background: url(../images/back.gif) repeat-y top center;
width: 910px;
color: #000000;
font-size: 12px;
font-weight: normal;
line-height: 20px;
text-align: center;
margin: 0px auto;
padding: 0px;
}

#container_inner {
width: 900px;
text-align: center;
margin: 0px 5px;
padding: 0px;
}

h1,h2,h3 {
color: #000000;
font-size: 12px;
margin: 0px;
padding: 0px;
}

/* Header ----------------------------------------------------------------- */

#header_content,
#header_name,
#header_title {
margin: 0px;
padding: 0px;
}

#header {
width: 100%;
text-align: center;
margin: 0px;
padding: 0px;
}

#header_inner {
width: 910px;
text-align: center;
margin: 0px auto;
padding: 0px;
}

/* Header Description----------------------------------------------------------------- */

#header_description {
text-align: left;
color: #999999;
font-size: 12px;
line-height: 12px;
font-weight: normal;
margin: 0px;
padding: 5px 0px 0px 30px;
}

/* Content ----------------------------------------------------------------- */

#content {
margin: 0px 20px;
padding: 0px;
text-align: left;
}

#content_inner {
margin: 0px;
padding: 0px;
}

/* Content beta ----------------------------------------------------------- */

#beta {
float:left;
width: 200px;
margin: 0px;
padding: 0px;
}

#beta_inner {
margin: 0px 0px 20px 0px;
padding: 0px;
}

/* Widget ----------------------------------------------------------------- */

.widget,
.widget_archive_category,
.widget_categories {
margin: 0px;
padding: 0px;
}

.widget_archive {
margin: 0px 0px 15px 0px;
padding: 0px;
}

.widget_header_back {
background-color: #97B9C2;
margin: 0px;
padding: 0px;
border-top: 3px solid #41AAB6;
}

.widget_header {
font-size: 12px;
color: #000000;
font-weight: normal;
line-height: 16px;
margin: 0px;
padding: 17px 5px 14px 10px;
}

.widget_header a:link{ color:#000000;font-weight: normal;text-decoration:none; }
.widget_header a:visited{ color:#000000;font-weight: normal;text-decoration:none; }
.widget_header a:active{ color:#000000;font-weight: normal;text-decoration:none; }
.widget_header a:hover{ color:#038EA5;font-weight: normal;text-decoration:underline; }

.widget_content {
background-color: #ffffff;
margin: 0px;
padding: 10px;
}

/* Widget List-------------------------------------------------------------- */

ul.widget_list {
list-style: none;
margin: 0px;
padding: 0px;
}

li.widget_list_item {
background: url(../images/icon_yaji01.gif) no-repeat;
color: #000000;
font-size: 12px;
line-height: 16px;
list-style: none;
margin: 0px;
padding: 2px 0px 5px 0px;
}

.widget_list_item a:link {
display: block;
margin: 0px;
padding: 0px 0px 5px 14px;
color: #000000;
text-decoration:none;
border-bottom: 1px dotted #cccccc;
}

.widget_list_item a:visited {
display: block;
margin: 0px;
padding: 0px 0px 5px 14px;
color: #000000;
text-decoration:none;
border-bottom: 1px dotted #cccccc;
}

.widget_list_item a:active {
display: block;
margin: 0px;
padding: 0px 0px 5px 14px;
color: #000000;
text-decoration:none;
border-bottom: 1px dotted #cccccc;
}

.widget_list_item a:hover {
display: block;
margin: 0px;
padding: 0px 0px 5px 14px;
color: #038EA5;
text-decoration: underline;
border-bottom: 1px dotted #cccccc;
}

/* Content alpha ----------------------------------------------------------- */

#alpha {
float:left;
width: 660px;
margin: 0px;
padding: 0px;
}

#alpha_inner {
margin: 0px 20px 20px 0px;
padding: 0px;
}

/* Entry ----------------------------------------------------------- */

.entry {
margin: 0px 0px 0px 0px;
padding: 0px 0px 30px 0px;
}

.asset_header {
background-color: #3C8A96;
margin: 0px;
padding: 0px;
border-top: 3px solid #4C4C4C;
}

.asset_name {
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: bold;
margin: 0px;
padding: 19px 10px 18px 20px;
}

.asset_name a:link{ color:#ffffff;font-size: 16px;font-weight: bold;text-decoration:none; }
.asset_name a:visited{ color:#ffffff;font-size: 16px;font-weight: bold;text-decoration:none; }
.asset_name a:active{ color:#ffffff;font-size: 16px;font-weight: bold;text-decoration:none; }
.asset_name a:hover{ color:#4C4C4C;font-size: 16px;font-weight: bold;text-decoration:underline; }

.asset_content {
margin: 0px;
padding: 0px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.asset_body {
margin: 0px;
padding: 20px;
}

.asset_body a:link{ color:#038EA5;font-size: 12px;font-weight: normal;text-decoration:none; }
.asset_body a:visited{ color:#038EA5;font-size: 12px;font-weight: normal;text-decoration:none; }
.asset_body a:active{ color:#038EA5;font-size: 12px;font-weight: normal;text-decoration:none; }
.asset_body a:hover{ color:#000000;font-size: 12px;font-weight: normal;text-decoration:underline; }

.asset_body img {
margin: 0px 5px 2px 0px;
padding: 0px;
}

.asset_footer {
clear: both;
font-size: 12px;
text-align: right;
color: #000000;
margin: 0px;
padding: 5px 0px;
}

.asset_meta {
color:#000000;
text-align: right;
font-size: 12px;
}

.asset_meta a:link{ color:#000000;font-size: 12px;text-decoration:none; }
.asset_meta a:visited{ color:#000000;font-size: 12px;text-decoration:none; }
.asset_meta a:active{ color:#000000;font-size: 12px;text-decoration:none; }
.asset_meta a:hover{ color:#038EA5;font-size: 12px;text-decoration:underline; }

/* Archive ----------------------------------------------------------------- */

h1.archive_title {
background-color: #FFEAD5;
text-align: center;
margin: 0px 0px 15px 0px;
padding: 7px;
border-top: 3px double #ffffff;
border-bottom: 3px double #ffffff;
}

.archive_title {
color: #000000;
font-size: 12px;
line-height: 16px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.archive_title a:link{ color:#000000;font-size: 12px;font-weight: normal;text-decoration:none; }
.archive_title a:visited{ color:#000000;font-size: 12px;font-weight: normal;text-decoration:none; }
.archive_title a:active{ color:#000000;font-size: 12px;font-weight: normal;text-decoration:none; }
.archive_title a:hover{ color:#038EA5;font-size: 12px;font-weight: normal;text-decoration:underline; }

/* To Top ----------------------------------------------------------------- */

#footer_totop_box {
clear: both;
width: 900px;
margin: 0px;
padding: 0px;
}

#footer_totop_box_inner {
text-align: right;
margin: 0px;
padding: 0px 20px;
}

.footer_totop {
text-align: right;
margin: 0px;
padding: 0px;
}

/* Footer ----------------------------------------------------------------- */

#footer {
background-color: #F4F4F4;
clear: both;
width: 100%;
height: 70px;
color: #000000;
text-align: center;
font-size: 12px;
line-height: 20px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

#footer_inner {
background: url(../images/back_footer.gif) no-repeat top center;
width: 910px;
height: 32px;
text-align: center;
margin: 0px auto;
padding: 0px;
}

#footer_navi {
margin: 0px;
padding: 6px 0px 0px 0px;
}

.footer_navi_text {
color: #999999;
text-align: center;
font-size: 12px;
font-weight: normal;
line-height: 12px;
margin: 0px;
padding: 0px;
}

.footer_navi_text a:link{ color:#999999;font-weight: normal;font-size: 12px;text-decoration:none; }
.footer_navi_text a:visited{ color:#999999;font-weight: normal;font-size: 12px;text-decoration:none; }
.footer_navi_text a:active{ color:#999999;font-weight: normal;font-size: 12px;text-decoration:none; }
.footer_navi_text a:hover{ color:#ffffff;font-weight: normal;font-size: 12px;text-decoration:underline; }


#footer_content {
margin: 0px;
padding: 20px 0px 0px 0px;
}

/* Form ----------------------------------------------------------------- */

input,textarea,select {
color: #000000;
border: 1px solid #000000;
margin:  0px;
padding: 2px;
}

