/*
Theme Name: Tempranger
Theme URI: http://template.hp-webmagic.com
Description: Tempranger original Theme
Author: Web Magic ozawa
Author URI: http://www.hp-webmagic.com
*/

* { margin: 0; padding: 0; line-height: 1; }

img,img a,img a:hover {
  border: 0;
  text-decoration: none;
  display: inline;
}

a:link { color: #0000ff;text-decoration: underline; }
a:visited { color: #990099;text-decoration: underline; }
a:hover { color: #ff0000;text-decoration: underline; }

body {
  font-size: 95%;
  text-align: center;
  font-family: Meiryo, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: url(image/bg-body.jpg) no-repeat 50% 0 fixed;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 860px;
}

#header {
  width: 860px;
  height: 230px;
  position: relative;
  margin-bottom: 20px;
  background: url(image/bg-header.gif) no-repeat 100% 0;
}

#content {
  float: right;
  width: 560px;
}

.post {
  width: 100%;
  margin-bottom: 50px;
}

#globalnavi {
  font-size: 95%;
  float: left;
  width: 250px;
}

#undernavi {
  clear: both;
  text-align: right;
}

#footer { background: url(image/bg-footer.jpg) repeat-x 0 0; }

#footer-inner { padding: 20px 20px 5px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

h1 {
  font-size: 140%;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 300px;
}

.logo { margin: 0;padding: 0; }

.logo a {
  text-decoration: none;
  text-indent: -9999px;
  display: block;
  width: 250px;
  height: 100px;
  background: url(image/bg-logo.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.logo a:hover {
  text-decoration: none;
  background: url(image/bg-logo.gif) no-repeat -250px 0;
}

.description {
  line-height: 1.5em;
  font-size: 100%;
  position: absolute;
  bottom: 110px;
  left: 360px;
}

#header ul {
  list-style-type: none;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

#header li {
  display: inline;
  padding-left: 1em;
}

#header .skip { display: none; }

#header p.bookmarks {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top page
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#top-page { background: url(image/bg-body-top.jpg) repeat-x 0 200px; }

#top-page #wrapper { background: url(image/bg-wrapper-top.jpg) no-repeat 0 200px; }

#top-page #header {
  margin-bottom: 0;
  background: url(image/bg-header-top.jpg) no-repeat 0 0;
}

/* ----- layout ----- */
#top-page #content  {
  width: 100%;
  float: none;
}

#top-page .post  {
  width: 100%;
  margin: 280px 0 0;
}

/* ----- header ----- */
#top-page h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 300px;
}

#top-page .logo {
  text-indent: -9999px;
  width: 250px;
  height: 100px;
  margin: 0;
  padding: 0;
  background: url(image/bg-logo.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

#top-page .description {
  line-height: 1.5em;
  font-size: 100%;
  position: absolute;
  top: 50px;
  left: 300px;
}

#top-page #header ul {
  position: absolute;
  bottom: 1em;
  right: 0;
}

/* ----- G-navi ----- */
#top-page .top-menu {
  list-style-type: none;
  margin: 0;
}

#top-page .top-menu li {
  float: left;
  width: 215px;
  margin: 0 0 5px;
}

#top-page .top-menu a {
  text-decoration: none;
  text-indent: -9999px;
  width: 215px;
  height: 60px;
  display: block;
  background-image: url(image/bg-top-menu.jpg);
  background-repeat: no-repeat;
}

.button01 a { background-position: 0 0; }
.button02 a { background-position: -215px 0; }
.button03 a { background-position: -430px 0; }
.button04 a { background-position: -645px 0; }

#top-page .top-menu a:hover {
  text-decoration: none;
  background-image: url(image/bg-top-menu.jpg);
  background-repeat: no-repeat;
}

.button01 a:hover { background-position: 0 -60px; }
.button02 a:hover { background-position: -215px -60px; }
.button03 a:hover { background-position: -430px -60px; }
.button04 a:hover { background-position: -645px -60px; }

/* ----- LEFT info RIGHT info ----- */
#top-page .top-left-info {
  width: 480px;
  float: left;
  padding: 10px;
  background: url(image/bg-top-left-info.gif) no-repeat 0 0;
}

#top-page .top-right-info {
  width: 330px;
  float: right;
  padding: 10px;
  background: url(image/bg-top-right-info.gif) no-repeat 0 0;
}

#top-page .top-left-info dt {
  height: 25px;
  padding: 15px 0 0 50px;
  background: url(image/bg-top-left-info-dt.jpg) no-repeat 0 0;
}

