
html {
margin: 0;
padding: 0;
}

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

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

a:link { font-size: 12px; color: #FF7900;font-weight: normal;text-decoration: none; }
a:visited { font-size: 12px; color: #FF7900;font-weight: normal;text-decoration: none; }
a:active { font-size: 12px; color: #FF7900;font-weight: normal;text-decoration: none; }
a:hover { font-size: 12px; color: #875A54;font-weight: normal;text-decoration: none; }

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

img { border-style: none; }

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

#header-d {
background-color: #FFE4AA;
width: 100%;
height: 23px;
text-align: center;
margin: 0px;
padding: 0px;
}

#header-d-inner {
width: 900px;
text-align: center;
margin: 0px auto;
padding: 0px;
}

#header-description {
text-align: left;
color: #A59288;
font-size: 12px;
line-height: 12px;
font-weight: normal;
margin: 0px 0px 0px 8px;
padding: 0px;
}

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

#container {
background: #FFF4D7 url(../images/back.gif) repeat-y top center;
width: 910px;
text-align: center;
margin: 0px auto;
padding: 0px;
}

#container-inner {
text-align: left;
font-size: 12px;
font-weight: normal;
line-height: 20px;
margin: 0px;
padding: 0px 20px;
}

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

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

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

#header-inner {
margin: 0px;
padding: 0px;
}

#header-content {
margin: 0px;
padding: 0px;
}

#header-name {
margin: 0px;
padding: 0px;
}

#header-title { 
margin: 0px;
padding: 0px;
}

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

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

#content-inner {
margin: 0px;
padding: 0px;
}

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

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

#beta-inner {
margin: 0px;
padding: 0px;
}

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

.widget-categories {
margin: 0px;
padding: 0px;
}

.widget-header {
background-color: #CDC2B8;
font-size: 12px;
color: #875A54;
font-weight: normal;
line-height: 16px;
margin: 0px 0px 5px 0px;
padding: 5px;
}

.widget-header a:link{ color:#875A54;font-weight: normal;text-decoration:none; }
.widget-header a:visited{ color:#875A54;font-weight: normal;text-decoration:none; }
.widget-header a:active{ color:#875A54;font-weight: normal;text-decoration:none; }
.widget-header a:hover{ color:#FF7900;font-weight: normal;text-decoration:none; }

.widget-content {
margin: 0px;
padding: 0px 0px 15px 0px;
}

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

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

li.widget-list-item {
background: url(../images/icon_yaji.gif) no-repeat top left;
color: #875A54;
font-size: 12px;
line-height: 16px;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}

.widget-list-item a:link {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 15px;
color: #875A54;
text-decoration:none;
border-bottom: 1px dotted #FFBE78;
}

.widget-list-item a:visited {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 15px;
color: #875A54;
text-decoration:none;
border-bottom: 1px dotted #FFBE78;
}

.widget-list-item a:active {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 15px;
color: #875A54;
text-decoration:none;
border-bottom: 1px dotted #FFBE78;
}

.widget-list-item a:hover {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 15px;
color: #FF7900;
text-decoration: none;
border-bottom: 1px dotted #FFBE78;
}

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

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

#alpha-inner {
margin: 0px 20px 10px 0px;
padding: 0px;
}

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

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

.asset-header {
background: #FFE4AA url(../images/back_asset_h.gif) no-repeat top left;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #E2C077;
}

.asset-name {
color: #875A54;
font-size: 14px;
line-height: 18px;
font-weight: bold;
margin: 0px;
padding: 9px 25px;
}

.asset-name a:link{ color:#875A54;font-size: 14px;font-weight: bold;text-decoration:none; }
.asset-name a:visited{ color:#875A54;font-size: 14px;font-weight: bold;text-decoration:none; }
.asset-name a:active{ color:#875A54;font-size: 14px;font-weight: bold;text-decoration:none; }
.asset-name a:hover{ color:#FF7900;font-size: 14px;font-weight: bold;text-decoration:none; }

.asset-content {
margin: 0px;
padding: 0px;
}

.asset-body {
margin: 0px;
padding: 15px 0px 10px 25px;
}

.asset-body a:link{ color:#FF7900;font-size: 12px;font-weight: normal;text-decoration:none; }
.asset-body a:visited{ color:#FF7900;font-size: 12px;font-weight: normal;text-decoration:none; }
.asset-body a:active{ color:#FF7900;font-size: 12px;font-weight: normal;text-decoration:none; }
.asset-body a:hover{ color:#875A54;font-size: 12px;font-weight: normal;text-decoration:none; }

.asset-body img {
margin: 0px 10px 5px 0px;
padding: 0px;
}

.asset-footer {
clear: both;
font-size: 12px;
text-align: right;
color: #875A54;
margin: 0px;
padding: 5px 0px;
border-top: 1px dotted #FFBE78;
}

.asset-meta {
color:#875A54;
text-align: right;
font-size: 12px;
margin: 0px;
padding: 0px 0px 10px 0px;
}

.asset-meta a:link{ color:#875A54;font-size: 12px;text-decoration:none; }
.asset-meta a:visited{ color:#875A54;font-size: 12px;text-decoration:none; }
.asset-meta a:active{ color:#875A54;font-size: 12px;text-decoration:none; }
.asset-meta a:hover{ color:#FF7900;font-size: 12px;text-decoration:none; }

.asset-meta img {
	vertical-align:middle;
	padding: 0px 5px 4px 0px;
}

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

h1.archive-title {
background-color: #C4D8B5;
text-align: center;
margin: 0px 0px 30px 0px;
padding: 5px;
}

.archive-title {
color: #875A54;
font-size: 12px;
line-height: 16px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.archive-title a:link{ color:#875A54;font-size: 12px;font-weight: normal;text-decoration:none; }
.archive-title a:visited{ color:#875A54;font-size: 12px;font-weight: normal;text-decoration:none; }
.archive-title a:active{ color:#875A54;font-size: 12px;font-weight: normal;text-decoration:none; }
.archive-title a:hover{ color:#FF7900;font-size: 12px;font-weight: normal;text-decoration:none; }

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

#footer {
clear: both;
background: #FFF4D7 url(../images/back_footer.gif) repeat-x top left;
height: 96px;
width: 100%;
font-family: verdana, "Osaka","MS PGothic","MS UI Gothic", arial, sans-serif;
color: #875A54;
font-size: 12px;
font-weight: normal;
text-align: center;
margin: 0px auto;
padding: 0px;
}

#footer-inner {
width: 900px;
text-align: center;
margin: 0px auto;
padding: 0px;
}

#footer-navi {
margin: 0px;
padding: 20px 0px 0px 0px;
}

.footer-navi-text {
color: #875A54;
text-align: center;
font-size: 12px;
font-weight: normal;
line-height: 16px;
margin: 0px;
padding: 15px 0px;
}

.footer-navi-text a:link{ color:#875A54;font-weight: normal;font-size: 12px;text-decoration:none; }
.footer-navi-text a:visited{ color:#875A54;font-weight: normal;font-size: 12px;text-decoration:none; }
.footer-navi-text a:active{ color:#875A54;font-weight: normal;font-size: 12px;text-decoration:none; }
.footer-navi-text a:hover{ color:#FF7900;font-weight: normal;font-size: 12px;text-decoration:none; }

#footer-content {
margin: 0px;
padding: 5px 0px;
}

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

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