#top-page .top-left-info dd { margin: 0 0 10px; }

#top-page .top-right-info dt {
  height: 25px;
  padding: 15px 0 0 50px;
  background: url(image/bg-top-right-info-dt.jpg) no-repeat 0 0;
}

#top-page .top-right-info  ul {
  list-style-type: none;  
  margin: 0;
}

#top-page .top-right-info  li { 
  margin: 0;
  padding: 5px 0 5px 15px;
  background: url(image/listmark.gif) no-repeat 0 50%;
}

#top-page .top-right-info  li a,
#top-page .top-right-info  li a:hover { text-decoration: none; }

/* ----- clear ----- */
#top-page hr {
  clear: both;
  margin: 0 0 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

h2 {
  text-align: right;
  font-size: 160%;
  font-weight: normal;
  margin: 0 0 50px;
  padding: 30px 20px 0 20px;
  height: 70px;
  background: url(image/bg-h2.jpg) no-repeat 0 0;
  color: #690;
}

h3,h4,h5,h6 {
  font-size: 150%;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 5px 0 0 50px;
  height: 45px;
  background: url(image/bg-h.gif) no-repeat 0 0;
  color: #690;
}

/*                                                        p
----------------------------------------------------------- */
p {
  line-height: 1.8em;
  margin-bottom: 1em;
}

/*                                               topic-path
----------------------------------------------------------- */
.topic-path {
  height: 50px;
  margin-bottom: 0;
  padding-left: 25px;
  background: url(image/bg-topicpath.gif) no-repeat 0 0;
}

/*                                                 UL OL DL PRE
----------------------------------------------------------- */
ul { margin: 0 0 20px 20px; }

ol { margin: 0 0 20px 30px; }

li { margin: 0 0 0.5em; }

dt {
  margin-bottom: 0.5em;
  padding: 0;
}

dd { margin: 0 0 4em; }

dl ul { margin: 0.5em 0 1em 2em; }

span { color: #336699; }

pre {
  font: 95%  Geneva, Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
  padding: 10px 20px;
  width: 520px;
  background-color: #eee;
  overflow: auto;
}

pre span { color: #ff0000; }

.clear { clear: both; }

/*                                                     POST
----------------------------------------------------------- */
.edit {
  text-align: right;
  margin: 0 0 10px;
}

ul.download {
  list-style-type: none;
  margin: 0;
}

ul.download li { margin: 0 0 10px; }

ul.download .text-right { text-align: right; }

ul.post-meta {
  list-style-type: none;
  margin: 0 0 20px;
}

.post-meta li { margin: 0 0 5px; }

ul.st-related-posts { 
  list-style-type: none;
  margin: 0 0 20px;
}

.st-related-posts li { 
  margin: 0;
  padding: 5px 0 5px 15px;
  background: url(image/listmark.gif) no-repeat 0 50%;
}

dl.tag-cloud {
  margin: 0 0 20px;
  padding: 10px 10px 0;
  background: url(image/bg-tag.gif) no-repeat 0 0;
}

.tag-cloud dt {
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
  color: #690;
}

.tag-cloud dd { margin: 0; }

.tag-cloud p { 
  line-height: 1.5em;
  margin: 0;
}

.tag-cloud a { 
  text-decoration: none;
  margin-right: 5px;
}

/*                                                 CATEGORY
----------------------------------------------------------- */
.category-title {
  line-height: 1;
  margin: 0;
  padding: 20px 0 10px 50px;
  background: url(image/h02.jpg) no-repeat 0 0;
}

.category-title a {
  font-size: 100%;
  text-decoration: none;
}

.category-title a:hover { text-decoration: underline; }

ul.customize-title {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.customize-title li{
  font-size: 120%;
  margin: 0;
  padding: 5px 0 5px 15px;
  background: url(image/listmark.gif) no-repeat 0 50%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COMMENT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#comments {
  margin: 0 0 50px;
  padding: 14px;
  border: 1px solid #ccc;
}

.tr {
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.comment-title {
  font-size: 140%;
  color: #336699;
}

.dl-comment-list { margin: 0 0 50px; }

.dl-comment-list dt {
  padding: 0 0 0 5px;
  height: auto;
  background-image: none;
  border-left: 10px solid #336699;
}

.dl-comment-list dd { margin: 0 0 30px; }

label { display: block; }

input { line-height: normal; }

/*
-----------------------------------------------------------
                                                     KIYAKU
-----------------------------------------------------------
*/
.kiyaku dt {
  font-weight: bold;
  height: 20px;
  padding: 20px 0 0 50px;
  background: url(image/dl-01.gif) no-repeat 0 0;
  color: #036;
}

.kiyaku ul { margin: 0 0 0 20px; }

/*
-----------------------------------------------------------
HOW TO & FAQ
-----------------------------------------------------------
*/
.howto dt,
.faq dt {
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 20px 0 0 60px;
  background: url(image/bg-dt.jpg) no-repeat 0 0;
  color: #690;
}

.faq dd { margin-bottom: 50px; }

/*
-----------------------------------------------------------
                                                      ABOUT
-----------------------------------------------------------
*/
#content .table-about {
  width: 100%;
  margin-bottom: 50px;
}

#content .table-about caption { text-align: right; }

#content .table-about th {
  text-align: left;
  font-weight: normal;
  width: 140px;
  vertical-align: top;
  padding: 10px 0 0 10px;
}

.color {
  background-color: #eee;
  color: #000;
}

#content .table-about td {
  text-align: left;
  vertical-align: top;
  padding: 10px 0 20px;
}

#content .table-about p { margin-bottom: 5px; }

/*
-----------------------------------------------------------
                                                    SITEMAP
-----------------------------------------------------------
*/
.ddsg-wrapper h2 {
  text-align: left;
  margin: 0 0 10px;
  padding: 10px 0 0 60px;
  height: 29px;
  background: url(image/bg-h2-sitemap.gif) no-repeat 0 0;
  border-bottom: 1px solid #690;
}

.ddsg-wrapper ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.ddsg-wrapper ul ul {
  margin: 20px 0 60px 80px;
  padding: 0;
}

.ddsg-wrapper ul strong {
  font-weight: normal;
  padding-right: 5px;
  color: #690;
}

/*
-----------------------------------------------------------
                                                     TEMPLATE
-----------------------------------------------------------
*/
ul.template-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.template-list li {
  width: 560px;
  height: 250px;
  margin: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sidebar
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#globalnavi ul {
  list-style-type: none;
  margin: 0 0 50px;
}

#globalnavi li { margin: 0; }

#globalnavi .single-category a,
#globalnavi .page-category a {
  text-decoration: none;
  line-height: 1;
  width: 235px;
  height: 35px;
  display: block;
  padding: 15px 0 0 15px;
  overflow: hidden;
}

.single-category a {
  background: url(image/bg-navi.jpg) no-repeat 0 0;
  color: #333;
}

.page-category a {
  background: url(image/bg-navi.jpg) no-repeat 0 -50px;
  color: #333;
}

#globalnavi .single-category a:hover,
#globalnavi .page-category a:hover {
  text-decoration: none;
  background: url(image/bg-navi.jpg) no-repeat 0 -100px;
  color: #f00;
}

/* -------------------- FORM BUTTON -------------------- */
.form a {
  text-decoration: none;
  text-indent: -9999px;
  width: 250px;
  height: 100px;
  margin: 0 0 50px;
  display: block;
  background: url(image/bg-navi.jpg) no-repeat 0 -200px;
  color: #000;
}

.form a:hover {
  text-decoration: none;
  background: url(image/bg-navi.jpg) no-repeat 0 -300px;
  color: #f00;
}

.rss a {
  text-indent: -9999px;
  text-decoration: none;
  width: 250px;
  height: 100px;
  display: block;
  background: url(image/bg-navi.jpg) no-repeat 0 -400px;
  color: #000;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
undernavi
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#undernavi p { line-height: 1; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#top-page #footer-inner ul {
  list-style-type: none;
  text-align: left;
  font-size: 85%;
  margin: 0 0 40px;
}

#top-page #footer-inner li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 5px 0 5px 15px;
  background: url(image/listmark.gif) no-repeat 0 50%;
}

#top-page #footer-inner ul a {
  text-decoration: none;
  color: #000;
}

#top-page #footer-inner ul a:hover {
  text-decoration: underline;
  color: #f00;
}

.info {
  text-align: left;
  line-height: 1;
  margin-bottom: 5px;
  color: #666;
  clear: both;
}

.copyright {
  text-align: right;
  line-height: 1;
  margin-bottom: 5px;
  clear: both;
}

.wp {
  text-align: right;
  line-height: 1;
  font-size: 80%;
  margin-bottom: 0;
}
